Skip to content

Commit

Permalink
fix: disassemble inactive bots (#5982)
Browse files Browse the repository at this point in the history
* recipes

* RIP copy-from

---------

Co-authored-by: Chaosvolt <[email protected]>
  • Loading branch information
Goredell and chaosvolt authored Jan 26, 2025
1 parent 25017e5 commit ab26f69
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/json/items/corpses/inactive_bots.json
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@
{
"id": "bot_dispatch",
"type": "TOOL",
"name": { "str": "inactive dispatch", "str_pl": "inactive dispatches" },
"name": { "str": "inactive riot dispatch", "str_pl": "inactive riot dispatches" },
"description": "An inactive Northrop Dispatch, guard model, serving as a mobile assembler and deployer of kamikaze manhacks for defense. Activate it to place it onto the ground; due to a one-way switch triggered during deactivation, however, it will be nonaggressive, and serves only as a distraction.",
"volume": "95 L",
"weight": "250 kg",
Expand Down
52 changes: 51 additions & 1 deletion data/json/uncraft/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -1116,6 +1116,30 @@
[ [ "storage_battery", 1 ] ]
]
},
{
"result": "bot_dispatch",
"type": "uncraft",
"skill_used": "electronics",
"difficulty": 5,
"time": "1 h",
"using": [ [ "soldering_standard", 20 ] ],
"qualities": [ { "id": "WRENCH", "level": 1 }, { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 } ],
"components": [
[ [ "ai_module", 1 ] ],
[ [ "sensor_module", 1 ] ],
[ [ "memory_module", 1 ] ],
[ [ "pathfinding_module", 1 ] ],
[ [ "identification_module", 1 ] ],
[ [ "tank_tread", 1 ] ],
[ [ "copbot_chassis", 1 ] ],
[ [ "targeting_module", 1 ] ],
[ [ "power_supply", 3 ] ],
[ [ "plut_cell", 1 ] ],
[ [ "broken_manhack", 4 ] ],
[ [ "omnicamera", 1 ] ],
[ [ "storage_battery", 1 ] ]
]
},
{
"result": "broken_dispatch_military",
"type": "uncraft",
Expand All @@ -1140,6 +1164,30 @@
[ [ "storage_battery", 1 ] ]
]
},
{
"result": "bot_dispatch_military",
"type": "uncraft",
"skill_used": "electronics",
"difficulty": 5,
"time": "1 h",
"using": [ [ "soldering_standard", 20 ] ],
"qualities": [ { "id": "WRENCH", "level": 1 }, { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 } ],
"components": [
[ [ "ai_module", 1 ] ],
[ [ "sensor_module", 1 ] ],
[ [ "memory_module", 1 ] ],
[ [ "pathfinding_module", 1 ] ],
[ [ "identification_module", 1 ] ],
[ [ "tank_tread", 1 ] ],
[ [ "copbot_chassis", 1 ] ],
[ [ "targeting_module", 1 ] ],
[ [ "power_supply", 3 ] ],
[ [ "plut_cell", 1 ] ],
[ [ "broken_manhack", 4 ] ],
[ [ "omnicamera", 1 ] ],
[ [ "storage_battery", 1 ] ]
]
},
{
"result": "targeting_module",
"type": "uncraft",
Expand Down Expand Up @@ -1683,7 +1731,9 @@
{
"result": "crown_golden_survivor",
"type": "uncraft",
"copy-from": "crown_golden"
"time": "36 s",
"qualities": [ { "id": "HAMMER", "level": 1 } ],
"components": [ [ [ "gold_small", 200 ] ] ]
},
{
"result": "cu_pipe",
Expand Down

0 comments on commit ab26f69

Please sign in to comment.