Merge pull request #8130 from Mailaender/tileset-filters

Fixed glitchy remap errors of non-fitting actors on certain tilesets
This commit is contained in:
Oliver Brakmann
2015-05-21 16:27:37 +02:00
9 changed files with 156 additions and 42 deletions

View File

@@ -612,6 +612,8 @@
StartsRevealed: true StartsRevealed: true
ScriptTriggers: ScriptTriggers:
WithMakeAnimation: WithMakeAnimation:
EditorTilesetFilter:
RequireTilesets: DESERT
^Husk: ^Husk:
Health: Health:

View File

@@ -82,6 +82,8 @@ T03:
T04: T04:
Inherits: ^Tree Inherits: ^Tree
EditorTilesetFilter:
RequireTilesets: DESERT
T05: T05:
Inherits: ^Tree Inherits: ^Tree
@@ -109,6 +111,8 @@ T09:
Building: Building:
Footprint: x_ Footprint: x_
Dimensions: 2,1 Dimensions: 2,1
EditorTilesetFilter:
RequireTilesets: DESERT
T10: T10:
Inherits: ^Tree Inherits: ^Tree
@@ -159,6 +163,8 @@ T17:
T18: T18:
Inherits: ^Tree Inherits: ^Tree
EditorTilesetFilter:
RequireTilesets: DESERT
TC01: TC01:
Inherits: ^Tree Inherits: ^Tree

View File

@@ -114,7 +114,7 @@ V01:
RevealsShroud: RevealsShroud:
Range: 10c0 Range: 10c0
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
V02: V02:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -122,7 +122,7 @@ V02:
Footprint: xx xx Footprint: xx xx
Dimensions: 2,2 Dimensions: 2,2
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
V03: V03:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -130,7 +130,7 @@ V03:
Footprint: xx xx Footprint: xx xx
Dimensions: 2,2 Dimensions: 2,2
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
V04: V04:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -138,7 +138,7 @@ V04:
Footprint: xx xx Footprint: xx xx
Dimensions: 2,2 Dimensions: 2,2
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
V05: V05:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -146,7 +146,7 @@ V05:
Footprint: xx Footprint: xx
Dimensions: 2,1 Dimensions: 2,1
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
V06: V06:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -154,7 +154,7 @@ V06:
Footprint: xx Footprint: xx
Dimensions: 2,1 Dimensions: 2,1
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
V07: V07:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -162,62 +162,62 @@ V07:
Footprint: xx Footprint: xx
Dimensions: 2,1 Dimensions: 2,1
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
V08: V08:
Inherits: ^CivBuilding Inherits: ^CivBuilding
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
V09: V09:
Inherits: ^CivBuilding Inherits: ^CivBuilding
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
V10: V10:
Inherits: ^CivBuilding Inherits: ^CivBuilding
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
V11: V11:
Inherits: ^CivBuilding Inherits: ^CivBuilding
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
V12: V12:
Inherits: ^CivBuilding Inherits: ^CivBuilding
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
V13: V13:
Inherits: ^CivBuilding Inherits: ^CivBuilding
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
V14: V14:
Inherits: ^CivField Inherits: ^CivField
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
V15: V15:
Inherits: ^CivField Inherits: ^CivField
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
V16: V16:
Inherits: ^CivField Inherits: ^CivField
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
V17: V17:
Inherits: ^CivField Inherits: ^CivField
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
V18: V18:
Inherits: ^CivField Inherits: ^CivField
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
V19: V19:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -617,7 +617,7 @@ RUSHOUSE:
ASIANHUT: ASIANHUT:
Inherits: ^CivBuilding Inherits: ^CivBuilding
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT RequireTilesets: TEMPERAT
SNOWHUT: SNOWHUT:
Inherits: ^CivBuilding Inherits: ^CivBuilding

View File

