implement cost formula for asteroid expansion

This commit is contained in:
2026-07-04 15:28:19 +02:00
parent fc622670d2
commit e8786c3922
17 changed files with 141 additions and 15 deletions

View File

@@ -19,9 +19,7 @@ enemy_buffer_width_tiles = 20
[expansion]
columns_per_expansion_tiles = 10
# Flat until the escalating cost formula lands (progression_design.md
# action item 4).
cost_building_blocks = 400
cost_building_blocks_formula = "300 + 50*x + 10*x*x"
[push]
push_expand_columns_tiles = 10