Skip to content

Commit

Permalink
Добавление поднятой сварочной маски
Browse files Browse the repository at this point in the history
  • Loading branch information
1Stepka1 committed Oct 10, 2023
1 parent df5c326 commit e257065
Show file tree
Hide file tree
Showing 22 changed files with 187 additions and 0 deletions.
63 changes: 63 additions & 0 deletions Resources/Prototypes/ADT/Entities/Clothing/Head/Hats/wielding.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
- type: entity
parent: ClothingHeadBase
id: ADTClothingHeadHatWeldingHat
name: Поднятая сварочная маска
description: Назыбвайте опустить перед работой
components:
- type: Sprite
sprite: ADT/Clothing/Head/Hats/Weldinghats/weldinghats.rsi
- type: Clothing
sprite: ADT/Clothing/Head/Hats/Weldinghats/weldinghats.rsi
- type: SpawnItemsOnUse
items:
- id: ClothingHeadHatWelding
sound:
path: "/Audio/ADT/open_telescopichka.ogg"

- type: entity
parent: ClothingHeadBase
id: ADTClothingHeadHatWeldingMaskFlame
name: Поднятая огненая сварочная маска
description: Назыбвайте опустить перед работой
components:
- type: Sprite
sprite: ADT/Clothing/Head/Hats/Weldinghats/weldinghatsfire.rsi
- type: Clothing
sprite: ADT/Clothing/Head/Hats/Weldinghats/weldinghatsfire.rsi
- type: SpawnItemsOnUse
items:
- id: ClothingHeadHatWeldingMaskFlame
sound:
path: "/Audio/ADT/open_telescopichka.ogg"

- type: entity
parent: ClothingHeadBase
id: ADTClothingHeadHatWeldingMaskFlameBlue
name: Поднятая голубая сварочная маска
description: Назыбвайте опустить перед работой
components:
- type: Sprite
sprite: ADT/Clothing/Head/Hats/Weldinghats/weldinghatsblue.rsi
- type: Clothing
sprite: ADT/Clothing/Head/Hats/Weldinghats/weldinghatsblue.rsi
- type: SpawnItemsOnUse
items:
- id: ClothingHeadHatWeldingMaskFlameBlue
sound:
path: "/Audio/ADT/open_telescopichka.ogg"

- type: entity
parent: ClothingHeadBase
id: ADTClothingHeadHatWeldingMaskPainted
name: Поднятая радужная сварочная маска
description: Назыбвайте опустить перед работой
components:
- type: Sprite
sprite: ADT/Clothing/Head/Hats/Weldinghats/weldinghatspainted.rsi
- type: Clothing
sprite: ADT/Clothing/Head/Hats/Weldinghats/weldinghatspainted.rsi
- type: SpawnItemsOnUse
items:
- id: ClothingHeadHatWeldingMaskPainted
sound:
path: "/Audio/ADT/open_telescopichka.ogg"
20 changes: 20 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Head/welding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
tags:
- HamsterWearable
- WhitelistChameleon
- type: SpawnItemsOnUse
items:
- id: ADTClothingHeadHatWeldingHat
sound:
path: "/Audio/ADT/open_telescopichka.ogg"

- type: entity
parent: WeldingMaskBase
Expand All @@ -40,6 +45,11 @@
sprite: Clothing/Head/Welding/flame_welding_mask.rsi
- type: Clothing
sprite: Clothing/Head/Welding/flame_welding_mask.rsi
- type: SpawnItemsOnUse
items:
- id: ADTClothingHeadHatWeldingMaskFlame
sound:
path: "/Audio/ADT/open_telescopichka.ogg"

- type: entity
parent: WeldingMaskBase
Expand All @@ -51,6 +61,11 @@
sprite: Clothing/Head/Welding/blue_flame_welding_mask.rsi
- type: Clothing
sprite: Clothing/Head/Welding/blue_flame_welding_mask.rsi
- type: SpawnItemsOnUse
items:
- id: ADTClothingHeadHatWeldingMaskFlameBlue
sound:
path: "/Audio/ADT/open_telescopichka.ogg"

- type: entity
parent: WeldingMaskBase
Expand All @@ -62,3 +77,8 @@
sprite: Clothing/Head/Welding/paintedwelding.rsi
- type: Clothing
sprite: Clothing/Head/Welding/paintedwelding.rsi
- type: SpawnItemsOnUse
items:
- id: ADTClothingHeadHatWeldingMaskPainted
sound:
path: "/Audio/ADT/open_telescopichka.ogg"
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": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"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.
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": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"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.
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": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"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.
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": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit e257065

Please sign in to comment.