diff --git a/Resources/Prototypes/_CP14/Catalog/Cargo/crates.yml b/Resources/Prototypes/_CP14/Catalog/Cargo/crates.yml index c5f3d5bab1..f0f520789b 100644 --- a/Resources/Prototypes/_CP14/Catalog/Cargo/crates.yml +++ b/Resources/Prototypes/_CP14/Catalog/Cargo/crates.yml @@ -158,4 +158,4 @@ - type: StorageFill contents: - id: CP14FoodCheeseWheel - amount: 5 \ No newline at end of file + amount: 5 diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Specific/Farming/seeds.yml b/Resources/Prototypes/_CP14/Entities/Objects/Specific/Farming/seeds.yml index 6be3baede0..d8a6a9b80a 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Specific/Farming/seeds.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Specific/Farming/seeds.yml @@ -72,4 +72,4 @@ - state: bag - state: tomato - type: CP14Seed - plantProto: CP14PlantTomatoes \ No newline at end of file + plantProto: CP14PlantTomatoes diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/cucumber.yml b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/cucumber.yml index 9b3de579a6..00e48f8918 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/cucumber.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/cucumber.yml @@ -65,5 +65,5 @@ id: CP14GatherCucumber entries: - id: CP14FoodCucumber - amount: 2 - maxAmount: 3 \ No newline at end of file + amount: 3 + maxAmount: 5 diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/potato.yml b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/potato.yml index e2fa235ac4..a893392bbb 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/potato.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/potato.yml @@ -65,5 +65,5 @@ id: CP14GatherPotato entries: - id: CP14FoodPotato - amount: 2 - maxAmount: 4 \ No newline at end of file + amount: 3 + maxAmount: 5 diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/pumpkin.yml b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/pumpkin.yml index c7f232ecda..70999a040a 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/pumpkin.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/pumpkin.yml @@ -65,5 +65,5 @@ id: CP14GatherPumpkin entries: - id: CP14FoodPumpkin - amount: 1 - maxAmount: 2 \ No newline at end of file + amount: 2 + maxAmount: 3 diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/tomatoes.yml b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/tomatoes.yml index 536d3cdaa5..81a15f2f55 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/tomatoes.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/tomatoes.yml @@ -65,5 +65,5 @@ id: CP14GatherTomatoes entries: - id: CP14FoodTomatoes - amount: 1 - maxAmount: 3 \ No newline at end of file + amount: 3 + maxAmount: 5 diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/wheat.yml b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/wheat.yml index 0708165f95..09a3dcd4d6 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/wheat.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/wheat.yml @@ -69,5 +69,5 @@ id: CP14GatherWheat entries: - id: CP14Wheat - amount: 2 - maxAmount: 4 \ No newline at end of file + amount: 3 + maxAmount: 5 diff --git a/Resources/Prototypes/_CP14/Recipes/Workbench/cooking_table.yml b/Resources/Prototypes/_CP14/Recipes/Workbench/cooking_table.yml index 73f4197095..9bb8aa1cdb 100644 --- a/Resources/Prototypes/_CP14/Recipes/Workbench/cooking_table.yml +++ b/Resources/Prototypes/_CP14/Recipes/Workbench/cooking_table.yml @@ -65,4 +65,12 @@ craftTime: 1 entities: CP14FoodTomatoesSlice: 1 - result: CP14SeedTomato \ No newline at end of file + result: CP14SeedTomato + +- type: CP14Recipe + id: CP14SeedCabbage + tag: CP14RecipeCooking + craftTime: 1 + entities: + CP14FoodCabbageSlice: 1 + result: CP14SeedCabbage