feat: bounty item reward #1595

Merged
OrdisPrime merged 3 commits from AMelonInsideLemon/SpaceNinjaServer:bounty-mission-rewards into main 2025-04-13 05:51:03 -07:00
Contributor

Re #388
same as before I think this only missing Field Bounties and Arcana Isolation Vault

Re #388 same as before I think this only missing `Field Bounties` and `Arcana Isolation Vault`
AMelonInsideLemon added 1 commit 2025-04-12 12:44:43 -07:00
feat: bounty item reward
Some checks failed
Build / build (pull_request) Failing after 1m14s
c13be616b1
Re #388
same as before I think this only missing `Field Bounties` and `Arcana Isolation Vault`
AMelonInsideLemon added 1 commit 2025-04-12 12:48:41 -07:00
Update missionInventoryUpdateService.ts
All checks were successful
Build / build (pull_request) Successful in 1m24s
4d337074cb
Sainan reviewed 2025-04-12 12:55:30 -07:00
@ -934,0 +1058,4 @@
const tierSuffix = tierSuffixes[syndicateTag][tier];
if (rewardTable && tierSuffix) {
rewardManifests = [rewardTable + tierSuffix];
Owner

The compression here is a bit needless and just complicates the code. I'd say just expand the string literals.

The compression here is a bit needless and just complicates the code. I'd say just expand the string literals.
Sainan marked this conversation as resolved
Owner

Shouldn't this be all bounty rewards now, so closes the issue?

Shouldn't this be all bounty rewards now, so closes the issue?
Author
Contributor

I think cetus tent(and other sources of that "virtual" bounties) reward's doesn't works, and that acrane iso vault from deimos too

I think cetus tent(and other sources of that "virtual" bounties) reward's doesn't works, and that acrane iso vault from deimos too
AMelonInsideLemon added 1 commit 2025-04-12 14:31:48 -07:00
Update missionInventoryUpdateService.ts
All checks were successful
Build / build (pull_request) Successful in 41s
3a20c1c800
Sainan approved these changes 2025-04-12 14:33:49 -07:00
OrdisPrime merged commit b429eed46c into main 2025-04-13 05:51:03 -07:00
Sign in to join this conversation.
No description provided.