Balancing

This commit is contained in:
Dan 2026-01-28 20:18:44 +00:00
parent 90d6c5c926
commit 22d7326565
6 changed files with 116 additions and 105 deletions

View file

@ -13,7 +13,7 @@ var wood_color: Color = Color(0.95, 0.6, 0.35) # Light pumpkin orange (autumn le
var stock_color: Color = Color(0.6, 0.75, 0.95) # Light periwinkle blue (clear autumn sky)
# GAMEPLAY VALUES
var target_currency: float = 1000
var target_currency: float = 1000000
var base_sale_price: float = 30
var base_wood_respawn: float = 5 # seconds
var wood_per_click: float = 5
@ -22,8 +22,11 @@ var base_purchase_rate: float = 1
var wholesale_unlock_id: int = 5
var wholesale_bundle_size: int = 100
var wholesale_discount_multiplier: float = 1.2
var wholesale_discount_multiplier: float = 0.8
var multicraft_unlock_id: int = 6
var autowood_unlock_id: int = 7
var premium_crafts_unlock_id: int = 8
var reputation_unlock_id: int = 9