Rats eyes glow in dark + reorganize rat textures (#26300)
* Split mice from rats and made rats eye glow + added red eyes to regal rats (Both king and buff) + normal rats - removed mouse-3 sprites from mice and moved it into a dedicated rat rsi +fixed admin smite wording (you turn players into mice, not rats) * minor formatting fix * removed version numbers float. * Typo fix + removed unneeded layer name
@@ -44,7 +44,7 @@ admin-smite-reptilian-species-swap-description = It changes their species to Rep
|
|||||||
admin-smite-locker-stuff-description = Stuffs them in a (welded) locker.
|
admin-smite-locker-stuff-description = Stuffs them in a (welded) locker.
|
||||||
admin-smite-headstand-description = Vertically flips their sprite.
|
admin-smite-headstand-description = Vertically flips their sprite.
|
||||||
admin-smite-plasma-internals-description = Replaces the contents of their internals with plasma.
|
admin-smite-plasma-internals-description = Replaces the contents of their internals with plasma.
|
||||||
admin-smite-become-mouse-description = They become a rat. Ratatouille.
|
admin-smite-become-mouse-description = They become a mouse. Squeak!
|
||||||
admin-smite-maid-description = Forcibly converts them into a janitorial cat maid. This is actual torture for some players, use it wisely.
|
admin-smite-maid-description = Forcibly converts them into a janitorial cat maid. This is actual torture for some players, use it wisely.
|
||||||
admin-smite-zoom-in-description = Zooms in their view so that they can no longer see their surroundings.
|
admin-smite-zoom-in-description = Zooms in their view so that they can no longer see their surroundings.
|
||||||
admin-smite-flip-eye-description = Flips their view, effectively reversing their controls and making the game annoying to play.
|
admin-smite-flip-eye-description = Flips their view, effectively reversing their controls and making the game annoying to play.
|
||||||
|
|||||||
@@ -26,6 +26,9 @@
|
|||||||
layers:
|
layers:
|
||||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||||
state: regalrat
|
state: regalrat
|
||||||
|
- map: [ "enum.DamageStateVisualLayers.BaseUnshaded" ]
|
||||||
|
state: eyes
|
||||||
|
shader: unshaded
|
||||||
- type: Physics
|
- type: Physics
|
||||||
bodyType: KinematicController
|
bodyType: KinematicController
|
||||||
- type: Fixtures
|
- type: Fixtures
|
||||||
@@ -77,6 +80,7 @@
|
|||||||
states:
|
states:
|
||||||
Alive:
|
Alive:
|
||||||
Base: regalrat
|
Base: regalrat
|
||||||
|
BaseUnshaded: eyes
|
||||||
Critical:
|
Critical:
|
||||||
Base: critical
|
Base: critical
|
||||||
Dead:
|
Dead:
|
||||||
@@ -126,6 +130,9 @@
|
|||||||
layers:
|
layers:
|
||||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||||
state: regalrat
|
state: regalrat
|
||||||
|
- map: [ "enum.DamageStateVisualLayers.BaseUnshaded"]
|
||||||
|
state: eyes
|
||||||
|
shader: unshaded
|
||||||
- type: MobState
|
- type: MobState
|
||||||
- type: MobThresholds
|
- type: MobThresholds
|
||||||
thresholds:
|
thresholds:
|
||||||
@@ -180,17 +187,21 @@
|
|||||||
- SimpleHostile
|
- SimpleHostile
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
drawdepth: SmallMobs
|
drawdepth: SmallMobs
|
||||||
sprite: Mobs/Animals/mouse.rsi
|
sprite: Mobs/Animals/rat.rsi
|
||||||
layers:
|
layers:
|
||||||
- map: ["enum.DamageStateVisualLayers.Base", "movement"]
|
- map: ["enum.DamageStateVisualLayers.Base", "movement"]
|
||||||
state: mouse-3
|
state: rat
|
||||||
|
- map: [ "enum.DamageStateVisualLayers.BaseUnshaded"]
|
||||||
|
state: eyes
|
||||||
|
shader: unshaded
|
||||||
|
|
||||||
- type: SpriteMovement
|
- type: SpriteMovement
|
||||||
movementLayers:
|
movementLayers:
|
||||||
movement:
|
movement:
|
||||||
state: mouse-moving-3
|
state: rat-moving
|
||||||
noMovementLayers:
|
noMovementLayers:
|
||||||
movement:
|
movement:
|
||||||
state: mouse-3
|
state: rat
|
||||||
- type: Physics
|
- type: Physics
|
||||||
bodyType: KinematicController
|
bodyType: KinematicController
|
||||||
- type: Fixtures
|
- type: Fixtures
|
||||||
@@ -243,11 +254,12 @@
|
|||||||
- type: DamageStateVisuals
|
- type: DamageStateVisuals
|
||||||
states:
|
states:
|
||||||
Alive:
|
Alive:
|
||||||
Base: mouse-3
|
Base: rat
|
||||||
|
BaseUnshaded: eyes
|
||||||
Critical:
|
Critical:
|
||||||
Base: dead-3
|
Base: dead
|
||||||
Dead:
|
Dead:
|
||||||
Base: splat-3
|
Base: splat
|
||||||
- type: Butcherable
|
- type: Butcherable
|
||||||
spawned:
|
spawned:
|
||||||
- id: FoodMeatRat
|
- id: FoodMeatRat
|
||||||
|
|||||||
BIN
Resources/Textures/Mobs/Animals/buffrat.rsi/eyes.png
Normal file
|
After Width: | Height: | Size: 124 B |
@@ -1,21 +1,25 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
|
||||||
"license": "CC-BY-NC-SA-4.0",
|
|
||||||
"copyright": "Created by RamZ",
|
|
||||||
"states": [
|
|
||||||
{
|
|
||||||
"name": "dead"
|
|
||||||
},
|
},
|
||||||
{
|
"license": "CC-BY-NC-SA-4.0",
|
||||||
"name": "icon"
|
"copyright": "Created by RamZ + eyes added by jamessimo",
|
||||||
},
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "regalrat",
|
"name": "dead"
|
||||||
"directions": 4
|
},
|
||||||
}
|
{
|
||||||
]
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "regalrat",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "eyes",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,9 +16,6 @@
|
|||||||
{
|
{
|
||||||
"name": "icon-2"
|
"name": "icon-2"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "icon-3"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "mouse-0",
|
"name": "mouse-0",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
@@ -109,36 +106,6 @@
|
|||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "mouse-3",
|
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "mouse-moving-3",
|
|
||||||
"directions": 4,
|
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
0.2,
|
|
||||||
0.2,
|
|
||||||
0.2
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.2,
|
|
||||||
0.2,
|
|
||||||
0.2
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.2,
|
|
||||||
0.2,
|
|
||||||
0.2
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.2,
|
|
||||||
0.2,
|
|
||||||
0.2
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "dead-0"
|
"name": "dead-0"
|
||||||
},
|
},
|
||||||
@@ -148,9 +115,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dead-2"
|
"name": "dead-2"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "dead-3"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "splat-0"
|
"name": "splat-0"
|
||||||
},
|
},
|
||||||
@@ -160,9 +124,6 @@
|
|||||||
{
|
{
|
||||||
"name": "splat-2"
|
"name": "splat-2"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "splat-3"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "0-equipped-HELMET",
|
"name": "0-equipped-HELMET",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 431 B |
BIN
Resources/Textures/Mobs/Animals/rat.rsi/eyes-moving.png
Normal file
|
After Width: | Height: | Size: 168 B |
BIN
Resources/Textures/Mobs/Animals/rat.rsi/eyes.png
Normal file
|
After Width: | Height: | Size: 123 B |
|
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 404 B |
80
Resources/Textures/Mobs/Animals/rat.rsi/meta.json
Normal file
@@ -0,0 +1,80 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/e15c63d100db65eaaa5231133b8a2662ff439131#diff-8dd94e19fdb2ff341b57e31bce101298 eyes added by jamessimo",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rat",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "eyes",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rat-moving",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "eyes-moving",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dead"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "splat"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
BIN
Resources/Textures/Mobs/Animals/rat.rsi/rat-moving.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 981 B After Width: | Height: | Size: 981 B |
|
Before Width: | Height: | Size: 535 B After Width: | Height: | Size: 535 B |
BIN
Resources/Textures/Mobs/Animals/regalrat.rsi/eyes.png
Normal file
|
After Width: | Height: | Size: 125 B |
@@ -1,24 +1,28 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
|
||||||
"license": "CC-BY-SA-3.0",
|
|
||||||
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/53d1f1477d22a11a99c6c6924977cd431075761b Changed by Alekshhh",
|
|
||||||
"states": [
|
|
||||||
{
|
|
||||||
"name": "critical"
|
|
||||||
},
|
},
|
||||||
{
|
"license": "CC-BY-SA-3.0",
|
||||||
"name": "dead"
|
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/53d1f1477d22a11a99c6c6924977cd431075761b Changed by Alekshhh + eyes added by jamessimo",
|
||||||
},
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "icon"
|
"name": "critical"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "regalrat",
|
"name": "dead"
|
||||||
"directions": 4
|
},
|
||||||
}
|
{
|
||||||
]
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "regalrat",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "eyes",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||