mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
BreathSphere Description
Added a description to BreathSphere.
This commit is contained in:
parent
e803445011
commit
2c7fd4c74f
2 changed files with 2 additions and 0 deletions
|
@ -190,6 +190,7 @@ public class ConfigManager {
|
||||||
config.addDefault("Abilities.Air.AirSwipe.ChargeFactor", 3);
|
config.addDefault("Abilities.Air.AirSwipe.ChargeFactor", 3);
|
||||||
|
|
||||||
config.addDefault("Abilities.Air.BreathSphere.Enabled", true);
|
config.addDefault("Abilities.Air.BreathSphere.Enabled", true);
|
||||||
|
config.addDefault("Abilities.Air.BreathSphere.Description", "This ability is one of the most dangerous abilities an Airbender possesses. To use, simply look at an entity and hold shift. The entity will begin taking damage as you extract the air from their lungs. Any bender caught in this sphere will only be able to use basic moves, such as AirSwipe, WaterManipulation, FireBlast, or EarthBlast. An entity can be knocked out of the sphere by certain bending arts, and your attention will be disrupted if you are hit by bending.");
|
||||||
config.addDefault("Abilities.Air.BreathSphere.CanBeUsedOnUndeadMobs", true);
|
config.addDefault("Abilities.Air.BreathSphere.CanBeUsedOnUndeadMobs", true);
|
||||||
config.addDefault("Abilities.Air.BreathSphere.Range", 5);
|
config.addDefault("Abilities.Air.BreathSphere.Range", 5);
|
||||||
config.addDefault("Abilities.Air.BreathSphere.Damage", 0.5);
|
config.addDefault("Abilities.Air.BreathSphere.Damage", 0.5);
|
||||||
|
|
|
@ -140,6 +140,7 @@ Abilities:
|
||||||
ChargeFactor: 3
|
ChargeFactor: 3
|
||||||
BreathSphere:
|
BreathSphere:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
Description: "This ability is one of the most dangerous abilities an Airbender possesses. To use, simply look at an entity and hold shift. The entity will begin taking damage as you extract the air from their lungs. Any bender caught in this sphere will only be able to use basic moves, such as AirSwipe, WaterManipulation, FireBlast, or EarthBlast. An entity can be knocked out of the sphere by certain bending arts, and your attention will be disrupted if you are hit by bending."
|
||||||
CanBeUsedOnUndeadMobs: true
|
CanBeUsedOnUndeadMobs: true
|
||||||
Range: 5
|
Range: 5
|
||||||
Damage: 0.5
|
Damage: 0.5
|
||||||
|
|
Loading…
Reference in a new issue