Skip to content

Commit

Permalink
add Fujinami k2 aaci
Browse files Browse the repository at this point in the history
  • Loading branch information
myangelkamikaze committed Dec 6, 2024
1 parent 8186f0c commit 697aaae
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
20 changes: 20 additions & 0 deletions ElectronicObserverTypes/AntiAir/AntiAirCutIn.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public record AntiAirCutIn
36,
27,
45,
49,
19,
21,
29,
Expand Down Expand Up @@ -1169,6 +1170,25 @@ public record AntiAirCutIn
},
],
},
new()
{
Id = 49,
FixedBonus = 5,
VariableBonus = 1.5,
Rate = null,
Conditions =
[
new()
{
Ships =
[
ShipId.FujinamiKaiNi,
],
HighAngleDirector = 2,
Radar4AaOrMore = 1,
},
],
},
];

public static IEnumerable<AntiAirCutIn> AllCutIns => CutIns
Expand Down
4 changes: 3 additions & 1 deletion ElectronicObserverTypes/ShipId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,7 @@ public enum ShipId
Asahi = 953,
HarunaKaiNiC = 954,
KiyoshimoKaiNi = 955,
HayashimoKaiNi = 956,
GeneralBelgrano = 957,
AsahiKai = 958,
MiyukiKaiNi = 959,
Expand All @@ -791,5 +792,6 @@ public enum ShipId
I36Kai = 976,
I41Kai = 977,
InagiKaiNi = 979,
ColoradoKai = 1496
FujinamiKaiNi = 981,
ColoradoKai = 1496,
}

0 comments on commit 697aaae

Please sign in to comment.