• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Denied LightningStrike

who liek lightning bending


  • Total voters
    21
Status
Not open for further replies.

xX_FireGaming_Xx

Verified Member
What this ability will do:
WHen you left click, magic crit particles will come from the sky (10 blocks above) striking your opponent

What potion effects are then when u get hit:
Nausea, Blindness, Wither, Damage

description will be this:

public String getDescription() {
return "This ability is dangerous yet simple to use. To use simply left click to make lightning come out of the sky (10 blocks above you) striking your opponent and damaging them with 6 hearts. when you get hit by the lightning you create, you can redirect it bu holding shift when u get struck, and left click to blast the lightning in a jagged like.";

What Element:

public String getElement() {
return Element.Fire.toString();

is a shift ability:

public boolean isShiftAbility() {
return true;
(in a way when u redirect the lightning)


is harmful:

public boolean isHarmfulAbility() {
return true

is there a config:
YES! (just so it can be good)


in the config:
damage:
potioneffectDurability:
particles:
particletype:
cooldown:
speed:
 
V

Vidcom

Why is there so much code here ._.

Also, isn't this just a particle version of current lightning but with potion effects and no charge time?
 

xX_FireGaming_Xx

Verified Member
Why is there so much code here ._.

Also, isn't this just a particle version of current lightning but with potion effects and no charge time?
i put code? sorry and no it has the discharge affects but left click and comes out of no where and with particles and redirecting easier
 

Pickle9775

Staff member
Head Moderator
Moderator
Verified Member
i put code? sorry and no it has the discharge affects but left click and comes out of no where and with particles and redirecting easier
Is anybody else alarmed that he said "...and comes out of no where..." If it comes out of nowhere, then its not bending.
 
Status
Not open for further replies.
Top