16 lines
313 B
JSON
16 lines
313 B
JSON
|
{
|
||
|
"ACTOR": {
|
||
|
"TypeCharacter": "Character",
|
||
|
"TypeNpc": "NPC"
|
||
|
},
|
||
|
"ITEM": {
|
||
|
"TypeWeapon": "Weapon",
|
||
|
"TypeShield": "Shield",
|
||
|
"TypeArmor": "Armor",
|
||
|
"TypeSkill": "Skill",
|
||
|
"TypeSpell": "Spell",
|
||
|
"TypeModule": "Module",
|
||
|
"TypeMoney": "Money",
|
||
|
"TypeEquipment": "Equipment"
|
||
|
}
|
||
|
}
|