OUT DATED. NO UPDATE PLANNED.
Shock
Electrocute your enemies using Electrified Kali Sticks that temporarily stuns them!
Description:
Punch a mob to eletrify, dealing damage as well as temporarily stunning them.
Usage:
To Deal Damage: Attacking the entity will rush a surge of electricity as well as an after effect doing a lower ammount of damage
To Stun: Similar to paralyze, the stunned entity will not be able to move and will be frozen in mid-air. Players will have bending off during paralysis.
Planned Features:
- Make water conduct electricity?
Permissions:
For the ability (default: true) :
Configuration:
range: The distance in which you can hit an entity.
damage: The ammount of damage (NOT hearts) done.
ParalysisDuration: The amount of time (in game ticks. 20 in 1 second) the entity is paralyzed.
particles: The ammount of particles from the electrical effect.
afterEffect: The ammount of damage (NOT hearts) done during the after effect of the electrical surge
sound: Whether or not the electrical shocks make sound effects
needItem: Whether you need a specific item to use this move.
Shock in action (Note: I increased the ParalysisDuration from default in the video):
Designed with Spigot 1.8.7 and ProjectKorra 1.7.0 BETA 11
"This is not an official ProjectKorra ability, therefore, no official support will be provided in any threads other than this one. Use at your own risk."
Shock
Electrocute your enemies using Electrified Kali Sticks that temporarily stuns them!
Description:
Punch a mob to eletrify, dealing damage as well as temporarily stunning them.
Usage:
To Deal Damage: Attacking the entity will rush a surge of electricity as well as an after effect doing a lower ammount of damage
To Stun: Similar to paralyze, the stunned entity will not be able to move and will be frozen in mid-air. Players will have bending off during paralysis.
Planned Features:
- Make water conduct electricity?
Permissions:
For the ability (default: true) :
Code:
bending.ability.Shock
Code:
ExtraAbilities:
moo3oo3oo3:
Shock:
range: 3.6
damage: 3
ParalysisDuration: 80
particles: 20
afterEffect: 1
sound: true
Item:
needItem: true
sticks:
==: org.bukkit.inventory.ItemStack
type: REDSTONE_TORCH_ON
meta:
==: ItemMeta
meta-type: UNSPECIFIC
display-name: "\xa76Electrified Kali Sticks"
lore:
- "\xa77\xa7oPunch users with this item while selecting shock slot to\
\ shock your enemies"
cooldown: 30000
damage: The ammount of damage (NOT hearts) done.
ParalysisDuration: The amount of time (in game ticks. 20 in 1 second) the entity is paralyzed.
particles: The ammount of particles from the electrical effect.
afterEffect: The ammount of damage (NOT hearts) done during the after effect of the electrical surge
sound: Whether or not the electrical shocks make sound effects
needItem: Whether you need a specific item to use this move.
type: The type of item. (Does not apply if needItem is false)
display-name: The name of the item. (Does not apply if needItem is false)
lore: The lore of the item. (Does not apply if needItem is false)
cooldown: How long (in miliseconds. 1000 in 1 second) you have to wait to use the ability again.display-name: The name of the item. (Does not apply if needItem is false)
lore: The lore of the item. (Does not apply if needItem is false)
Shock in action (Note: I increased the ParalysisDuration from default in the video):
Designed with Spigot 1.8.7 and ProjectKorra 1.7.0 BETA 11
"This is not an official ProjectKorra ability, therefore, no official support will be provided in any threads other than this one. Use at your own risk."
Likes:
Skythejynx