• Joined on 2025-02-01
Sainan created pull request OpenWF/SpaceNinjaServer#2605 2025-08-10 18:25:33 -07:00
feat: disruption rewards
Sainan created branch disruption-rewards in OpenWF/SpaceNinjaServer 2025-08-10 18:25:23 -07:00
Sainan pushed to disruption-rewards at OpenWF/SpaceNinjaServer 2025-08-10 18:25:23 -07:00
15f9a5f0a6 feat: disruption rewards
Sainan commented on issue OpenWF/SpaceNinjaServer#2599 2025-08-10 18:20:00 -07:00
Disruption using the wrong rotations

Just did 3-4-4 so A-B-C according to the matrix; it seems rewardTierOverrides is used to indicate this:

 RewardInfo: {
    node: 'SolNode87',
    rewardTier: 0,
    nightmareMode:…
Sainan closed issue OpenWF/SpaceNinjaServer#2571 2025-08-10 18:06:10 -07:00
Rewards obtained in Empyrean mode will require re-entering the game to update the inventory
Sainan commented on issue OpenWF/SpaceNinjaServer#2571 2025-08-10 18:04:18 -07:00
Rewards obtained in Empyrean mode will require re-entering the game to update the inventory

Well, based on the logs I can see, SNS basically responds in exactly the same way. I've further clarified the typings in #2604 but it should only have a minor impact on actual responses.

Sainan created pull request OpenWF/SpaceNinjaServer#2604 2025-08-10 17:39:19 -07:00
chore: improve structuring of mission response types
Sainan created branch mission-structure in OpenWF/SpaceNinjaServer 2025-08-10 17:39:11 -07:00
Sainan pushed to mission-structure at OpenWF/SpaceNinjaServer 2025-08-10 17:39:11 -07:00
b06a2b1644 chore: improve structuring of mission response types
Sainan created pull request OpenWF/SpaceNinjaServer#2603 2025-08-10 17:29:30 -07:00
chore: simplify syncing of challenge 'Completed' field
Sainan pushed to completed-simplify at OpenWF/SpaceNinjaServer 2025-08-10 17:29:22 -07:00
ed066a4ca0 chore: simplify syncing of challenge 'Completed' field
Sainan created branch completed-simplify in OpenWF/SpaceNinjaServer 2025-08-10 17:29:21 -07:00
Sainan commented on issue OpenWF/SpaceNinjaServer#2571 2025-08-10 17:23:48 -07:00
Rewards obtained in Empyrean mode will require re-entering the game to update the inventory

Are you sure this isn't also an issue on live?

Sainan commented on issue OpenWF/SpaceNinjaServer#2602 2025-08-10 17:05:18 -07:00
Railjack "Abandoned Caches" Reward

Alright, well, that sounds easy enough.

Sainan deleted branch update-zh-1 from qingchun/SpaceNinjaServer 2025-08-10 16:53:06 -07:00
Sainan pushed to main at OpenWF/SpaceNinjaServer 2025-08-10 16:53:05 -07:00
9129bdb5fc chore(webui): update zh (#2601)
Sainan merged pull request OpenWF/SpaceNinjaServer#2601 2025-08-10 16:53:04 -07:00
chore(webui): update zh
Sainan approved OpenWF/SpaceNinjaServer#2598 2025-08-10 16:52:51 -07:00
feat(goals): cetus events
Sainan commented on issue OpenWF/SpaceNinjaServer#2602 2025-08-10 16:51:43 -07:00
Railjack "Abandoned Caches" Reward

That table you're showing there seems to be /Lotus/Types/Game/MissionDecks/RailjackMissionRewards/CorpusRailjackDeepSpaceCacheRewards, but I don't quite understand how it correlates. Are we…