Space Bear 2 (#14591)
@@ -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:
|
||||
|
||||
@@ -151,16 +151,28 @@
|
||||
name: bear hide
|
||||
components:
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
sprite: Objects/Materials/materials.rsi
|
||||
state: bearpelt
|
||||
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
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 603 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 594 B |
@@ -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",
|
||||
|
||||
BIN
Resources/Textures/Mobs/Animals/bear.rsi/glow.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
@@ -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"
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 825 B After Width: | Height: | Size: 732 B |
|
After Width: | Height: | Size: 708 B |
@@ -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"
|
||||
},
|
||||
|
||||