fvtt-te-deum/template.json

20 lines
411 B
JSON
Raw Permalink Normal View History

2023-12-11 20:11:10 +01:00
{
"Actor": {
2023-12-11 21:41:51 +01:00
"types": ["pj", "pnj"],
2024-06-04 21:05:54 +02:00
"htmlFields": ["description"],
2023-12-11 21:41:51 +01:00
"pj": {},
"pnj": {}
2023-12-11 20:11:10 +01:00
},
"Item": {
2024-06-04 21:05:54 +02:00
"types": ["arme", "competence", "armure", "grace", "equipement", "origine", "education"],
"htmlFields": ["description"],
2023-12-11 22:24:19 +01:00
"arme": {},
2023-12-11 22:44:06 +01:00
"competence": {},
"armure": {},
2024-02-19 22:02:44 +01:00
"equipement": {},
"origine": {},
"education": {},
2024-06-04 21:05:54 +02:00
"grace": {},
2024-02-19 22:02:44 +01:00
"debouche": {}
2023-12-11 20:11:10 +01:00
}
}