|
124 | 124 | "symbol": "/",
|
125 | 125 | "color": "light_gray",
|
126 | 126 | "techniques": [ "WIDE", "BRUTAL" ],
|
127 |
| - "qualities": [ [ "CUT", 1 ], [ "BUTCHER", -22 ] ], |
| 127 | + "qualities": [ [ "CUT", 1 ], [ "GRASS_CUT", 1 ], [ "BUTCHER", -22 ] ], |
128 | 128 | "flags": [ "DURABLE_MELEE", "NONCONDUCTIVE" ],
|
129 | 129 | "weapon_category": [ "BLADED_FARMING", "HOOKING_WEAPONRY", "POLEARMS" ]
|
130 | 130 | },
|
|
189 | 189 | "techniques": [ "WBLOCK_1" ],
|
190 | 190 | "flags": [ "NONCONDUCTIVE", "FRAGILE_MELEE" ]
|
191 | 191 | },
|
| 192 | + { |
| 193 | + "id": "sickle_stone", |
| 194 | + "type": "TOOL", |
| 195 | + "name": { "str": "stone sickle" }, |
| 196 | + "description": "A primitive tool to cut grass with. The sharp, crescent-shaped stone at the end of the handle is barely good enough for the job.", |
| 197 | + "weight": "470 g", |
| 198 | + "volume": "800 ml", |
| 199 | + "longest_side": "35 cm", |
| 200 | + "price": 1000, |
| 201 | + "price_postapoc": 100, |
| 202 | + "to_hit": -2, |
| 203 | + "bashing": 3, |
| 204 | + "cutting": 10, |
| 205 | + "material": [ "stone", "wood" ], |
| 206 | + "symbol": "/", |
| 207 | + "color": "light_gray", |
| 208 | + "qualities": [ [ "CUT", 1 ], [ "GRASS_CUT", 1 ], [ "BUTCHER", 2 ] ], |
| 209 | + "techniques": [ "WBLOCK_1" ], |
| 210 | + "flags": [ "NONCONDUCTIVE", "FRAGILE_MELEE" ], |
| 211 | + "weapon_category": [ "BLADED_FARMING" ] |
| 212 | + }, |
192 | 213 | {
|
193 | 214 | "id": "sickle",
|
194 | 215 | "type": "TOOL",
|
|
205 | 226 | "material": [ "steel", "wood" ],
|
206 | 227 | "symbol": "/",
|
207 | 228 | "color": "light_gray",
|
208 |
| - "qualities": [ [ "CUT", 1 ], [ "BUTCHER", 7 ] ], |
| 229 | + "qualities": [ [ "CUT", 1 ], [ "GRASS_CUT", 1 ], [ "BUTCHER", 7 ] ], |
209 | 230 | "techniques": [ "WBLOCK_1" ],
|
210 | 231 | "flags": [ "DURABLE_MELEE" ],
|
211 | 232 | "weapon_category": [ "BLADED_FARMING" ]
|
|
0 commit comments