diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-09 22:43:31 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-09 22:43:31 -0800 |
commit | 8aa7480e94188f40956c69177d7344a4a896dfd6 (patch) | |
tree | 0f18b98eac63105d7df937bd52fdb4b33feef082 /modinfo.json | |
download | cataclysm-bn-mod_usable-power-armor-8aa7480e94188f40956c69177d7344a4a896dfd6.tar.xz |
Initial commit
Diffstat (limited to 'modinfo.json')
-rw-r--r-- | modinfo.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modinfo.json b/modinfo.json new file mode 100644 index 0000000..64842f5 --- /dev/null +++ b/modinfo.json @@ -0,0 +1,11 @@ +[ + { + "type": "MOD_INFO", + "ident": "usable_power_armor", + "name": "Usable Power Armor", + "authors": ["jc_gargma"], + "description": "Port most of the DDA power armor changes to BN. Also reduces the weight when activated.", + "category": "rebalance", + "dependencies": [ "dda" ] + } +] |