Updates chemistry layout on Saltern (#3658)
* Adds content * Maps * Fixed
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -15,3 +15,32 @@
|
||||
- MouseMob_Content
|
||||
- MouseMob1_Content
|
||||
- MouseMob2_Content
|
||||
|
||||
- type: entity
|
||||
name: Cat Spawner
|
||||
id: SpawnMobCat
|
||||
parent: MarkerBase
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: green
|
||||
- state: ai
|
||||
- type: ConditionalSpawner
|
||||
prototypes:
|
||||
- CatMob_Content
|
||||
- CatCalicoMob_Content
|
||||
- CatCaracalMob_Content
|
||||
|
||||
- type: entity
|
||||
name: Corgi Spawner
|
||||
id: SpawnMobCorgi
|
||||
parent: MarkerBase
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: green
|
||||
- state: ai
|
||||
- type: ConditionalSpawner
|
||||
prototypes:
|
||||
- CorgiMob_Content
|
||||
- IanMob_Content
|
||||
|
||||
@@ -97,6 +97,24 @@
|
||||
normal: cat2
|
||||
dead: cat2_dead
|
||||
|
||||
- type: entity
|
||||
name: caracal cat
|
||||
id: CatCaracalMob_Content
|
||||
parent: CatMob_Content
|
||||
description: Hilarious.
|
||||
components:
|
||||
- type: Sprite
|
||||
drawdepth: Mobs
|
||||
sprite: Mobs/Pets/caracal.rsi
|
||||
layers:
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: caracal_flop
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: DamageStateVisualizer
|
||||
normal: caracal_flop
|
||||
dead: caracal_dead
|
||||
|
||||
- type: entity
|
||||
name: sloth
|
||||
parent: SimpleMobBase
|
||||
|
||||
BIN
Resources/Textures/Mobs/Pets/caracal.rsi/caracal.png
Normal file
BIN
Resources/Textures/Mobs/Pets/caracal.rsi/caracal.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
BIN
Resources/Textures/Mobs/Pets/caracal.rsi/caracal_dead.png
Normal file
BIN
Resources/Textures/Mobs/Pets/caracal.rsi/caracal_dead.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 564 B |
BIN
Resources/Textures/Mobs/Pets/caracal.rsi/caracal_flop.png
Normal file
BIN
Resources/Textures/Mobs/Pets/caracal.rsi/caracal_flop.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
47
Resources/Textures/Mobs/Pets/caracal.rsi/meta.json
Normal file
47
Resources/Textures/Mobs/Pets/caracal.rsi/meta.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from someone on Discord",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "caracal",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "caracal_dead"
|
||||
},
|
||||
{
|
||||
"name": "caracal_flop",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
0.2,
|
||||
0.13
|
||||
],
|
||||
[
|
||||
0.2,
|
||||
0.13
|
||||
],
|
||||
[
|
||||
0.2,
|
||||
0.13
|
||||
],
|
||||
[
|
||||
0.2,
|
||||
0.13
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "stanislav",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "stanislav_dead"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Mobs/Pets/caracal.rsi/stanislav.png
Normal file
BIN
Resources/Textures/Mobs/Pets/caracal.rsi/stanislav.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
BIN
Resources/Textures/Mobs/Pets/caracal.rsi/stanislav_dead.png
Normal file
BIN
Resources/Textures/Mobs/Pets/caracal.rsi/stanislav_dead.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 884 B |
Reference in New Issue
Block a user