From aca8243397e6c15ca66a71824bec2c2d6f29f3d7 Mon Sep 17 00:00:00 2001 From: SAUVAGEOT Paul-Arthur Date: Wed, 4 Jun 2025 16:54:42 +0200 Subject: [PATCH] Added Bargal Gardemont character sheet and needed alteration for him --- alterations/TATOO_GARDEMONT.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 alterations/TATOO_GARDEMONT.json diff --git a/alterations/TATOO_GARDEMONT.json b/alterations/TATOO_GARDEMONT.json new file mode 100644 index 0000000..ca8fe99 --- /dev/null +++ b/alterations/TATOO_GARDEMONT.json @@ -0,0 +1,18 @@ +{ + "type": "com.pixelized.shared.lwa.model.alteration.AlterationJsonV1", + "id": "TATOO_GARDEMONT", + "metadata": { + "name": "Tatouage des Gardemont", + "description": "Tatouage de la famille Gardemont", + "icon": "https://bg3.wiki/w/images/2/2d/Map_Tutorial_Map_Icon.png" + }, + "tags": [ + "TATOO" + ], + "fields": [ + { + "fieldId": "PP", + "expression": "-(5)" + } + ] +} \ No newline at end of file