Block a user
Feature request: Handle
GoalTag
in Mission Report
mission report content
2025-06-17T16:31:19:039 [0.1.0] debug: mission report: {
crossPlaySetting: 'ENABLED',
rewardsMultiplier: 1,
GoalTag: 'Anniversary2025TacAlert',
ActiveBoost…
Feature request: Handle
GoalTag
in Mission Report
fix: syndicate initiation
const levelIncrease = data.SacrificeLevel - oldLevel;
for (let level = oldLevel + levelIncrease; level <= data.SacrificeLevel; ++level)
bro....
fix error when initialize calling syndicateSacrifice
nyaoouo
created branch Fix-syndicateSacrificeController-issue in nyaoouo/SpaceNinjaServer
2025-06-12 01:54:19 -07:00
nyaoouo
pushed to Fix-syndicateSacrificeController-issue at nyaoouo/SpaceNinjaServer
2025-06-12 01:54:19 -07:00
fix: handle multiple syndicate title increases at once
this impl broke SyndicateSacrifice initialze (from lv0 to lv0) (such as Cephalon Simaris) and never handle initialize reward
for (let level = oldLevel + 1; level <= data.SacrificeLevel;…
nyaoouo
deleted branch Handle-booser-in-addItem from nyaoouo/SpaceNinjaServer
2025-06-11 18:27:56 -07:00
nyaoouo
pushed to Impl-Nightwave-Standing-Multliplier-2 at nyaoouo/SpaceNinjaServer
2025-06-11 03:35:59 -07:00
Handle adding booster in addItem
- It's a 3 day booster: https://www.reddit.com/r/Warframe/comments/duqktj/comment/f77ozsn
- You didn't have to rewrite addBooster for this.
so each quantity cast as three days or hard…
Handle adding booster in addItem
- It's a 3 day booster: https://www.reddit.com/r/Warframe/comments/duqktj/comment/f77ozsn
- You didn't have to rewrite addBooster for this. I'm not sure anywhere might need to provide the…
Handle adding booster in addItem
nyaoouo
created branch Handle-booser-in-addItem in nyaoouo/SpaceNinjaServer
2025-06-11 00:41:59 -07:00