返回提交历史
Modified
config-vanilla.json
+1
-0
Modified
src/constants/gameToBuildVersion.ts
+4
-0
Added
src/constants/varzia.ts
+1018
-0
Modified
src/controllers/custom/getItemListsController.ts
+4
-4
Modified
src/services/configService.ts
+1
-0
Modified
src/services/configWatcherService.ts
+2
-2
Modified
src/services/purchaseService.ts
+3
-3
Modified
src/services/worldStateService.ts
+66
-45
Modified
src/types/worldStateTypes.ts
+1
-0
Deleted
static/fixed_responses/worldState/varzia.json
+0
-1392
Modified
static/webui/index.html
+4
-0
Modified
static/webui/translations/de.js
+1
-0
Modified
static/webui/translations/en.js
+1
-0
Modified
static/webui/translations/es.js
+1
-0
Modified
static/webui/translations/fr.js
+1
-0
Modified
static/webui/translations/ru.js
+1
-0
Modified
static/webui/translations/uk.js
+1
-0
Modified
static/webui/translations/zh.js
+1
-0
XFEstudio/XFESpaceNinjaServer
feat: make Varzia offerings depend on buildLabel (#3173)
To avoid displaying offerings without the corresponding packs in client. Adds `Wisp Hildryn` dual pack as option. Adds `Vanguard Relics` toggle. Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3173 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
1a64d02d
代码差异
18 个文件
+1111
-1446