Type: Enemy brain
Level: not in gallery
Pages: 2
Description: Found in the Yeti Character model. This character has a melee attack, and if it’s enemy is within a set distance for 5 seconds it will start its freeze blast attack See Debuff-Freezing.
Kode
page 1 @Seek & Attack
- WHEN [once] DO [team][equals][team 3]
- …WHEN DO [equip][prop:Yeti’s Club]
- WHEN [enemies][nearest object][or][player][neutrals][nearest object] DO [objvar:my enemy][equals][it]
- WHEN [distance to][objvar:my enemy][less than][2][and][distance to][objvar:my enemy][greater than or equal to][2]
- …WHEN DO [move][toward][objvar:my enemy]
- WHEN [distance to][objvar:my enemy][less than or equal to][3]
- …WHEN [duration timer][2][loop][hold time][3] DO [attack][objvar:my enemy][with windup][end combo]
- …WHEN [countdown timer][10][loop] DO [play sound][sound: Voice Yeti howl]
- WHEN [distance to][objvar:my enemy][less than or equal to][4]
- …WHEN [countdown timer][5] DO [switch page][page:@Freeze Blast]
- WHEN [hit by attack][enemies]
- …WHEN DO [objvar:my enemy][equals][it]
- WHEN [countdown timer][10][loop] DO [play sound][sound:Voice Yeti Grunt]
page 2 @Freeze Blast
- WHEN [page entered] DO [emote][Taunt]
- …WHEN DO [play sound][sound: Voice Yeti Roar]
- WHEN [is dead] DO [done executing]
- WHEN [page entered] DO [play sound][Elemental Ice Gust]
- WHEN [started to][countdown timer][1.5] DO [play fx][fx:Energy Ring][at position][position][scale][2.3]
- …WHEN DO [play sound][sound: Elemental Ice gust]
- WHEN [started to][countdown timer][3]
- …WHEN [for each of][enemies]
- …/….WHEN [distance to][it][less than][5.5] DO [it][add brain][brain:Debuff Freezing]
- …WHEN DO [play sound][sound:Elemental Ice gust]
- …WHEN DO [play fx][Sparkle][scale][20][at position][position]
- …WHEN DO [play fx][fx:Snow][scale][0.05][at position][position]
- ….WHEN DO [shockwave]
- WHEN [started to][countdown timer][3.5] DO [switch page][page:@Seel & Attack]