tModLoader
Stockable Shops
7件中 1-7 を表示
更新: 2024年6月19日 @ 12時08分

- Removed buyOnce flag from sold items, fixed extremely low prices

更新: 2024年6月18日 @ 16時05分

- Removed price boosting code, will need to be accounted for in other mods

更新: 2024年3月16日 @ 8時39分

- Added more docs
- Fixed price issues
- Fixed default condition being invalid
- Fixed sold items not being marked as "in shop"

更新: 2024年1月2日 @ 21時43分

- Hopefully fixed performance bottleneck by replacing ModContent.GetContent iteration with the iteration of a manually maintained internal list
- Added more XML documentation
- Internalized some superfluous classes
- Slightly optimized what StockedVendorNPC applies to

更新: 2024年1月1日 @ 12時16分

- Removed testing merchant stock
- Updated API for how restocking works:
Now, StockedShop::SetupStock is explicitly called once, like ModNPC::ModifyNPCLoot.
StockedShop::RestockShop is now called every restock, including the first one.
- Added ShopItem::FromModItem methods for easier ShopItem creation.
- Fixed inaccurate XML doc on ShopItem.

更新: 2023年12月30日 @ 12時35分

Version 1.0.0.1 has been published to Stable tModLoader v2023.10

- Removed .dll from mod folder to fix debug issues
- Added report announcement in-game
- Added link to Verdant discord for complaints
- Enabled the example Merchant Stock for testing purposes, this will not persist past this initial testing version

更新: 2023年12月27日 @ 11時35分

Version 1.0 has been published to Stable tModLoader v2023.10