Skip to content

Commit

Permalink
Restore modifiers from items (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Sanchez authored Jul 5, 2024
1 parent 935151d commit c5d1f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/arena/priv/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@
"one_time_application": true,
"effect_mechanics": {
"speed_boost": {
"modifier": 0.02,
"modifier": 0.5,
"effect_delay_ms": 0,
"execute_multiple_times": false
}
Expand Down Expand Up @@ -1341,7 +1341,7 @@
"execute_multiple_times": true
},
"speed_boost": {
"modifier": -0.009,
"modifier": -0.25,
"effect_delay_ms": 0,
"execute_multiple_times": false
},
Expand Down

0 comments on commit c5d1f26

Please sign in to comment.