From 68a390524b71f06e2f5ea8a43d5a29dc34e9e9ee Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Mon, 22 Jul 2024 16:31:26 -0500 Subject: [PATCH 1/4] Initial commit --- data/mods/Magiclysm/enchantments/Gaias_Chosen.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/data/mods/Magiclysm/enchantments/Gaias_Chosen.json b/data/mods/Magiclysm/enchantments/Gaias_Chosen.json index c3b6d8648c29a..c005a7c233e0e 100644 --- a/data/mods/Magiclysm/enchantments/Gaias_Chosen.json +++ b/data/mods/Magiclysm/enchantments/Gaias_Chosen.json @@ -6,9 +6,9 @@ "description": "The thorns effect from the Gaia's Chosen Attunement.", "effect": "attack", "shape": "blast", - "flags": [ "SILENT" ], - "min_damage": 22, - "max_damage": 22, + "flags": [ "SILENT", "RANDOM_DAMAGE" ], + "min_damage": 3, + "max_damage": 15, "valid_targets": [ "hostile" ], "damage_type": "cut", "min_range": 1, @@ -19,11 +19,12 @@ "id": "GAIAS_CHOSEN", "condition": "ALWAYS", "name": { "str": "Gaia's Champion" }, - "description": "Your Gaia's Chosen abilities grant you bigger HP pool, and your enemies impale themselves upon your thorns when they attack you.", - "values": [ { "value": "MAX_HP", "multiply": 0.3 } ], + "description": "Your Gaia's Chosen abilities grant you a larger HP pool, and enemies have a chance to impale themselves upon your thorns when they attack you.", + "values": [ { "value": "MAX_HP", "multiply": 0.3 }, { "value": "PAIN", "multiply": 0.25 } ], "hit_me_effect": [ { "id": "GAIAS_CHOSEN_THORNS", + "once_in": 2, "message": "Thorns tear at your opponent as they strike you.", "npc_message": "%1$s's thorny brambles bite into their attacker." } From 5d0d96c320c080ece4b15b0b3c5b8df8ed6c3e68 Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Mon, 22 Jul 2024 16:35:06 -0500 Subject: [PATCH 2/4] 15->12 --- data/mods/Magiclysm/enchantments/Gaias_Chosen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mods/Magiclysm/enchantments/Gaias_Chosen.json b/data/mods/Magiclysm/enchantments/Gaias_Chosen.json index c005a7c233e0e..8554ad12fb0a9 100644 --- a/data/mods/Magiclysm/enchantments/Gaias_Chosen.json +++ b/data/mods/Magiclysm/enchantments/Gaias_Chosen.json @@ -8,7 +8,7 @@ "shape": "blast", "flags": [ "SILENT", "RANDOM_DAMAGE" ], "min_damage": 3, - "max_damage": 15, + "max_damage": 12, "valid_targets": [ "hostile" ], "damage_type": "cut", "min_range": 1, From b0b79a2ce9e14e7fe14bcaa5a69464047a2a4a86 Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Mon, 22 Jul 2024 16:37:44 -0500 Subject: [PATCH 3/4] Warn about increased pain. --- data/mods/Magiclysm/enchantments/Gaias_Chosen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mods/Magiclysm/enchantments/Gaias_Chosen.json b/data/mods/Magiclysm/enchantments/Gaias_Chosen.json index 8554ad12fb0a9..a250ed908d063 100644 --- a/data/mods/Magiclysm/enchantments/Gaias_Chosen.json +++ b/data/mods/Magiclysm/enchantments/Gaias_Chosen.json @@ -19,7 +19,7 @@ "id": "GAIAS_CHOSEN", "condition": "ALWAYS", "name": { "str": "Gaia's Champion" }, - "description": "Your Gaia's Chosen abilities grant you a larger HP pool, and enemies have a chance to impale themselves upon your thorns when they attack you.", + "description": "Your Gaia's Chosen abilities grant you a larger HP pool, and enemies have a chance to impale themselves upon your thorns when they attack you. However, the thorns growing from your skin means you feel pain more acutely.", "values": [ { "value": "MAX_HP", "multiply": 0.3 }, { "value": "PAIN", "multiply": 0.25 } ], "hit_me_effect": [ { From 80d3a51a427b8c24ca6104683b0acdc1eb90e31a Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Mon, 22 Jul 2024 21:49:43 -0500 Subject: [PATCH 4/4] 25 -> 15 --- data/mods/Magiclysm/enchantments/Gaias_Chosen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mods/Magiclysm/enchantments/Gaias_Chosen.json b/data/mods/Magiclysm/enchantments/Gaias_Chosen.json index a250ed908d063..8dbb84422e843 100644 --- a/data/mods/Magiclysm/enchantments/Gaias_Chosen.json +++ b/data/mods/Magiclysm/enchantments/Gaias_Chosen.json @@ -20,7 +20,7 @@ "condition": "ALWAYS", "name": { "str": "Gaia's Champion" }, "description": "Your Gaia's Chosen abilities grant you a larger HP pool, and enemies have a chance to impale themselves upon your thorns when they attack you. However, the thorns growing from your skin means you feel pain more acutely.", - "values": [ { "value": "MAX_HP", "multiply": 0.3 }, { "value": "PAIN", "multiply": 0.25 } ], + "values": [ { "value": "MAX_HP", "multiply": 0.3 }, { "value": "PAIN", "multiply": 0.15 } ], "hit_me_effect": [ { "id": "GAIAS_CHOSEN_THORNS",