Laughin' Peas (#25089)
* laughter * make clownmobs bleed laughter * laughin syrup and laughter recipe * add laughin peas
This commit is contained in:
@@ -2222,6 +2222,9 @@
|
||||
collection: FootstepClownFast
|
||||
- type: Speech
|
||||
speechVerb: Cluwne
|
||||
- type: Bloodstream
|
||||
bloodMaxVolume: 150
|
||||
bloodReagent: Laughter
|
||||
|
||||
- type: entity
|
||||
name: possum
|
||||
|
||||
@@ -112,6 +112,9 @@
|
||||
Radiation: 10
|
||||
- type: Input
|
||||
context: "human"
|
||||
- type: Bloodstream
|
||||
bloodMaxVolume: 300
|
||||
bloodReagent: Laughter
|
||||
|
||||
- type: entity
|
||||
name: behonker
|
||||
|
||||
@@ -95,6 +95,36 @@
|
||||
- type: Produce
|
||||
seedId: sugarcane
|
||||
|
||||
- type: entity
|
||||
parent: FoodProduceBase
|
||||
id: FoodLaughinPeaPod
|
||||
name: laughin' pea pod
|
||||
description: The clown's favorite plant.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- peas
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 7
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 3
|
||||
- ReagentId: Sugar
|
||||
Quantity: 2
|
||||
- ReagentId: Laughter
|
||||
Quantity: 2
|
||||
- type: Extractable
|
||||
juiceSolution:
|
||||
reagents:
|
||||
- ReagentId: LaughinSyrup
|
||||
Quantity: 5
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/laughin_pea.rsi
|
||||
- type: Produce
|
||||
seedId: laughinPea
|
||||
|
||||
- type: entity
|
||||
name: tower-cap log
|
||||
description: It's better than bad, it's good!
|
||||
|
||||
@@ -82,6 +82,17 @@
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/garlic.rsi
|
||||
|
||||
- type: entity
|
||||
parent: SeedBase
|
||||
id: LaughinPeaSeeds
|
||||
name: packet of laughin' pea pods
|
||||
description: "These seeds give off a very soft purple glow.. they should grow into Laughin' Peas."
|
||||
components:
|
||||
- type: Seed
|
||||
seedId: laughinPea
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/laughin_pea.rsi
|
||||
|
||||
- type: entity
|
||||
parent: SeedBase
|
||||
name: packet of lemon seeds
|
||||
|
||||
@@ -136,6 +136,39 @@
|
||||
Max: 4
|
||||
PotencyDivisor: 25
|
||||
|
||||
- type: seed
|
||||
id: laughinPea
|
||||
name: seeds-laughin-pea-name
|
||||
noun: seeds-noun-seeds
|
||||
displayName: seeds-laughin-pea-display-name
|
||||
plantRsi: Objects/Specific/Hydroponics/laughin_pea.rsi
|
||||
packetPrototype: LaughinPeaSeeds
|
||||
productPrototypes:
|
||||
- FoodLaughinPeaPod
|
||||
lifespan: 25
|
||||
growthStages: 3
|
||||
maturation: 8
|
||||
production: 6
|
||||
yield: 3
|
||||
potency: 25
|
||||
idealLight: 8
|
||||
harvestRepeat: Repeat
|
||||
nutrientConsumption: 0.6
|
||||
waterConsumption: 0.6
|
||||
chemicals:
|
||||
Nutriment:
|
||||
Min: 1
|
||||
Max: 3
|
||||
PotencyDivisor: 33
|
||||
Sugar:
|
||||
Min: 1
|
||||
Max: 5
|
||||
PotencyDivisor: 50
|
||||
Laughter:
|
||||
Min: 1
|
||||
Max: 5
|
||||
PotencyDivisor: 50
|
||||
|
||||
- type: seed
|
||||
id: lemon
|
||||
name: seeds-lemon-name
|
||||
@@ -1344,6 +1377,8 @@
|
||||
packetPrototype: PeaSeeds
|
||||
productPrototypes:
|
||||
- FoodPeaPod
|
||||
mutationPrototypes:
|
||||
- laughinPea
|
||||
lifespan: 25
|
||||
growthStages: 3
|
||||
maturation: 8
|
||||
|
||||
@@ -77,6 +77,16 @@
|
||||
color: "#fba399"
|
||||
recognizable: true
|
||||
|
||||
- type: reagent
|
||||
id: LaughinSyrup
|
||||
name: reagent-name-laughin-syrup
|
||||
group: Foods
|
||||
desc: reagent-desc-laughin-syrup
|
||||
physicalDesc: reagent-physical-desc-funny
|
||||
flavor: sweet
|
||||
color: "#803280"
|
||||
recognizable: true
|
||||
|
||||
- type: reagent
|
||||
id: Mayo
|
||||
name: reagent-name-mayo
|
||||
|
||||
@@ -298,3 +298,24 @@
|
||||
messages: [ "fresium-effect-frozen"]
|
||||
probability: 0.4
|
||||
|
||||
- type: reagent
|
||||
id: Laughter
|
||||
name: reagent-name-laughter
|
||||
group: Special
|
||||
desc: reagent-desc-laughter
|
||||
physicalDesc: reagent-physical-desc-funny
|
||||
flavor: funny
|
||||
color: "#FF4DD2"
|
||||
slippery: true #clown juice gotta slip
|
||||
metabolisms:
|
||||
Medicine:
|
||||
effects:
|
||||
- !type:Emote
|
||||
emote: Laugh
|
||||
probability: 0.3
|
||||
- !type:PopupMessage
|
||||
type: Local
|
||||
visualType: Large
|
||||
messages: [ "laughter-effect-control-laughter" ]
|
||||
probability: 0.2
|
||||
|
||||
|
||||
@@ -161,3 +161,13 @@
|
||||
Carbon: 3
|
||||
Sugar: 2
|
||||
|
||||
- type: reaction
|
||||
id: Laughter
|
||||
reactants:
|
||||
JuiceBanana:
|
||||
amount: 1
|
||||
Sugar:
|
||||
amount: 1
|
||||
products:
|
||||
Laughter: 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user