• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Is this MUI?

Status
Not open for further replies.
Level 12
Joined
May 20, 2009
Messages
822
  • Harvest Flesh
    • Events
      • Game - GDD_Event becomes Equal to 0.00
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Unit-type of GDD_DamageSource) Equal to Crypt Fiend
        • Then - Actions
          • Unit - Create 1 Dummy Ability Unit 1 for (Owner of GDD_DamageSource) at (Position of GDD_DamagedUnit) facing (Position of GDD_DamagedUnit)
          • Unit - Order (Last created unit) to Human Sorceress - Slow GDD_DamagedUnit
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (GDD_DamagedUnit has buff Harvest Flesh ) Equal to True
            • Then - Actions
              • Trigger - Turn off (This trigger)
              • Set CryptyDamage = (Random real number between 3.00 and 5.00)
              • Unit - Set mana of GDD_DamageSource to ((Mana of GDD_DamageSource) + CryptyDamage)
              • Unit - Cause GDD_DamageSource to damage GDD_DamagedUnit, dealing CryptyDamage damage of attack type Pierce and damage type Normal
              • Set CryptyDamage = 0.00
              • Trigger - Turn on (This trigger)
            • Else - Actions
        • Else - Actions
 
Status
Not open for further replies.
Top