summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Monsters/shot_method_ammo.json
blob: 7f0989dca5aa379ba24e319d7be314b92ab660d6 (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
48
49
50
51
52
53
54
55
56
[{
        "id": "leechtooth",
        "type": "AMMO",
        "name": "leech tooth",
        "description": "You cheated, buddy.",
        "weight": 1,
        "volume": 1,
        "price": 0,
        "material": ["flesh"],
        "symbol": "i",
        "color": "white",
        "count": 1,
        "stack_size": 1,
        "ammo_type": "shot",
        "range": 15,
        "damage": { "damage_type": "stab", "amount": 2 },
        "recoil": 20,
        "flags": ["NOGIB"]
    }, {
        "id": "leechblood",
        "type": "AMMO",
        "name": "leech blood",
        "description": "You cheated, buddy.",
        "weight": 1,
        "volume": 1,
        "price": 0,
        "material": ["flesh"],
        "symbol": "~",
        "color": "white",
        "count": 1,
        "stack_size": 1,
        "ammo_type": "shot",
        "range": 5,
        "damage": { "damage_type": "stab", "amount": 1 },
        "recoil": 40,
        "flags": ["NOGIB"]
    }, {
        "id": "leechsharptooth",
        "type": "AMMO",
        "name": "leech sharp tooth",
        "description": "You cheated, buddy.",
        "weight": 1,
        "volume": 1,
        "price": 0,
        "material": ["flesh"],
        "symbol": "l",
        "color": "white",
        "count": 1,
        "stack_size": 1,
        "ammo_type": "shot",
        "range": 11,
        "damage": { "damage_type": "stab", "amount": 5 },
        "recoil": 200,
        "flags": ["NOGIB"]
    }
]