Added Contrebandier NPC Template
This commit is contained in:
parent
16af6fc56e
commit
e0f36e687f
2 changed files with 242 additions and 0 deletions
17
alterations/ARMOR_LIGHT_LEATHER.json
Normal file
17
alterations/ARMOR_LIGHT_LEATHER.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "com.pixelized.shared.lwa.model.alteration.AlterationJsonV1",
|
||||
"id": "ARMOR_LIGHT_LEATHER",
|
||||
"metadata": {
|
||||
"name": "Armure de cuir léger",
|
||||
"description": "+1 Armure"
|
||||
},
|
||||
"tags": [
|
||||
"EQUIPMENT"
|
||||
],
|
||||
"fields": [
|
||||
{
|
||||
"fieldId": "ARMOR",
|
||||
"expression": "1"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue