Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-ClothingOuterArmorMukhtar = бронежилет K9
.desc = Лёгкий тактический бронежилет для служебных собак отдела службы безопасности. По бокам заметны синие патчи с белой буквой «N». Обеспечивает минимальную защиту от большинства типов повреждений. Подходит для длительного ношения и не сковывает движений.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@
uiWindowPos: 1,1
strippingWindowPos: 1,2
displayName: Suit
# DS14-start
blacklist:
tags:
- PetOnly
# DS14-end
- name: pocket1
slotTexture: pocket
fullTextureName: template_small
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
uiWindowPos: 1,1
strippingWindowPos: 1,2
displayName: Suit
# DS14-start
blacklist:
tags:
- PetOnly
# DS14-end
- name: gloves
slotTexture: gloves
slotFlags: GLOVES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
uiWindowPos: 1,1
strippingWindowPos: 1,2
displayName: Suit
# DS14-start
blacklist:
tags:
- PetOnly
# DS14-end
- name: gloves
slotTexture: gloves
slotFlags: GLOVES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
uiWindowPos: 1,1
strippingWindowPos: 2,2
displayName: Suit
# DS14-start
blacklist:
tags:
- PetOnly
# DS14-end
- name: neck
slotTexture: neck
slotFlags: NECK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
whitelist:
tags:
- MonkeyWearable
# DS14-start
blacklist:
tags:
- PetOnly
# DS14-end
- name: back
slotTexture: back
slotFlags: BACK
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
- type: entity
parent: [ClothingOuterBaseMedium, AllowSuitStorageClothing, BaseSecurityContraband]
id: ClothingOuterArmorMukhtar
name: K9 vest
description: Light tactical armored vest for security service dogs. Features are blue patches with a white letter "N" on the sides. Provides minimal protection against most types of damage. Suitable for long-term wear and does not restrict movement.
components:
- type: Sprite
sprite: _DeadSpace/Clothing/OuterClothing/Armor/k9_armor.rsi
- type: Clothing
sprite: _DeadSpace/Clothing/OuterClothing/Armor/k9_armor_equipped.rsi
- type: Armor
modifiers:
coefficients:
Blunt: 0.9
Slash: 0.9
Piercing: 0.9
Heat: 0.9
- type: StaminaResistance
damageCoefficient: 0.65
- type: ExplosionResistance
damageCoefficient: 0.90
- type: EmitSoundOnPickup
sound:
path: /Audio/_DeadSpace/Items/Handing/armor_rustle/plate_armor_pickup.ogg
- type: EmitSoundOnDrop
sound:
path: /Audio/_DeadSpace/Items/Handing/armor_rustle/plate_armor_drop.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/_DeadSpace/Items/Handing/armor_rustle/plate_armor_drop.ogg
- type: Tag
tags:
- MukhtarWearable
- PetOnly
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: mukhtar
animation: true
scale: 0.9, 0.9
- type: Physics
- type: Fixtures
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
whitelist:
tags:
- PetWearable
- CorgiWearable
- MukhtarWearable
- name: suitstorage
slotTexture: suit_storage
slotFlags: SUITSTORAGE
Expand All @@ -21,6 +23,17 @@
whitelist:
components:
- GasTank
- name: outerClothing
slotTexture: suit
slotFlags: OUTERCLOTHING
stripTime: 6
uiWindowPos: 1,1
strippingWindowPos: 1,3
displayName: Suit
whitelist:
tags:
- MukhtarWearable
- PetWearable
- name: id
slotTexture: id
slotFlags: IDCARD
Expand All @@ -37,4 +50,4 @@
displayName: Eyes
whitelist:
tags:
- MukhtarWearable
- MukhtarWearable
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
uiWindowPos: 1,1
strippingWindowPos: 1,2
displayName: Suit
blacklist:
tags:
- PetOnly
- name: gloves
slotTexture: gloves
slotFlags: GLOVES
Expand Down Expand Up @@ -148,4 +151,4 @@
displayName: Back
blacklist:
tags:
- PetOnly
- PetOnly
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by Golubok_epta (discord) for Space Station 14 server Мёртвый Космос",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING-dog",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by Golubok_epta (discord) for Space Station 14 server Мёртвый Космос",
"size": {
"x": 64,
"y": 64
},
"states": [
{
"name": "equipped-OUTERCLOTHING-dog",
"directions": 4
}
]
}
54 changes: 50 additions & 4 deletions Resources/Textures/_DeadSpace/Mobs/Pets/mukhtar.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,61 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprite made by stranik2435 (discord), resprite by ravanesus (discord) for Space Station 14 server Мёртвый Космос",
"copyright": "Sprite made by stranik2435 (discord), resprite by ravanesus (discord), resprite by Golubok_epta (discord) for Space Station 14 server Мёртвый Космос",
"size": {
"x": 32,
"y": 32
"x": 64,
"y": 64
},
"states": [
{
"name": "mukhtar",
"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,
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,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "mukhtar_dead",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading