spaceninjaserver / SpaceNinjaServer

A simple server for a small space ninja game
GNU General Public License v3.0
66 stars 35 forks source link

Purchased gear blueprints don't show up in foundry #308

Closed Sainan closed 2 months ago

Sainan commented 2 months ago

image image

OrdisPrime commented 2 months ago

does mastery rank matter?

Sainan commented 2 months ago

Just redirected this report from Discord. It seems the purchase of these items is not handled right now. They may have put it in the wrong array (e.g. MiscItems, instead of Recipes):

They have some very interesting paths, with 2 StoreItems:

OrdisPrime commented 2 months ago

Just redirected this report from Discord. It seems the purchase of these items is not handled right now. They may have put it in the wrong array (e.g. MiscItems, instead of Recipes):

They have some very interesting paths, with 2 StoreItems:

* `/Lotus/StoreItems/Types/StoreItems/Consumables/Restoratives/TeamAmmoTotemBlueprint`

* `/Lotus/StoreItems/Types/StoreItems/Consumables/Restoratives/TenTeamShieldTotemBlueprint`

yea it's saved to the wrong path.

determining shop item categories will be changed soon tm, that will fix this issue.