From f37aaf747277283483c7f9e85aee5216d31a0278 Mon Sep 17 00:00:00 2001 From: SAUVAGEOT Paul-Arthur Date: Tue, 20 May 2025 13:06:20 +0200 Subject: [PATCH] Added alterations --- alterations/CURSE_IMPURE_SOUL.json | 11 +++++++++++ alterations/DEBUFF_FEVER.json | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 alterations/CURSE_IMPURE_SOUL.json create mode 100644 alterations/DEBUFF_FEVER.json diff --git a/alterations/CURSE_IMPURE_SOUL.json b/alterations/CURSE_IMPURE_SOUL.json new file mode 100644 index 0000000..976d9b8 --- /dev/null +++ b/alterations/CURSE_IMPURE_SOUL.json @@ -0,0 +1,11 @@ +{ + "type": "com.pixelized.shared.lwa.model.alteration.AlterationJsonV1", + "id": "CURSE_IMPURE_SOUL", + "metadata": { + "name": "Âme impure", + "description": "Souillure de l'âme causée par le monstre marin", + "icon": "https://drive.google.com/uc?export=view&id=1FHgnDrjEXA0goV6e-ASOr7JpjtOB3DmG" + }, + "tags": [], + "fields": [] +} \ No newline at end of file diff --git a/alterations/DEBUFF_FEVER.json b/alterations/DEBUFF_FEVER.json new file mode 100644 index 0000000..dd04e3e --- /dev/null +++ b/alterations/DEBUFF_FEVER.json @@ -0,0 +1,11 @@ +{ + "type": "com.pixelized.shared.lwa.model.alteration.AlterationJsonV1", + "id": "DEBUFF_FEVER", + "metadata": { + "name": "Fièvre", + "description": "+25 état diminué", + "icon": "https://bg3.wiki/w/images/9/9b/Exhausted_Condition_Icon.webp" + }, + "tags": [], + "fields": [] +} \ No newline at end of file