Saya's Vigil gives incorrect Scanner Item #942
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Should have given me 25 Scanner Charges, instead it gave me... a dummy Scanner market item, I guess? Don't have a log to give, as I have no idea where it could be.
Having just bought a pack from the market, it seems that it's only giving the wrong quantity, not the wrong item. Should have given 25, rather than 1.
The purchaseQuantity of this StoreItem is 25. The quests code would just need to reuse the logic we already have for StoreItem acquisition.
Is this from the quest message?
Then, according to the current data we use, the message rewards
"/Lotus/Types/Restoratives/Consumable/Scanner"
So, 1) it's not a storeitem, 2) no quantity provided for attachments compared to countedAtt(achments).
So, I guess it is handled correctly.
Well, it's supposed to give 25 according to the wiki, and I can't detect a data error. But, yeah, weird that they provide a non-StoreItem type?
Indeed, but as you correctly said, the store item gives 25, so I'll adapt to logic to give the store items instead.
All kind of "give item" operations should probably use store items anyways.
Lesson learned.
I just assumed, since there is even a countedAtt... that ... well..
I'll adapt to store items later