Added a few items and corresponding alteration for one of them

This commit is contained in:
SAUVAGEOT Paul-Arthur 2025-04-22 16:07:42 +02:00
parent d885fa6086
commit 5f38746d9c
4 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{
"type": "com.pixelized.shared.lwa.model.alteration.AlterationJsonV1",
"id": "RIBBON_WINNER_DANCE_COMPETITION",
"metadata": {
"name": "Ruban du vainqueur",
"description": "+2 Charisme"
},
"tags": [
"EQUIPMENT"
],
"fields": [
{
"fieldId": "CHA",
"expression": "2"
}
]
}