mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
import com.l2jserver.model.template.CharacterTemplate;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
import com.l2jserver.model.world.L2Character;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
import com.l2jserver.model.world.L2Character;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
import com.l2jserver.model.world.L2Character;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
import com.l2jserver.model.world.L2Character;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
import com.l2jserver.model.world.L2Character;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
import com.l2jserver.model.world.L2Character;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -10,8 +10,8 @@ import com.l2jserver.util.dimensional.Point;
|
||||
public class AdventurerTemplate extends TreasureHunterTemplate {
|
||||
@Inject
|
||||
public AdventurerTemplate(CharacterTemplateIDFactory factory) {
|
||||
super(factory.createID(CharacterClass.adventurer.id),
|
||||
CharacterClass.adventurer,
|
||||
super(factory.createID(CharacterClass.ADVENTURER.id),
|
||||
CharacterClass.ADVENTURER,
|
||||
// ATTRIBUTES
|
||||
21,// INT
|
||||
40,// STR
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -7,11 +7,11 @@ import com.l2jserver.model.world.L2Character;
|
||||
import com.l2jserver.model.world.character.CharacterClass;
|
||||
import com.l2jserver.util.dimensional.Point;
|
||||
|
||||
public class GhosthunterTemplate extends AbyssWalkerTemplate {
|
||||
public class GhostHunterTemplate extends AbyssWalkerTemplate {
|
||||
@Inject
|
||||
public GhosthunterTemplate(CharacterTemplateIDFactory factory) {
|
||||
super(factory.createID(CharacterClass.ghostHunter.id),
|
||||
CharacterClass.ghostHunter,
|
||||
public GhostHunterTemplate(CharacterTemplateIDFactory factory) {
|
||||
super(factory.createID(CharacterClass.GHOST_HUNTER.id),
|
||||
CharacterClass.GHOST_HUNTER,
|
||||
// ATTRIBUTES
|
||||
25,// INT
|
||||
41,// STR
|
||||
@@ -35,7 +35,7 @@ public class GhosthunterTemplate extends AbyssWalkerTemplate {
|
||||
);
|
||||
}
|
||||
|
||||
protected GhosthunterTemplate(CharacterTemplateID id,
|
||||
protected GhostHunterTemplate(CharacterTemplateID id,
|
||||
CharacterClass characterClass, int intelligence, int strength,
|
||||
int concentration, int mentality, int dexterity, int witness,
|
||||
int physicalAttack, int magicalAttack, int physicalDefense,
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -7,11 +7,11 @@ import com.l2jserver.model.world.L2Character;
|
||||
import com.l2jserver.model.world.character.CharacterClass;
|
||||
import com.l2jserver.util.dimensional.Point;
|
||||
|
||||
public class GhostsentinelTemplate extends PhantomRangerTemplate {
|
||||
public class GhostSentinelTemplate extends PhantomRangerTemplate {
|
||||
@Inject
|
||||
public GhostsentinelTemplate(CharacterTemplateIDFactory factory) {
|
||||
super(factory.createID(CharacterClass.ghostSentinel.id),
|
||||
CharacterClass.ghostSentinel,
|
||||
public GhostSentinelTemplate(CharacterTemplateIDFactory factory) {
|
||||
super(factory.createID(CharacterClass.GHOST_SENTINEL.id),
|
||||
CharacterClass.GHOST_SENTINEL,
|
||||
// ATTRIBUTES
|
||||
25,// INT
|
||||
41,// STR
|
||||
@@ -35,7 +35,7 @@ public class GhostsentinelTemplate extends PhantomRangerTemplate {
|
||||
);
|
||||
}
|
||||
|
||||
protected GhostsentinelTemplate(CharacterTemplateID id,
|
||||
protected GhostSentinelTemplate(CharacterTemplateID id,
|
||||
CharacterClass characterClass, int intelligence, int strength,
|
||||
int concentration, int mentality, int dexterity, int witness,
|
||||
int physicalAttack, int magicalAttack, int physicalDefense,
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -7,11 +7,11 @@ import com.l2jserver.model.world.L2Character;
|
||||
import com.l2jserver.model.world.character.CharacterClass;
|
||||
import com.l2jserver.util.dimensional.Point;
|
||||
|
||||
public class HellknightTemplate extends DarkAvengerTemplate {
|
||||
public class HellKnightTemplate extends DarkAvengerTemplate {
|
||||
@Inject
|
||||
public HellknightTemplate(CharacterTemplateIDFactory factory) {
|
||||
super(factory.createID(CharacterClass.hellKnight.id),
|
||||
CharacterClass.hellKnight,
|
||||
public HellKnightTemplate(CharacterTemplateIDFactory factory) {
|
||||
super(factory.createID(CharacterClass.HELL_KNIGHT.id),
|
||||
CharacterClass.HELL_KNIGHT,
|
||||
// ATTRIBUTES
|
||||
21,// INT
|
||||
40,// STR
|
||||
@@ -35,7 +35,7 @@ public class HellknightTemplate extends DarkAvengerTemplate {
|
||||
);
|
||||
}
|
||||
|
||||
protected HellknightTemplate(CharacterTemplateID id,
|
||||
protected HellKnightTemplate(CharacterTemplateID id,
|
||||
CharacterClass characterClass, int intelligence, int strength,
|
||||
int concentration, int mentality, int dexterity, int witness,
|
||||
int physicalAttack, int magicalAttack, int physicalDefense,
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -7,11 +7,11 @@ import com.l2jserver.model.world.L2Character;
|
||||
import com.l2jserver.model.world.character.CharacterClass;
|
||||
import com.l2jserver.util.dimensional.Point;
|
||||
|
||||
public class PhoenixknightTemplate extends PaladinTemplate {
|
||||
public class PhoenixKnightTemplate extends PaladinTemplate {
|
||||
@Inject
|
||||
public PhoenixknightTemplate(CharacterTemplateIDFactory factory) {
|
||||
super(factory.createID(CharacterClass.phoenixKnight.id),
|
||||
CharacterClass.phoenixKnight,
|
||||
public PhoenixKnightTemplate(CharacterTemplateIDFactory factory) {
|
||||
super(factory.createID(CharacterClass.PHOENIX_KNIGHT.id),
|
||||
CharacterClass.PHOENIX_KNIGHT,
|
||||
// ATTRIBUTES
|
||||
21,// INT
|
||||
40,// STR
|
||||
@@ -35,7 +35,7 @@ public class PhoenixknightTemplate extends PaladinTemplate {
|
||||
);
|
||||
}
|
||||
|
||||
protected PhoenixknightTemplate(CharacterTemplateID id,
|
||||
protected PhoenixKnightTemplate(CharacterTemplateID id,
|
||||
CharacterClass characterClass, int intelligence, int strength,
|
||||
int concentration, int mentality, int dexterity, int witness,
|
||||
int physicalAttack, int magicalAttack, int physicalDefense,
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -10,8 +10,8 @@ import com.l2jserver.util.dimensional.Point;
|
||||
public class SagittariusTemplate extends HawkeyeTemplate {
|
||||
@Inject
|
||||
public SagittariusTemplate(CharacterTemplateIDFactory factory) {
|
||||
super(factory.createID(CharacterClass.sagittarius.id),
|
||||
CharacterClass.sagittarius,
|
||||
super(factory.createID(CharacterClass.SAGITTARIUS.id),
|
||||
CharacterClass.SAGITTARIUS,
|
||||
// ATTRIBUTES
|
||||
21,// INT
|
||||
40,// STR
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
@@ -1,4 +1,4 @@
|
||||
package script.template.character;
|
||||
package script.template.actor.character;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user