Skip to content

Commit

Permalink
Adjust Antimatter config values. (#349)
Browse files Browse the repository at this point in the history
* Adjust values

* Change activation delay
  • Loading branch information
BertovDev authored Mar 7, 2024
1 parent 0bd4e83 commit f6c5eb9
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 @@ -277,8 +277,8 @@
{
"name": "antimatter",
"cooldown_ms": 2000,
"execution_duration_ms": 300,
"activation_delay_ms": 0,
"execution_duration_ms": 800,
"activation_delay_ms": 500,
"is_passive": false,
"autoaim": true,
"stamina_cost": 1,
Expand Down

0 comments on commit f6c5eb9

Please sign in to comment.