summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json
blob: 7c72d1f85e1d9070170aa1b879d03c2ec6a84908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[
  {
    "id": "blood_necklace",
    "looks_like": "ruby_silver_pendant_necklace",
    "type": "ARMOR",
    "category": "clothing",
    "name": { "str": "bloodrune necklace" },
    "description": "A shiny, silver necklace adorned with a bloodrune pendant. It mimics a heartbeat with unreadable markings on the interior that appear and disappear like clockwork.",
    "weight": "250 g",
    "volume": "250 ml",
    "material": [ "compactblood", "silver" ],
    "symbol": "[",
    "color": "red",
    "flags": [ "SUPER_FANCY" ]
  },
  {
    "id": "blood_talisman",
    "looks_like": "ruby_silver_pendant_necklace",
    "type": "ARMOR",
    "category": "clothing",
    "name": { "str": "bloodrune talisman" },
    "description": "A shiny, silver necklace adorned with a bloodrune pendant carved in the shape of an vampire fang. If you prick your fingertip on its sharp point, you can feel your blood rushing towards the wound.",
    "weight": "80 g",
    "volume": "3 ml",
    "price": "0 cent",
    "price_postapoc": "25 kUSD",
    "material": [ "compactblood", "silver" ],
    "symbol": "(",
    "color": "red",
    "flags": [ "SUPER_FANCY" ]
  },
  {
    "id": "blood_cring",
    "looks_like": "ruby_silver_ring",
    "type": "ARMOR",
    "category": "clothing",
    "name": { "str": "bloodrune ring" },
    "description": "A silver ring with a bloodrune mounted on top of it. The bloodrune has a symbol etched into it. It was given to you by the Vampire Cove Commander as proof of your loyalty.",
    "weight": "55 g",
    "volume": "3 ml",
    "price": "0 cent",
    "material": [ "compactblood", "silver" ],
    "symbol": "(",
    "color": "red",
    "flags": [ "FANCY" ]
  }
]