From 2c7fd4c74fc87b0f77aabab5730bb0cc9fda48f7 Mon Sep 17 00:00:00 2001 From: AlexTheCoder Date: Sun, 24 Aug 2014 07:26:21 -0400 Subject: [PATCH] BreathSphere Description Added a description to BreathSphere. --- src/com/projectkorra/ProjectKorra/ConfigManager.java | 1 + src/config.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/src/com/projectkorra/ProjectKorra/ConfigManager.java b/src/com/projectkorra/ProjectKorra/ConfigManager.java index 1964d87e..3ee14fea 100644 --- a/src/com/projectkorra/ProjectKorra/ConfigManager.java +++ b/src/com/projectkorra/ProjectKorra/ConfigManager.java @@ -190,6 +190,7 @@ public class ConfigManager { config.addDefault("Abilities.Air.AirSwipe.ChargeFactor", 3); 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.Range", 5); config.addDefault("Abilities.Air.BreathSphere.Damage", 0.5); diff --git a/src/config.yml b/src/config.yml index 9b3716b7..d0888583 100644 --- a/src/config.yml +++ b/src/config.yml @@ -140,6 +140,7 @@ Abilities: ChargeFactor: 3 BreathSphere: 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 Range: 5 Damage: 0.5