diff --git a/.classpath b/.classpath index c07cb1e6..78599a6a 100644 --- a/.classpath +++ b/.classpath @@ -2,16 +2,16 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/src/com/projectkorra/ProjectKorra/ConfigManager.java b/src/com/projectkorra/ProjectKorra/ConfigManager.java index 31d85923..45da5876 100644 --- a/src/com/projectkorra/ProjectKorra/ConfigManager.java +++ b/src/com/projectkorra/ProjectKorra/ConfigManager.java @@ -367,6 +367,18 @@ public class ConfigManager { config.addDefault("Abilities.Earth.Extraction.TripleLootChance", 15); config.addDefault("Abilities.Earth.Extraction.DoubleLootChance", 40); + config.addDefault("Abilities.Earth.LavaFlow.Enabled", true); + config.addDefault("Abilities.Earth.LavaFlow.Description", "This ability allows an Earthbender to create lava using the Earth around them. To use, simply hold sneak (Default: Shift) to create a lava moat that surrounds you, press sneak again to remove the moat. Left click an Earthbendable block to create a pool of lava after a small delay. Additionally, you can left click at any time to turn lava back into its original state -- Earth."); + config.addDefault("Abilities.Earth.LavFlow.ShiftCooldown", 16000); + config.addDefault("Abilities.Earth.LavaFlow.ClickLavaCooldown", 6000); + config.addDefault("Abilities.Earth.LavaFlow.ClickLandCooldown", 500); + config.addDefault("Abilities.Earth.LavaFlow.ShiftCleanupDelay", 8000); + config.addDefault("Abilities.Earth.LavaFlow.ClickLavaCleanupDelay", 5000); + config.addDefault("Abilities.Earth.LavaFlow.ClickLandCleanupDelay", 20000); + config.addDefault("Abilities.Earth.LavaFlow.ClickRange", 10.0); + config.addDefault("Abilities.Earth.LavaFlow.ShiftRadius", 8.0); + config.addDefault("Abilities.Earth.LavaFlow.ClickRadius", 5.0); + config.addDefault("Abilities.Earth.LavaSurge.Enabled", true); config.addDefault("Abilities.Earth.LavaSurge.Description", "This ability allows an Earthbender to bend an existing Lava Source to create a large wave that deals damage and knocks back anything in its path. To use, simply tap sneak (Default: Shift) while targetting a source of lava. Once a source has been selected, left click to launch the wave off into the direction you are looking. This ability has a small knockback and does a fair amount of damage."); config.addDefault("Abilities.Earth.LavaSurge.Radius", 3); diff --git a/src/config.yml b/src/config.yml index 09b122d1..50f5e0f6 100644 --- a/src/config.yml +++ b/src/config.yml @@ -277,6 +277,7 @@ Abilities: VerticalPush: 0.1 LavaFlow: Enabled: true + Description: "This ability allows an Earthbender to create lava using the Earth around them. To use, simply hold sneak (Default: Shift) to create a lava moat that surrounds you, press sneak again to remove the moat. Left click an Earthbendable block to create a pool of lava after a small delay. Additionally, you can left click at any time to turn lava back into its original state -- Earth." Description: "Create powerful pools of lava that surround you or your target. Hold sneak (Default:Shift) to create a lava moat that surrounds you, press sneak again to remove the moat. Left click an earth bendable block to create a pool of lava after a small delay. At any time you can left click lava to turn it back into earth." ShiftCooldown: 16000 ClickLavaCooldown: 6000