Propresentor
This commit is contained in:
@@ -32,10 +32,14 @@ namespace Church.Net.Entity.Games.MD2
|
||||
|
||||
public enum MobSkillTarget
|
||||
{
|
||||
LeastHp,
|
||||
LeastMaxHp,
|
||||
LeastMana,
|
||||
LeastMaxMana,
|
||||
Random = 40,
|
||||
LeastHp = 50,
|
||||
LeastMp = 60,
|
||||
HighestHp = 70,
|
||||
HighestMp = 80,
|
||||
LowestLevel = 90,
|
||||
MostCorruption = 200,
|
||||
LeastCorruption = 201
|
||||
}
|
||||
public enum MD2Icon
|
||||
{
|
||||
@@ -129,6 +133,8 @@ namespace Church.Net.Entity.Games.MD2
|
||||
public virtual MobLevelInfo MobLevelInfo { get; set; }
|
||||
|
||||
public MobSkillType Type { get; set; }
|
||||
public MobSkillTarget? SkillTarget { get; set; }
|
||||
|
||||
public int ClawRoll { get; set; }
|
||||
public int SkillRoll { get; set; }
|
||||
public string Name { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user