@@ -4,7 +4,7 @@ T01:
Footprint: __ x_ Footprint: __ x_
Dimensions: 2,2 Dimensions: 2,2
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
T02: T02:
Inherits: ^Tree Inherits: ^Tree
@@ -12,7 +12,7 @@ T02:
Footprint: __ x_ Footprint: __ x_
Dimensions: 2,2 Dimensions: 2,2
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
T03: T03:
Inherits: ^Tree Inherits: ^Tree
@@ -20,13 +20,15 @@ T03:
Footprint: __ x_ Footprint: __ x_
Dimensions: 2,2 Dimensions: 2,2
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
T04: T04:
Inherits: ^Tree Inherits: ^Tree
Building: Building:
Footprint: __ x_ Footprint: __ x_
Dimensions: 2,2 Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: INTERIOR
T05: T05:
Inherits: ^Tree Inherits: ^Tree
@@ -34,7 +36,7 @@ T05:
Footprint: __ x_ Footprint: __ x_
Dimensions: 2,2 Dimensions: 2,2
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
T06: T06:
Inherits: ^Tree Inherits: ^Tree
@@ -42,7 +44,7 @@ T06:
Footprint: __ x_ Footprint: __ x_
Dimensions: 2,2 Dimensions: 2,2
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
T07: T07:
Inherits: ^Tree Inherits: ^Tree
@@ -50,7 +52,7 @@ T07:
Footprint: __ x_ Footprint: __ x_
Dimensions: 2,2 Dimensions: 2,2
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
T08: T08:
Inherits: ^Tree Inherits: ^Tree
@@ -64,7 +66,7 @@ T10:
Footprint: __ xx Footprint: __ xx
Dimensions: 2,2 Dimensions: 2,2
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
T11: T11:
Inherits: ^Tree Inherits: ^Tree
@@ -72,7 +74,7 @@ T11:
Footprint: __ xx Footprint: __ xx
Dimensions: 2,2 Dimensions: 2,2
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
T12: T12:
Inherits: ^Tree Inherits: ^Tree
@@ -80,7 +82,7 @@ T12:
Footprint: __ x_ Footprint: __ x_
Dimensions: 2,2 Dimensions: 2,2
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
T13: T13:
Inherits: ^Tree Inherits: ^Tree
@@ -88,7 +90,7 @@ T13:
Footprint: __ x_ Footprint: __ x_
Dimensions: 2,2 Dimensions: 2,2
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
T14: T14:
Inherits: ^Tree Inherits: ^Tree
@@ -96,7 +98,7 @@ T14:
Footprint: ___ xx_ Footprint: ___ xx_
Dimensions: 3,2 Dimensions: 3,2
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
T15: T15:
Inherits: ^Tree Inherits: ^Tree
@@ -104,7 +106,7 @@ T15:
Footprint: ___ xx_ Footprint: ___ xx_
Dimensions: 3,2 Dimensions: 3,2
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
T16: T16:
Inherits: ^Tree Inherits: ^Tree
@@ -112,7 +114,7 @@ T16:
Footprint: __ x_ Footprint: __ x_
Dimensions: 2,2 Dimensions: 2,2
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
T17: T17:
Inherits: ^Tree Inherits: ^Tree
@@ -120,13 +122,15 @@ T17:
Footprint: __ x_ Footprint: __ x_
Dimensions: 2,2 Dimensions: 2,2
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
TC01: TC01:
Inherits: ^Tree Inherits: ^Tree
Building: Building:
Footprint: ___ xx_ Footprint: ___ xx_
Dimensions: 3,2 Dimensions: 3,2
EditorTilesetFilter:
ExcludeTilesets: INTERIOR
TC02: TC02:
Inherits: ^Tree Inherits: ^Tree
@@ -134,7 +138,7 @@ TC02:
Footprint: _x_ xx_ Footprint: _x_ xx_
Dimensions: 3,2 Dimensions: 3,2
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
TC03: TC03:
Inherits: ^Tree Inherits: ^Tree
@@ -142,7 +146,7 @@ TC03:
Footprint: xx_ xx_ Footprint: xx_ xx_
Dimensions: 3,2 Dimensions: 3,2
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
TC04: TC04:
Inherits: ^Tree Inherits: ^Tree
@@ -150,7 +154,7 @@ TC04:
Footprint: ____ xxx_ x___ Footprint: ____ xxx_ x___
Dimensions: 4,3 Dimensions: 4,3
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
TC05: TC05:
Inherits: ^Tree Inherits: ^Tree
@@ -158,52 +162,70 @@ TC05:
Footprint: __x_ xxx_ _xx_ Footprint: __x_ xxx_ _xx_
Dimensions: 4,3 Dimensions: 4,3
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
BOXES01: BOXES01:
Inherits: ^Tree Inherits: ^Tree
Tooltip: Tooltip:
Name: Boxes Name: Boxes
EditorTilesetFilter:
ExcludeTilesets: DESERT
BOXES02: BOXES02:
Inherits: ^Tree Inherits: ^Tree
Tooltip: Tooltip:
Name: Boxes Name: Boxes
EditorTilesetFilter:
ExcludeTilesets: DESERT
BOXES03: BOXES03:
Inherits: ^Tree Inherits: ^Tree
Tooltip: Tooltip:
Name: Boxes Name: Boxes
EditorTilesetFilter:
ExcludeTilesets: DESERT
BOXES04: BOXES04:
Inherits: ^Tree Inherits: ^Tree
Tooltip: Tooltip:
Name: Boxes Name: Boxes
EditorTilesetFilter:
ExcludeTilesets: DESERT
BOXES05: BOXES05:
Inherits: ^Tree Inherits: ^Tree
Tooltip: Tooltip:
Name: Boxes Name: Boxes
EditorTilesetFilter:
ExcludeTilesets: DESERT
BOXES06: BOXES06:
Inherits: ^Tree Inherits: ^Tree
Tooltip: Tooltip:
Name: Boxes Name: Boxes
EditorTilesetFilter:
ExcludeTilesets: DESERT
BOXES07: BOXES07:
Inherits: ^Tree Inherits: ^Tree
Tooltip: Tooltip:
Name: Boxes Name: Boxes
EditorTilesetFilter:
ExcludeTilesets: DESERT
BOXES08: BOXES08:
Inherits: ^Tree Inherits: ^Tree
Tooltip: Tooltip:
Name: Boxes Name: Boxes
EditorTilesetFilter:
ExcludeTilesets: DESERT
BOXES09: BOXES09:
Inherits: ^Tree Inherits: ^Tree
Tooltip: Tooltip:
Name: Boxes Name: Boxes
EditorTilesetFilter:
ExcludeTilesets: DESERT
ICE01: ICE01:
Inherits: ^Tree Inherits: ^Tree
@@ -213,7 +235,7 @@ ICE01:
Tooltip: Tooltip:
Name: Ice Floe Name: Ice Floe
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
ICE02: ICE02:
Inherits: ^Tree Inherits: ^Tree
@@ -223,7 +245,7 @@ ICE02:
Tooltip: Tooltip:
Name: Ice Floe Name: Ice Floe
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
ICE03: ICE03:
Inherits: ^Tree Inherits: ^Tree
@@ -233,21 +255,21 @@ ICE03:
Tooltip: Tooltip:
Name: Ice Floe Name: Ice Floe
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
ICE04: ICE04:
Inherits: ^Tree Inherits: ^Tree
Tooltip: Tooltip:
Name: Ice Floe Name: Ice Floe
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
ICE05: ICE05:
Inherits: ^Tree Inherits: ^Tree
Tooltip: Tooltip:
Name: Ice Floe Name: Ice Floe
EditorTilesetFilter: EditorTilesetFilter:
ExcludeTilesets: DESERT ExcludeTilesets: DESERT, INTERIOR
ROCK1: ROCK1:
Inherits: ^Rock Inherits: ^Rock

View File

@@ -252,6 +252,8 @@
MustBeDestroyed: MustBeDestroyed:
AnnounceOnSeen: AnnounceOnSeen:
Notification: EnemyDetected Notification: EnemyDetected
EditorTilesetFilter:
ExcludeTilesets: INTERIOR
^Plane: ^Plane:
Inherits@1: ^ExistsInWorld Inherits@1: ^ExistsInWorld
@@ -471,6 +473,8 @@
Palette: terrain Palette: terrain
EditorAppearance: EditorAppearance:
UseTerrainPalette: true UseTerrainPalette: true
EditorTilesetFilter:
ExcludeTilesets: INTERIOR
^CivField: ^CivField:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -481,6 +485,8 @@
-Demolishable: -Demolishable:
ProximityCaptor: ProximityCaptor:
Types: CivilianField Types: CivilianField
EditorTilesetFilter:
ExcludeTilesets: INTERIOR
^Tree: ^Tree:
Tooltip: Tooltip:
@@ -507,6 +513,8 @@
FrozenUnderFog: FrozenUnderFog:
StartsRevealed: true StartsRevealed: true
ScriptTriggers: ScriptTriggers:
EditorTilesetFilter:
ExcludeTilesets: INTERIOR
^Husk: ^Husk:
Husk: Husk:
@@ -599,11 +607,15 @@
FrozenUnderFog: FrozenUnderFog:
StartsRevealed: true StartsRevealed: true
ScriptTriggers: ScriptTriggers:
EditorTilesetFilter:
RequireTilesets: DESERT
^DesertCivBuilding: ^DesertCivBuilding:
Inherits: ^CivBuilding Inherits: ^CivBuilding
RenderBuilding: RenderBuilding:
Palette: terrain Palette: terrain
EditorTilesetFilter:
RequireTilesets: DESERT
^Crate: ^Crate:
Tooltip: Tooltip:

View File

@@ -68,6 +68,8 @@ SYRF:
Image: SYRD Image: SYRD
Valued: Valued:
Cost: 100 Cost: 100
EditorTilesetFilter:
ExcludeTilesets: INTERIOR
SPEF: SPEF:
Inherits: ^FakeBuilding Inherits: ^FakeBuilding
@@ -93,6 +95,8 @@ SPEF:
Image: SPEN Image: SPEN
Valued: Valued:
Cost: 100 Cost: 100
EditorTilesetFilter:
ExcludeTilesets: INTERIOR
DOMF: DOMF:
Inherits: ^FakeBuilding Inherits: ^FakeBuilding

View File

@@ -271,6 +271,8 @@ RAILMINE:
UseTerrainPalette: false UseTerrainPalette: false
AutoTargetIgnore: AutoTargetIgnore:
BodyOrientation: BodyOrientation:
EditorTilesetFilter:
ExcludeTilesets: INTERIOR
QUEE: QUEE:
Tooltip: Tooltip:

View File

@@ -159,6 +159,8 @@ SPEN:
RequiresPrerequisites: structures.ukraine RequiresPrerequisites: structures.ukraine
Prerequisite: ships.ukraine Prerequisite: ships.ukraine
ProvidesPrerequisite@buildingname: ProvidesPrerequisite@buildingname:
EditorTilesetFilter:
ExcludeTilesets: INTERIOR
SYRD: SYRD:
Inherits: ^Building Inherits: ^Building
@@ -244,6 +246,8 @@ SYRD:
RequiresPrerequisites: structures.germany RequiresPrerequisites: structures.germany
Prerequisite: ships.germany Prerequisite: ships.germany
ProvidesPrerequisite@buildingname: ProvidesPrerequisite@buildingname:
EditorTilesetFilter:
ExcludeTilesets: INTERIOR
IRON: IRON:
Inherits: ^Building Inherits: ^Building

View File

