Economy System Expert guidance for designing balanced game economies with currency, shops, and loot. Available Scripts currency resource.gd Specialized data container for defining distinct denominations (Gold, Gems, XP) with UI metadata. wallet manager singleton.gd Centralized AutoLoad orchestrator for managing balances and processing secure transactions. shop item data.gd Resource-based definition for purchasables, including pricing, currency types, and stock limits. shop system logic.gd Decoupled logic for handling buy/sell exchanges between the Wallet and Inventory systems. dynamic price m…