Update alterations to add tags.

This commit is contained in:
Thomas Andres Gomez 2025-03-29 15:40:29 +01:00
parent f091a5669a
commit f0e6586236
8 changed files with 111 additions and 64 deletions

17
tags/alteration.json Normal file
View file

@ -0,0 +1,17 @@
[
{
"type": "com.pixelized.shared.lwa.model.tag.TagJsonV1",
"id": "METAMORPHOSIS",
"label": "Métamorphose"
},
{
"type": "com.pixelized.shared.lwa.model.tag.TagJsonV1",
"id": "TATOO",
"label": "Tatouage"
},
{
"type": "com.pixelized.shared.lwa.model.tag.TagJsonV1",
"id": "EQUIPMENT",
"label": "Équipement"
}
]

12
tags/character.json Normal file
View file

@ -0,0 +1,12 @@
[
{
"type": "com.pixelized.shared.lwa.model.tag.TagJsonV1",
"id": "PLAYER",
"label": "Joueur"
},
{
"type": "com.pixelized.shared.lwa.model.tag.TagJsonV1",
"id": "NPC",
"label": "Npc"
}
]