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