Fire sprite change for mice (#26758)

* Add new fire sprite for mice that fits them better

* Add the sprite change to rats as well

* Moffroach and hamsters now also have more fitting fire sprites

* made the meta.json easier to read
This commit is contained in:
BITTERLYNX
2024-04-05 21:41:23 -07:00
committed by GitHub
parent 5e20c18cb8
commit 78dd193c25
4 changed files with 63 additions and 1 deletions

View File

@@ -525,6 +525,9 @@
damage: 60
behaviors:
- !type:GibBehavior { }
- type: FireVisuals
sprite: Mobs/Effects/onfire.rsi
normalState: Mouse_burning
# Note that the mallard duck is actually a male drake mallard, with the brown duck being the female variant of the same species, however ss14 lacks sex specific textures
@@ -1594,6 +1597,9 @@
- type: BadFood
- type: NonSpreaderZombie
- type: PreventSpiller
- type: FireVisuals
sprite: Mobs/Effects/onfire.rsi
normalState: Mouse_burning
- type: entity
parent: MobMouse
@@ -3063,6 +3069,9 @@
- type: MobPrice
price: 60
- type: NonSpreaderZombie
- type: FireVisuals
sprite: Mobs/Effects/onfire.rsi
normalState: Mouse_burning
- type: entity
name: pig

View File

@@ -284,6 +284,9 @@
- type: GuideHelp
guides:
- MinorAntagonists
- type: FireVisuals
sprite: Mobs/Effects/onfire.rsi
normalState: Mouse_burning
- type: weightedRandomEntity
id: RatKingLoot

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1 +1,51 @@
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Taken from https://github.com/tgstation/tgstation at 0d9c9a8233dfc3fc55edc538955a761a6328bee0", "states": [{"name": "Generic_mob_burning", "directions": 4, "delays": [[0.1, 0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1, 0.1]]}, {"name": "Monkey_burning", "directions": 4, "delays": [[0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1]]}, {"name": "Standing", "directions": 4, "delays": [[0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1]]}]}
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation at 0d9c9a8233dfc3fc55edc538955a761a6328bee0",
"states": [
{
"name": "Generic_mob_burning",
"directions": 4,
"delays": [
[ 0.1, 0.1, 0.1, 0.1, 0.1 ],
[ 0.1, 0.1, 0.1, 0.1, 0.1 ],
[ 0.1, 0.1, 0.1, 0.1, 0.1 ],
[ 0.1, 0.1, 0.1, 0.1, 0.1 ]
]
},
{
"name": "Monkey_burning",
"directions": 4,
"delays": [
[ 0.1, 0.1, 0.1, 0.1 ],
[ 0.1, 0.1, 0.1, 0.1 ],
[ 0.1, 0.1, 0.1, 0.1 ],
[ 0.1, 0.1, 0.1, 0.1 ]
]
},
{
"name": "Standing",
"directions": 4,
"delays": [
[ 0.1, 0.1, 0.1, 0.1 ],
[ 0.1, 0.1, 0.1, 0.1 ],
[ 0.1, 0.1, 0.1, 0.1 ],
[ 0.1, 0.1, 0.1, 0.1 ]
]
},
{
"name": "Mouse_burning",
"directions": 4,
"delays": [
[ 0.1, 0.1, 0.1, 0.1, 0.1 ],
[ 0.1, 0.1, 0.1, 0.1, 0.1 ],
[ 0.1, 0.1, 0.1, 0.1, 0.1 ],
[ 0.1, 0.1, 0.1, 0.1, 0.1 ]
]
}
]
}