|
218 | 218 | "id": "f_cardboard_box",
|
219 | 219 | "name": "large cardboard box",
|
220 | 220 | "symbol": "X",
|
221 |
| - "description": "A large box made of brown corrugated paper. Could contain a number of things, and you could even hide inside. Considering it only has two small flaps for carrying, it's very hard to see out of, and won't do anything to protect you if you're found.", |
| 221 | + "description": "A large box made of brown corrugated paper. Could contain a number of things.", |
222 | 222 | "color": "brown",
|
223 | 223 | "move_cost_mod": 7,
|
224 | 224 | "coverage": 90,
|
|
229 | 229 | "max_volume": "324 L",
|
230 | 230 | "deployed_item": "box_large",
|
231 | 231 | "examine_action": "deployed_furniture",
|
232 |
| - "flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "PLACE_ITEM", "ORGANIC", "EASY_DECONSTRUCT", "HIDE_PLACE", "NO_SIGHT", "CONTAINER" ], |
| 232 | + "flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "PLACE_ITEM", "ORGANIC", "EASY_DECONSTRUCT", "CONTAINER" ], |
233 | 233 | "bash": { "str_min": 2, "str_max": 15, "sound": "crumple!", "sound_fail": "thud." }
|
234 | 234 | },
|
235 | 235 | {
|
236 | 236 | "type": "furniture",
|
237 | 237 | "id": "f_cardboard_box_large_reinforced",
|
238 | 238 | "name": "reinforced large cardboard box",
|
239 | 239 | "symbol": "X",
|
240 |
| - "description": "A large box made of brown corrugated paper that was doubled up for extra strength. Could contain a number of things, and you could even hide inside. Considering it only has two small flaps for carrying, it's very hard to see out of, and won't do anything to protect you if you're found.", |
| 240 | + "description": "A large box made of brown corrugated paper that was doubled up for extra strength. Could contain a number of things.", |
241 | 241 | "color": "brown",
|
242 | 242 | "looks_like": "f_cardboard_box",
|
243 | 243 | "move_cost_mod": 7,
|
|
249 | 249 | "max_volume": "324 L",
|
250 | 250 | "deployed_item": "box_large_reinforced",
|
251 | 251 | "examine_action": "deployed_furniture",
|
252 |
| - "flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "PLACE_ITEM", "ORGANIC", "EASY_DECONSTRUCT", "HIDE_PLACE", "NO_SIGHT", "CONTAINER" ], |
| 252 | + "flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "PLACE_ITEM", "ORGANIC", "EASY_DECONSTRUCT", "CONTAINER" ], |
253 | 253 | "bash": { "str_min": 3, "str_max": 16, "sound": "crumple!", "sound_fail": "thud." }
|
254 | 254 | },
|
255 | 255 | {
|
|
0 commit comments