pub const NODE_BASE_COST: f64 = 50.0;Expand description
Base cost at distance 0 (before rarity and jitter). The origin lot is auto-owned so this never quotes a real purchase, but it anchors the ramp: cost(d) = NODE_COST_MULT * NODE_BASE_COST * NODE_COST_GROWTH^d * rarity_factor * jitter.