mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 19:50:37 +00:00
1.5.0 BETA 18
This commit is contained in:
parent
8d6d7321ee
commit
726fa62a35
4 changed files with 3 additions and 3 deletions
Binary file not shown.
|
@ -449,7 +449,7 @@ public class ConfigManager {
|
||||||
config.addDefault("Abilities.Earth.LavaFlow.ParticleDensity", 0.33);
|
config.addDefault("Abilities.Earth.LavaFlow.ParticleDensity", 0.33);
|
||||||
|
|
||||||
config.addDefault("Abilities.Earth.LavaSurge.Enabled", true);
|
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.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 targeting an earthbendable block. 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.Damage", 6);
|
config.addDefault("Abilities.Earth.LavaSurge.Damage", 6);
|
||||||
config.addDefault("Abilities.Earth.LavaSurge.Radius", 1);
|
config.addDefault("Abilities.Earth.LavaSurge.Radius", 1);
|
||||||
config.addDefault("Abilities.Earth.LavaSurge.PrepareRange", 7);
|
config.addDefault("Abilities.Earth.LavaSurge.PrepareRange", 7);
|
||||||
|
|
|
@ -331,7 +331,7 @@ Abilities:
|
||||||
DoubleLootChance: 40
|
DoubleLootChance: 40
|
||||||
LavaSurge:
|
LavaSurge:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
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."
|
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 targeting an earthbendable block. 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."
|
||||||
Radius: 3
|
Radius: 3
|
||||||
HorizontalPush: 0.5
|
HorizontalPush: 0.5
|
||||||
VerticalPush: 0.1
|
VerticalPush: 0.1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: ProjectKorra
|
name: ProjectKorra
|
||||||
author: ProjectKorra
|
author: ProjectKorra
|
||||||
version: 1.5.0 BETA 17
|
version: 1.5.0 BETA 18
|
||||||
main: com.projectkorra.ProjectKorra.ProjectKorra
|
main: com.projectkorra.ProjectKorra.ProjectKorra
|
||||||
softdepend: [PreciousStones, WorldGuard, WorldEdit, Factions, MassiveCore, GriefPrevention, Towny, TagAPI, NoCheatPlus, LWC]
|
softdepend: [PreciousStones, WorldGuard, WorldEdit, Factions, MassiveCore, GriefPrevention, Towny, TagAPI, NoCheatPlus, LWC]
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue