Change opossum sprites | Add new pet poppy the safety opossum (#21672)

* Its better then what we have at least?

* weh2

* oops

* Last of it

* among us
This commit is contained in:
Vasilis
2023-12-16 15:34:54 +01:00
committed by GitHub
parent def0128a45
commit 96539f955b
10 changed files with 96 additions and 10 deletions

View File

@@ -2030,6 +2030,25 @@
tags:
- VimPilot
- type: entity
name: possum
parent: MobPossum
suffix: Old sprite
id: MobPossumOld
components:
- type: Sprite
drawdepth: Mobs
sprite: Mobs/Animals/possum_old.rsi
layers:
- map: [ "enum.DamageStateVisualLayers.Base" ]
state: possum_old
- type: DamageStateVisuals
states:
Alive:
Base: possum_old
Dead:
Base: possum_dead_old
- type: entity
name: raccoon
parent: SimpleMobBase

View File

@@ -421,6 +421,48 @@
- CannotSuicide
- VimPilot
- type: entity
name: Morty
parent: MobPossumMorty
id: MobPossumMortyOld
suffix: Old sprite
components:
- type: Sprite
drawdepth: Mobs
sprite: Mobs/Animals/possum_old.rsi
layers:
- map: [ "enum.DamageStateVisualLayers.Base" ]
state: possum_old
- type: DamageStateVisuals
states:
Alive:
Base: possum_old
Dead:
Base: possum_dead_old
- type: entity
name: Poppy # the Safety Possum
parent: MobPossumMorty
id: MobPossumPoppy
description: It's an opossum, a small scavenging marsupial. It's wearing appropriate personal protective equipment.
components:
- type: Grammar
attributes:
proper: true
gender: female
- type: Sprite
drawdepth: Mobs
sprite: Mobs/Animals/possum.rsi
layers:
- map: [ "enum.DamageStateVisualLayers.Base" ]
state: poppy
- type: DamageStateVisuals
states:
Alive:
Base: poppy
Dead:
Base: poppy_dead
- type: entity
name: Morticia
parent: MobRaccoon

View File

@@ -1,23 +1,27 @@
{
"version": 1,
"size":
{
"license": "CC-BY-SA-3.0",
"copyright": "Taken from Baystation12 at https://github.com/Baystation12/Baystation12/blob/c7442716b52ce4edeef5eaf5d2fc7c57a08a3f01/icons/mob/simple_animal/possum.dmi",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-NC-SA-3.0",
"copyright": "https://github.com/goonstation/goonstation/commit/c98666f47a90d106c7a154cedffc747b3769e933",
"states":
[
"states": [
{
"name": "possum",
"directions": 4,
"delays": [[1],[1],[1],[1]]
"directions": 4
},
{
"name": "possum_dead",
"directions": 1,
"delays": [[1]]
"directions": 4
},
{
"name": "poppy",
"directions": 4
},
{
"name": "poppy_dead",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 864 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 862 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 719 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 723 B

View File

@@ -0,0 +1,21 @@
{
"version": 1,
"license": "CC-BY-NC-SA-3.0",
"copyright": "Taken from goonstation https://github.com/goonstation/goonstation/commit/c98666f47a90d106c7a154cedffc747b3769e933",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "possum_old",
"directions": 4,
"delays": [[1],[1],[1],[1]]
},
{
"name": "possum_dead_old",
"directions": 1,
"delays": [[1]]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB