Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aftershock Exosuit Power Up 2! MORE POWER #59483

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 17 additions & 0 deletions data/mods/Aftershock/items/armor/exosuit/exosuit_modules.json
Expand Up @@ -109,6 +109,23 @@
}
]
},
{
"id": "exo_asrg",
"type": "TOOL_ARMOR",
"category": "exosuit",
"name": { "str": "exosuit ASRG" },
"description": "This is a prototype Compact Advanced Sterling Radioisotope Generator, intended to power an exosuit indefinitely. The layered shielding saves space but is quite heavy, and while labeled 'Compact', this only just fits on the exosuit frame. Due to the complexities of manufacturing, it cannot be repaired, only replaced.",
"weight": "50 kg",
"volume": "25 L",
"material": [ "qt_steel", "plastic", "graphene_weave", "nanoprinted_alloy" ],
"symbol": "=",
"looks_like": "storage_battery",
"color": "dark_gray",
"ammo": "battery",
"flags": [ "FRAGILE", "CANT_WEAR", "WATERPROOF", "IS_UPS", "EXO_LARGE_GADGET", "LEAK_DAM", "RADIOACTIVE", "NO_REPAIR" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 10000 } } ],
"relic_data": { "charge_info": { "regenerate_ammo": true, "recharge_type": "periodic", "time": "8 s" } }
},
{
"id": "exo_large_aux_power",
"type": "TOOL_ARMOR",
Expand Down