godot-economy-system
Installation
SKILL.md
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.