Replaces Xeno sprite. (#2718)
* Initial * Adjusted the bounding box to be sensible
@@ -1,7 +1,7 @@
|
||||
# Hacky for the stress test so don't even consider adding to this
|
||||
- type: entity
|
||||
save: false
|
||||
name: Xeno hunter
|
||||
name: Xeno
|
||||
id: XenoMob_Content
|
||||
description: They mostly come at night. Mostly.
|
||||
drawdepth: Mobs
|
||||
@@ -20,14 +20,14 @@
|
||||
layers:
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: running
|
||||
sprite: Mobs/Aliens/Xenos/xeno_hunter.rsi
|
||||
sprite: Mobs/Aliens/Xenos/xeno.rsi
|
||||
- type: Clickable
|
||||
- type: Physics
|
||||
anchored: false
|
||||
mass: 85
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.35,-0.35,0.35,0.35"
|
||||
bounds: "-0.95,-0.60,-0.10,0.60"
|
||||
mask:
|
||||
- Impassable
|
||||
- MobImpassable
|
||||
|
||||
BIN
Resources/Textures/Mobs/Aliens/Xenos/xeno.rsi/crit.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
Resources/Textures/Mobs/Aliens/Xenos/xeno.rsi/dead.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
31
Resources/Textures/Mobs/Aliens/Xenos/xeno.rsi/meta.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from Colonial Marines at commit https://gitlab.com/cmdevs/colonial-warfare/-/commit/f6b3c61fcbfe73a3f0f92edd5fc441ef845017e5",
|
||||
"size": {
|
||||
"x": 64,
|
||||
"y": 64
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "running",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "walking",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "dead",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "sleeping",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "crit",
|
||||
"directions": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Mobs/Aliens/Xenos/xeno.rsi/running.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
Resources/Textures/Mobs/Aliens/Xenos/xeno.rsi/sleeping.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
Resources/Textures/Mobs/Aliens/Xenos/xeno.rsi/walking.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 5.9 KiB |
@@ -1,37 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 64,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "https://github.com/discordia-space/CEV-Eris/raw/7344da18b5e3dd0b1994a84e9c9c0774d71b93a5/icons/mob/alien.dmi",
|
||||
"states": [
|
||||
{
|
||||
"name": "running",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "standing",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "crit",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "dead",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "sleeping",
|
||||
"directions": 1,
|
||||
"delays": [
|
||||
[
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 7.9 KiB |
|
Before Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 10 KiB |