Spell Request - Steals target's atk/ms speed

cowmenace

New Member
Reaction score
22
I need a spell that targets a single unit and its function is to slow the target's movement speed and atk speed by 5/8/10/13% and increase the caster's atk spd/ms by the same number that was decreased for the enemy.
 

Meowier

New Member
Reaction score
6
I'll be willing to make it, I just want to know a few things first...

1 - The spell effects one target, and is targettable?
2 - Does the spell use the % of ms/as stolen, or just give a raw % back to the caster. Example 1 or 2?

Example 1 - Enemy has 300 movement, 1.5 sec attack cooldown.
Caster has 320 movement, 1.6 sec attack cooldown.
Caster uses spell on enemy, and the enemy's ms/as is reduced by 10%
Enemy has 270 movement, 1.65 attack cooldown.
Caster gains raw 10% bonus to ms/as.
Caster has 352 movement, 1.44 attack cooldown.

Example 2 - Enemy has 300 movement, 1.5 sec attack cooldown.
Caster has 320 movement, 1.6 sec attack cooldown.
Caster uses spell on enemy, and the enemy's ms/as is reduced by 10%
Enemy has 270 movement, 1.65 attack cooldown.
Caster gains what the enemy loses, bonus to ms/as.
Caster has 350 movement, 1.45 attack cooldown.

While I am definately sure I can do the first example, I am not at all sure I can do the second example.
 

Meowier

New Member
Reaction score
6
I will start right on it. I'll send you a message with the map once i'm done.

Edit - All done. If you need me to change anything, please tell me.
 

Attachments

  • DrainSpeed.w3x
    22.8 KB · Views: 84

HydraRancher

Truth begins in lies
Reaction score
197
trigger it?
abillity is cast
abillity = steal
if level = 1
then
set target movespeed to movespeed -5%
set target attack speed to attack speed -5%
set caster movespeed to movespeed +5%
set Caster attack speed to attack speed +5%
else
if level = 2
then
set target movespeed to movespeed -8%
set target attack speed to attack speed -8%
set caster movespeed to movespeed +8%
set Caster attack speed to attack speed +8%
else
if level = 3
then
set target movespeed to movespeed -10%
set target attack speed to attack speed -10%
set caster movespeed to movespeed +10%
set Caster attack speed to attack speed +10%
else
if level = 4
then
set target movespeed to movespeed -13%
set target attack speed to attack speed -13%
set caster movespeed to movespeed +13%
set Caster attack speed to attack speed +13%
else
 

Meowier

New Member
Reaction score
6
Except you can't change attack speed through just raw triggering like you can movement speed.
 

Bird

Ultra Cool Member
Reaction score
29
Just use dummy units.

Once the spell is cast...

Create 2 dummy units.

The 1st dummy casts a Bloodlust equivalent on the Caster. (speed % bonuses)
The 2nd dummy casts a Slow equivalent on the Target (speed % minuses)

Create custom versions of Bloodlust/Slow spells/buffs, so that they have their own Buffs.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top