aboutsummaryrefslogtreecommitdiff
path: root/weapon_categories.json
diff options
context:
space:
mode:
Diffstat (limited to 'weapon_categories.json')
-rw-r--r--weapon_categories.json70
1 files changed, 0 insertions, 70 deletions
diff --git a/weapon_categories.json b/weapon_categories.json
index d2480b4..788a0aa 100644
--- a/weapon_categories.json
+++ b/weapon_categories.json
@@ -25,12 +25,6 @@
},
{
"type": "weapon_category",
- "id": "1H_JAPANESE_SWORDS",
- "name": "1H Japanese Swords",
- "//": "Swords associated with Japanese culture, meant to be wielded with one hand."
- },
- {
- "type": "weapon_category",
"id": "JAPANESE_GLAIVES",
"name": "Japanese Glaives",
"//": "More or less just naginatas."
@@ -116,75 +110,11 @@
"extend": { "weapon_category": [ "CLAWS" ] }
},
{
- "id": "bokken",
- "copy-from": "bokken",
- "type": "GENERIC",
- "category": "weapons",
- "name": { "str": "bokken" },
- "extend": { "weapon_category": [ "1H_JAPANESE_SWORDS" ] }
- },
- {
- "id": "wakizashi",
- "copy-from": "wakizashi",
- "type": "GENERIC",
- "category": "weapons",
- "name": { "str": "wakizashi" },
- "extend": { "weapon_category": [ "1H_JAPANESE_SWORDS" ] }
- },
- {
- "id": "katana",
- "copy-from": "katana",
- "type": "GENERIC",
- "category": "weapons",
- "name": { "str": "katana" },
- "extend": { "weapon_category": [ "1H_JAPANESE_SWORDS" ] }
- },
- {
"id": "naginata",
"copy-from": "naginata",
"type": "GENERIC",
"category": "weapons",
"name": { "str_sp": "naginata" },
"extend": { "weapon_category": [ "JAPANESE_GLAIVES" ] }
- },
- {
- "id": "cavalry_sabre",
- "copy-from": "cavalry_sabre",
- "type": "GENERIC",
- "category": "weapons",
- "name": { "str": "cavalry saber" },
- "extend": { "weapon_category": [ "1H_MEDIEVAL_SWORDS" ] }
- },
- {
- "id": "estoc",
- "copy-from": "estoc",
- "type": "GENERIC",
- "category": "weapons",
- "name": { "str": "estoc" },
- "extend": { "weapon_category": [ "1H_MEDIEVAL_SWORDS" ] }
- },
- {
- "id": "longsword",
- "copy-from": "longsword",
- "type": "GENERIC",
- "category": "weapons",
- "name": { "str": "longsword" },
- "extend": { "weapon_category": [ "1H_MEDIEVAL_SWORDS" ] }
- },
- {
- "id": "arming_sword",
- "copy-from": "arming_sword",
- "type": "GENERIC",
- "category": "weapons",
- "name": { "str": "arming sword" },
- "extend": { "weapon_category": [ "1H_MEDIEVAL_SWORDS" ] }
- },
- {
- "id": "broadsword",
- "copy-from": "broadsword",
- "type": "GENERIC",
- "category": "weapons",
- "name": { "str": "broadsword" },
- "extend": { "weapon_category": [ "1H_MEDIEVAL_SWORDS" ] }
}
]