Adds Smile the slime recipe (#2632)
* Adds Smile the slime recipe * unindent * 4 space Signed-off-by: deltanedas <39013340+deltanedas@users.noreply.github.com> * switch to migration * It's the future, bro --------- Signed-off-by: deltanedas <39013340+deltanedas@users.noreply.github.com> Co-authored-by: Velcroboy <velcroboy333@hotmail.com> Co-authored-by: deltanedas <39013340+deltanedas@users.noreply.github.com>
This commit is contained in:
parent
45ea7451ca
commit
32af76dd2b
|
|
@ -0,0 +1,2 @@
|
|||
reagent-name-sentient-grey-matter = sentient grey matter
|
||||
reagent-desc-sentient-grey-matter = Thought juice, the stuff that leaks out of your ears. It seems to be sparkling when you look at it in the right light. That's odd...
|
||||
|
|
@ -131,3 +131,6 @@ AlwaysPoweredSmallLightMaintenanceRed: PoweredDimSmallLight
|
|||
|
||||
# 2024-12-22
|
||||
VendingMachineRestockSalvageEquipment: null
|
||||
|
||||
# 2025-01-11
|
||||
SpawnMobSmile: SentientSmileCore
|
||||
|
|
|
|||
|
|
@ -776,6 +776,9 @@
|
|||
BaseUnshaded: aslime-_3
|
||||
Dead:
|
||||
Base: rainbow_baby_slime_dead
|
||||
- type: Body # DeltaV - Changes to add brain
|
||||
prototype: Smiles
|
||||
requiredLegs: 1
|
||||
- type: Butcherable
|
||||
spawned:
|
||||
- id: FoodMeatSlime
|
||||
|
|
|
|||
|
|
@ -0,0 +1,17 @@
|
|||
- type: entity
|
||||
id: SentientSmileCore
|
||||
parent: SentientSlimesCore
|
||||
name: sentient smile core
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Mobs/Pets/Smile/organs.rsi
|
||||
state: brain-smile
|
||||
- type: Extractable
|
||||
grindableSolutionName: organ
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
organ:
|
||||
maxVol: 5
|
||||
reagents:
|
||||
- ReagentId: SentientGreyMatter
|
||||
Quantity: 5
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
- type: body
|
||||
id: Smiles
|
||||
name: "Smiles"
|
||||
parent: Slimes
|
||||
root: torso
|
||||
slots:
|
||||
torso:
|
||||
part: TorsoSlime
|
||||
connections:
|
||||
- legs
|
||||
organs:
|
||||
core: SentientSmileCore
|
||||
lungs: OrganSlimesLungs
|
||||
legs:
|
||||
part: LegsAnimal
|
||||
connections:
|
||||
- feet
|
||||
feet:
|
||||
part: FeetAnimal
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
- type: reagent
|
||||
id: SentientGreyMatter
|
||||
parent: GreyMatter
|
||||
name: reagent-name-sentient-grey-matter
|
||||
desc: reagent-desc-sentient-grey-matter
|
||||
|
|
@ -9,3 +9,21 @@
|
|||
effects:
|
||||
- !type:CreateEntityReactionEffect
|
||||
entity: SheetGlass1
|
||||
|
||||
- type: reaction
|
||||
id: SmileTheSlime
|
||||
impact: Low
|
||||
quantized: true
|
||||
conserveEnergy: false
|
||||
reactants:
|
||||
Happiness:
|
||||
amount: 4
|
||||
SentientGreyMatter:
|
||||
amount: 5
|
||||
JuiceThatMakesYouWeh:
|
||||
amount: 10
|
||||
Slime:
|
||||
amount: 20
|
||||
effects:
|
||||
- !type:CreateEntityReactionEffect
|
||||
entity: MobSlimesPet
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 428 B |
Binary file not shown.
|
After Width: | Height: | Size: 414 B |
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Sprited by Nimfar11 (Github) for Space Station 14, inhands by mubururu_ (github)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "brain-smile",
|
||||
"delays": [
|
||||
[
|
||||
10.0,
|
||||
0.2,
|
||||
0.4,
|
||||
0.2,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.2,
|
||||
0.4,
|
||||
0.6,
|
||||
0.4,
|
||||
5.0,
|
||||
0.02,
|
||||
0.02,
|
||||
0.02
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "brain-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "brain-inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue