Grey Matter Addition and Slime Organ Tweak (#25464)
* Added Grey Matter * Update diona.yml * Update human.yml * Update slime.yml * Update flavors.yml * Update biological.yml * Update physical-desc.ftl * Update biological.ftl * Make Slime Brain Grindable * Slime Organs Grind into Slime * Update flavor-profiles.ftl * Added Brain to Blacklist
This commit is contained in:
@@ -47,9 +47,9 @@ flavor-base-clean = clean
|
||||
flavor-base-alkaline = alkaline
|
||||
flavor-base-holy = holy
|
||||
flavor-base-horrible = horrible
|
||||
|
||||
# lmao
|
||||
flavor-base-terrible = terrible
|
||||
flavor-base-mindful = mindful
|
||||
|
||||
# Complex flavors. Put a flavor here when you want something that's more
|
||||
# specific.
|
||||
|
||||
@@ -24,3 +24,6 @@ reagent-desc-fat = No matter how it was obtained, its application is important.
|
||||
|
||||
reagent-name-vomit = vomit
|
||||
reagent-desc-vomit = You can see a few chunks of someone's last meal in it.
|
||||
|
||||
reagent-name-grey-matter = grey matter
|
||||
reagent-desc-grey-matter = Thought juice, the stuff that leaks out of your ears.
|
||||
|
||||
@@ -96,3 +96,4 @@ reagent-physical-desc-alkaline = alkaline
|
||||
reagent-physical-desc-reflective = reflective
|
||||
reagent-physical-desc-holy = holy
|
||||
reagent-physical-desc-slimy = slimy
|
||||
reagent-physical-desc-neural = neural
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
food:
|
||||
maxVol: 5
|
||||
reagents:
|
||||
- ReagentId: UncookedAnimalProteins
|
||||
- ReagentId: GreyMatter
|
||||
Quantity: 5
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -53,7 +53,21 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Meat
|
||||
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
organ:
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 10
|
||||
food:
|
||||
maxVol: 5
|
||||
reagents:
|
||||
- ReagentId: GreyMatter
|
||||
Quantity: 5
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- people
|
||||
|
||||
- type: entity
|
||||
id: OrganHumanEyes
|
||||
parent: BaseHumanOrgan
|
||||
|
||||
@@ -27,10 +27,14 @@
|
||||
food:
|
||||
maxVol: 5
|
||||
reagents:
|
||||
- ReagentId: UncookedAnimalProteins
|
||||
- ReagentId: GreyMatter
|
||||
Quantity: 5
|
||||
organ:
|
||||
reagents:
|
||||
- ReagentId: Slime
|
||||
Quantity: 10
|
||||
|
||||
|
||||
|
||||
- type: entity
|
||||
id: OrganSlimeLungs
|
||||
parent: BaseHumanOrgan
|
||||
@@ -56,7 +60,7 @@
|
||||
solutions:
|
||||
organ:
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
- ReagentId: Slime
|
||||
Quantity: 10
|
||||
Lung:
|
||||
maxVol: 100.0
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
- Material
|
||||
- Pda
|
||||
- IdCard
|
||||
- Brain
|
||||
tags:
|
||||
- HighRiskItem
|
||||
soundCooldown: 0
|
||||
|
||||
@@ -174,6 +174,11 @@
|
||||
flavorType: Base
|
||||
description: flavor-base-clean
|
||||
|
||||
- type: flavor
|
||||
id: mindful
|
||||
flavorType: Base
|
||||
description: flavor-base-mindful
|
||||
|
||||
- type: flavor
|
||||
id: mustard
|
||||
flavorType: Complex
|
||||
|
||||
@@ -201,3 +201,24 @@
|
||||
collection: FootstepBlood
|
||||
params:
|
||||
volume: 6
|
||||
|
||||
- type: reagent
|
||||
id: GreyMatter
|
||||
name: reagent-name-grey-matter
|
||||
group: Biological
|
||||
desc: reagent-desc-grey-matter
|
||||
physicalDesc: reagent-physical-desc-neural
|
||||
flavor: mindful
|
||||
color: "#C584B8"
|
||||
slippery: false
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateHunger
|
||||
factor: 1.5
|
||||
Poison:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Cellular: 2
|
||||
|
||||
Reference in New Issue
Block a user