40 lines
No EOL
642 B
C#
40 lines
No EOL
642 B
C#
using System;
|
|
|
|
namespace Server.Items
|
|
{
|
|
public enum SlayerName
|
|
{
|
|
None,
|
|
UndeadDoom,
|
|
GiantsFall,
|
|
OrcSlaying,
|
|
TrollSlaughter,
|
|
OgreTrashing,
|
|
Executioner,
|
|
DragonSlaying,
|
|
InsectoidExtermination,
|
|
SerpentBane,
|
|
LizardmanSlaughter,
|
|
ReptilianDeath,
|
|
DaemonDismissal,
|
|
GargoylesFoe,
|
|
DevilishDamnation,
|
|
Exorcism,
|
|
SerpentoidMassacre,
|
|
SpidersDeath,
|
|
ScorpionsBane,
|
|
BugButcher,
|
|
FlameDousing,
|
|
WaterEvaporation,
|
|
AirAbolish,
|
|
ElementalHealth,
|
|
StoneShatter,
|
|
BloodDrinking,
|
|
SummerBreeze,
|
|
ElementalBan,
|
|
NaturesFury,
|
|
SeaSlaughter,
|
|
GoblinoidHunter,
|
|
WeedWrecker
|
|
}
|
|
} |