Skip to content

Commit

Permalink
welding glasses
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinary1 committed Jun 26, 2024
1 parent 6a62ed3 commit c9f0522
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-ClothingEyesGlassesWelding = Сварочные Очки
.desc = Это сварочные очки. Это небольшой предмет. Защищает глаза от сварщиков.
17 changes: 17 additions & 0 deletions Resources/Prototypes/_Sunrise/Entities/Clothing/Eyes/glasses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,20 @@
- HudMedical
- type: EyeProtection
protectionTime: 5

- type: entity
parent: ClothingEyesBase
id: ClothingEyesGlassesWelding
name: Welding glasses
description: That's a welding goggles. It is a small item. Protects the eyes from welders.
components:
- type: Sprite
sprite: _Sunrise/Clothing/Eyes/Glasses/weldglasses.rsi
- type: Clothing
sprite: _Sunrise/Clothing/Eyes/Glasses/weldglasses.rsi
- type: FlashImmunity
- type: EyeProtection
protectionTime: 5
- type: Tag
tags:
- HamsterWearable
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/3f51609e62619249b715cdf66a2aebdd955c8afc",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-EYES",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit c9f0522

Please sign in to comment.