Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Решение энергетического кризиса станций #292

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Content.Server/Solar/Components/SolarPanelComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public sealed partial class SolarPanelComponent : Component
/// Maximum supply output by this panel (coverage = 1)
/// </summary>
[DataField("maxSupply")]
public int MaxSupply = 750;
public int MaxSupply = 1875; ///ADT_Tweak

/// <summary>
/// Current coverage of this panel (from 0 to 1).
Expand Down
20 changes: 20 additions & 0 deletions Resources/Prototypes/ADT/Catalog/Cargo/cargo_engineering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,23 @@
cost: 800
category: cargoproduct-category-name-engineering
group: market

- 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
PyotrIgn marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion Resources/Prototypes/Catalog/Fills/Crates/engines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- type: StorageFill
contents:
- id: AmePartFlatpack
amount: 9
amount: 12 #ADT_Tweaks

- type: entity
id: CrateEngineeringAMEJar
Expand Down
Loading