|
12 | 12 | "material": [ "cotton", "stone" ], |
13 | 13 | "symbol": ";", |
14 | 14 | "color": "blue", |
15 | | - "to_hit": -1, |
16 | 15 | "ammo_type": "thrown", |
17 | 16 | "flags": [ "NOGIB", "TANGLE", "PRIMITIVE_RANGED_WEAPON" ] |
18 | 17 | }, |
|
44 | 43 | "description": "A plastic frisbee made for outdoor games.", |
45 | 44 | "material": [ "plastic" ], |
46 | 45 | "volume": "500 ml", |
47 | | - "weight": "175 g", |
48 | | - "thrown_damage": [ { "damage_type": "bash", "amount": 1 } ], |
49 | | - "melee_damage": { "bash": 1 } |
| 46 | + "weight": "175 g" |
50 | 47 | }, |
51 | 48 | { |
52 | 49 | "id": "net", |
|
78 | 75 | "volume": "500 ml", |
79 | 76 | "weight": "175 g", |
80 | 77 | "longest_side": "30 cm", |
81 | | - "to_hit": -1, |
82 | | - "thrown_damage": [ { "damage_type": "stab", "amount": 16 } ], |
83 | | - "melee_damage": { "cut": 8 } |
| 78 | + "to_hit": { "grip": "weapon", "length": "short", "surface": "point", "balance": "neutral" }, |
| 79 | + "thrown_damage": [ { "damage_type": "stab", "amount": 12 } ], |
| 80 | + "melee_damage": { "cut": 4 } |
84 | 81 | }, |
85 | 82 | { |
86 | 83 | "type": "GENERIC", |
|
97 | 94 | "volume": "500 ml", |
98 | 95 | "weight": "300 g", |
99 | 96 | "longest_side": "30 cm", |
100 | | - "to_hit": -1, |
| 97 | + "to_hit": { "grip": "weapon", "length": "short", "surface": "point", "balance": "neutral" }, |
101 | 98 | "thrown_damage": [ { "damage_type": "stab", "amount": 18 }, { "damage_type": "bash", "amount": 4 } ], |
102 | 99 | "melee_damage": { "cut": 8 } |
103 | 100 | }, |
|
115 | 112 | "volume": "3058 ml", |
116 | 113 | "weight": "1000 g", |
117 | 114 | "longest_side": "43 cm", |
118 | | - "to_hit": -1, |
| 115 | + "to_hit": { "grip": "weapon", "length": "short", "surface": "line", "balance": "uneven" }, |
119 | 116 | "weapon_category": [ "HAND_AXES" ], |
120 | 117 | "thrown_damage": [ { "damage_type": "bash", "amount": 6 }, { "damage_type": "cut", "amount": 16 } ], |
121 | 118 | "melee_damage": { "bash": 10, "cut": 17 } |
|
126 | 123 | "category": "weapons", |
127 | 124 | "price": "52 USD", |
128 | 125 | "price_postapoc": "5 USD", |
129 | | - "to_hit": { "grip": "none", "length": "hand", "surface": "line", "balance": "neutral" }, |
| 126 | + "to_hit": { "grip": "none", "length": "hand", "surface": "point", "balance": "neutral" }, |
130 | 127 | "name": { "str": "throwing knife", "str_pl": "throwing knives" }, |
131 | 128 | "symbol": ";", |
132 | 129 | "color": "light_gray", |
|
138 | 135 | "flags": [ "SHEATH_KNIFE", "ALLOWS_BODY_BLOCK" ], |
139 | 136 | "weapon_category": [ "KNIVES" ], |
140 | 137 | "thrown_damage": [ { "damage_type": "stab", "amount": 14 } ], |
141 | | - "melee_damage": { "bash": 1, "stab": 10 } |
| 138 | + "melee_damage": { "stab": 10 } |
142 | 139 | }, |
143 | 140 | { |
144 | 141 | "id": "throwing_stick", |
|
0 commit comments