From 916a42aca7d89a1ea5289c0f92b6b3c97973fade Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 29 Feb 2020 16:43:46 +0800 Subject: [PATCH] add classes data --- data/code_obj_class.json | 15 +++++++++++++++ data/code_obj_classif.json | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 data/code_obj_class.json create mode 100644 data/code_obj_classif.json diff --git a/data/code_obj_class.json b/data/code_obj_class.json new file mode 100644 index 0000000..7831244 --- /dev/null +++ b/data/code_obj_class.json @@ -0,0 +1,15 @@ +[ + { + "intl_id": "weapon", + "name": "Weapon", + "obj_classif": "equip_type" + },{ + "intl_id": "armor", + "name": "Armor", + "obj_type": "equip_type" + },{ + "intl_id": "Armor_type", + "name": "Armor Type", + "obj_type": "item_other" + } +] \ No newline at end of file diff --git a/data/code_obj_classif.json b/data/code_obj_classif.json new file mode 100644 index 0000000..912e679 --- /dev/null +++ b/data/code_obj_classif.json @@ -0,0 +1,15 @@ +[ + { + "intl_id": "equip_type", + "name": "Equipment Type", + "obj_type": "item_other" + },{ + "intl_id": "weapon_type", + "name": "Weapon Type", + "obj_type": "item_other" + },{ + "intl_id": "Armor_type", + "name": "Armor Type", + "obj_type": "item_other" + } +] \ No newline at end of file