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:
@@ -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
|
||||
|
||||
@@ -284,6 +284,9 @@
|
||||
- type: GuideHelp
|
||||
guides:
|
||||
- MinorAntagonists
|
||||
- type: FireVisuals
|
||||
sprite: Mobs/Effects/onfire.rsi
|
||||
normalState: Mouse_burning
|
||||
|
||||
- type: weightedRandomEntity
|
||||
id: RatKingLoot
|
||||
|
||||
Reference in New Issue
Block a user