Skip to content

Commit

Permalink
Quick fix on colossi deploy visual effect
Browse files Browse the repository at this point in the history
  • Loading branch information
dnqbob committed Nov 2, 2024
1 parent 699e9f5 commit 01c9aba
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
13 changes: 10 additions & 3 deletions mods/sp/rules/infantry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2059,10 +2059,17 @@ COLOSSI:
Interval: 10
RequiresCondition: deployed && vinifera_catalysts && !WebDisable
WithIdleOverlay@deploy:
Sequence: colossideploy
Palette: scrinenergystuffs
Image: scrintele
Sequence: loop
Palette: jascgreenalpha
IsDecoration: true ## so this doesn't affect by cloak palette
RequiresCondition: deployed && !WebDisable
RequiresCondition: deployed && !WebDisable && !vinifera_catalysts
WithIdleOverlay@deploy-blue:
Image: scrintele
Sequence: loop
Palette: jascbluealpha
IsDecoration: true ## so this doesn't affect by cloak palette
RequiresCondition: deployed && !WebDisable && vinifera_catalysts
AmbientSound:
SoundFiles: ScrinAcid0000.wav, ScrinAcid0001.wav, ScrinAcid0002.wav, ScrinAcid0003.wav, ScrinAcid0004.wav
Interval: 30
Expand Down
21 changes: 7 additions & 14 deletions mods/sp/sequences/scrseq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -402,14 +402,14 @@ colossi:
dummy:
Filename: dot.shp
make:
Start: 226
Length: 4
ShadowStart: 473
Start: 136
Length: 25
ShadowStart: 383
Tick: 40
deployed:
Start: 230
Length: 17
ShadowStart: 477
IgnoreWorldTint: true
Start: 154
Length: 9
ShadowStart: 401
icon:
Filename: colossiicon.shp
webguy:
Expand All @@ -420,13 +420,6 @@ colossi:
Filename: shieldmedium.shp
Length: 1
Offset: 0,-12
colossideploy:
Filename: colossideploy.shp
Length: *
Offset: 0,0,0
ZOffset: -5c512
IgnoreWorldTint: true
ZRamp: 1

mastermind:
Inherits@1: ^SrcinInfantryDeathAnims
Expand Down
File renamed without changes.

0 comments on commit 01c9aba

Please sign in to comment.