Added items, npcs and changed throwing daggers to be consummables
This commit is contained in:
parent
25eea01e80
commit
f6891eef97
9 changed files with 316 additions and 3 deletions
17
alterations/COLLAR_SOFT_PAWS.json
Normal file
17
alterations/COLLAR_SOFT_PAWS.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "com.pixelized.shared.lwa.model.alteration.AlterationJsonV1",
|
||||
"id": "COLLAR_SOFT_PAWS",
|
||||
"metadata": {
|
||||
"name": "Collier de \"Patte douce\"",
|
||||
"description": "Collier pour chien permettant de rendre moins intimidant"
|
||||
},
|
||||
"tags": [
|
||||
"EQUIPMENT"
|
||||
],
|
||||
"fields": [
|
||||
{
|
||||
"fieldId": "INTIMIDATION",
|
||||
"expression": "-(20)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue