ржомба отменяется

This commit is contained in:
Vigers Ray 2025-08-14 13:06:37 +03:00
parent 48e088ea94
commit edf6996c5b
3 changed files with 4 additions and 4 deletions

View file

@ -33,12 +33,12 @@ public sealed partial class PrinterDocComponent : Component
/// Начальные материалы принтера - бумага
/// </summary>
[DataField]
public int InitialPaperAmount = 999999999;
public int InitialPaperAmount = 3000;
/// <summary>
/// Начальные материалы принтера - чернила
/// </summary>
[DataField]
public int InitialInkAmount = 999999999;
public int InitialInkAmount = 30;
/// <summary>
/// Очередь заданий на печать или копирование

View file

@ -7,5 +7,5 @@
public sealed partial class PlayerCountDependentStockComponent : Component
{
[DataField("coefficient")]
public float Coefficient = 1000f;
public float Coefficient = 1f;
}

View file

@ -48,7 +48,7 @@
- type: SolutionContainerManager
solutions:
inc:
maxVol: 999999999
maxVol: 250
- type: Spillable