#W# Initial Commit: Avatars Conquest
This commit is contained in:
commit
5df497787a
7510 changed files with 416048 additions and 0 deletions
40
Scripts/Items/Weapons/SlayerName.cs
Normal file
40
Scripts/Items/Weapons/SlayerName.cs
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue