mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
LavaFlow Changes
Give lavaflow a better description, add it to ConfigManager
This commit is contained in:
parent
cc092a9ae8
commit
3010c87b92
3 changed files with 24 additions and 11 deletions
22
.classpath
22
.classpath
|
@ -2,16 +2,16 @@
|
|||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="lib" path="C:/Users/NathanLaptop/Desktop/Minecraft 1.7.10/KorraDependables/MassiveCore.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/NathanLaptop/Desktop/Minecraft 1.7.10/KorraDependables/GriefPrevention.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/NathanLaptop/Desktop/Minecraft 1.7.10/KorraDependables/PreciousStones.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/NathanLaptop/Desktop/Minecraft 1.7.10/KorraDependables/TagAPI.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/NathanLaptop/Desktop/Minecraft 1.7.10/KorraDependables/Towny.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/NathanLaptop/Desktop/Minecraft 1.7.10/KorraDependables/worldedit-5.6.3.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/NathanLaptop/Desktop/Minecraft 1.7.10/KorraDependables/worldguard-5.9.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/NathanLaptop/Desktop/Minecraft 1.7.10/KorraDependables/bukkit-1.7.9-R0.2.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/NathanLaptop/Desktop/Minecraft 1.7.10/KorraDependables/Factions.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/NathanLaptop/Desktop/Minecraft 1.7.10/KorraDependables/LWC.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/NathanLaptop/Desktop/Minecraft 1.7.10/KorraDependables/NoCheatPlus.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/Factions.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/GriefPrevention.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/LWC.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/MassiveCore.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/NoCheatPlus.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/PreciousStones.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/TagAPI.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/Towny.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/WorldEdit.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/Bending Plugins/WorldGuard.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/LocalServer/BukkitForPlugins.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue