botany slight rebalance (#9766)
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
animationDuration: 1.3
|
||||
spriteName: seeds
|
||||
startingInventory:
|
||||
AloeSeeds: 5
|
||||
AmbrosiaVulgarisSeeds: 5
|
||||
AloeSeeds: 3
|
||||
AmbrosiaVulgarisSeeds: 3
|
||||
AppleSeeds: 5
|
||||
BananaSeeds: 5
|
||||
CarrotSeeds: 5
|
||||
@@ -13,12 +13,12 @@
|
||||
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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user