RPG Stats Resource-based stats, modifier stacks, and derived calculations define flexible character progression. Available Scripts base stats resource.gd Core data container for base attributes (Str, Dex, Int) and derived scaling rules. status effect data.gd Serialized data definition for buffs/debuffs (Additive, Multiplicative, Override). stats component reactive.gd Orchestrator for JIT (Just-In-Time) stat calculation with active modifier stacking. exp progression resource.gd Data-driven level-up curve definition using growth factors and base XP. dynamic stat label sync.gd Reactive UI hook f…