Refactored out character skill enum.

This commit is contained in:
2024-03-06 14:36:25 -05:00
parent 4dc0f52295
commit 84e74c5052
3 changed files with 9 additions and 118 deletions
-99
View File
@@ -1323,105 +1323,6 @@ public class Enum {
Sanctifier,
}
public enum CharacterSkills {
Animation,
Archery,
Athletics,
AxeMastery,
Axe,
Bardsong,
Bargaining,
Beastcraft,
Benediction,
BladeMastery,
BladeWeaving,
Block,
Bow,
Channeling,
Cloth,
Conditioning,
Crossbow,
DaggerMastery,
Dagger,
Dodge,
Dueling,
Enchantment,
Endurance,
FlameCalling,
Focus,
GreatAxeMastery,
GreatHammerMastery,
GreatSwordMastery,
HammerMastery,
Hammer,
Leadership,
Learning,
Liturgy,
Meditation,
NatureLore,
None,
Opening,
Parry,
PoleArmMastery,
PoleArm,
ResistanceAcid,
ResistanceCold,
ResistanceCrushing,
ResistanceDisease,
ResistanceEarth,
ResistanceFire,
ResistanceHoly,
ResistanceLightning,
ResistanceMagic,
ResistanceMental,
ResistancePiercing,
ResistancePoison,
ResistanceSlashing,
ResistanceUnholy,
Restoration,
Runecarving,
Running,
Shadowmastery,
Shapechanging,
Sorcery,
SpearMastery,
Spear,
StaffMastery,
Staff,
Stormcalling,
Subterfuge,
Summoning,
SwordMastery,
Sword,
Thaumaturgy,
Theurgy,
Throwing,
Toughness,
UnarmedCombatMastery,
UnarmedCombat,
Unknown,
Warding,
Warlockry,
WayoftheGaana,
WearArmorHeavy,
WearArmorLight,
WearArmorMedium,
Willpower,
Wizardry,
Corruption,
Abjuration,
WayoftheWolf,
WayoftheRat,
WayoftheBear,
Orthanatos,
Bloodcraft,
Exorcism,
Necromancy,
SunDancing;
}
public enum GuildHistoryType {
JOIN(1),
LEAVE(4),