summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json
blob: 7fbdc5386b6b7961c35d80197f0b964e56cbd7b0 (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
[
  {
    "abstract": "v_jewelery_template",
    "looks_like": "ruby_silver_pendant_necklace",
    "type": "ARMOR",
    "category": "clothing",
    "name": { "str": "jewelery template" },
    "description": "This jewelery is a template for reducing duplicate code on jewelery. It should never appear in game, obviously.",
    "weight": "70 g",
    "volume": "15 ml",
    "price": 0,
    "material": [ { "type": "silver", "portion": 9 }, { "type": "compactblood" } ],
    "symbol": "[",
    "color": "red",
    "flags": [ "SUPER_FANCY", "NO_WEAR_EFFECT", "TRADER_AVOID" ]
  },
  {
    "id": "blood_necklace",
    "copy-from": "v_jewelery_template",
    "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."
  },
  {
    "id": "blood_talisman",
    "copy-from": "v_jewelery_template",
    "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."
  },
  {
    "id": "blood_cring",
    "copy-from": "v_jewelery_template",
    "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": "10 mg",
    "volume": "1 ml",
    "sided": true,
    "armor": [ { "coverage": 0, "covers": [ "hand_l", "hand_r" ], "specifically_covers": [ "hand_fingers_l", "hand_fingers_r" ] } ]
  }
]