mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-10 00:43:27 +02:00
0255c0ab18
added chat color and symbols for ore vein findings; wave defense difficulty progression is no longer linear; wave defense - fixed wrong worm turret rolls; smol flame turret buff; less angry trees;
17 lines
386 B
Lua
17 lines
386 B
Lua
local t = {
|
|
["biter-spawner"] = 128,
|
|
["spitter-spawner"] = 128,
|
|
["behemoth-biter"] = 36,
|
|
["behemoth-spitter"] = 36,
|
|
["big-biter"] = 12,
|
|
["big-spitter"] = 12,
|
|
["medium-biter"] = 4,
|
|
["medium-spitter"] = 4,
|
|
["small-biter"] = 1,
|
|
["small-spitter"] = 1,
|
|
["small-worm-turret"] = 16,
|
|
["medium-worm-turret"] = 32,
|
|
["big-worm-turret"] = 48,
|
|
["behemoth-worm-turret"] = 64,
|
|
}
|
|
return t |