Add corgium (#37951)

* Add corgi essence

* Adjust spacing concerns

* Renamed 'corgi essence' to 'corgium' based on maintainer discussion
This commit is contained in:
Sparlight
2025-06-14 03:07:48 -06:00
committed by GitHub
parent f276035f79
commit 67c8d1db87
6 changed files with 64 additions and 1 deletions

View File

@@ -181,6 +181,7 @@ flavor-complex-true-nature = like the true nature of reality
flavor-complex-false-meat = not entirely unlike meat
flavor-complex-paper = like mushy pulp
flavor-complex-compressed-meat = like compressed meat
flavor-complex-dog-food = like dog food
# Drink-specific flavors.

View File

@@ -30,3 +30,6 @@ reagent-desc-weh = Pure essence of lizard plush. Makes you Weh!
reagent-name-hew = juice that makes you Hew
reagent-desc-hew = Pure essence of inversed lizard plush. Makes you Hew!
reagent-name-corgiessence = corgium
reagent-desc-corgiessence = Tastes like dog food. Clearly an acquired taste.

View File

@@ -1344,6 +1344,11 @@
flavorType: Base
description: flavor-hew
- type: flavor
id: dogfood
flavorType: Base
description: flavor-complex-dog-food
- type: flavor
id: fishops
flavorType: Complex

View File

@@ -136,6 +136,17 @@
inventory: Drop
cooldown: 160
- type: polymorph
id: SmartCorgiMorph
configuration:
entity: MobCorgiSmart
forced: false
inventory: Drop
transferName: true
revertOnCrit: false
revertOnDeath: false
allowRepeatedMorphs: false
# this is the monkey polymorph for artifact.
- type: polymorph
id: ArtifactMonkey
@@ -236,4 +247,4 @@
polymorphSound: /Audio/Magic/ethereal_enter.ogg
exitPolymorphSound: /Audio/Magic/ethereal_exit.ogg
duration: 120
effectProto: EffectDesynchronizer
effectProto: EffectDesynchronizer

View File

@@ -387,3 +387,34 @@
conditions:
- !type:ReagentThreshold
min: 50
- type: reagent
id: CorgiJuice
name: reagent-name-corgiessence
group: Toxins
desc: reagent-desc-corgiessence
physicalDesc: reagent-physical-desc-fluffy
flavor: dogfood
color: "#ed9715"
metabolisms:
Poison:
metabolismRate: 0.2
effects:
- !type:HealthChange
conditions:
- !type:ReagentThreshold
min: 15
damage:
types:
Cellular: 0.5
- !type:Polymorph
prototype: SmartCorgiMorph
conditions:
- !type:ReagentThreshold
min: 50
- !type:AdjustReagent
reagent: CorgiJuice
amount: -20
conditions:
- !type:ReagentThreshold
min: 50

View File

@@ -243,3 +243,15 @@
intensitySlope: 1
maxTotalIntensity: 250
tileBreakScale: 0.00001
- type: reaction
id: CorgiJuice
reactants:
UncookedAnimalProteins:
amount: 1
JuiceThatMakesYouWeh:
amount: 1
Happiness:
amount: 1
products:
CorgiJuice: 2