Skip to content

Commit

Permalink
replace h4ck ultimate for pool mechanic (#444)
Browse files Browse the repository at this point in the history
* replace h4ck ultimate for pool

* improve DoS config

---------

Co-authored-by: Marco <[email protected]>
  • Loading branch information
agustinesco and marco-paulucci authored Apr 10, 2024
1 parent 2010505 commit aaa318b
Showing 1 changed file with 22 additions and 14 deletions.
36 changes: 22 additions & 14 deletions apps/arena/priv/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,24 +162,22 @@
{
"name": "h4ck_denial_of_service",
"cooldown_mechanism": "time",
"cooldown_ms": 8000,
"execution_duration_ms": 900,
"activation_delay_ms": 0,
"cooldown_ms": 9000,
"execution_duration_ms": 500,
"activation_delay_ms": 500,
"is_passive": false,
"autoaim": true,
"can_pick_destination": false,
"can_pick_destination": true,
"mechanics": [
{
"repeated_shot": {
"interval_ms": 100,
"amount": 10,
"speed": 70.0,
"duration_ms": 1000,
"remove_on_collision": true,
"projectile_offset": 100,
"angle": 80.0,
"damage": 29,
"radius": 40.0
"spawn_pool": {
"name": "denial_of_service",
"duration_ms": 2500,
"radius": 500.0,
"range": 1500.0,
"effects_to_apply": [
"denial_of_service"
]
}
}
],
Expand Down Expand Up @@ -526,6 +524,16 @@
"effect_delay_ms": 400
}
}
},
{
"name": "denial_of_service",
"remove_on_action": false,
"effect_mechanics": {
"damage": {
"damage": 17,
"effect_delay_ms": 220
}
}
}
]
}

0 comments on commit aaa318b

Please sign in to comment.