summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json
blob: 756817488c1de9c59c1c73219be73f79d5ebf4c6 (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": "ruby_silver_pendant_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 cent",
    "price_postapoc": "25 kUSD",
    "material": [ "stone" ],
    "symbol": "(",
    "color": "red",
    "looks_like": "ruby_silver_pendant_necklace",
    "flags": [ "FANCY" ]
  },
  {
    "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 cent",
    "material": [ "stone" ],
    "symbol": "(",
    "color": "red",
    "looks_like": "ruby_silver_ring",
    "flags": [ "FANCY" ]
  }
]