SteamWar/BauSystem2.0
Archiviert
12
0

Add darkness skins back
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
yoyosource 2023-02-25 13:27:33 +01:00
Ursprung ce41f817da
Commit 599d717602

Datei anzeigen

@ -7,6 +7,11 @@
name(WarGear) name(WarGear)
schematic(sections19/Normal/WGArena.schem) schematic(sections19/Normal/WGArena.schem)
testblockSchematic(sections19/Normal/WGTestblock.schem) testblockSchematic(sections19/Normal/WGTestblock.schem)
},
{
name(Darkness)
schematic(sections19/Darkness/WGArena.schem)
testblockSchematic(sections19/Darkness/WGTestblock.schem)
} }
] ]
sizeX(178) sizeX(178)
@ -135,6 +140,11 @@
name(AirShip) name(AirShip)
schematic(sections19/Normal/ASArena.schem) schematic(sections19/Normal/ASArena.schem)
testblockSchematic(sections19/Normal/ASTestblock.schem) testblockSchematic(sections19/Normal/ASTestblock.schem)
},
{
name(Darkness)
schematic(sections19/Darkness/ASArena.schem)
testblockSchematic(sections19/Darkness/ASTestblock.schem)
} }
] ]
sizeX(158) sizeX(158)
@ -174,6 +184,11 @@
name(WarShip) name(WarShip)
schematic(sections19/Normal/WSArena.schem) schematic(sections19/Normal/WSArena.schem)
testblockSchematic(sections19/Normal/WSTestblock.schem) testblockSchematic(sections19/Normal/WSTestblock.schem)
},
{
name(Darkness)
schematic(sections19/Darkness/WSArena.schem)
testblockSchematic(sections19/Darkness/WSTestblock.schem)
} }
] ]
sizeX(250) sizeX(250)
@ -212,8 +227,14 @@
skins[ skins[
{ {
name(WarShip) name(WarShip)
schematic(sections19/Normal/WSInnerArena.schem) schematic(sections19/Normal/WSINNERArena.schem)
testblockSchematic(sections19/Normal/WSInnerTestblock.schem) testblockSchematic(sections19/Normal/WSINNERTestblock.schem)
},
{
name(Darkness)
type(WSINNER)
schematic(sections19/Darkness/WSINNERArena.schem)
testblockSchematic(sections19/Darkness/WSINNERTestblock.schem)
} }
] ]
sizeX(250) sizeX(250)
@ -248,7 +269,7 @@
} }
ws_rumpf{ ws_rumpf{
displayName(WarShip Rumpf) displayName(WarShip Rumpf)
schematic(sections19/Normal/WSRumpf.schem) schematic(sections19/Normal/WSRUMPFArena.schem)
sizeX(240) sizeX(240)
sizeY(67) sizeY(67)
sizeZ(47) sizeZ(47)
@ -258,7 +279,7 @@
} }
ws_rahmen{ ws_rahmen{
displayName(WarShip Rahmen) displayName(WarShip Rahmen)
schematic(sections19/Normal/WSRahmen.schem) schematic(sections19/Normal/WSRAHMENArena.schem)
sizeX(240) sizeX(240)
sizeY(67) sizeY(67)
sizeZ(48) sizeZ(48)