add classes data
This commit is contained in:
parent
47f11b6675
commit
916a42aca7
15
data/code_obj_class.json
Normal file
15
data/code_obj_class.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
]
|
15
data/code_obj_classif.json
Normal file
15
data/code_obj_classif.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user