-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Решение энергетического кризиса станций (#292)
Решение энергокризиса на станции В ящике компонентов дам 12 штук вместо 9 - можно запустить двухядерник Соляры вырабатывают в 2.5 раза больше - теперь они значимый источник электроэнергии Добавлена возможность покупки компонентов ДАМ и контроллера ДАМ :cl: - add: Добавлена покупка компонентов ДАМ и контроллера ДАМ в карго - tweak: Количество компонентов ДАМ в одном ящике увеличено до 12 вместо 9 - tweak: Выработка солнечных батарей увеличена в 2.5 раза
- Loading branch information
Showing
3 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
- type: cargoProduct | ||
id: EngineeringAMEShielding | ||
icon: | ||
sprite: Objects/Devices/flatpack.rsi | ||
state: ame-part | ||
product: CrateEngineeringAMEShielding | ||
cost: 7500 | ||
category: cargoproduct-category-name-engineering | ||
group: market | ||
|
||
- type: cargoProduct | ||
id: EngineeringAMEControl | ||
icon: | ||
sprite: Structures/Power/Generation/ame.rsi | ||
state: control | ||
product: CrateEngineeringAMEControl | ||
cost: 2500 | ||
category: cargoproduct-category-name-engineering | ||
group: market |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters