Skip to content

Commit

Permalink
Tune params for items and zone to be more impactful in merliot (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Sanchez authored Nov 14, 2024
1 parent b600aba commit 17d8669
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/arena/lib/arena/game_updater.ex
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ defmodule Arena.GameUpdater do
|> Map.put(:external_wall, Entities.new_external_wall(0, config.map.radius))
|> Map.put(:square_wall, config.map.square_wall)
|> Map.put(:zone, %{
radius: config.map.radius,
radius: config.map.radius - 5000,
should_start?: config.game.zone_enabled,
started: false,
enabled: false,
Expand Down
8 changes: 4 additions & 4 deletions priv/repo/seeds.exs
Original file line number Diff line number Diff line change
Expand Up @@ -1286,14 +1286,14 @@ game_configuration_1 = %{
end_game_interval_ms: 1000,
shutdown_game_wait_ms: 10000,
natural_healing_interval_ms: 300,
zone_shrink_start_ms: 35000,
zone_shrink_radius_by: 10,
zone_shrink_start_ms: 15000,
zone_shrink_radius_by: 20,
zone_shrink_interval: 100,
zone_stop_interval_ms: 13000,
zone_stop_interval_ms: 10000,
zone_start_interval_ms: 20000,
zone_damage_interval_ms: 1000,
zone_damage: 40,
item_spawn_interval_ms: 7500,
item_spawn_interval_ms: 5000,
bots_enabled: true,
zone_enabled: true,
bounties_options_amount: 3,
Expand Down

0 comments on commit 17d8669

Please sign in to comment.