Files
pokemon-foundry/template.json
Nikolaj 5311271d27
2025-08-05 09:46:20 +02:00

85 lines
1.9 KiB
JSON

{
"Actor": {
"types": [
"character"
],
"character": {
"tab": "tab1",
"species": "species",
"type1": "Normal",
"type2": "",
"experience": {
"level": 1,
"EXP": 0
},
"phArmorClass": 0,
"spArmorClass": 0,
"stats": {
"attack": 0,
"defense": 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
}
}
}