add worldSate Event #2548

Closed
BanLanGen wants to merge 14 commits from (deleted):main into main
First-time contributor

add worldState Event in game but some event has bug cant play like RecurringGhoul HeatFissures server not give Correct response

add worldState Event in game but some event has bug cant play like RecurringGhoul HeatFissures server not give Correct response
BanLanGen added 9 commits 2025-07-25 08:29:54 -07:00
Owner

The baro stuff is just excessive. We already have a cheat for giving him his full stock.

The baro stuff is just excessive. We already have a cheat for giving him his full stock.
BanLanGen changed title from WIP: add worldSate Event to add worldSate Event 2025-07-25 22:16:56 -07:00
BanLanGen changed title from add worldSate Event to WIP: add worldSate Event 2025-07-25 22:17:50 -07:00
BanLanGen added 1 commit 2025-07-25 22:19:06 -07:00
上传文件至 static/fixed_responses/worldState
Some checks failed
Build / build (pull_request) Failing after 34s
862367a62f
BanLanGen added 1 commit 2025-07-25 22:23:11 -07:00
更新 config.json.example
Some checks failed
Build / build (pull_request) Failing after 35s
c44020832e
BanLanGen added 1 commit 2025-07-25 22:23:56 -07:00
上传文件至 src/services
Some checks failed
Build / build (pull_request) Failing after 39s
c624463569
BanLanGen added 1 commit 2025-07-25 22:24:46 -07:00
上传文件至 static/webui
Some checks failed
Build / build (pull_request) Failing after 27s
ab91d6f633
BanLanGen added 1 commit 2025-07-25 22:25:10 -07:00
上传文件至 static/webui/translations
Some checks failed
Build / build (pull_request) Failing after 32s
5581f92a30
BanLanGen changed title from WIP: add worldSate Event to add worldSate Event 2025-07-25 22:25:56 -07:00
Author
First-time contributor

now BaroTenno add to worldStatePanel likes other event
update baro.json

now BaroTenno add to worldStatePanel likes other event update baro.json
AMelonInsideLemon reviewed 2025-07-25 22:31:38 -07:00
@ -239,7 +239,13 @@ dict = {
worldState_affinityBoost: `经验加成`,
worldState_resourceBoost: `资源加成`,
worldState_starDays: `活动:星日`,
worldState_TennoCon: `TennoCon中继站`,
Contributor

where is English translations?

where is English translations?
AMelonInsideLemon reviewed 2025-07-25 22:32:44 -07:00
@ -53,0 +55,4 @@
HealthPct?: number;
Regions?: number[];
OptionalInMission?: boolean;
UpgradeIds?: { $oid: string }[];
Contributor

we have IOid for that

we have `IOid` for that
AMelonInsideLemon reviewed 2025-07-25 22:36:44 -07:00
@ -53,0 +62,4 @@
credits: number;
xp: number;
items: string[];
countedItems: never[];
Contributor

countedItems?: ITypeCount[];

`countedItems?: ITypeCount[];`
AMelonInsideLemon reviewed 2025-07-25 22:42:04 -07:00
@ -53,0 +85,4 @@
icon: string;
requiredItems: string[];
consumeRequiredItems: boolean;
missionReward: { randomizedItems: string };
Contributor

missionReward has the same structure as the objects in InterimRewards

`missionReward` has the same structure as the objects in `InterimRewards`
AMelonInsideLemon reviewed 2025-07-25 22:42:48 -07:00
@ -53,0 +89,4 @@
vipAgent: string;
leadersAlwaysAllowed: boolean;
goalTag: string;
levelAuras: never[];
Contributor

levelAuras: string[];

`levelAuras: string[];`
AMelonInsideLemon reviewed 2025-07-25 22:46:20 -07:00
@ -53,0 +109,4 @@
ItemType?: string;
JobAffiliationTag?: string;
JobCurrentVersion?: { $oid: string };
Jobs?: {
Contributor

Jobs and PreviousJobs here follows the same structure as Jobs in ISyndicateMissionInfo

`Jobs` and `PreviousJobs` here follows the same structure as `Jobs` in `ISyndicateMissionInfo`
BanLanGen closed this pull request 2025-07-26 04:44:11 -07:00
Some checks failed
Build / build (pull_request) Failing after 32s

Pull request closed

Sign in to join this conversation.
No description provided.