File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ private unsafe bool CanUseTo(IGameObject tar)
186
186
ActionID . AethericMimicryPvE ,
187
187
ActionID . EruptionPvE ,
188
188
ActionID . BishopAutoturretPvP ,
189
+ ActionID . FeatherRainPvE ,
189
190
} ;
190
191
191
192
private bool IsSpecialAbility ( uint iD )
Original file line number Diff line number Diff line change @@ -78,6 +78,11 @@ public enum BluAOESpell : byte
78
78
///
79
79
/// </summary>
80
80
ChocoMeteor ,
81
+
82
+ /// <summary>
83
+ ///
84
+ /// </summary>
85
+ FeatherRain ,
81
86
}
82
87
83
88
/// <summary>
@@ -511,6 +516,7 @@ static partial void ModifyPeculiarLightPvE(ref ActionSetting setting)
511
516
static partial void ModifyFeatherRainPvE ( ref ActionSetting setting )
512
517
{
513
518
setting . TargetStatusProvide = [ StatusID . Windburn_1723 ] ;
519
+ setting . IsFriendly = false ;
514
520
setting . CreateConfig = ( ) => new ActionConfig ( )
515
521
{
516
522
AoeCount = 1 ,
You can’t perform that action at this time.
0 commit comments