@@ -373,6 +373,8 @@ CA0001:
Type: heavy Type: heavy
Health: Health:
HP: 400 HP: 400
EditorTilesetFilter:
ExcludeTilesets: SNOW
CA0002: CA0002:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -385,6 +387,8 @@ CA0002:
Type: heavy Type: heavy
Health: Health:
HP: 400 HP: 400
EditorTilesetFilter:
ExcludeTilesets: SNOW
CA0003: CA0003:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -397,6 +401,8 @@ CA0003:
Type: light Type: light
Health: Health:
HP: 300 HP: 300
EditorTilesetFilter:
ExcludeTilesets: SNOW
CA0004: CA0004:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -409,6 +415,8 @@ CA0004:
Type: light Type: light
Health: Health:
HP: 300 HP: 300
EditorTilesetFilter:
ExcludeTilesets: SNOW
CA0005: CA0005:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -421,6 +429,8 @@ CA0005:
Type: light Type: light
Health: Health:
HP: 300 HP: 300
EditorTilesetFilter:
ExcludeTilesets: SNOW
CA0006: CA0006:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -433,6 +443,8 @@ CA0006:
Type: heavy Type: heavy
Health: Health:
HP: 300 HP: 300
EditorTilesetFilter:
ExcludeTilesets: SNOW
CA0007: CA0007:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -445,6 +457,8 @@ CA0007:
Type: light Type: light
Health: Health:
HP: 400 HP: 400
EditorTilesetFilter:
ExcludeTilesets: SNOW
CA0008: CA0008:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -457,6 +471,8 @@ CA0008:
Type: heavy Type: heavy
Health: Health:
HP: 400 HP: 400
EditorTilesetFilter:
ExcludeTilesets: SNOW
CA0009: CA0009:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -469,6 +485,8 @@ CA0009:
Type: heavy Type: heavy
Health: Health:
HP: 400 HP: 400
EditorTilesetFilter:
ExcludeTilesets: SNOW
CA0010: CA0010:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -481,6 +499,8 @@ CA0010:
Type: heavy Type: heavy
Health: Health:
HP: 300 HP: 300
EditorTilesetFilter:
ExcludeTilesets: SNOW
CA0011: CA0011:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -493,6 +513,8 @@ CA0011:
Type: heavy Type: heavy
Health: Health:
HP: 200 HP: 200
EditorTilesetFilter:
ExcludeTilesets: SNOW
CA0012: CA0012:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -505,6 +527,8 @@ CA0012:
Type: light Type: light
Health: Health:
HP: 100 HP: 100
EditorTilesetFilter:
ExcludeTilesets: SNOW
CA0013: CA0013:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -517,6 +541,8 @@ CA0013:
Type: heavy Type: heavy
Health: Health:
HP: 300 HP: 300
EditorTilesetFilter:
ExcludeTilesets: SNOW
CA0014: CA0014:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -529,6 +555,8 @@ CA0014:
Type: heavy Type: heavy
Health: Health:
HP: 300 HP: 300
EditorTilesetFilter:
ExcludeTilesets: SNOW
CA0015: CA0015:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -541,6 +569,8 @@ CA0015:
Type: light Type: light
Health: Health:
HP: 300 HP: 300
EditorTilesetFilter:
ExcludeTilesets: SNOW
CA0016: CA0016:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -553,6 +583,8 @@ CA0016:
Type: light Type: light
Health: Health:
HP: 300 HP: 300
EditorTilesetFilter:
ExcludeTilesets: SNOW
CA0017: CA0017:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -565,6 +597,8 @@ CA0017:
Type: heavy Type: heavy
Health: Health:
HP: 300 HP: 300
EditorTilesetFilter:
ExcludeTilesets: SNOW
CA0018: CA0018:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -577,6 +611,8 @@ CA0018:
Type: light Type: light
Health: Health:
HP: 200 HP: 200
EditorTilesetFilter:
ExcludeTilesets: SNOW
CA0019: CA0019:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -589,6 +625,8 @@ CA0019:
Type: light Type: light
Health: Health:
HP: 200 HP: 200
EditorTilesetFilter:
ExcludeTilesets: SNOW
CA0020: CA0020:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -601,6 +639,8 @@ CA0020:
Type: light Type: light
Health: Health:
HP: 200 HP: 200
EditorTilesetFilter:
ExcludeTilesets: SNOW
CA0021: CA0021:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -613,6 +653,8 @@ CA0021:
Type: light Type: light
Health: Health:
HP: 200 HP: 200
EditorTilesetFilter:
ExcludeTilesets: SNOW
CAARAY: CAARAY:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -666,6 +708,8 @@ CACRSH01:
Type: concrete Type: concrete
Health: Health:
HP: 400 HP: 400
EditorTilesetFilter:
ExcludeTilesets: SNOW
CACRSH02: CACRSH02:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -678,6 +722,8 @@ CACRSH02:
Type: concrete Type: concrete
Health: Health:
HP: 400 HP: 400
EditorTilesetFilter:
ExcludeTilesets: SNOW
CACRSH03: CACRSH03:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -690,6 +736,8 @@ CACRSH03:
Type: concrete Type: concrete
Health: Health:
HP: 400 HP: 400
EditorTilesetFilter:
ExcludeTilesets: SNOW
CACRSH04: CACRSH04:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -702,6 +750,8 @@ CACRSH04:
Type: concrete Type: concrete
Health: Health:
HP: 400 HP: 400
EditorTilesetFilter:
ExcludeTilesets: SNOW
CACRSH05: CACRSH05:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -714,6 +764,8 @@ CACRSH05:
Type: concrete Type: concrete
Health: Health:
HP: 400 HP: 400
EditorTilesetFilter:
ExcludeTilesets: SNOW
CAHOSP: CAHOSP:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -740,6 +792,8 @@ CAPYR01:
Type: concrete Type: concrete
Health: Health:
HP: 400 HP: 400
EditorTilesetFilter:
ExcludeTilesets: SNOW
CAPYR02: CAPYR02:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -752,6 +806,8 @@ CAPYR02:
Type: concrete Type: concrete
Health: Health:
HP: 400 HP: 400
EditorTilesetFilter:
ExcludeTilesets: SNOW
CAPYR03: CAPYR03:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -764,6 +820,8 @@ CAPYR03:
Type: concrete Type: concrete
Health: Health:
HP: 400 HP: 400
EditorTilesetFilter:
ExcludeTilesets: SNOW
CITY01: CITY01:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -1089,6 +1147,8 @@ CTDAM:
HP: 1000 HP: 1000
ProvidesPrerequisite: ProvidesPrerequisite:
Prerequisite: anypower Prerequisite: anypower
EditorTilesetFilter:
ExcludeTilesets: SNOW
CTVEGA: CTVEGA:
Inherits: ^CivBuilding Inherits: ^CivBuilding
@@ -1101,6 +1161,8 @@ CTVEGA:
Type: none Type: none
Health: Health:
HP: 100 HP: 100
EditorTilesetFilter:
ExcludeTilesets: SNOW
GAKODK: GAKODK:
Inherits: ^CivBuilding Inherits: ^CivBuilding