Ability List III
-
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...
Leap
Powerfully leaps to target location.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: LEAP
mode: RIGHT_CLICK
force: 1
cooldown: 10
Sky smash
Performs a heavy weapon smash, dealing damage to hit enemies and knocking them up.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: SKY_SMASH
mode: RIGHT_CLICK
damage: 6
cooldown: 10
knock_up: 1
TNT Throw
Throws an exploding TNT block.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: TNT_THROW
mode: RIGHT_CLICK
cooldown: 10
force: 1
Corrupt
Corrupts the target location, dealing damage to hit enemies and applying Wither.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: CORRUPT
mode: RIGHT_CLICK
damage: 8
cooldown: 10
duration: 4
amplifier: 1
Corrupted Fangs
Casts evoker fangs (just like Evokers) that damages hit enemies.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: CORRUPTED_FANGS
damage: 8
cooldown: 10
Shulker Missile
Summons 3 moving shulker missiles that explodes when colliding a block or a player.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: SHULKER_MISSILE
mode: RIGHT_CLICK
damage: 5
cooldown: 12.0
duration: 5
Black Hole
Summons a vortex that pulls mobs in its center.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: BLACK_HOLE
mode: RIGHT_CLICK
duration: 6
cooldown: 10
radius: 5
Firefly
You morph into a fireball, dashing to your cursor for a short period of time.
If you hit an entity while morphed, you explode, knocking back both you and the entity and strongly damaging your target.
Code (Text):TEST_ITEM:
material: iron_sword
ability:
right-click:
type: FIREFLY
mode: RIGHT_CLICK
damage: 6
duration: 2.5
knockback: 1
cooldown: 10
Throw Up
You spit out pieces of rotten flesh, damaging hit enemies.
Code (Text):TEST_ITEM:
material: iron_sword
ability:
right-click:
type: THROW_UP
mode: RIGHT_CLICK
damage: 2
duration: 2.5
cooldown: 10
Magical Shield
Creates a shield around you, reducing damage taken for nearby players.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: MAGICAL_SHIELD
mode: RIGHT_CLICK
power: 40
cooldown: 35
duration: 5
radius: 4
Lightning Bolt
Summons a damaging lightning bolt at the targeted location.
Code (Text):TEST_ITEM:
material: iron_sword
ability:
right-click:
type: LIGHTNING_BOLT
mode: RIGHT_CLICK
damage: 8
cooldown: 10
radius: 5
Arcane Hail
Summons a hail of cursed projectiles that explode on the ground, dealing damage to struck enemies.
Code (Text):TEST_ITEM:
material: iron_sword
ability:
right-click:
type: ARCANE_HAIL
mode: RIGHT_CLICK
damage: 3
duration: 4
cooldown: 10
radius: 3
Magical Path
Grants the ability to fly for a short period of time.
Code (Text):TEST_ITEM:
material: iron_sword
ability:
right-click:
type: magical_path
mode: RIGHT_CLICK
cooldown: 15
duration: 3
Grand Heal
Heals you & nearby players.
Code (Text):TEST_ITEM:
material: iron_sword
ability:
right-click:
type: grand_heal
mode: RIGHT_CLICK
heal: 5
cooldown: 15
radius: 5
Bunny Mode
You temporarily gain the ability to bounce on the ground.
Also temporarily negates fall damage.
Code (Text):TEST_ITEM:
material: iron_sword
ability:
right-click:
type: bunny_mode
mode: RIGHT_CLICK
duration: 20
jump-force: 1
speed: 1
cooldown: 50
Frog Mode
You temporarily gain the ability to bounce on water.
Code (Text):TEST_ITEM:
material: iron_sword
ability:
right-click:
type: frog_mode
mode: RIGHT_CLICK
duration: 20
jump-force: 1
speed: 1
cooldown: 50
Burning Hands
Flames spit out of your hands for a short period of time, damaging nearby units.
The damage modifier corresponds to the damage dealt in one second by the ability.
The ability actually deals half the damage twice every second.
Code (Text):TEST_ITEM:
material: iron_sword
ability:
right-click:
type: burning_hands
mode: RIGHT_CLICK
damage: 2
duration: 2
cooldown: 10
Item Bomb
Powerfully throws a bomb that explodes a few seconds later, dealing damage to hit enemies and slowing them down temporarily. The radius of the explosion can be edited.
Code (Text):TEST_ITEM:
material: STICK
ability:
right-click:
type: item_bomb
mode: RIGHT_CLICK
damage: 7
radius: 6
slow-duration: 4
slow-amplifier: 1
cooldown: 15
- Loading...
- Loading...
XenCarta PRO
© Jason Axelrod from 8WAYRUN.COM