-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into port/impstation/supermatter
- Loading branch information
Showing
16 changed files
with
146 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
19 changes: 19 additions & 0 deletions
19
Resources/Prototypes/_DV/Body/Prototypes/Animal/slimes.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- type: reagent | ||
id: SentientGreyMatter | ||
parent: GreyMatter | ||
name: reagent-name-sentient-grey-matter | ||
desc: reagent-desc-sentient-grey-matter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+428 Bytes
Resources/Textures/_DV/Mobs/Pets/Smile/organs.rsi/brain-inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+414 Bytes
Resources/Textures/_DV/Mobs/Pets/Smile/organs.rsi/brain-inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions
42
Resources/Textures/_DV/Mobs/Pets/Smile/organs.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
] | ||
} |