Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/acidicquarry.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/ascendancy.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/centerrock remake dry.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/centerrock remake.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/colorado_v2.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/dsdr.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/eye of horus.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/folsomdamr.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/forge.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/generic_config_setup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ end
-- badweatherchance = 100
-- fireflieschance = 100

local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
local clock = n%fullcyclelength

Expand Down
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/koom valley 3.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/koomvalleybar.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/lv412.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/onyx cauldron.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/quicksilver remake.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/red comet remake.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/riverdale remake.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/seths ravine.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/tabula_remake.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/tma20x.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down
2 changes: 2 additions & 0 deletions luarules/configs/Atmosphereconfigs/trefoil remake.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local gadget = gadget ---@type Gadget

function gadget:GameFrame(n)
if n == 31 then
Spring.Echo("Loaded atmosphere CEGs config for map: " .. Game.mapName)
Expand Down