aboutsummaryrefslogtreecommitdiff
path: root/ammo.json
blob: a250b9312f4519d2e285cc8dfab928f573699b99 (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
[
  {
    "id": "throwing_knife",
    "type": "GENERIC",
    "category": "weapons",
    "price": "52 USD",
    "price_postapoc": "5 USD",
    "name": { "str": "throwing knife", "str_pl": "throwing knives" },
    "symbol": ";",
    "color": "light_gray",
    "description": "A thin and flat knife made for throwing.  Its ineffective cutting edge and odd shape makes it unsuitable for use as a tool.",
    "material": [ "steel" ],
    "volume": "250 ml",
    "weight": "268 g",
    "to_hit": -2,
    "bashing": 1,
    "cutting": 10,
    "thrown_damage": [ { "damage_type": "stab", "amount": 14 } ],
    "flags": [ "SHEATH_KNIFE" ]
  },
  {
    "id": "assassins_throwing_dagger",
    "copy-from": "throwing_knife",
    "looks_like": "throwing_knife",
    "type": "GENERIC",
    "category": "weapons",
    "price": "90 USD",
    "price_postapoc": "9 USD",
    "name": { "str": "assassin's throwing knife", "str_pl": "assassin's throwing knives" },
    "symbol": "/",
    "color": "light_gray",
    "description": "A nimble blade meant for ranged assassination, but makes an improvised cutlery tool in a pinch. It's very lightweight and silent and can be used on both zombies and games involving apples.",
    "material": [ "steel", "leather" ],
    "weight": "350 g",
    "to_hit": -2,
    "cutting": 18,
    "qualities": [ [ "CUT", 1 ], [ "BUTCHER", 10 ] ],
    "thrown_damage": [ { "damage_type": "stab", "amount": 25 } ]
  },
  {
    "id": "makeshift_throwing_knife",
    "copy-from": "throwing_knife",
    "looks_like": "throwing_knife",
    "type": "GENERIC",
    "category": "weapons",
    "name": { "str": "makeshift throwing knife", "str_pl": "makeshift throwing knives" },
    "description": "A crude and simple throwing knife made from a sharpened piece of salvaged steel with cloth wrapped around it. It's better than throwing rocks, at least.",
    "weight": "150 g",
    "bashing": 0,
    "cutting": 7,
    "thrown_damage": [ { "damage_type": "stab", "amount": 10 } ]
  }
]