Skip to content

Commit

Permalink
Aviators PT2 Electric Boogaloo (cosmatic-drift-14#32)
Browse files Browse the repository at this point in the history
* Hey look! My changes are back. Test fails should be fixed too.

* Requested Changes (Remove from secdrobe -> Add to bardrobe)

* Upped to four
  • Loading branch information
PursuitInAshes authored and LankLTE committed Nov 12, 2023
1 parent a1c414d commit 119fc80
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
ClothingOuterVest: 2
ClothingBeltBandolier: 2
ClothingEyesGlassesSunglasses: 2

ClothingEyesGlassesAviator: 2
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@
ClothingHandsGlovesColorWhite: 2
ClothingNeckTieDet: 2
ClothingNeckTieRed: 2
ClothingEyesGlassesAviator: 4
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
ClothingOuterArmorBasic: 2
ClothingOuterArmorBasicSlim: 2
ClothingEyesBlindfold: 1
ClothingShoesBootsCombat: 3
ClothingShoesBootsCombat: 3
11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,17 @@
- type: EyeProtection
protectionTime: 5

- type: entity
parent: ClothingEyesBase
id: ClothingEyesGlassesAviator
name: aviator sunglasses
description: A set of glasses designed to be worn under headgear and other equipment.
components:
- type: Sprite
sprite: Clothing/Eyes/Glasses/aviators.rsi
- type: Clothing
sprite: Clothing/Eyes/Glasses/aviators.rsi

#Make a scanner category when these actually function and we get the trayson
- type: entity
parent: ClothingEyesBase
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
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.
26 changes: 26 additions & 0 deletions Resources/Textures/Clothing/Eyes/Glasses/aviators.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprites created by MrGreen06 (Discord) ported ingame by PursuitinAshes.",
"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 119fc80

Please sign in to comment.