Skip to content

Commit

Permalink
Add more crafting recipes for storage items (#58532)
Browse files Browse the repository at this point in the history
* Add more crafting recipes for storage items

* Add carabiners

* Update dictionary
  • Loading branch information
AtomicFox556 authored Jun 26, 2022
1 parent 0576312 commit 2f9a635
Show file tree
Hide file tree
Showing 6 changed files with 457 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/json/itemgroups/supplies.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
[ "lightstrip_inactive", 60 ],
[ "compressor", 10 ],
[ "hd_compressor", 2 ],
[ "magnet", 5 ],
[ "motor_small", 10 ],
[ "motor_tiny", 30 ],
[ "motor_micro", 40 ],
Expand Down Expand Up @@ -241,6 +242,7 @@
[ "solder_wire", 20 ],
[ "superglue", 30 ],
[ "rubber_cement", 25 ],
[ "magnet", 10 ],
[ "chain", 20 ],
[ "rope_6", 4 ],
[ "rope_30", 35 ],
Expand Down
15 changes: 15 additions & 0 deletions data/json/items/generic/spares.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,21 @@
"price": 40000,
"price_postapoc": 2000
},
{
"id": "magnet",
"type": "AMMO",
"category": "spare_parts",
"name": { "str": "magnet" },
"description": "A small but strong permanent magnet made from alnico alloy, which produces a magnetic field that attracts ferromagnetic materials such as steel. Useful for crafting.",
"weight": "180 g",
"volume": "25 ml",
"price": 500,
"price_postapoc": 10,
"material": [ "iron" ],
"symbol": ",",
"color": "light_gray",
"ammo_type": "components"
},
{
"id": "hd_pipe",
"copy-from": "spare_part",
Expand Down
Loading

0 comments on commit 2f9a635

Please sign in to comment.