From be6694f82c651e464f170a1f809408efce746ba9 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 19 Jan 2022 15:30:15 -0800 Subject: Initial commit --- modinfo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modinfo.json (limited to 'modinfo.json') diff --git a/modinfo.json b/modinfo.json new file mode 100644 index 0000000..ef62421 --- /dev/null +++ b/modinfo.json @@ -0,0 +1,11 @@ +[ + { + "type": "MOD_INFO", + "ident": "martial_arts_update", + "name": "Martial Arts Update", + "authors": ["jc_gargma"], + "description": "Port the late 2021 dda martial arts changes to bn.", + "category": "rebalance", + "dependencies": [ "dda" ] + } +] -- cgit v1.2.1