185 lines
3.5 KiB
YAML
185 lines
3.5 KiB
YAML
economy:
|
|
starting_balance: 0
|
|
deposit_coal: true
|
|
deposit_coal_blocks: true
|
|
|
|
government:
|
|
taxes:
|
|
market_sale_percent: 5.0
|
|
market_purchase_percent: 5.0
|
|
|
|
npc:
|
|
ai:
|
|
enabled: true
|
|
api_key: ""
|
|
model: "qwen/qwen3.5-flash-02-23"
|
|
timeout_ms: 4000
|
|
trader:
|
|
max_discount_percent: 15
|
|
max_surcharge_percent: 20
|
|
worker:
|
|
tick_interval_seconds: 20
|
|
produce_material: BREAD
|
|
produce_amount: 2
|
|
roles:
|
|
farmer:
|
|
output_material: WHEAT
|
|
output_amount: 4
|
|
baker:
|
|
output_material: BREAD
|
|
output_amount: 2
|
|
inputs:
|
|
WHEAT: 3
|
|
supply_chain:
|
|
max_transfer_per_tick: 64
|
|
source_reserve: 16
|
|
worker_output_reserve: 16
|
|
traders_accept_outputs: true
|
|
trader_restock_target: 256
|
|
|
|
claims:
|
|
resale:
|
|
min_condition_multiplier: 0.25
|
|
resource_values:
|
|
COBBLESTONE: 0.02
|
|
COAL: 1.0
|
|
COAL_BLOCK: 9.0
|
|
RAW_COPPER: 0.5
|
|
COPPER_INGOT: 1.0
|
|
RAW_IRON: 1.0
|
|
IRON_INGOT: 2.0
|
|
RAW_GOLD: 2.0
|
|
GOLD_INGOT: 4.0
|
|
DIAMOND: 32.0
|
|
EMERALD: 12.0
|
|
homestead:
|
|
base_cost: 32
|
|
cost_per_block: 0.05
|
|
max_radius: 45
|
|
first_claim:
|
|
free: true
|
|
max_radius: 12
|
|
industrial:
|
|
base_cost: 128
|
|
cost_per_block: 0.15
|
|
max_radius: 96
|
|
|
|
permits:
|
|
mining:
|
|
cost: 64
|
|
duration_hours: 72
|
|
|
|
divining_rod:
|
|
scan_radius: 4
|
|
scan_depth: 48
|
|
cooldown_seconds: 5
|
|
|
|
market:
|
|
treasury:
|
|
transaction_budget_percent: 25.0
|
|
dynamic:
|
|
initial_stock: 1024
|
|
target_stock: 1024
|
|
elasticity: 1.0
|
|
stock_floor_ratio: 0.05
|
|
min_multiplier: 0.35
|
|
max_multiplier: 3.0
|
|
sell_multiplier: 0.85
|
|
buy_multiplier: 1.15
|
|
flow_half_life_minutes: 180
|
|
flow_weight: 0.5
|
|
flow_min_multiplier: 0.70
|
|
flow_max_multiplier: 1.75
|
|
materials:
|
|
COBBLESTONE:
|
|
target_stock: 4096
|
|
elasticity: 1.0
|
|
min_multiplier: 0.20
|
|
max_multiplier: 10.0
|
|
flow_weight: 1.25
|
|
flow_min_multiplier: 0.50
|
|
flow_max_multiplier: 2.25
|
|
initial_stock:
|
|
WHEAT: 0
|
|
BREAD: 0
|
|
APPLE: 0
|
|
CARROT: 0
|
|
POTATO: 0
|
|
BAKED_POTATO: 0
|
|
BEETROOT: 0
|
|
MELON_SLICE: 0
|
|
SWEET_BERRIES: 0
|
|
GLOW_BERRIES: 0
|
|
COOKIE: 0
|
|
PUMPKIN_PIE: 0
|
|
COOKED_CHICKEN: 0
|
|
COOKED_PORKCHOP: 0
|
|
COOKED_BEEF: 0
|
|
COOKED_MUTTON: 0
|
|
COOKED_RABBIT: 0
|
|
COOKED_COD: 0
|
|
prices:
|
|
DIRT: 0.01
|
|
COBBLESTONE: 0.02
|
|
SAND: 0.05
|
|
GRAVEL: 0.04
|
|
OAK_LOG: 0.25
|
|
SPRUCE_LOG: 0.25
|
|
BIRCH_LOG: 0.25
|
|
TORCH: 0.10
|
|
COAL: 1.0
|
|
COAL_BLOCK: 9.0
|
|
RAW_COPPER: 0.5
|
|
COPPER_INGOT: 1.0
|
|
RAW_IRON: 1.0
|
|
IRON_INGOT: 2.0
|
|
RAW_GOLD: 2.0
|
|
GOLD_INGOT: 4.0
|
|
DIAMOND: 32.0
|
|
EMERALD: 12.0
|
|
WHEAT: 0.35
|
|
BREAD: 1.25
|
|
APPLE: 0.75
|
|
CARROT: 0.25
|
|
POTATO: 0.20
|
|
BAKED_POTATO: 0.45
|
|
BEETROOT: 0.20
|
|
MELON_SLICE: 0.15
|
|
SWEET_BERRIES: 0.20
|
|
GLOW_BERRIES: 0.35
|
|
COOKIE: 0.25
|
|
PUMPKIN_PIE: 1.0
|
|
COOKED_CHICKEN: 1.25
|
|
COOKED_PORKCHOP: 1.5
|
|
COOKED_BEEF: 1.75
|
|
COOKED_MUTTON: 1.5
|
|
COOKED_RABBIT: 1.25
|
|
COOKED_COD: 1.0
|
|
|
|
land:
|
|
default_land_class: FREEHOLD
|
|
deny_mining_in_government: true
|
|
deny_mining_in_protected_preserve: true
|
|
deny_mining_in_border_zone: true
|
|
|
|
spawn:
|
|
protection_radius: 32
|
|
guide:
|
|
create_government_region: true
|
|
lines:
|
|
- "COALGOV BASIN"
|
|
- "Free first"
|
|
- "homestead:"
|
|
- "/claim buy"
|
|
- "Use /claim wand"
|
|
- "for polygons"
|
|
- "Coal seams:"
|
|
- "redwood ridges"
|
|
- "Permits:"
|
|
- "/permit buy"
|
|
- "mining <region>"
|
|
- "/market trades"
|
|
|
|
messages:
|
|
prefix: "&8[&6CoalGov&8]&r "
|