Skip to content

Commit

Permalink
Update rune effects to use modern names
Browse files Browse the repository at this point in the history
  • Loading branch information
Travja committed Jan 25, 2025
1 parent 7125a1a commit 1ebc55a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/modules/runes/items/rune_jump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ success-rate-by-level:
'2': '30 * %ITEM_LEVEL%'
'3': '30:50'
socket-display: '&bRune: Jump %ITEM_LEVEL_ROMAN%'
effect: JUMP
effect: JUMP_BOOST
target-requirements:
type:
- boots
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/modules/runes/items/rune_resist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ success-rate-by-level:
'2': '30 * %ITEM_LEVEL%'
'3': '30:50'
socket-display: '&bRune: Resistance %ITEM_LEVEL_ROMAN%'
effect: DAMAGE_RESISTANCE
effect: RESISTANCE
target-requirements:
type:
- chestplate
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/modules/runes/items/rune_strength.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ success-rate-by-level:
'2': '30 * %ITEM_LEVEL%'
'3': '30:50'
socket-display: '&bRune: Strength %ITEM_LEVEL_ROMAN%'
effect: INCREASE_DAMAGE
effect: STRENGTH
target-requirements:
type:
- WEAPON
Expand Down

0 comments on commit 1ebc55a

Please sign in to comment.