- Jab: Jab is the main ability in this small pack. It does no extra damage but is used in the combos often.
- NinjaStance: Move faster and jump higher, like a ninja. You can also become stealthy while in this stance.
- NinjaStance: Move faster and jump higher, like a ninja. You can also become stealthy while in this stance.
- ChiblockJab: The first of Jab combos. Chiblocks the jabbed entity for a short time.
- FlyingKick: A combo that is for offense and mobility. This allows chiblockers to leap through the air and kick entities in their way.
- WeakeningJab: Cripples enemies, making them more susceptible to damage.
Permissions:
Code:
bending.ability.jab - Jab ability
bending.ability.ninjastance - NinjaStance ability
bending.ability.chiblockjab - ChiblockJab combo
bending.ability.flyingkick - FlyingKick combo
bending.ability.weakeningjab - WeakeningJab combo
YAML:
#Main config
Abilities:
Jab:
Enabled: true
Cooldown: 3000
MaxUses: 3
NinjaStance:
Enabled: true
Cooldown: 0
Stealth:
Duration: 5000
ChargeTime: 2000
DamageModifier: 0.5
Combos:
ChiblockJab:
Enabled: true
Cooldown: 5000
Duration: 3000
FlyingKick:
Enabled: true
Cooldown: 4000
Damage: 2
LaunchPower: 2.2
WeakeningJab:
Enabled: true
Cooldown: 6000
Duration: 3000
Modifier: 2.0
#Language config
Abilities:
Jab:
Description: This ability allows fast paced attacking. Left clicking will activate the ability, as will right clicking (has to be on an entity!), both adding a point to it. It can be used a certain number of times before going on cooldown.
NinjaStance:
Description: Move super fast and sneakily like a ninja, but you deal less damage!
Combos:
ChiblockJab:
Description: This combo allows you to chiblock a player. Does no extra damage!
FlyingKick:
Description: Leap through the air, kicking entities you may encounter along the way. This combo ends when you hit the ground!
WeakeningJab:
Description: Cripple your foes! This combo makes enemies more susceptible to damage!
"This is not an official ProjectKorra plugin, therefore, no official support will be provided in any threads other than this one. Use at your own risk."
Likes:
GreenFire69 and 9190281