Skip to content

Commit

Permalink
Add shadow and activation sequences to the weather controller.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Apr 21, 2023
1 parent 074bf9d commit 352ab51
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mods/ra2/rules/allied-structures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -978,6 +978,9 @@ gaweat:
Description: Play God with deadly weather!
IsometricSelectable:
Height: 75
WithIdleOverlay:
Sequence: idle-top
RequiresCondition: !build-incomplete
Valued:
Cost: 5000
Tooltip:
Expand Down Expand Up @@ -1020,6 +1023,8 @@ gaweat:
PauseOnCondition: lowpower
Cursor: weatherstorm
PaletteEffectType: LightningStorm
SupportPowerChargeBar:
WithSupportPowerChargedOverlay:
SpawnSurvivors:
DeathTypes: ExplosionDeath, BulletDeath
Actors: e1, e1, e1, e1, e1
Expand Down
35 changes: 35 additions & 0 deletions mods/ra2/sequences/allied-structures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,43 @@ gaweat:
Defaults:
Offset: 0, -45, 45
idle: ggweth
ShadowStart: 3
damaged-idle: ggweth
Start: 1
ShadowStart: 4
idle-top: ggweth_e
damaged-idle-top: ggweth_e
Start: 1
charged: ggweth_f
Length: 12
ShadowStart: 24
Tick: 150
damaged-charged: ggweth_f
Start: 12
Length: 12
ShadowStart: 36
Tick: 150
loop: ggweth_g
Length: 12
ShadowStart: 24
Tick: 150
damaged-loop: ggweth_g
Start: 12
Length: 12
ShadowStart: 36
Tick: 150
end: ggweth_h
Length: 12
ShadowStart: 24
Tick: 150
damaged-end: ggweth_h
Start: 12
Length: 12
ShadowStart: 36
Tick: 150
make: guwethmk
Length: 25
ShadowStart: 25
icon: wethicon

gacsph:
Expand Down

0 comments on commit 352ab51

Please sign in to comment.