Skip to content

Commit

Permalink
botany slight rebalance (#9766)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmoGarbage404 authored Jul 20, 2022
1 parent 5881e31 commit 34bdb96
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 33 deletions.
24 changes: 12 additions & 12 deletions Resources/Prototypes/Catalog/Cargo/cargo_botany.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
category: Hydroponics
group: market

- type: cargoProduct
name: "Medicinal seeds crate"
id: HydroponicsSeedsMedicinal
description: "A wannabe chemist's dream! Contains many different medicinal seeds. Requires Hydroponics access to open."
icon:
sprite: Objects/Specific/Hydroponics/galaxythistle.rsi
state: seed
product: CrateHydroponicsSeedsMedicinal
cost: 1000
category: Hydroponics
group: market

- type: cargoProduct
name: "hydroponics crate"
id: HydroponicsTools
Expand All @@ -33,15 +45,3 @@
cost: 1000
category: Hydroponics
group: market

#- type: cargoProduct
# name: "hydroponics backpack crate"
# id: HydroponicsBackpack
# description: "Bring on the flood with this high-capacity backpack crate. Contains 500 units of life-giving H2O. Requires hydroponics access to open."
# icon:
# sprite:
# state:
# product:
# cost: 1000
# category: Hydroponics
# group: market
37 changes: 21 additions & 16 deletions Resources/Prototypes/Catalog/Fills/Crates/botany.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,27 @@
amount: 2
- id: FlyAmanitaSeeds
amount: 2
# - id: RainbowBunchSeeds
# amount: 2
# - id: StrangeSeeds
# amount: 2
# - id: BunchaOfMyceliumSeeds
# amount: 2
- id: PineappleSeeds
amount: 2

- type: entity
id: CrateHydroponicsSeedsMedicinal
name: medicinal seeds crate
parent: CrateHydroSecure
description: "The wannabe chemist's dream. The power of medicine is at your fingertips! Requires Hydroponics access to open."
components:
- type: StorageFill
contents:
- id: AloeSeeds
amount: 3
- id: AmbrosiaVulgarisSeeds
amount: 3
- id: GalaxythistleSeeds
amount: 3
- id: LingzhiSeeds
amount: 3
- id: PoppySeeds
amount: 3

- type: entity
id: CrateHydroponicsTools
Expand Down Expand Up @@ -62,26 +77,16 @@
contents:
- id: ChiliSeeds
amount: 1
# - id: CottonSeeds
# amount: 1
# - id: BerrySeeds
# amount: 1
- id: CornSeeds
amount: 1
- id: EggplantSeeds
amount: 1
- id: TomatoSeeds
amount: 1
# - id: SoybeanSeeds
# amount: 1
- id: WheatSeeds
amount: 1
# - id: RiceSeeds
# amount: 1
- id: CarrotSeeds
amount: 1
# - id: SunflowerSeeds
# amount: 1
- id: ChanterelleSeeds
amount: 1
- id: PotatoSeeds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
animationDuration: 1.3
spriteName: seeds
startingInventory:
AloeSeeds: 5
AmbrosiaVulgarisSeeds: 5
AloeSeeds: 3
AmbrosiaVulgarisSeeds: 3
AppleSeeds: 5
BananaSeeds: 5
CarrotSeeds: 5
ChanterelleSeeds: 5
ChiliSeeds: 5
CornSeeds: 5
EggplantSeeds: 5
GalaxythistleSeeds: 5
GalaxythistleSeeds: 3
# LemonSeeds: 5 No recipes
LingzhiSeeds: 5
LingzhiSeeds: 3
# OatSeeds: 5 No recipes
OnionSeeds: 5
PoppySeeds: 5
PoppySeeds: 3
PotatoSeeds: 5
SugarcaneSeeds: 5
TomatoSeeds: 5
Expand Down
9 changes: 9 additions & 0 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,15 @@

# Job Specific

- type: uplinkListing
id: uplinkGatfruitSeeds
category: Job
itemId: GatfruitSeeds
description: And who says guns don't grow on trees?
price: 4
jobWhitelist:
- Botanist

- type: uplinkListing
id: uplinkNecronomicon
category: Job
Expand Down

0 comments on commit 34bdb96

Please sign in to comment.