Spell Eagle Strike

Drunken_God

Hopes to get back into Mapmaking with SC2 :)
Reaction score
106
Eagle Strike

screenshot112223214lh8.jpg

Leakless: Yes
MUI/MPI: MPI
GUI/JASS: GUI

Eagle Strike

Everytime the Dark Ranger attacks an opponent, she has a chance that her pet eagle will follow up with a strike, dealing massive damage and slowing the target.

Level 1 - 10% Chance to strike the opponent dealing .50 x agility in damage, slowing by 20% for 2 seconds.
Level 2 - 15% Chance to strike the opponent dealing .75 x agility in damage, slowing by 30% for 3 seconds.
Level 3 - 20% Chance to strike the opponent dealing 1 x agility in damage, slowing by 40% for 4 seconds.

Note: To learn this skill, she must have to learn a skill that's passive called 'Pet Hawk' which grants extra vision by 200/300/400/500, and summons the hawk.



Code:
Code:
Pet Learn
    Events
        Unit - A unit Learns a skill
    Conditions
        (Learned Hero Skill) Equal to Hawk 
    Actions
        Player - Set the current research level of Vision  to ((Current research level of Vision  for (Owner of (Triggering unit))) + 1) for Player 1 (Red)
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                (Level of Hawk  for (Triggering unit)) Equal to 1
            Then - Actions
                Set temppoint = (Position of (Triggering unit))
                Unit - Create 1 Hawk for (Owner of (Triggering unit)) at temppoint facing Default building facing degrees
                Set Hawk[(Player number of (Owner of (Triggering unit)))] = (Last created unit)
                Set Hero[(Player number of (Owner of (Triggering unit)))] = (Triggering unit)
                Custom script:   call RemoveLocation(udg_temppoint)
                Trigger - Add to Die <gen> the event (Unit - Hero[(Player number of (Owner of (Triggering unit)))] Dies)
            Else - Actions

Code:
Move Hawk to Hero
    Events
        Time - Every 0.02 seconds of game time
    Conditions
    Actions
        For each (Integer A) from 1 to 12, do (Actions)
            Loop - Actions
                If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                    If - Conditions
                        Hero[(Integer A)] Not equal to No unit
                    Then - Actions
                        Set temppoint = (Position of Hero[(Integer A)])
                        Unit - Move Hawk[(Integer A)] instantly to temppoint, facing (Facing of Hero[(Integer A)]) degrees
                        Custom script:   call RemoveLocation(udg_temppoint)
                    Else - Actions

Code:
Attack
    Events
        Unit - A unit Is attacked
    Conditions
        (Level of Eagle Strike  for (Attacking unit)) Greater than 0
        (Random integer number between 1 and 100) Less than or equal to (5 + (5 x (Level of Eagle Strike  for (Attacking unit))))
    Actions
        Special Effect - Create a special effect attached to the hand, left of Hawk[(Player number of (Owner of (Attacking unit)))] using Abilities\Spells\Items\AIlb\AIlbSpecialArt.mdl
        Special Effect - Destroy (Last created special effect)
        Special Effect - Create a special effect attached to the hand, right of Hawk[(Player number of (Owner of (Attacking unit)))] using Abilities\Spells\Items\AIlb\AIlbSpecialArt.mdl
        Special Effect - Destroy (Last created special effect)
        Special Effect - Create a special effect attached to the weapon of Hawk[(Player number of (Owner of (Attacking unit)))] using Abilities\Spells\Items\AIlb\AIlbSpecialArt.mdl
        Special Effect - Destroy (Last created special effect)
        Set temppoint = (Position of (Triggering unit))
        Unit - Create 1 dummy for (Owner of (Attacking unit)) at temppoint facing Default building facing degrees
        Unit - Add Slow  to (Last created unit)
        Unit - Set level of Slow  for (Last created unit) to (Level of Eagle Strike  for (Attacking unit))
        Unit - Order (Last created unit) to Human Sorceress - Slow (Triggering unit)
        Unit - Add a 1.00 second Generic expiration timer to (Last created unit)
        Custom script:   call RemoveLocation (udg_temppoint)
        Set temppoint = (Position of (Attacking unit))
        Unit - Create 1 dummy for (Owner of (Attacking unit)) at temppoint facing Default building facing degrees
        Unit - Add Lightning Effect  to (Last created unit)
        Unit - Order (Last created unit) to Special Archimonde - Finger Of Death (Triggering unit)
        Unit - Add a 1.00 second Generic expiration timer to (Last created unit)
        Custom script:   call RemoveLocation (udg_temppoint)
        Unit - Cause (Attacking unit) to damage (Triggering unit), dealing ((Real((Agility of (Attacking unit) (Include bonuses)))) x ((0.25 x (Real((Level of Eagle Strike  for (Attacking unit))))) + 0.25)) damage of attack type Spells and damage type Normal


