summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Items/Armor Set/v_FANCIES.json
blob: 44d5a09c701f60d5381d5a017c7e4b213b2214a1 (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
[{
        "id": "blood_necklace",
        "type": "ARMOR",
        "name": "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,
        "volume": 1,
        "material": ["stone", "silver"],
        "symbol": "[",
        "color": "red",
        "looks_like": "silver_necklace",
        "flags": ["FANCY"]
    }, {
        "id": "blood_talisman",
        "type": "ARMOR",
        "name": "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,
        "volume": 0,
        "price": 0,
        "price_postapoc": 2500000,
        "material": ["stone"],
        "symbol": "(",
        "color": "red",
        "looks_like": "silver_necklace",
        "flags": ["FANCY"]
    }, {
        "id": "blood_cring",
        "type": "ARMOR",
        "name": "bloodrune ring",
        "description": "A shimmering bloodrune ring with a tiny etched symbol under it. A proof of loyalty to the commando.",
        "weight": 55,
        "volume": 0,
        "price": 0,
        "material": ["stone"],
        "symbol": "(",
        "color": "red",
        "looks_like": "silver_ring",
        "flags": ["FANCY"]
    }
]