Skip to content

Commit

Permalink
Scorch burns longer
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltMolnarrr committed Jan 1, 2025
1 parent a4c5bad commit 42adde4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/wizards/spells/fire_scorch.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"action": {
"type": "FIRE",
"fire": {
"duration": 2
"duration": 3
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/wizards/spells/fireball.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"action": {
"type": "FIRE",
"fire": {
"duration": 2
"duration": 4
}
}
}
Expand Down

0 comments on commit 42adde4

Please sign in to comment.