WaterBlock
My bending is more powerful than yours, Hama. Your technique is useless on me!
Description
With this ability, you can re-manipulate the water within incoming water abilities to create a massive wave that pushes all enemies in front of it. These abilities must be in your sight of view, which means you cannot block an incoming ability behind you.
Usage
PhaseChange (Hold Sneak) > PhaseChange (Left Click)
Adding Extra Abilities To Blocking Ability List
With this new version, now you can add other abilities to the blocking ability list including your own custom abilities. To do that, add your ability to the section named BlockAbilities with the format
Note: You cannot add WaterGimbal directly, you'll need to use its sub ability, WaterBlast. So an example config with WaterGimbal within should look like this:
My bending is more powerful than yours, Hama. Your technique is useless on me!
Description
With this ability, you can re-manipulate the water within incoming water abilities to create a massive wave that pushes all enemies in front of it. These abilities must be in your sight of view, which means you cannot block an incoming ability behind you.
Usage
PhaseChange (Hold Sneak) > PhaseChange (Left Click)
Adding Extra Abilities To Blocking Ability List
With this new version, now you can add other abilities to the blocking ability list including your own custom abilities. To do that, add your ability to the section named BlockAbilities with the format
AbilityName:WaveRange:BlockLimit
Note: You cannot add WaterGimbal directly, you'll need to use its sub ability, WaterBlast. So an example config with WaterGimbal within should look like this:
YAML:
BlockAbilities:
- Torrent:8:1
- Surge:8:1
- WaterManipulation:4:3
- WaterBlast:8:2 #BlockLimit is 2 because WaterGimbal has 2 WaterBlasts
This also applies to other abilities with sub abilities. (Mostly multi-shot abilities like WaterGimbal.)
Example Config
Example Config
YAML:
ExtraAbilities:
DreamerBoy:
Water:
WaterBlock:
Cooldown:
Cooldown: 8000
CooldownOnOutOfTheSightView: true
Duration: 0
Knockback: 2
Radius: 2
BlockAbilities:
- Torrent:8:1
- Surge:8:1
- WaterManipulation:4:3
- Geyser:8:2 #This will make your WaterBlock to block Geyser ability 2 times in a row. Also its wave range will be 8 blocks.
Combination:
- PhaseChange:SNEAK_DOWN
- PhaseChange:LEFT_CLICK
Showcase
[source code]
"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."