Ability List II
-
Abilities are awesome skills that you can bind to your weapons. There are multiple ways of casting abilities which can all be configured : shift left/right clicking, hitting a monster, or being hit by a monster.
Abilities have modifiers, which determines how powerful they are. Ability modifiers can be used to change the ability damage, cooldown, crowd control duration, mana/stamina cost, etc...
Holy Missile
Summons a damaging holy beam of light.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: HOLY_MISSILE
mode: RIGHT_CLICK[/SIZE]
damage: 6
cooldown: 10
Cursed Beam
Casts a dark magic projectile that burts into a shadow vortex when hitting an entity, dealing damage & applying blindness for a few seconds.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: CURSED_BEAM
mode: RIGHT_CLICK[/SIZE]
damage: 8
cooldown: 10
duration: 5
Shadow Veil
Summons a shadow that makes you vanish for a short period of time.
Cancels if you hit any player | doesn't work with mobs.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: SHADOW_VEIL
mode: RIGHT_CLICK[/SIZE]
duration: 6
cooldown: 10
Firebolt
Summons a fireball flying to your cursor location.
The fireball deals damage to the first enemy it hits and burns him for a few seconds.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: FIREBOLT
mode: RIGHT_CLICK
damage: 6
ignite: 3
cooldown: 10
Sparkle
Summons a tiny sparkle that instantly hit the target enemy.
Deals damage to the target and spreads to nearby enemies.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: SPARKLE
mode: RIGHT_CLICK
damage: 4
radius: 4
cooldown: 10
length: 30
limit: 5
Ice Crystal
Summons an ice crystal that deals damage to the first enemy it hits.
Also applies Slow for a few seconds.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: ICE_CRYSTAL
mode: RIGHT_CLICK
damage: 6
duration: 3
amplifier: 1
cooldown: 10
Earthquake
Casts a moving earthquake that travels in the ground,
dealing damage to hit enemies and slowing them down for a few seconds.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: EARTHQUAKE
mode: RIGHT_CLICK
damage: 3
duration: 2
amplifier: 1
cooldown: 10
Fire Meteor
Casts a meteor coming from the sky.
Deals high damage & knockback upon landing.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: FIRE_METEOR
mode: RIGHT_CLICK
damage: 6
knockback: 1
radius: 4
cooldown: 10
Overload
Summons an electrical shockwave around you, dealing damage to nearby enemies.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: OVERLOAD
mode: RIGHT_CLICK
damage: 6
radius: 6
cooldown: 10
Heal
Heals the player for a few hearts.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: HEAL
mode: RIGHT_CLICK
heal: 4
cooldown: 10
Smite
Strikes the target with lightning, dealing high damage.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: SMITE
mode: RIGHT_CLICK
damage: 8
length: 30
cooldown: 10
Swiftness
Grants Speed & Jump Boost for a short period of time.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: SWIFTNESS
mode: RIGHT_CLICK
duration: 8
cooldown: 10
jump-amplifier: 1
speed-amplifier: 1
Circular Slash
Performs a powerful weapon slash around you.
Deals damage and knockback to hit enemies.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: CIRCULAR_SLASH
mode: RIGHT_CLICK
damage: 6
cooldown: 10
radius: 3
knockback: 1
Thrust
Performs a powerful thrust, dealing damage to enemies in a line.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: THRUST
mode: RIGHT_CLICK
damage: 6
cooldown: 10
Item Throw
Throws the item the player is holding. Deals damage to the first hit enemy.
If bound to a consumable, the item will not disappear and can be picked up by players.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: ITEM_THROW
mode: RIGHT_CLICK
damage: 6
cooldown: 10
Heavy Charge
Dashes forwards, dealing damage and knockback to the first player you hit.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: HEAVY_CHARGE
mode: RIGHT_CLICK
damage: 6
cooldown: 10
knockback: 10
Light Dash
Performs a quick dash forwards, dealing damage to hit enemies.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: LIGHT_DASH
mode: RIGHT_CLICK
damage: 1
cooldown: 10
length: 1
Blink
Instantly blinks to target location.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: BLINK
mode: RIGHT_CLICK
cooldown: 10
range: 8 - Loading...
- Loading...
XenCarta PRO
© Jason Axelrod from 8WAYRUN.COM