Update alterations to add tags.
This commit is contained in:
parent
f091a5669a
commit
f0e6586236
8 changed files with 111 additions and 64 deletions
17
tags/alteration.json
Normal file
17
tags/alteration.json
Normal 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
12
tags/character.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue