Merge pull request #12729 from Mailaender/sunstroke
Added Firestorm map Sunstroke
This commit is contained in:
BIN
mods/ts/maps/sunstroke/map.bin
Normal file
BIN
mods/ts/maps/sunstroke/map.bin
Normal file
Binary file not shown.
BIN
mods/ts/maps/sunstroke/map.png
Normal file
BIN
mods/ts/maps/sunstroke/map.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
2554
mods/ts/maps/sunstroke/map.yaml
Normal file
2554
mods/ts/maps/sunstroke/map.yaml
Normal file
File diff suppressed because it is too large
Load Diff
47
mods/ts/maps/sunstroke/rules.yaml
Normal file
47
mods/ts/maps/sunstroke/rules.yaml
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
World:
|
||||||
|
ElevatedBridgeLayer:
|
||||||
|
ElevatedBridgePlaceholder@1:
|
||||||
|
Location: 60, -26
|
||||||
|
Height: 5
|
||||||
|
Orientation: Y
|
||||||
|
Length: 8
|
||||||
|
ElevatedBridgePlaceholder@2:
|
||||||
|
Location: 139, -10
|
||||||
|
Height: 5
|
||||||
|
Orientation: Y
|
||||||
|
Length: 19
|
||||||
|
GlobalLightingPaletteEffect:
|
||||||
|
Red: 1.6
|
||||||
|
Blue: 0.9
|
||||||
|
Green: 1.2
|
||||||
|
Ambient: 0.3
|
||||||
|
LuaScript:
|
||||||
|
Scripts: sunstroke.lua
|
||||||
|
|
||||||
|
GAOLDCC2:
|
||||||
|
Capturable:
|
||||||
|
ProvidesPrerequisite@BuildingName:
|
||||||
|
|
||||||
|
GAOLDCC3:
|
||||||
|
Capturable:
|
||||||
|
ProvidesPrerequisite@BuildingName:
|
||||||
|
|
||||||
|
4TNK:
|
||||||
|
Buildable:
|
||||||
|
Queue: Vehicle
|
||||||
|
BuildPaletteOrder: 70
|
||||||
|
Prerequisites: ~gaoldcc3
|
||||||
|
Description: Heavy tank\nwith double barreled gun.
|
||||||
|
|
||||||
|
SLAV:
|
||||||
|
Tooltip:
|
||||||
|
Name: Black Hand Rifleman
|
||||||
|
Buildable:
|
||||||
|
Queue: Infantry
|
||||||
|
BuildPaletteOrder: 70
|
||||||
|
Prerequisites: ~gaoldcc2
|
||||||
|
Description: Religious loyalist\narmed with sniper rifle.
|
||||||
|
AttackFrontal:
|
||||||
|
Voice: Attack
|
||||||
|
Armament:
|
||||||
|
Weapon: Sniper
|
||||||
5
mods/ts/maps/sunstroke/sequences.yaml
Normal file
5
mods/ts/maps/sunstroke/sequences.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
slav:
|
||||||
|
icon: xxicon
|
||||||
|
|
||||||
|
4tnk:
|
||||||
|
icon: xxicon
|
||||||
9
mods/ts/maps/sunstroke/sunstroke.lua
Normal file
9
mods/ts/maps/sunstroke/sunstroke.lua
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Tick = function()
|
||||||
|
if (Lighting.Red > 1.5) then
|
||||||
|
Lighting.Red = Lighting.Red - 0.001
|
||||||
|
end
|
||||||
|
|
||||||
|
if (Lighting.Ambient < 0.5) then
|
||||||
|
Lighting.Ambient = Lighting.Ambient + 0.001
|
||||||
|
end
|
||||||
|
end
|
||||||
@@ -216,7 +216,7 @@
|
|||||||
Health:
|
Health:
|
||||||
HP: 400
|
HP: 400
|
||||||
RenderSprites:
|
RenderSprites:
|
||||||
Palette: player
|
-Palette:
|
||||||
-Cloak@EXTERNALCLOAK:
|
-Cloak@EXTERNALCLOAK:
|
||||||
-ExternalCondition@CLOAKGENERATOR:
|
-ExternalCondition@CLOAKGENERATOR:
|
||||||
-ExternalCondition@CRATE-CLOAK:
|
-ExternalCondition@CRATE-CLOAK:
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
Sequences: veins
|
Sequences: veins
|
||||||
MaxDensity: 1
|
MaxDensity: 1
|
||||||
ValuePerUnit: 0
|
ValuePerUnit: 0
|
||||||
AllowedTerrainTypes: Clear
|
AllowedTerrainTypes: Clear, Rough, DirtRoad
|
||||||
AllowUnderActors: true
|
AllowUnderActors: true
|
||||||
TerrainType: Veins
|
TerrainType: Veins
|
||||||
TerrainGeometryOverlay:
|
TerrainGeometryOverlay:
|
||||||
|
|||||||
Reference in New Issue
Block a user