Files
pokemon-foundry/template.json
2025-08-11 14:19:17 +02:00

89 lines
2.0 KiB
JSON

{
"Actor": {
"types": [
"character"
],
"character": {
"tab": "tab1",
"species": "species",
"type1": "Normal",
"type2": "",
"inventory": "",
"experience": {
"level": 1,
"EXP": 0
},
"phArmorClass": 0,
"spArmorClass": 0,
"stats": {
"attack": 0,
"defense": 0,
"specialAttack": 0,
"specialDefense": 0,
"speed": 0,
"hp": 0
},
"attackCategory": "Physical",
"defenseCategory": "Physical",
"speed": 0,
"hp": {
"max": 0,
"current": 0
},
"moves": {
"move1": {
"name": "",
"category": "Physical",
"type": "Normal",
"description": ""
},
"move2": {
"name": "",
"category": "Physical",
"type": "Normal",
"description": ""
},
"move3": {
"name": "",
"category": "Physical",
"type": "Normal",
"description": ""
},
"move4": {
"name": "",
"category": "Physical",
"type": "Normal",
"description": ""
}
}
}
},
"Item": {
"types":[
"item"
],
"templates": {
"generalItems": {
"weight": 10,
"value": 100,
"description": ""
}
},
"Item": {
"templates": ["generalItems"],
"type": "item",
"quantity": 1
}
}
}