summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json
blob: 856d7308af95526298dd96d656a2e265d914a125 (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
[
  {
    "id": "blood_necklace",
    "type": "ARMOR",
    "name": { "str": "bloodrune necklace" },
    "description": "An odd necklace with rescaled beautiful bloodrune stone to fit and attach to the center. The thinned layer caused the core to pulsate faster.",
    "weight": "250 g",
    "volume": "250 ml",
    "material": [ "stone", "silver" ],
    "symbol": "[",
    "color": "red",
    "looks_like": "silver_necklace",
    "flags": [ "FANCY" ]
  },
  {
    "id": "blood_talisman",
    "type": "ARMOR",
    "name": { "str": "bloodrune talisman" },
    "description": "An odd necklace with a beautifully etched bloodrune stone in eagle's talon shape. If you prick your fingertip in its sharp point, you feel your blood rushing towards it.",
    "weight": "80 g",
    "volume": "3 ml",
    "price": 0,
    "price_postapoc": 2500000,
    "material": [ "stone" ],
    "symbol": "(",
    "color": "red",
    "looks_like": "silver_necklace",
    "flags": [ "FANCY", "ZERO_WEIGHT" ]
  },
  {
    "id": "blood_cring",
    "type": "ARMOR",
    "name": { "str": "bloodrune ring" },
    "description": "A shimmering bloodrune ring with a tiny etched symbol under it. A proof of loyalty to the commando.",
    "weight": "55 g",
    "volume": "3 ml",
    "price": 0,
    "material": [ "stone" ],
    "symbol": "(",
    "color": "red",
    "looks_like": "silver_ring",
    "flags": [ "FANCY", "ZERO_WEIGHT" ]
  }
]