Skip to content

Commit

Permalink
feat(content): make sticks, straw and pipes stackable (#4716)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamandus authored Jun 2, 2024
1 parent 82ca53c commit 7c50572
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion data/json/items/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -2313,7 +2313,8 @@
"price_postapoc": "0 cent",
"material": [ "dry_plant" ],
"weight": "80 g",
"volume": "500 ml"
"volume": "500 ml",
"stackable": true
},
{
"type": "GENERIC",
Expand Down
3 changes: 2 additions & 1 deletion data/json/items/resources/metal.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"volume": "500 ml",
"bashing": 12,
"price": "75 USD",
"price_postapoc": "10 cent"
"price_postapoc": "10 cent",
"stackable": true
},
{
"id": "scrap",
Expand Down
6 changes: 4 additions & 2 deletions data/json/items/resources/wood.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"volume": "1250 ml",
"bashing": 14,
"to_hit": -1,
"category": "spare_parts"
"category": "spare_parts",
"stackable": true
},
{
"type": "GENERIC",
Expand All @@ -65,7 +66,8 @@
"looks_like": "stick",
"bashing": 18,
"to_hit": -1,
"category": "spare_parts"
"category": "spare_parts",
"stackable": true
},
{
"id": "long_pole",
Expand Down

0 comments on commit 7c50572

Please sign in to comment.