aboutsummaryrefslogtreecommitdiff
path: root/martialarts.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-31 12:21:55 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-31 12:21:55 -0700
commit83b04a2e392648c89b8da90de8b2a11150c00bf3 (patch)
tree09bd5c20157f81c36e991d4f2e98c50ec21e7855 /martialarts.json
parentConvert to weapon categories. (diff)
downloadcataclysm-bn-mod_battle-maid-redone-83b04a2e392648c89b8da90de8b2a11150c00bf3.tar.xz
Remove the one-handed medieval and japanese sword categories.
Diffstat (limited to 'martialarts.json')
-rw-r--r--martialarts.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/martialarts.json b/martialarts.json
index 6b4403d..11695df 100644
--- a/martialarts.json
+++ b/martialarts.json
@@ -88,14 +88,15 @@
],
"weapon_category": [
"DUELING_SWORDS",
- "1H_MEDIEVAL_SWORDS",
- "1H_JAPANESE_SWORDS",
+ "MEDIEVAL_SWORDS",
+ "JAPANESE_SWORDS",
+ "WHIPS",
"JAPANESE_GLAIVES",
"CLAWS",
- "WHIPS",
"UMBRELLAS",
"KITCHEN_IMPLEMENTS",
"CLEANING_IMPLEMENTS"
- ]
+ ],
+ "//": "In addition to vanilla categories: Allow naginatas, claws, umbrellas, kitchen tools, and cleaning tools."
}
]