diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-11 21:53:20 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-11 21:53:20 -0700 |
commit | af2a3c6863250f92f426dae9cee7919d84fce991 (patch) | |
tree | 066a23dd99b886d14c852af727690c48a6e54c6c /modinfo.json | |
download | cataclysm-bn-mod_armor-rebalance-af2a3c6863250f92f426dae9cee7919d84fce991.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..9b5ff58 --- /dev/null +++ b/modinfo.json @@ -0,0 +1,11 @@ +[ + { + "type": "MOD_INFO", + "ident": "armor_rebalance", + "name": "Armor Rebalance", + "authors": [ "jc_gargma" ], + "description": "This mod adjusts numerous vanilla items to use the armor coverage and max_encumbrance systems. Also fix some items where the existing coverage/encumbrance/etc just didn't make sense.", + "category": "rebalance", + "dependencies": [ "bn" ] + } +] |