Skip to content

Commit

Permalink
Increase status effect apply limit for Frost spells
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltMolnarrr committed Jan 9, 2025
1 parent 98126c5 commit fd9099a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 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.5

- Increase status effect apply limit for Frost spells

# 2.2.4

- Update village wizard chest loot table
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fabric_api_version=0.102.0+1.21.1
# Mod
maven_group=net
archives_base_name=wizards
mod_version=2.2.4
mod_version=2.2.5
minecraft_compat_version=1.21

# Dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/wizards/spells/frost_blizzard.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"amplifier": 0,
"apply_limit": {
"health_base": 80,
"spell_power_multiplier": 2
"spell_power_multiplier": 4
},
"show_particles": false
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/wizards/spells/frost_nova.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"apply_mode": "ADD",
"apply_limit": {
"health_base": 50,
"spell_power_multiplier": 2
"spell_power_multiplier": 4
},
"show_particles": false
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/wizards/spells/frostbolt.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"amplifier": 0,
"apply_limit": {
"health_base": 100,
"spell_power_multiplier": 2
"spell_power_multiplier": 4
},
"show_particles": false
}
Expand Down

0 comments on commit fd9099a

Please sign in to comment.