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 } } }