aboutsummaryrefslogtreecommitdiff
path: root/weapon_categories.json
diff options
context:
space:
mode:
Diffstat (limited to 'weapon_categories.json')
-rw-r--r--weapon_categories.json190
1 files changed, 190 insertions, 0 deletions
diff --git a/weapon_categories.json b/weapon_categories.json
new file mode 100644
index 0000000..d2480b4
--- /dev/null
+++ b/weapon_categories.json
@@ -0,0 +1,190 @@
+[
+ {
+ "type": "weapon_category",
+ "id": "KITCHEN_IMPLEMENTS",
+ "name": "Kitchen Utensils",
+ "//": "Tools used to eat or cook food."
+ },
+ {
+ "type": "weapon_category",
+ "id": "CLEANING_IMPLEMENTS",
+ "name": "Cleaning Implements",
+ "//": "Tools used for cleaning, such as brooms and mops."
+ },
+ {
+ "type": "weapon_category",
+ "id": "UMBRELLAS",
+ "name": "Umbrellas",
+ "//": "Just umbrellas."
+ },
+ {
+ "type": "weapon_category",
+ "id": "CLAWS",
+ "name": "Claws",
+ "//": "Melee weapons that act as claws."
+ },
+ {
+ "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."
+ },
+ {
+ "id": "base_utensil",
+ "copy-from": "base_utensil",
+ "type": "GENERIC",
+ "name": { "str": "generic utensil" },
+ "extend": { "weapon_category": [ "KITCHEN_IMPLEMENTS" ] }
+ },
+ {
+ "id": "base_silverware",
+ "copy-from": "base_silverware",
+ "type": "GENERIC",
+ "name": { "str": "generic silverware" },
+ "extend": { "weapon_category": [ "KITCHEN_IMPLEMENTS" ] }
+ },
+ {
+ "id": "base_kitchen_knife",
+ "copy-from": "base_kitchen_knife",
+ "type": "TOOL",
+ "category": "tools",
+ "name": { "str": "generic kitchen knife", "str_pl": "generic kitchen knives" },
+ "extend": { "weapon_category": [ "KITCHEN_IMPLEMENTS" ] }
+ },
+ {
+ "id": "pan",
+ "copy-from": "pan",
+ "category": "tools",
+ "name": { "str": "cast-iron frying pan" },
+ "extend": { "weapon_category": [ "KITCHEN_IMPLEMENTS" ] }
+ },
+ {
+ "id": "steel_pan",
+ "copy-from": "steel_pan",
+ "category": "tools",
+ "name": { "str": "steel frying pan" },
+ "extend": { "weapon_category": [ "KITCHEN_IMPLEMENTS" ] }
+ },
+ {
+ "id": "copper_pan",
+ "copy-from": "copper_pan",
+ "category": "tools",
+ "name": { "str": "copper frying pan" },
+ "extend": { "weapon_category": [ "KITCHEN_IMPLEMENTS" ] }
+ },
+ {
+ "id": "broom",
+ "copy-from": "broom",
+ "type": "GENERIC",
+ "name": { "str": "broom" },
+ "extend": { "weapon_category": [ "CLEANING_IMPLEMENTS" ] }
+ },
+ {
+ "id": "mop",
+ "copy-from": "mop",
+ "type": "GENERIC",
+ "name": { "str": "mop" },
+ "extend": { "weapon_category": [ "CLEANING_IMPLEMENTS" ] }
+ },
+ {
+ "id": "umbrella",
+ "copy-from": "umbrella",
+ "type": "GENERIC",
+ "name": { "str": "umbrella" },
+ "extend": { "weapon_category": [ "UMBRELLAS" ] }
+ },
+ {
+ "id": "bagh_nakha",
+ "copy-from": "bagh_nakha",
+ "type": "GENERIC",
+ "category": "weapons",
+ "name": { "str_sp": "tiger claws" },
+ "extend": { "weapon_category": [ "CLAWS" ] }
+ },
+ {
+ "id": "knuckle_katar",
+ "copy-from": "knuckle_katar",
+ "type": "GENERIC",
+ "category": "weapons",
+ "name": { "str": "razorbar katar" },
+ "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" ] }
+ }
+]