diff --git a/FightSystem_Core/src/config.yml b/FightSystem_Core/src/config.yml index f87f00c..c39ff0b 100644 --- a/FightSystem_Core/src/config.yml +++ b/FightSystem_Core/src/config.yml @@ -45,6 +45,9 @@ Arena: DisableSnowMelt: false # defaults to false if missing # Allow leaving the arena area as spectator Leaveable: false # defaults to false if missing + # Allow missiles to fly to the enemy and not stop at the schem border. + # This overrides the 'EnterStages' setting if present otherwise if any 'EnterStages' are present this defaults to 'true'. + AllowMissiles: false # defaults to false if missing Schematic: # The size of the schematics @@ -104,6 +107,7 @@ WinConditions: # defaults to none if missing # - WHITELIST_PERCENT # - RELATIVE_PERCENT # - POINTS + # - POINTS_AIRSHIP # - WATER_TECH_KO # - TIME_TECH_KO