New crop: Cotton (#21536)

* Add cotton plant

* Adddescription and tag to cotton bal allow moth eat it

* Fix typo. Add cotton seed into MegaSeed

* Fix typo

* Fix typo

* Fix cottonbol component typo

* Fix the amount of cotton that bol gives

* Adding correct component to make cotton bol edible

* Change cotton bol parent to see if it is edible

* Adding flavor to cotton bol, and fix typo

* Replace image

* fixing plant image position

* Increase the Megaseed restock crate price to avoid money farming loop hole
This commit is contained in:
DoubleRiceEddiedd
2023-11-09 09:54:07 +08:00
committed by GitHub
parent cb1e79928e
commit 2ef29fb222
15 changed files with 99 additions and 1 deletions

View File

@@ -1636,3 +1636,31 @@
- type: Tag
tags:
- Fruit
- type: entity
name: cotton bol
description: Moth people's favorite snack, and just as fluffy as them.
id: CottonBol
parent: FoodProduceBase
components:
- type: Sprite
sprite: Objects/Specific/Hydroponics/cotton.rsi
- type: FlavorProfile
flavors:
- cotton
- type: Food
requiresSpecialDigestion: true
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Fiber
Quantity: 10
- type: Log
spawnedPrototype: MaterialCotton1
spawnCount: 2
- type: Produce
seedId: cotton
- type: Tag
tags:
- ClothMade

View File

@@ -519,3 +519,13 @@
seedId: pumpkin
- type: Sprite
sprite: Objects/Specific/Hydroponics/pumpkin.rsi
- type: entity
parent: SeedBase
name: packet of cotton seeds
id: CottonSeeds
components:
- type: Seed
seedId: cotton
- type: Sprite
sprite: Objects/Specific/Hydroponics/cotton.rsi