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

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