Space Bear 2 (#14591)

This commit is contained in:
Alekshhh
2023-03-11 16:35:52 +02:00
committed by GitHub
parent 330bb7bb14
commit 7a87aaaf2e
11 changed files with 93 additions and 5 deletions

View File

@@ -13,10 +13,14 @@
- SimpleHostile
- type: Sprite
drawdepth: Mobs
netsync: false
sprite: Mobs/Animals/bear.rsi
layers:
- map: [ "enum.DamageStateVisualLayers.Base" ]
state: bear
sprite: Mobs/Animals/bear.rsi
- map: [ "enum.DamageStateVisualLayers.BaseUnshaded" ]
state: glow
shader: unshaded
- type: Fixtures
fixtures:
- shape:
@@ -27,6 +31,10 @@
- MobMask
layer:
- MobLayer
- type: PointLight
radius: 1.2
energy: 2
color: "#4faffb"
- type: MovementAlwaysTouching
- type: MobState
allowedStates:
@@ -43,6 +51,7 @@
states:
Alive:
Base: bear
BaseUnshaded: glow
Critical:
Base: bear_dead
Dead:

View File

@@ -151,16 +151,28 @@
name: bear hide
components:
- type: Sprite
netsync: false
sprite: Objects/Materials/materials.rsi
layers:
- map: [ "enum.DamageStateVisualLayers.Base" ]
state: bearpelt
- map: [ "enum.DamageStateVisualLayers.BaseUnshaded" ]
state: bearpelt_glow
shader: unshaded
- type: Item
sprite: Clothing/Head/Misc/hides.rsi
heldPrefix: bear
- type: Clothing
netsync: false
sprite: Clothing/Head/Misc/hides.rsi
equippedPrefix: bear
slots:
- HEAD
- type: PointLight
radius: 1.2
energy: 1.5
color: "#4faffb"
slots:
- type: entity
parent: MaterialBase

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 594 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e , bear pelt remade by Alekshhh",
"size": {
"x": 32,
"y": 32
@@ -9,7 +9,33 @@
"states": [
{
"name": "bear-equipped-HELMET",
"directions": 4
"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
],
[
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "bear-inhand-left",

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -11,6 +11,36 @@
"name": "bear",
"directions": 4
},
{
"name": "glow",
"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
],
[
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "bear_dead"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 825 B

After

Width:  |  Height:  |  Size: 732 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 708 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24 , bear pelt remade by Alekshhh",
"size": {
"x": 32,
"y": 32
@@ -19,6 +19,17 @@
{
"name": "bearpelt"
},
{
"name": "bearpelt_glow",
"delays": [
[
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "cathide"
},