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
57
58
59
|
[
{
"id": "leechtooth",
"type": "AMMO",
"name": { "str": "leech tooth" },
"description": "You cheated, buddy.",
"weight": "1 g",
"volume": "250 ml",
"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": { "str": "leech blood" },
"description": "You cheated, buddy.",
"weight": "1 g",
"volume": "250 ml",
"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": { "str": "leech sharp tooth" },
"description": "You cheated, buddy.",
"weight": "1 g",
"volume": "250 ml",
"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" ]
}
]
|