diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/cabbage.yml b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/cabbage.yml index 7b635159b9..2caaab49cf 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/cabbage.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/cabbage.yml @@ -21,4 +21,7 @@ entries: - id: CP14FoodCabbage amount: 6 - maxAmount: 8 \ No newline at end of file + maxAmount: 8 + - id: CP14SeedCabbage + amount: 1 + maxAmount: 2 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 e437f5ac39..1e1a94aabc 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/cotton.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/cotton.yml @@ -23,4 +23,7 @@ entries: - id: CP14Cotton amount: 4 - maxAmount: 6 \ No newline at end of file + maxAmount: 6 + - id: CP14SeedCotton + amount: 1 + maxAmount: 2 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 8cd68e0b90..cc5397f7d2 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/cucumber.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/cucumber.yml @@ -22,3 +22,6 @@ - id: CP14FoodCucumber amount: 4 maxAmount: 8 + - id: CP14SeedCucumber + amount: 0 + maxAmount: 2 diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/pepper.yml b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/pepper.yml index 3099c72665..2709e6ce64 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/pepper.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/pepper.yml @@ -24,3 +24,6 @@ - id: CP14FoodPepper amount: 4 maxAmount: 8 + - id: CP14SeedPepper + amount: 0 + maxAmount: 2 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 645f806220..b06cc36dba 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/pumpkin.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/pumpkin.yml @@ -22,3 +22,6 @@ - id: CP14FoodPumpkin amount: 4 maxAmount: 8 + - id: CP14SeedPumpkin + amount: 1 + maxAmount: 2 diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/sage.yml b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/sage.yml index 316332ff4e..883ec970ab 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/sage.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/sage.yml @@ -24,3 +24,6 @@ - id: CP14WildSage amount: 4 maxAmount: 8 + - id: CP14SeedSage + amount: 1 + maxAmount: 2 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 493b2e7173..8c54c15953 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/tomatoes.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/tomatoes.yml @@ -22,3 +22,6 @@ - id: CP14FoodTomatoes amount: 4 maxAmount: 8 + - id: CP14SeedTomato + amount: 0 + maxAmount: 2 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 18efb07abc..401070903e 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/wheat.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Flora/Gatherable/Farm/wheat.yml @@ -27,3 +27,6 @@ - id: CP14Wheat amount: 5 maxAmount: 8 + - id: CP14SeedWheat + amount: 1 + maxAmount: 2