balancing

This commit is contained in:
2026-04-28 22:43:11 +02:00
parent 1e6d838258
commit 58b7cda21c
4 changed files with 26 additions and 26 deletions

View File

@@ -4,21 +4,21 @@ available_from_start = true
[ship.schematic]
materials = [{item = "iron_ingot", amount = 3}, {item = "circuit_board", amount = 1}]
player_production_level = 3
player_production_level = 1
production_time_seconds = 10
[ship.threat]
cost_formula = "5 + 1*x"
cost_formula = "10"
[ship.health]
hp_formula = "40 + 5*x"
hp_formula = "4"
[ship.movement]
speed_formula = "200 + 5*x"
speed_formula = "4"
[ship.combat]
damage_formula = "10 + 2*x"
attack_range_formula = "150"
damage_formula = "1"
attack_range_formula = "10"
attack_rate_formula = "2.0"
[ship.loot]
@@ -35,7 +35,7 @@ player_production_level = 5
production_time_seconds = 20
[ship.threat]
cost_formula = "10 + 2*x"
cost_formula = "0"
[ship.health]
hp_formula = "120 + 15*x"