feat: all server-side metamorphosis levels #716

Merged
Sainan merged 4 commits from helminth-xp into main 2025-01-04 22:16:48 -08:00
Showing only changes of commit d372141b06 - Show all commits

View File

@ -299,7 +299,7 @@ const addInfestedFoundryXP = (infestedFoundry: IInfestedFoundry, delta: number):
if (prevXP < 60750_00 && infestedFoundry.XP >= 60750_00) { if (prevXP < 60750_00 && infestedFoundry.XP >= 60750_00) {
recipeChanges.push({ ItemType: "/Lotus/Types/Recipes/AbilityOverrides/HelminthStatusBlueprint", ItemCount: 1 }); recipeChanges.push({ ItemType: "/Lotus/Types/Recipes/AbilityOverrides/HelminthStatusBlueprint", ItemCount: 1 });
} }
if (prevXP < 73125_00 && infestedFoundry.XP >= 73125) { if (prevXP < 73125_00 && infestedFoundry.XP >= 73125_00) {
infestedFoundry.Slots = 1; infestedFoundry.Slots = 1;
} }
if (prevXP < 86625_00 && infestedFoundry.XP >= 86625_00) { if (prevXP < 86625_00 && infestedFoundry.XP >= 86625_00) {