feat: Nights of Naberus #2817

Merged
Sainan merged 13 commits from Slayer55555/SpaceNinjaServer:main into main 2025-09-29 23:59:18 -07:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit e051ce2709 - Show all commits

View File

@ -34,11 +34,11 @@
"wolfHunt": false,
"orphixVenom": false,
"longShadow": false,
"naberusNightsOverride": null,
"hallowedFlame": false,
Slayer55555 marked this conversation as resolved Outdated

Should be moved below hallowedNightmaresRewardsOverride here and in typings for consistency with webui

Should be moved below hallowedNightmaresRewardsOverride here and in typings for consistency with webui
"anniversary": null,
"hallowedNightmares": false,
"hallowedNightmaresRewardsOverride": 0,
"naberusNightsOverride": null,
"proxyRebellion": false,
"proxyRebellionRewardsOverride": 0,
"galleonOfGhouls": 0,

View File

@ -44,11 +44,11 @@ export interface IConfig {
wolfHunt?: boolean;
orphixVenom?: boolean;
longShadow?: boolean;
naberusNightsOverride?: boolean;
hallowedFlame?: boolean;
anniversary?: number;
hallowedNightmares?: boolean;
hallowedNightmaresRewardsOverride?: number;
naberusNightsOverride?: boolean;
proxyRebellion?: boolean;
proxyRebellionRewardsOverride?: number;
galleonOfGhouls?: number;

View File

@ -1208,7 +1208,7 @@
</div>
</div>
<div class="form-group mt-2">
<label class="form-label" for="worldState.naberusNightsOverride" data-loc="worldState_naberusNightsOverride"></label>
<label class="form-label" for="worldState.naberusNightsOverride" data-loc="worldState_naberusNights"></label>
Slayer55555 marked this conversation as resolved Outdated

worldState_naberusNightsOverride is missing in translations

worldState_naberusNightsOverride is missing in translations
<select class="form-control" id="worldState.naberusNightsOverride" data-default="null">
<option value="null" data-loc="normal"></option>
<option value="true" data-loc="enabled"></option>