1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-10 00:43:27 +02:00
ComfyFactorio/maps/biter_battles_v2/config.lua

30 lines
1.5 KiB
Lua
Raw Normal View History

2019-09-09 22:41:25 +02:00
--BITER BATTLES CONFIG--
2019-04-28 19:38:44 +02:00
bb_config = {
2019-09-09 22:41:25 +02:00
--TEAM SETTINGS--
["team_balancing"] = true, --Should players only be able to join a team that has less or equal members than the opposing team?
["only_admins_vote"] = false, --Are only admins able to vote on the global difficulty?
--Optional custom team names:
["north_side_team_name"] = "Team North",
["south_side_team_name"] = "Team South",
--GENERAL SETTINGS--
["blueprint_library_importing"] = false, --Allow the importing of blueprints from the blueprint library?
["blueprint_string_importing"] = false, --Allow the importing of blueprints via blueprint strings?
2019-09-09 22:41:25 +02:00
--MAP PREGENERATION--
2019-09-16 18:14:27 +02:00
["map_pregeneration_radius"] = 28, --Radius in chunks to pregenerate at the start of the map.
["fast_pregen"] = false, --Force fast pregeneration.
2019-04-28 19:38:44 +02:00
2019-09-09 22:41:25 +02:00
--TERRAIN OPTIONS--
2019-07-29 15:24:02 +02:00
["border_river_width"] = 29, --Approximate width of the horizontal impassable river seperating the teams. (values up to 100)
2019-07-13 15:21:12 +02:00
["builders_area"] = true, --Grant each side a peaceful direction with no nests and biters?
2019-07-13 19:12:18 +02:00
["random_scrap"] = true, --Generate harvestable scrap around worms randomly?
2019-09-09 22:41:25 +02:00
--BITER SETTINGS--
2019-07-29 15:24:02 +02:00
["max_active_biters"] = 2500, --Maximum total amount of attacking units per side.
["max_group_size"] = 256, --Maximum unit group size.
2019-07-23 17:15:32 +02:00
["biter_timeout"] = 54000, --Time it takes in ticks for an attacking unit to be deleted. This prevents perma stuck units.
2019-08-14 21:16:56 +02:00
["bitera_area_distance"] = 416 --Distance to the biter area.
}