From 42adde4f3fd60d4f5524af32ea053ae321084e6d Mon Sep 17 00:00:00 2001 From: Zsolt Molnar Date: Wed, 1 Jan 2025 20:34:41 +0100 Subject: [PATCH] Scorch burns longer --- CHANGELOG.md | 4 ++++ src/main/resources/data/wizards/spells/fire_scorch.json | 2 +- src/main/resources/data/wizards/spells/fireball.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d9ebf..2753f4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.2.1 + +- Adjust burning duration of Fireball and Scorch spells + # 2.2.0 - Add new weapons, obtainable only as loot from Aether dungeons diff --git a/src/main/resources/data/wizards/spells/fire_scorch.json b/src/main/resources/data/wizards/spells/fire_scorch.json index 59b85e9..7b28d6c 100644 --- a/src/main/resources/data/wizards/spells/fire_scorch.json +++ b/src/main/resources/data/wizards/spells/fire_scorch.json @@ -67,7 +67,7 @@ "action": { "type": "FIRE", "fire": { - "duration": 2 + "duration": 3 } } } diff --git a/src/main/resources/data/wizards/spells/fireball.json b/src/main/resources/data/wizards/spells/fireball.json index 7f2f39c..e2bad8e 100644 --- a/src/main/resources/data/wizards/spells/fireball.json +++ b/src/main/resources/data/wizards/spells/fireball.json @@ -99,7 +99,7 @@ "action": { "type": "FIRE", "fire": { - "duration": 2 + "duration": 4 } } }