Update alterations to add tags.
This commit is contained in:
parent
f091a5669a
commit
f0e6586236
8 changed files with 111 additions and 64 deletions
|
|
@ -1,18 +1,21 @@
|
|||
{
|
||||
"type": "com.pixelized.shared.lwa.model.alteration.AlterationJsonV1",
|
||||
"id": "ARMOR_DARK_LEATHER",
|
||||
"metadata": {
|
||||
"name": "Armure de cuir sombre",
|
||||
"description": "Armure cuir sombre, idéale pour se fondre dans la pénombre"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
"fieldId": "ARMOR",
|
||||
"expression": "+1"
|
||||
"type": "com.pixelized.shared.lwa.model.alteration.AlterationJsonV1",
|
||||
"id": "ARMOR_DARK_LEATHER",
|
||||
"metadata": {
|
||||
"name": "Armure de cuir sombre",
|
||||
"description": "Armure cuir sombre, idéale pour se fondre dans la pénombre"
|
||||
},
|
||||
{
|
||||
"fieldId": "DISCRETION",
|
||||
"expression": "+10"
|
||||
}
|
||||
]
|
||||
"tags": [
|
||||
"EQUIPMENT"
|
||||
],
|
||||
"fields": [
|
||||
{
|
||||
"fieldId": "ARMOR",
|
||||
"expression": "1"
|
||||
},
|
||||
{
|
||||
"fieldId": "DISCRETION",
|
||||
"expression": "10"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue