Laughin' Peas (#25089)

* laughter

* make clownmobs bleed laughter

* laughin syrup and laughter recipe

* add laughin peas
This commit is contained in:
potato1234_x
2024-02-10 18:21:44 +10:00
committed by GitHub
parent b46944f80e
commit 667cebef52
21 changed files with 166 additions and 0 deletions

View File

@@ -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

View File

@@ -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