--- /dev/null
+- type: entity
+ id: SentientSlimesCore
+ parent: [BaseItem, OrganHumanBrain]
+ name: sentient slimes core
+ description: "The source of incredible, unending gooeyness."
+ components:
+ - type: Sprite
+ sprite: Mobs/Species/Slime/organs.rsi
+ state: brain-slime
+ - type: Stomach
+ - type: Metabolizer
+ maxReagents: 3
+ metabolizerTypes: [ Slime ]
+ removeEmpty: true
+ groups:
+ - id: Food
+ - id: Drink
+ - id: Medicine
+ - id: Poison
+ - id: Narcotic
+ - id: Alcohol
+ rateModifier: 0.2
+ - type: SolutionContainerManager
+ solutions:
+ stomach:
+ maxVol: 30.0
+
+- type: entity
+ id: OrganSlimesLungs
+ parent: BaseHumanOrgan
+ name: slimes gas sacs
+ description: "Collects nitrogen, which slime cells use for maintenance."
+ components:
+ - type: Sprite
+ sprite: Mobs/Species/Slime/organs.rsi
+ layers:
+ - state: lung-l-slime
+ - state: lung-r-slime
+ - type: Lung
+ - type: Metabolizer
+ removeEmpty: true
+ solutionOnBody: false
+ solution: "Lung"
+ metabolizerTypes: [ Slime ]
+ groups:
+ - id: Gas
+ rateModifier: 100.0
+ - type: SolutionContainerManager
+ solutions:
+ organ:
+ reagents:
+ - ReagentId: Nutriment
+ Quantity: 10
+ Lung:
+ maxVol: 100.0
+ canReact: false
name: sentient slime core
description: "The source of incredible, unending gooeyness."
components:
+ - type: Sprite
+ sprite: Mobs/Species/Slime/organs.rsi
+ state: brain-slime
- type: Stomach
- type: Metabolizer
maxReagents: 6
description: "Collects nitrogen, which slime cells use for maintenance."
components:
- type: Sprite
+ sprite: Mobs/Species/Slime/organs.rsi
layers:
- - state: lung-l
- - state: lung-r
+ - state: lung-l-slime
+ - state: lung-r-slime
- type: Lung
- type: Metabolizer
removeEmpty: true
--- /dev/null
+- type: body
+ id: Slimes
+ name: "slimes"
+ root: torso
+ slots:
+ torso:
+ part: TorsoSlime
+ connections:
+ - legs
+ organs:
+ core: SentientSlimesCore
+ lungs: OrganSlimesLungs
+ legs:
+ part: LegsAnimal
+ connections:
+ - feet
+ feet:
+ part: FeetAnimal
type: Local
messages: [ "slime-hurt-by-water-popup" ]
probability: 0.25
+ - type: Body
+ prototype: Slimes
+ requiredLegs: 1
- type: CombatMode
- type: MeleeWeapon
hidden: true
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Sprited by Nimfar11 (Github) for Space Station 14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "brain-slime"
+ },
+ {
+ "name": "brain-inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "brain-inhand-right",
+ "directions": 4
+ },
+ {
+ "name": "lung-l-slime"
+ },
+ {
+ "name": "lung-r-slime"
+ }
+ ]
+}