• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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