mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-09 17:02:53 +00:00
Template classes for all NPC instances
Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
6
.project
6
.project
@@ -15,15 +15,9 @@
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
<nature>org.maven.ide.eclipse.maven2Nature</nature>
|
||||
<nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
|
||||
@@ -44,7 +44,7 @@ public class AbyssWalkerTemplate extends AssassinTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 69000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class AdventurerTemplate extends TreasureHunterTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 44;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 81900;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class ArbalesterTemplate extends WarderTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class ArcanaLordTemplate extends WarlockTemplate {
|
||||
attributes.accuracy = 28;
|
||||
attributes.criticalChance = 40;
|
||||
attributes.evasionChance = 28;
|
||||
attributes.moveSpeed = 120;
|
||||
attributes.runSpeed = 120;
|
||||
attributes.maxWeigth = 62500;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class ArchmageTemplate extends SorcerorTemplate {
|
||||
attributes.accuracy = 28;
|
||||
attributes.criticalChance = 40;
|
||||
attributes.evasionChance = 28;
|
||||
attributes.moveSpeed = 120;
|
||||
attributes.runSpeed = 120;
|
||||
attributes.maxWeigth = 62500;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class ArtisanTemplate extends DwarvenFighterTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 43;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 83000;
|
||||
attributes.craft = true;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class AssassinTemplate extends DarkFighterTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 69000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class BersekerTemplate extends TrooperTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class BishopTemplate extends ClericTemplate {
|
||||
attributes.accuracy = 28;
|
||||
attributes.criticalChance = 40;
|
||||
attributes.evasionChance = 28;
|
||||
attributes.moveSpeed = 120;
|
||||
attributes.runSpeed = 120;
|
||||
attributes.maxWeigth = 62500;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class BladedancerTemplate extends PalusKnightTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 69000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class BountyHunterTemplate extends ScavengerTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 43;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 83000;
|
||||
attributes.craft = true;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class CardinalTemplate extends BishopTemplate {
|
||||
attributes.accuracy = 28;
|
||||
attributes.criticalChance = 40;
|
||||
attributes.evasionChance = 28;
|
||||
attributes.moveSpeed = 120;
|
||||
attributes.runSpeed = 120;
|
||||
attributes.maxWeigth = 62500;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class ClericTemplate extends HumanMysticTemplate {
|
||||
attributes.accuracy = 28;
|
||||
attributes.criticalChance = 40;
|
||||
attributes.evasionChance = 28;
|
||||
attributes.moveSpeed = 120;
|
||||
attributes.runSpeed = 120;
|
||||
attributes.maxWeigth = 62500;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class DarkAvengerTemplate extends KnightTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 44;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 81900;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class DarkFighterTemplate extends AbstractDarkElfCharacterTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 69000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class DarkMysticTemplate extends AbstractDarkElfCharacterTemplate {
|
||||
attributes.accuracy = 29;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 29;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 61000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class DarkWizardTemplate extends DarkMysticTemplate {
|
||||
attributes.accuracy = 29;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 29;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 61000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class DestroyerTemplate extends OrcRaiderTemplate {
|
||||
attributes.accuracy = 31;
|
||||
attributes.criticalChance = 42;
|
||||
attributes.evasionChance = 31;
|
||||
attributes.moveSpeed = 117;
|
||||
attributes.runSpeed = 117;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class DominatorTemplate extends OverlordTemplate {
|
||||
attributes.accuracy = 30;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 30;
|
||||
attributes.moveSpeed = 121;
|
||||
attributes.runSpeed = 121;
|
||||
attributes.maxWeigth = 68000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class DoombringerTemplate extends BersekerTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class DoomcryerTemplate extends WarcryerTemplate {
|
||||
attributes.accuracy = 30;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 30;
|
||||
attributes.moveSpeed = 121;
|
||||
attributes.runSpeed = 121;
|
||||
attributes.maxWeigth = 68000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class DreadnoughtTemplate extends WarlordTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 44;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 81900;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class DuelistTemplate extends GladiatorTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 44;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 81900;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class DwarvenFighterTemplate extends AbstractDwarfCharacterTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 43;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 83000;
|
||||
attributes.craft = true;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class ElderTemplate extends OracleTemplate {
|
||||
attributes.accuracy = 30;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 30;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 62400;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class ElementalMasterTemplate extends ElementalSummonerTemplate {
|
||||
attributes.accuracy = 30;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 30;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 62400;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class ElementalSummonerTemplate extends ElvenWizardTemplate {
|
||||
attributes.accuracy = 30;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 30;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 62400;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class ElvenFighterTemplate extends AbstractElfCharacterTemplate {
|
||||
attributes.accuracy = 36;
|
||||
attributes.criticalChance = 46;
|
||||
attributes.evasionChance = 36;
|
||||
attributes.moveSpeed = 125;
|
||||
attributes.runSpeed = 125;
|
||||
attributes.maxWeigth = 73000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class ElvenKnightTemplate extends ElvenFighterTemplate {
|
||||
attributes.accuracy = 36;
|
||||
attributes.criticalChance = 46;
|
||||
attributes.evasionChance = 36;
|
||||
attributes.moveSpeed = 125;
|
||||
attributes.runSpeed = 125;
|
||||
attributes.maxWeigth = 73000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class ElvenMysticTemplate extends AbstractElfCharacterTemplate {
|
||||
attributes.accuracy = 30;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 30;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 62400;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class ElvenScoutTemplate extends ElvenFighterTemplate {
|
||||
attributes.accuracy = 36;
|
||||
attributes.criticalChance = 46;
|
||||
attributes.evasionChance = 36;
|
||||
attributes.moveSpeed = 125;
|
||||
attributes.runSpeed = 125;
|
||||
attributes.maxWeigth = 73000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class ElvenWizardTemplate extends ElvenMysticTemplate {
|
||||
attributes.accuracy = 30;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 30;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 62400;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class EvaSaintTemplate extends ElderTemplate {
|
||||
attributes.accuracy = 30;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 30;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 62400;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class EvaTemplarTemplate extends TempleKnightTemplate {
|
||||
attributes.accuracy = 36;
|
||||
attributes.criticalChance = 46;
|
||||
attributes.evasionChance = 36;
|
||||
attributes.moveSpeed = 125;
|
||||
attributes.runSpeed = 125;
|
||||
attributes.maxWeigth = 73000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class FemaleSoldierTemplate extends AbstractKamaelCharacterTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class FemaleSoulbreakerTemplate extends WarderTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class FemaleSouldhoundTemplate extends FemaleSoulbreakerTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class FortuneSeekerTemplate extends BountyHunterTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 43;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 83000;
|
||||
attributes.craft = true;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class GhostHunterTemplate extends AbyssWalkerTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 69000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class GhostSentinelTemplate extends PhantomRangerTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 69000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class GladiatorTemplate extends WarriorTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 44;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 81900;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class GrandKhauatariTemplate extends TyrantTemplate {
|
||||
attributes.accuracy = 31;
|
||||
attributes.criticalChance = 42;
|
||||
attributes.evasionChance = 31;
|
||||
attributes.moveSpeed = 117;
|
||||
attributes.runSpeed = 117;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class HawkeyeTemplate extends RogueTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 44;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 81900;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class HellKnightTemplate extends DarkAvengerTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 44;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 81900;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class HierophantTemplate extends ProphetTemplate {
|
||||
attributes.accuracy = 28;
|
||||
attributes.criticalChance = 40;
|
||||
attributes.evasionChance = 28;
|
||||
attributes.moveSpeed = 120;
|
||||
attributes.runSpeed = 120;
|
||||
attributes.maxWeigth = 62500;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class HumanFighterTemplate extends AbstractHumanCharacterTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 44;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 81900;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class HumanMysticTemplate extends AbstractHumanCharacterTemplate {
|
||||
attributes.accuracy = 28;
|
||||
attributes.criticalChance = 40;
|
||||
attributes.evasionChance = 28;
|
||||
attributes.moveSpeed = 120;
|
||||
attributes.runSpeed = 120;
|
||||
attributes.maxWeigth = 62500;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class InspectorTemplate extends WarderTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class JudicatorTemplate extends InspectorTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class KnightTemplate extends HumanFighterTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 44;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 81900;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class MaestroTemplate extends WarsmithTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 43;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 83000;
|
||||
attributes.craft = true;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class MaleSoldierTemplate extends AbstractKamaelCharacterTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class MaleSoulbreakerTemplate extends TrooperTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class MaleSouldhoundTemplate extends MaleSoulbreakerTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class MoonlightSentinelTemplate extends SilverRangerTemplate {
|
||||
attributes.accuracy = 36;
|
||||
attributes.criticalChance = 46;
|
||||
attributes.evasionChance = 36;
|
||||
attributes.moveSpeed = 125;
|
||||
attributes.runSpeed = 125;
|
||||
attributes.maxWeigth = 73000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class MysticMuseTemplate extends SpellsingerTemplate {
|
||||
attributes.accuracy = 30;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 30;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 62400;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class NecromancerTemplate extends WizardTemplate {
|
||||
attributes.accuracy = 28;
|
||||
attributes.criticalChance = 40;
|
||||
attributes.evasionChance = 28;
|
||||
attributes.moveSpeed = 120;
|
||||
attributes.runSpeed = 120;
|
||||
attributes.maxWeigth = 62500;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class OracleTemplate extends ElvenMysticTemplate {
|
||||
attributes.accuracy = 30;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 30;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 62400;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class OrcFighterTemplate extends AbstractOrcCharacterTemplate {
|
||||
attributes.accuracy = 31;
|
||||
attributes.criticalChance = 42;
|
||||
attributes.evasionChance = 31;
|
||||
attributes.moveSpeed = 117;
|
||||
attributes.runSpeed = 117;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class OrcMonkTemplate extends OrcFighterTemplate {
|
||||
attributes.accuracy = 31;
|
||||
attributes.criticalChance = 42;
|
||||
attributes.evasionChance = 31;
|
||||
attributes.moveSpeed = 117;
|
||||
attributes.runSpeed = 117;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class OrcMysticTemplate extends AbstractOrcCharacterTemplate {
|
||||
attributes.accuracy = 30;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 30;
|
||||
attributes.moveSpeed = 121;
|
||||
attributes.runSpeed = 121;
|
||||
attributes.maxWeigth = 68000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class OrcRaiderTemplate extends OrcFighterTemplate {
|
||||
attributes.accuracy = 31;
|
||||
attributes.criticalChance = 42;
|
||||
attributes.evasionChance = 31;
|
||||
attributes.moveSpeed = 117;
|
||||
attributes.runSpeed = 117;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class OrcShamanTemplate extends OrcMysticTemplate {
|
||||
attributes.accuracy = 30;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 30;
|
||||
attributes.moveSpeed = 121;
|
||||
attributes.runSpeed = 121;
|
||||
attributes.maxWeigth = 68000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class OverlordTemplate extends OrcShamanTemplate {
|
||||
attributes.accuracy = 30;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 30;
|
||||
attributes.moveSpeed = 121;
|
||||
attributes.runSpeed = 121;
|
||||
attributes.maxWeigth = 68000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class PaladinTemplate extends KnightTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 44;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 81900;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class PalusKnightTemplate extends DarkFighterTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 69000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class PhantomRangerTemplate extends AssassinTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 69000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class PhantomSummonerTemplate extends DarkWizardTemplate {
|
||||
attributes.accuracy = 29;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 29;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 61000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class PhoenixKnightTemplate extends PaladinTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 44;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 81900;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class PlainsWalkerTemplate extends ElvenScoutTemplate {
|
||||
attributes.accuracy = 36;
|
||||
attributes.criticalChance = 46;
|
||||
attributes.evasionChance = 36;
|
||||
attributes.moveSpeed = 125;
|
||||
attributes.runSpeed = 125;
|
||||
attributes.maxWeigth = 73000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class ProphetTemplate extends ClericTemplate {
|
||||
attributes.accuracy = 28;
|
||||
attributes.criticalChance = 40;
|
||||
attributes.evasionChance = 28;
|
||||
attributes.moveSpeed = 120;
|
||||
attributes.runSpeed = 120;
|
||||
attributes.maxWeigth = 62500;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class RogueTemplate extends HumanFighterTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 44;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 81900;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class SagittariusTemplate extends HawkeyeTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 44;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 81900;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class ScavengerTemplate extends DwarvenFighterTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 43;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 83000;
|
||||
attributes.craft = true;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class ShillieanSaintTemplate extends ShillienElderTemplate {
|
||||
attributes.accuracy = 29;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 29;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 61000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class ShillienElderTemplate extends ShillienOracleTemplate {
|
||||
attributes.accuracy = 29;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 29;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 61000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class ShillienKnightTemplate extends PalusKnightTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 69000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class ShillienOracleTemplate extends DarkMysticTemplate {
|
||||
attributes.accuracy = 29;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 29;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 61000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class ShillienTemplarTemplate extends ShillienKnightTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 69000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class SilverRangerTemplate extends ElvenScoutTemplate {
|
||||
attributes.accuracy = 36;
|
||||
attributes.criticalChance = 46;
|
||||
attributes.evasionChance = 36;
|
||||
attributes.moveSpeed = 125;
|
||||
attributes.runSpeed = 125;
|
||||
attributes.maxWeigth = 73000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class SorcerorTemplate extends WizardTemplate {
|
||||
attributes.accuracy = 28;
|
||||
attributes.criticalChance = 40;
|
||||
attributes.evasionChance = 28;
|
||||
attributes.moveSpeed = 120;
|
||||
attributes.runSpeed = 120;
|
||||
attributes.maxWeigth = 62500;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class SoultakerTemplate extends NecromancerTemplate {
|
||||
attributes.accuracy = 28;
|
||||
attributes.criticalChance = 40;
|
||||
attributes.evasionChance = 28;
|
||||
attributes.moveSpeed = 120;
|
||||
attributes.runSpeed = 120;
|
||||
attributes.maxWeigth = 62500;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class SpectralMasterTemplate extends PhantomSummonerTemplate {
|
||||
attributes.accuracy = 29;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 29;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 61000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class SpectraldancerTemplate extends BladedancerTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 69000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class SpellhowlerTemplate extends DarkWizardTemplate {
|
||||
attributes.accuracy = 29;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 29;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 61000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class SpellsingerTemplate extends ElvenWizardTemplate {
|
||||
attributes.accuracy = 30;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 30;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 62400;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class StormScreamerTemplate extends SpellhowlerTemplate {
|
||||
attributes.accuracy = 29;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 29;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 61000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class SwordMuseTemplate extends SwordSingerTemplate {
|
||||
attributes.accuracy = 36;
|
||||
attributes.criticalChance = 46;
|
||||
attributes.evasionChance = 36;
|
||||
attributes.moveSpeed = 125;
|
||||
attributes.runSpeed = 125;
|
||||
attributes.maxWeigth = 73000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class SwordSingerTemplate extends ElvenKnightTemplate {
|
||||
attributes.accuracy = 36;
|
||||
attributes.criticalChance = 46;
|
||||
attributes.evasionChance = 36;
|
||||
attributes.moveSpeed = 125;
|
||||
attributes.runSpeed = 125;
|
||||
attributes.maxWeigth = 73000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class TempleKnightTemplate extends ElvenKnightTemplate {
|
||||
attributes.accuracy = 36;
|
||||
attributes.criticalChance = 46;
|
||||
attributes.evasionChance = 36;
|
||||
attributes.moveSpeed = 125;
|
||||
attributes.runSpeed = 125;
|
||||
attributes.maxWeigth = 73000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class TitanTemplate extends DestroyerTemplate {
|
||||
attributes.accuracy = 31;
|
||||
attributes.criticalChance = 42;
|
||||
attributes.evasionChance = 31;
|
||||
attributes.moveSpeed = 117;
|
||||
attributes.runSpeed = 117;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class TreasureHunterTemplate extends RogueTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 44;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 81900;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class TricksterTemplate extends ArbalesterTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class TrooperTemplate extends MaleSoldierTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class TyrantTemplate extends OrcRaiderTemplate {
|
||||
attributes.accuracy = 31;
|
||||
attributes.criticalChance = 42;
|
||||
attributes.evasionChance = 31;
|
||||
attributes.moveSpeed = 117;
|
||||
attributes.runSpeed = 117;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class WarcryerTemplate extends OrcShamanTemplate {
|
||||
attributes.accuracy = 30;
|
||||
attributes.criticalChance = 41;
|
||||
attributes.evasionChance = 30;
|
||||
attributes.moveSpeed = 121;
|
||||
attributes.runSpeed = 121;
|
||||
attributes.maxWeigth = 68000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class WarderTemplate extends FemaleSoldierTemplate {
|
||||
attributes.accuracy = 35;
|
||||
attributes.criticalChance = 45;
|
||||
attributes.evasionChance = 35;
|
||||
attributes.moveSpeed = 122;
|
||||
attributes.runSpeed = 122;
|
||||
attributes.maxWeigth = 87000;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class WarlockTemplate extends WizardTemplate {
|
||||
attributes.accuracy = 28;
|
||||
attributes.criticalChance = 40;
|
||||
attributes.evasionChance = 28;
|
||||
attributes.moveSpeed = 120;
|
||||
attributes.runSpeed = 120;
|
||||
attributes.maxWeigth = 62500;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public class WarlordTemplate extends WarriorTemplate {
|
||||
attributes.accuracy = 33;
|
||||
attributes.criticalChance = 44;
|
||||
attributes.evasionChance = 33;
|
||||
attributes.moveSpeed = 115;
|
||||
attributes.runSpeed = 115;
|
||||
attributes.maxWeigth = 81900;
|
||||
attributes.craft = false;
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user