Преглед на файлове

roi: fix WS 0.1 → 0.05

raylu преди 1 седмица
родител
ревизия
4fcbe08f79
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      roi.py

+ 1 - 1
roi.py

@@ -110,7 +110,7 @@ def building_daily_cost(building: Building, prices: typing.Mapping[str, Price])
 		'settlers': [('DW', 5), ('RAT', 6), ('KOM', 1), ('EXO', 0.5), ('REP', 0.2), ('PT', 0.5)],
 		'technicians': [('DW', 7.5), ('RAT', 7), ('ALE', 1), ('MED', 0.5), ('SC', 0.1), ('HMS', 0.5), ('SCN', 0.1)],
 		'engineers': [('DW', 10), ('MED', 0.5), ('GIN', 1), ('FIM', 7), ('VG', 0.2), ('HSS', 0.2), ('PDA', 0.1)],
-		'scientists': [('DW', 10), ('MED', 0.5), ('WIN', 1), ('MEA', 7), ('NST', 0.1), ('LC', 0.2), ('WS', 0.1)],
+		'scientists': [('DW', 10), ('MED', 0.5), ('WIN', 1), ('MEA', 7), ('NST', 0.1), ('LC', 0.2), ('WS', 0.05)],
 	}
 	cost = 0
 	for worker, mats in consumption.items():