Skip to content

Commit

Permalink
fix: make unused 22lr casing stackable (cataclysmbnteam#3356)
Browse files Browse the repository at this point in the history
* fix: make unused 22lr casing stackable

* feat: add minimal price for casing
  • Loading branch information
scarf005 authored Oct 3, 2023
1 parent f6afd6b commit 353d700
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions data/json/items/generic/casing.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"material": "brass",
"symbol": "=",
"color": "yellow",
"damage_states": [ 0, 0 ]
"damage_states": [ 0, 0 ],
"price": "50 cent"
},
{
"id": "223_casing",
Expand All @@ -31,13 +32,9 @@
},
{
"id": "22_casing_new",
"copy-from": "22_casing",
"type": "GENERIC",
"category": "spare_parts",
"price": 100,
"price_postapoc": 0,
"name": { "str": "unused .22 casing" },
"symbol": "=",
"color": "yellow",
"description": "An unfired, like-new .22 round casing, with the primer still intact.",
"material": [ "powder", "brass" ],
"volume": "3 ml",
Expand Down

0 comments on commit 353d700

Please sign in to comment.