Added NPC Dhal Marivene
This commit is contained in:
parent
e034855592
commit
13ca91ac41
4 changed files with 291 additions and 0 deletions
17
alterations/ACCESSORY_CANE_OF_ENERGY.json
Normal file
17
alterations/ACCESSORY_CANE_OF_ENERGY.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "com.pixelized.shared.lwa.model.alteration.AlterationJsonV1",
|
||||
"id": "ACCESSORY_CANE_OF_ENERGY",
|
||||
"metadata": {
|
||||
"name": "Canne d'énergie",
|
||||
"description": "+5 PP"
|
||||
},
|
||||
"tags": [
|
||||
"EQUIPMENT"
|
||||
],
|
||||
"fields": [
|
||||
{
|
||||
"fieldId": "PP",
|
||||
"expression": "5"
|
||||
}
|
||||
]
|
||||
}
|
||||
17
alterations/TATOO_STALAK.json
Normal file
17
alterations/TATOO_STALAK.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "com.pixelized.shared.lwa.model.alteration.AlterationJsonV1",
|
||||
"id": "TATOO_STALAK",
|
||||
"metadata": {
|
||||
"name": "Tatouage de Stalak",
|
||||
"description": "Tatouage de contrat total avec le Lwa Stalak"
|
||||
},
|
||||
"tags": [
|
||||
"TATOO"
|
||||
],
|
||||
"fields": [
|
||||
{
|
||||
"fieldId": "PP",
|
||||
"expression": "-(3)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue