Files
fvtt-les-oublies/packs-src/armures-sample.json
T

51 lines
984 B
JSON

[
{
"name": "Protégé",
"type": "armure",
"img": "icons/svg/shield.svg",
"system": {
"description": "",
"state": "protégé",
"protection": 1,
"physicalPenalty": 1,
"initiativePenalty": 1,
"quantity": 1,
"price": 0,
"equipped": false,
"notes": ""
}
},
{
"name": "Harnaché",
"type": "armure",
"img": "icons/svg/shield.svg",
"system": {
"description": "",
"state": "harnaché",
"protection": 2,
"physicalPenalty": 2,
"initiativePenalty": 2,
"quantity": 1,
"price": 0,
"equipped": false,
"notes": ""
}
},
{
"name": "Bardé",
"type": "armure",
"img": "icons/svg/shield.svg",
"system": {
"description": "",
"state": "bardé",
"protection": 3,
"physicalPenalty": 3,
"initiativePenalty": 3,
"quantity": 1,
"price": 0,
"equipped": false,
"notes": ""
}
}
]