Add Warrior Wings & Cape (12/242-247)
Some checks failed
.NET Core / build (push) Has been cancelled
Some checks failed
.NET Core / build (push) Has been cancelled
Six high-tier imported wings, one per class line: Wizard (242, Soul Master), Magic (243, Duel Master), Elf (244, High Elf), Summoner (245, Dimension Master), Warrior Cape (246, Lord Emperor + Fist Master) and Knight (247, Blade Master). Each: base defense + defense-per-level, 3rd Wing Options, damage increase and fast flight. Applied via update v99 (AddWarriorWingsUpdateSeason6), reusing the shared "3rd Wing Options" option set to avoid Guid collisions. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -499,4 +499,9 @@ public enum UpdateVersion
|
||||
/// The version of the <see cref="AddPoisonWingsUpdateSeason6"/> (Poison Wing 12/240, Poison Cape 12/241).
|
||||
/// </summary>
|
||||
AddPoisonWingsSeason6 = 98,
|
||||
|
||||
/// <summary>
|
||||
/// The version of the <see cref="AddWarriorWingsUpdateSeason6"/> (Warrior Wings/Cape 12/242-247).
|
||||
/// </summary>
|
||||
AddWarriorWingsSeason6 = 99,
|
||||
}
|
||||
Reference in New Issue
Block a user