2020-12-23 16:52:20 +01:00
|
|
|
{
|
|
|
|
"Actor": {
|
|
|
|
"types": ["character"],
|
|
|
|
"templates": {},
|
|
|
|
"character": {
|
|
|
|
"templates": [],
|
|
|
|
"attributes": {
|
|
|
|
"body": {
|
|
|
|
"initial": 8
|
|
|
|
},
|
|
|
|
"mobility": {
|
|
|
|
"initial": 0
|
|
|
|
},
|
|
|
|
"mind": {
|
|
|
|
"initial": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"traits": {
|
|
|
|
"strength": {
|
|
|
|
"initial": 4
|
|
|
|
},
|
|
|
|
"constitution": {
|
|
|
|
"initial": 0
|
|
|
|
},
|
|
|
|
"agility": {
|
|
|
|
"initial": 0
|
|
|
|
},
|
|
|
|
"dexterity": {
|
|
|
|
"initial": 0
|
|
|
|
},
|
|
|
|
"intellect": {
|
|
|
|
"initial": 0
|
|
|
|
},
|
|
|
|
"aura": {
|
|
|
|
"initial": 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Item": {
|
|
|
|
"types": ["weapon", "armor", "shield", "trinket", "equipment"],
|
|
|
|
"templates": {
|
|
|
|
"base": {
|
|
|
|
"description": ""
|
|
|
|
},
|
|
|
|
"physical": {
|
|
|
|
"quantity": 1,
|
|
|
|
"price": 0,
|
2020-12-28 17:54:33 +01:00
|
|
|
"availability": "-",
|
|
|
|
"storageLocation": "-"
|
2020-12-23 16:52:20 +01:00
|
|
|
},
|
|
|
|
"equipable": {
|
|
|
|
"equipped": false
|
2020-12-28 18:24:13 +01:00
|
|
|
},
|
|
|
|
"protective": {
|
|
|
|
"armorValue": 0
|
2020-12-23 16:52:20 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"weapon": {
|
|
|
|
"templates": ["base", "physical", "equipable"],
|
|
|
|
"attackType": "melee",
|
|
|
|
"weaponBonus": 0,
|
2020-12-28 18:24:13 +01:00
|
|
|
"opponentDefense": 0
|
2020-12-23 16:52:20 +01:00
|
|
|
},
|
|
|
|
"armor": {
|
2020-12-28 18:24:13 +01:00
|
|
|
"templates": ["base", "physical", "equipable", "protective"],
|
2020-12-23 16:52:20 +01:00
|
|
|
"armorMaterialType": "cloth",
|
2020-12-28 18:24:13 +01:00
|
|
|
"armorType": "body"
|
2020-12-23 16:52:20 +01:00
|
|
|
},
|
|
|
|
"shield": {
|
2020-12-28 18:24:13 +01:00
|
|
|
"templates": ["base", "physical", "equipable", "protective"]
|
2020-12-23 16:52:20 +01:00
|
|
|
},
|
|
|
|
"trinket": {
|
|
|
|
"templates": ["base", "physical", "equipable"]
|
|
|
|
},
|
|
|
|
"equipment": {
|
|
|
|
"templates": ["base", "physical"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|