Skip to content

Commit

Permalink
Fixed default reforges
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Oct 2, 2021
1 parent 148ae20 commit d21865e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eco-core/core-plugin/src/main/resources/reforges.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
"effects": [
{
"id": "incoming_damage_multiplier",
"amount": 0.96
"multiplier": 0.96
}
],
"conditions": [
Expand Down Expand Up @@ -352,7 +352,7 @@
"effects": [
{
"id": "damage_multiplier",
"amount": 1.03
"multiplier": 1.03
}
],
"conditions": [
Expand All @@ -376,7 +376,7 @@
"effects": [
{
"id": "damage_multiplier",
"amount": 1.04
"multiplier": 1.04
}
],
"conditions": [
Expand Down

0 comments on commit d21865e

Please sign in to comment.