Faction emum changes based on client description.
This commit is contained in:
@@ -21,12 +21,12 @@ package com.l2jmobius.gameserver.enums;
|
|||||||
*/
|
*/
|
||||||
public enum Faction
|
public enum Faction
|
||||||
{
|
{
|
||||||
BLACKBIRD_PLEDGE(1, 200, 1200, 3200, 6200, 11200, 19200, 30200),
|
BLACKBIRD_CLAN(1, 200, 1200, 3200, 6200, 11200, 19200, 30200),
|
||||||
MOTHERTREE_GUARDIAN(2, 100, 1000, 2800, 5500, 10000, 17200, 27100),
|
MOTHER_TREE_GUARDIANS(2, 100, 1000, 2800, 5500, 10000, 17200, 27100),
|
||||||
GIANT_CHASER(3, 200, 1350, 3650, 7100, 12850, 22050, 34700),
|
GIANT_TRACKERS(3, 200, 1350, 3650, 7100, 12850, 22050, 34700),
|
||||||
DIMENSIONAL_STRANGER(4, 100, 1200, 3400, 6700, 12200, 21000, 33100),
|
UNWORLDLY_VISITORS(4, 100, 1200, 3400, 6700, 12200, 21000, 33100),
|
||||||
KINGDOM_ROYALGUARD(5, 100, 900, 2500, 4900, 8100, 12100, 16900, 22500, 29700, 38500, 48900),
|
KINGDOM_ROYAL_GUARDS(5, 100, 900, 2500, 4900, 8100, 12100, 16900, 22500, 29700, 38500, 48900),
|
||||||
FISHER_GUILD(6, 100, 7300, 18100, 32500, 53500, 78700, 106700);
|
FISHING_GUILD(6, 100, 7300, 18100, 32500, 53500, 78700, 106700);
|
||||||
|
|
||||||
private int _id;
|
private int _id;
|
||||||
private int[] _points;
|
private int[] _points;
|
||||||
|
Reference in New Issue
Block a user