Code:
Forbit Learn
    Events
        Unit - A unit Learns a skill
    Conditions
        (Learned Hero Skill) Equal to Eagle Strike 
    Actions
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                (Level of Hawk  for (Triggering unit)) Equal to 0
            Then - Actions
                Unit - Remove Eagle Strike  from (Triggering unit)
                Quest - Display to (Player group((Owner of (Triggering unit)))) the Warning message: You first have to l...
                Hero - Modify unspent skill points of (Triggering unit): Add 1 points
            Else - Actions


Code:
Die
    Events
    Conditions
    Actions
        Unit - Kill Hawk[(Player number of (Owner of (Triggering unit)))]

EDIT: added implemantation instructions to the map
 

Attachments

  • Eagle Strike.w3x
    39.7 KB · Views: 578

GoGo-Boy

You can change this now in User CP
Reaction score
40
Roflmao^^
Gonna text it now ;)

After the testing:

I think it is a nice spell. I absolutely like the idea of having creeps spawned on a certain chance on attack which then attack the enemy.
But I dislike the fact that you have a bird all the time above your head, which doesn't look good to be honest. If you could create the bird at a point behind you and have him flying towards the enemy before attack it would be much cooler!
 

Tinki3

Special Member
Reaction score
418
Nice spell.


- You need a 'Read Me' with implementation instructions inside the test map.
- The spell's tooltip could use a bit more of the color yellow when it comes to "Level #" text.

As a suggestion, you could use Chain Lightning for the bird's ability so that it damages multiple targets and adds to the eyecandy.
 

Drunken_God

Hopes to get back into Mapmaking with SC2 :)
Reaction score
106
- You need a 'Read Me' with implementation instructions inside the test map.
Done

- The spell's tooltip could use a bit more of the color yellow when it comes to "Level #" text.
It had already been yellow

As a suggestion, you could use Chain Lightning for the bird's ability so that it damages multiple targets and adds to the eyecandy.
But then i would have to use a triggered lightning for the agi part
 

iPeez

Hot food far all world wide!
Reaction score
165
This is a nice skill, you should post it on Hive and see how many dl you will get :thup:
 

Darthfett

Aerospace/Cybersecurity Software Engineer
Reaction score
615
I think the ability is great looking, but requiring the hero to have another ability is kind of a downer. It could work if you had a pet eagle that attacked, as the other ability, but having to get increased line of sight for a point wasn't really worth the point.

This ability would look awesome if you had a model that had an attached eagle on the ranger's shoulder.
 

Drunken_God

Hopes to get back into Mapmaking with SC2 :)
Reaction score
106
i added the "vision" ability to differ my spell from the other on attack spells

_________________
Today is my BDay
 

FrozenShadow

I am a WolfieeifloW fan.
Reaction score
75
Once again... thanks for full filling my spell request drunken god, I have not forgotten my tribute to you! and wow! You're getting some great feedback from my spell :p Anyway... cheers! Booze can now have a 10% chance of being Drunken_God :p
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Howdy
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top