initial attempt for using ActiveEffects and applying item base stats

This commit is contained in:
Johannes Loher 2020-10-30 00:48:06 +01:00
parent abeb9d8b24
commit 27487c5bae
6 changed files with 106 additions and 62 deletions

View file

@ -1,46 +1,38 @@
{
"Actor": {
"types": ["character"],
"templates": {
"base": {
"health": {
"value": 10,
"min": 0,
"max": 10
},
"power": {
"value": 5,
"min": 0,
"max": 5
}
}
},
"templates": {},
"character": {
"templates": ["base"],
"biography": "",
"templates": [],
"attributes": {
"level": {
"value": 1
"body": {
"initial": 8
},
"mobility": {
"initial": 0
},
"mind": {
"initial": 0
}
},
"abilities": {
"str": {
"value": 10
"traits": {
"strength": {
"initial": 4
},
"dex": {
"value": 10
"constitution": {
"initial": 0
},
"con": {
"value": 10
"agility": {
"initial": 0
},
"int": {
"value": 10
"dexterity": {
"initial": 0
},
"wis": {
"value": 10
"intellect": {
"initial": 0
},
"cha": {
"value": 10
"aura": {
"initial": 0
}
}
}