Propresentor

This commit is contained in:
Chris Chen
2025-08-17 21:25:03 -07:00
parent ed89de631b
commit f8ffd3a7fa
18 changed files with 1115 additions and 68 deletions
+10 -4
View File
@@ -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; }