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

Remove low power overlay #39

Merged
merged 1 commit into from
Nov 2, 2017
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
12 changes: 0 additions & 12 deletions mods/raclassic/rules/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -908,17 +908,5 @@
Categories: System

^DisabledOverlay:
WithColoredOverlay@IDISABLE:
RequiresCondition: disabled
Palette: disabled
GrantConditionOnDisabled@IDISABLE:
Condition: disabled

^DisabledByPowerOutage:
AffectedByPowerOutage:
Condition: power-outage
InfiltrateForPowerOutage:
DisableOnCondition@POWER_OUTAGE:
RequiresCondition: power-outage
Power:
RequiresCondition: !power-outage
18 changes: 0 additions & 18 deletions mods/raclassic/rules/structures.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
MSLO:
Inherits: ^ScienceBuilding
Inherits@IDISABLE: ^DisabledOverlay
Inherits@shape: ^2x1Shape
Valued:
Cost: 2500
Expand All @@ -22,7 +21,6 @@ MSLO:
RevealsShroud:
Range: 5c0
NukePower:
PauseOnCondition: disabled
Cursor: nuke
Icon: abomb
ChargeTime: 540
Expand All @@ -44,10 +42,6 @@ MSLO:
ArrowSequence: arrow
ClockSequence: clock
CircleSequence: circles
CanPowerDown:
PowerupSound: EnablePower
PowerdownSound: DisablePower
RequiresPower:
SupportPowerChargeBar:
ProvidesPrerequisite@buildingname:
Power:
Expand Down Expand Up @@ -263,7 +257,6 @@ SYRD:

IRON:
Inherits: ^ScienceBuilding
Inherits@IDISABLE: ^DisabledOverlay
Inherits@shape: ^2x1Shape
Buildable:
Queue: Building
Expand All @@ -278,10 +271,6 @@ IRON:
Building:
Footprint: xx
Dimensions: 2,1
RequiresPower:
CanPowerDown:
PowerupSound: EnablePower
PowerdownSound: DisablePower
Selectable:
Bounds: 48,28,0,2
SelectionDecorations:
Expand Down Expand Up @@ -314,7 +303,6 @@ IRON:

PDOX:
Inherits: ^ScienceBuilding
Inherits@IDISABLE: ^DisabledOverlay
Inherits@shape: ^2x2Shape
Buildable:
Queue: Building
Expand All @@ -329,10 +317,6 @@ PDOX:
Building:
Footprint: xx xx
Dimensions: 2,2
RequiresPower:
CanPowerDown:
PowerupSound: EnablePower
PowerdownSound: DisablePower
Health:
HP: 400
Armor:
Expand Down Expand Up @@ -1101,7 +1085,6 @@ AFLD:
POWR:
Inherits: ^Building
Inherits@IDISABLE: ^DisabledOverlay
Inherits@POWER_OUTAGE: ^DisabledByPowerOutage
Inherits@shape: ^2x2Shape
HitShape:
UseTargetableCellsOffsets: false
Expand Down Expand Up @@ -1137,7 +1120,6 @@ POWR:
APWR:
Inherits: ^Building
Inherits@IDISABLE: ^DisabledOverlay
Inherits@POWER_OUTAGE: ^DisabledByPowerOutage
Inherits@shape: ^3x2Shape
HitShape:
TargetableOffsets: -355,-1024,0
Expand Down