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
@@ -218,6 +219,8 @@ public sealed record class ArenaBoundsSquare(float Radius, Angle Rotation = defa
218
219
// for creating complex bounds by using arrays of shapes
219
220
// first array contains platforms that will be united, second optional array contains shapes that will be subtracted
220
221
// for convenience third array will optionally perform additional unions at the end
222
+
// offset shrinks the pathfinding map only, for example if the edges of the arena are deadly and floating point errors cause the AI to fall of the map or problems like that
223
+
// AdjustForHitbox adjusts both the visible map and the pathfinding map
sealed class DeepCut(BossModulemodule):Components.BaitAwayIcon(module,newAOEShapeCone(60,22.5f.Degrees()),(uint)IconID.DeepCut,(uint)AID.DeepCut,5f,tankbuster:true,damageType:AIHints.PredictedDamageType.Tankbuster);
4
+
sealed class DeepCut(BossModulemodule):Components.BaitAwayIcon(module,newAOEShapeCone(60f,22.5f.Degrees()),(uint)IconID.DeepCut,(uint)AID.DeepCut,5f,tankbuster:true,damageType:AIHints.PredictedDamageType.Tankbuster);
5
5
sealed class FullBeat(BossModulemodule):Components.StackWithCastTargets(module,(uint)AID.FullBeat,6f,8,8);
6
6
sealed class CelebrateGoodTimesDiscoInfernalLetsPose(BossModulemodule):Components.RaidwideCasts(module,[(uint)AID.CelebrateGoodTimes,(uint)AID.DiscoInfernal,
0 commit comments