Skip to content

Commit

Permalink
v3.7.4 b708
Browse files Browse the repository at this point in the history
Updated* updated item-drop and xp-drop defaults in rules.yml to reflect their double support
  • Loading branch information
stumper66 committed Sep 29, 2022
1 parent acac42d commit 7f420da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.lokka30</groupId>
<artifactId>LevelledMobs</artifactId>
<version>3.7.4 b707</version>
<version>3.7.4 b708</version>
<packaging>jar</packaging>
<name>LevelledMobs</name>
<description>The Ultimate RPG Mob Levelling Plugin</description>
Expand Down
16 changes: 8 additions & 8 deletions src/main/resources/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ presets:
max-health: 2.5
attack-damage: 1.0
ranged-attack-damage: 1.0
item-drop: 3
xp-drop: 5
item-drop: 3.0
xp-drop: 5.0

tiered-coloring:
1-2: '&#22E76B' #Green
Expand All @@ -183,8 +183,8 @@ presets:
attack-damage: 2.25
ranged-attack-damage: 2.25
creeper-blast-damage: 0.75
item-drop: 3
xp-drop: 5
item-drop: 3.0
xp-drop: 5.0
# Special Multipliers (0.0 Min - 1.0 Max)
armor-bonus: 0.2
armor-toughness: 0.15
Expand Down Expand Up @@ -213,8 +213,8 @@ presets:
ranged-attack-damage: 2.75
creeper-blast-damage: 1.75
follow-range: 0.25
item-drop: 3
xp-drop: 5
item-drop: 3.0
xp-drop: 5.0
# Special Multipliers (0.0 Min - 1.0 Max)
armor-bonus: 0.3
armor-toughness: 0.3
Expand Down Expand Up @@ -245,8 +245,8 @@ presets:
ranged-attack-damage: 4.0
creeper-blast-damage: 2.5
follow-range: 0.5
item-drop: 3
xp-drop: 5
item-drop: 3.0
xp-drop: 5.0
# Special Multipliers (0.0 Min - 1.0 Max)
armor-bonus: 0.5
armor-toughness: 0.5
Expand Down

0 comments on commit 7f420da

Please sign in to comment.