1...
This commit is contained in:
@@ -5,6 +5,43 @@
|
||||
// Mob HP
|
||||
static hp_KingShroomus as double = 3000.0d;
|
||||
static hp_Shadowlord as double = 5000.0d;
|
||||
static hp_MechaSkellox as double = 1000000.0d;
|
||||
static dmg_MechaSkellox as double = 50000.0d;
|
||||
static hp_Compeer as double = 200.0d;
|
||||
static dmg_Compeer as double = 20.0d;
|
||||
static hp_Waggy as double = 300.0d;
|
||||
static dmg_Waggy as double = 10.5d;
|
||||
static hp_Spikeback as double = 650.0d;
|
||||
static dmg_Spikeback as double = 100.0d;
|
||||
static hp_Rammerhorn as double = 400.0d;
|
||||
static dmg_Rammerhorn as double = 55.0d;
|
||||
static hp_Spraggy as double = 2000.0d;
|
||||
static dmg_Spraggy as double = 50.0d;
|
||||
static hp_Plateosaur as double = 1200.0d;
|
||||
static dmg_Plateosaur as double = 30.0d;
|
||||
static hp_Hellquin as double = 500.0d;
|
||||
static dmg_Hellquin as double = 60.0d;
|
||||
static hp_Craggy as double = 5000.0d;
|
||||
static dmg_Craggy as double = 150.0d;
|
||||
static hp_Shaddy as double = 50000.0d;
|
||||
static dmg_Shaddy as double = 250.0d;
|
||||
static hp_Corby as double = 2000.0d;
|
||||
static dmg_Corby as double = 160.0d;
|
||||
static hp_Horntail as double = 200.0d;
|
||||
static dmg_Horntail as double = 150.0d;
|
||||
static hp_Gnawer as double = 1000.0d;
|
||||
static dmg_Gnawer as double = 180.0d;
|
||||
static hp_Blissard as double = 10000.0d;
|
||||
static dmg_Blissard as double = 400.0d;
|
||||
static hp_Goofer as double = 1000.0d;
|
||||
static dmg_Goofer as double = 80.0d;
|
||||
static hp_MechaCyclops as double = 4000.0d;
|
||||
static dmg_MechaCyclops as double = 300.0d;
|
||||
static hp_Alluricorn as double = 100000.0d;
|
||||
static dmg_Alluricorn as double = 600.0d;
|
||||
static hp_ConstructOfServility as double = 10000.0d;
|
||||
static dmg_ConstructOfServility as double = 400.0d;
|
||||
|
||||
|
||||
// Melee Weapons
|
||||
static dmg_BaronSword as float = 99.0f;
|
||||
@@ -22,7 +59,7 @@ static dmg_HolySword as float = 19.0f;
|
||||
static dmg_IllusionSword as float = 37.5f;
|
||||
static dmg_LightsWaySword as float = 999.0f;
|
||||
static dmg_PrimalSword as float = 35.0f;
|
||||
static dmg_RockbasherSword as float = 54.0f;
|
||||
static dmg_RockbasherSword as float = 119.0f;
|
||||
static dmg_RosidianSword as float = 54.0f;
|
||||
static dmg_RunicSword as float = 499.0f;
|
||||
static dmg_ShadowSword as float = 399.0f;
|
||||
@@ -30,6 +67,31 @@ static dmg_ShroomusSword as float = 61.0f;
|
||||
static dmg_SkeletalSword as float = 37.0f;
|
||||
static dmg_SupremacySword as float = 54.0f;
|
||||
static dmg_SweetSword as float = 54.0f;
|
||||
static dmg_Bloodlurker as double = 56.0d;
|
||||
static dmg_TidalGreatblade as double = 30.0d;
|
||||
static dmg_BaronGreatblade as double = 199.0d;
|
||||
static dmg_CreepoidGreatblade as double = 79.0d;
|
||||
static dmg_LelyetianGreatblade as double = 219.0d;
|
||||
static dmg_RoyalGreatblade as double = 74.0d;
|
||||
static dmg_SubterraneanGreatblade as double = 194.0d;
|
||||
static dmg_ShyreSword as double = 1799.0d;
|
||||
static dmg_GodsGreatblade as double = 3999.0d;
|
||||
static dmg_CrystalGreatblade as double = 120.0d;
|
||||
static dmg_GoofyGreatblade as double = 159.0d;
|
||||
static dmg_LyonicGreatblade as double = 189.0d;
|
||||
static dmg_NoxiousGreatblade as double = 169.0d;
|
||||
static dmg_RosidianGreatblade as double = 129.0d;
|
||||
static dmg_ShroomicGreatblade as double = 110.0d;
|
||||
static dmg_UnderworldGreatblade as double = 79.0d;
|
||||
static dmg_RunicGreatblade as double = 1110.0d;
|
||||
static dmg_CoralGreatblade as double = 302.0d;
|
||||
static dmg_PrimordialGreatblade as double = 849.0d;
|
||||
static dmg_HauntedGreatblade as double = 554.0d;
|
||||
static dmg_VulcammerMaul as float = 60.0f;
|
||||
static dmg_CoralstoneMaul as float = 1249.0f;
|
||||
static dmg_CrystalMaul as float = 149.0f;
|
||||
static dmg_ElectronMaul as float = 699.0f;
|
||||
static dmg_HorizonMaul as float = 149.0f;
|
||||
|
||||
// staffs
|
||||
static dmg_waterStaff as float = 300.0d;
|
||||
|
||||
Reference in New Issue
Block a user