switch to using TypeScript
This commit is contained in:
parent
1d120b273a
commit
d163fd27fe
53 changed files with 2875 additions and 1614 deletions
|
@ -1,79 +0,0 @@
|
|||
{
|
||||
"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,
|
||||
"availability": "none"
|
||||
},
|
||||
"equipable": {
|
||||
"equipped": false
|
||||
}
|
||||
},
|
||||
"weapon": {
|
||||
"templates": ["base", "physical", "equipable"],
|
||||
"attackType": "melee",
|
||||
"weaponBonus": 0,
|
||||
"opponentDefense": 0,
|
||||
"properties": {}
|
||||
},
|
||||
"armor": {
|
||||
"templates": ["base", "physical", "equipable"],
|
||||
"armorMaterialType": "cloth",
|
||||
"armorType": "body",
|
||||
"armorValue": 0
|
||||
},
|
||||
"shield": {
|
||||
"templates": ["base", "physical", "equipable"],
|
||||
"armorValue": 0
|
||||
},
|
||||
"trinket": {
|
||||
"templates": ["base", "physical", "equipable"]
|
||||
},
|
||||
"equipment": {
|
||||
"templates": ["base", "physical"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue