From 818c7f5aa6940456eb8ea5ea695966e02712b3a0 Mon Sep 17 00:00:00 2001 From: Ed Date: Wed, 30 Apr 2025 18:57:13 +0300 Subject: [PATCH] some hotgix --- .../Entities/Structures/Flora/Gatherable/Farm/cotton.yml | 2 +- .../_CP14/Entities/Structures/Flora/Gatherable/base.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/cotton.yml b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/cotton.yml index 85ceb87ee2..e437f5ac39 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/cotton.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/cotton.yml @@ -5,13 +5,13 @@ description: In a way, you're growing future clothes. components: - type: Sprite - offset: 0, 0.5 drawdepth: Mobs layers: - state: liq-1 map: ["enum.SolutionContainerLayers.Fill"] visible: false - state: grow-1 + offset: 0, 0.5 sprite: _CP14/Structures/Flora/Farm/cotton.rsi map: ["enum.PlantVisualLayers.Base"] - type: CP14PlantGatherable diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/base.yml b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/base.yml index b5ecca0cb9..20c4262922 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/base.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/base.yml @@ -154,7 +154,7 @@ - type: CP14PlantGrowing energyCost: 0.25 resourceCost: 0.25 - growthPerUpdate: 0.02 # 20 minute to full grow + growthPerUpdate: 0.12 # 20 minute to full grow - type: FireVisuals sprite: _CP14/Effects/fire.rsi normalState: full @@ -168,6 +168,6 @@ abstract: true components: - type: CP14PlantGrowing - growthPerUpdate: 0.12 + growthPerUpdate: 0.06 - type: CP14PlantGatherable deleteAfterHarvest: false \ No newline at end of file