Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase Iron Curtain's footprint #20832

Merged
merged 1 commit into from
Sep 9, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 4 additions & 5 deletions mods/ra/rules/structures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ SYRD:
IRON:
Inherits: ^ScienceBuilding
Inherits@IDISABLE: ^DisableOnLowPowerOrPowerDown
Inherits@shape: ^2x1Shape
Inherits@shape: ^2x2Shape
Buildable:
Queue: Defense
BuildPaletteOrder: 130
Expand All @@ -408,11 +408,10 @@ IRON:
Tooltip:
Name: Iron Curtain
Building:
Footprint: xx
Dimensions: 2,1
Footprint: ++ xx
Dimensions: 2,2
Selectable:
Bounds: 2048, 1194, 0, 85
DecorationBounds: 2133, 2133, 0, -512
Bounds: 2048, 2133, 0, -170
Health:
HP: 100000
Armor:
Expand Down
12 changes: 6 additions & 6 deletions mods/ra/sequences/structures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -759,29 +759,29 @@ iron:
Defaults:
Filename: iron.shp
idle:
Offset: 0,-12
Offset: 0,-4
active:
Length: 11
Offset: 0,-12
Offset: 0,-4
damaged-idle:
Start: 11
Offset: 0,-12
Offset: 0,-4
damaged-active:
Start: 11
Length: 11
Offset: 0,-12
Offset: 0,-4
make:
Filename: ironmake.shp
Length: *
Offset: 0,-12
Offset: 0,-4
bib:
TilesetFilenames:
SNOW: mbIRON.sno
INTERIOR: mbIRON.int
TEMPERAT: mbIRON.tem
DESERT: mbIRON.des
Length: *
Offset: 0,2
Offset: 0,-2
icon:
Filename: ironicon.shp

Expand Down