Skip to content

Commit

Permalink
Update furniture-sleep.json (#64236)
Browse files Browse the repository at this point in the history
Modified "deconstruct" to return more "straw_pile" items, per Issue #64227 - "Straw Beds Give Just 5% of its Straw on Deconstruction"
  • Loading branch information
dgreenlee1 authored Mar 17, 2023
1 parent 8ba351e commit 735cf64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/furniture_and_terrain/furniture-sleep.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
"comfort": 2,
"floor_bedding_warmth": 200,
"required_str": -1,
"deconstruct": { "items": [ { "item": "stick", "count": 4 }, { "item": "straw_pile", "count": [ 7, 8 ] } ] },
"deconstruct": { "items": [ { "item": "stick", "count": 4 }, { "item": "straw_pile", "count": [ 120, 140 ] } ] },
"flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "ORGANIC", "MOUNTABLE", "SHORT", "EASY_DECONSTRUCT" ],
"bash": {
"str_min": 6,
Expand Down

0 comments on commit 735cf64

Please sign in to comment.