Programming Game
- Game
- Resources
- Docs
New storage mechanics added
July 21, 2025 - v0.1.14
An additional storage mechanic has been added to the game. Store items with bankers to prevent loss on death, but ensure you store enough coin or the bank will reposses your storage.
Features
- Added
banker
boolean field to npcs. - Added a second inventory
storage
to players that persists through death.- You can
deposit
orwithdraw
from storage by interacting with a banker. - Storage costs 10c per kg stored per hour, and deducts directly from copper coins in storage.
- You can
Bug Fixes
- Fixed an issue where completing a quest didn't clear its state server side.
- Fixed an issue with the Twitch Bot replying to my own posts w/ discord links.
- Fixed an issue with server failing to restore from partially uploaded game states.