feat(items): add Poison Wing (12/240) and Poison Cape (12/241)

Basic wings via the simple CreateWing overload (base defense, class
restriction, CanFly; no options). Poison Wing=Dark Knight, Poison
Cape=Dark Lord+Rage Fighter. Update-plugin v98 + fresh-seed via
Wings.Initialize().
This commit is contained in:
Acentech Dev
2026-07-19 16:54:33 +03:00
parent fc9ba0e594
commit affa4bd73b
3 changed files with 73 additions and 0 deletions

View File

@@ -494,4 +494,9 @@ public enum UpdateVersion
/// The version of the <see cref="AddImportedMapsUpdateSeason6"/> (Acheron, Debenter, Uruk, Ferea).
/// </summary>
AddImportedMapsSeason6 = 97,
/// <summary>
/// The version of the <see cref="AddPoisonWingsUpdateSeason6"/> (Poison Wing 12/240, Poison Cape 12/241).
/// </summary>
AddPoisonWingsSeason6 = 98,
}