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:
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: