You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sealed class QuakeBig(BossModulemodule):Components.SimpleAOEs(module,(uint)AID.QuakeBig,10f);
10
10
sealed class VermilionFlight(BossModulemodule):Components.SimpleAOEs(module,(uint)AID.VermilionFlight,newAOEShapeRect(60f,10f));
11
11
sealed class ArmOfPurgatory(BossModulemodule):Components.SimpleAOEs(module,(uint)AID.ArmOfPurgatory,15f);// 3 + 12 from status effect
12
+
sealed class WallArenaChange(BossModulemodule):Components.SimpleAOEs(module,(uint)AID.WallArenaChange,newAOEShapeRect(5f,8f));
13
+
sealed class GloamingGleam(BossModulemodule):Components.SimpleAOEs(module,(uint)AID.GloamingGleam,newAOEShapeRect(50f,6f));
14
+
sealed class RazorFang(BossModulemodule):Components.SimpleAOEs(module,(uint)AID.RazorFang,20f);
12
15
13
16
[ModuleInfo(BossModuleInfo.Maturity.Verified,Contributors="The Combat Reborn Team (Malediktus)",PrimaryActorOID=(uint)OID.FaithboundKirin,GroupType=BossModuleInfo.GroupType.CFC,GroupID=1058u,NameID=14053u,Category=BossModuleInfo.Category.Alliance,Expansion=BossModuleInfo.Expansion.Dawntrail,SortOrder=1)]
14
17
public sealed class A21FaithboundKirin(WorldStatews,Actorprimary):BossModule(ws,primary,DefaultCenter,DefaultArena)
0 commit comments