mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
.
This commit is contained in:
@@ -83,7 +83,7 @@ return {
|
||||
skip_victory = true, --- @setting skip_victory will skip the victory screen when a rocket is launched
|
||||
friendly_fire = false, --- @setting friendly_fire weather players will be able to attack each other on the same force
|
||||
enemy_expansion = false, --- @setting enemy_expansion a catch all for in case the map settings file fails to load
|
||||
chart_radius = 20 * 32, --- @setting chart_radius the number of tiles that will be charted when the map starts
|
||||
chart_radius = 16 * 32, --- @setting chart_radius the number of tiles that will be charted when the map starts
|
||||
items = { --- @setting items items and there condition for being given
|
||||
["iron-ore"] = cutoff_time(20 * minutes, 80, 0),
|
||||
["stone"] = cutoff_time(20 * minutes, 20, 0),
|
||||
|
||||
Reference in New Issue
Block a user