Skip to content

Commit

Permalink
adds scientist goggles to loadouts for mad scientists
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 committed Aug 2, 2024
1 parent 23c287f commit f65d19c
Show file tree
Hide file tree
Showing 11 changed files with 78 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Resources/Prototypes/_ds14/Entities/Clothing/Eyes/glasses.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
- type: entity
parent: ClothingEyesGlassesSunglasses
id: ClothingEyesGogglesScientist
name: science goggles
description: Sturdy-looking goggles fit for any mad scientist, with a Primerdyne Labs logo printed on the strap.
components:
- type: Appearance
- type: Foldable
canFoldInsideContainer: true
unfoldVerbText: fold-flip-verb
foldVerbText: fold-flip-verb
- type: FoldableClothing
foldedEquippedPrefix: flipped
foldedHeldPrefix: flipped
- type: Sprite
sprite: _ds14/Clothing/Eyes/sciencegoggles.rsi
layers:
- state: icon
map: [ "unfoldedLayer" ]
- state: icon-flipped
map: ["foldedLayer"]
visible: false
- type: Clothing
sprite: _ds14/Clothing/Eyes/sciencegoggles.rsi
13 changes: 13 additions & 0 deletions Resources/Prototypes/_ds14/Loadouts/Jobs/science.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- type: loadout
id: LoadoutScienceEyesGogglesScientist
category: Jobs
cost: 2
exclusive: true
requirements:
- !type:CharacterJobRequirement
jobs:
- Scientist
- ResearchAssistant
- ResearchDirector
items:
- ClothingEyesGogglesScientist
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.
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,41 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Icon from paradise station, other states by Peptide90 for DS14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-EYES",
"directions": 4
},
{
"name": "flipped-equipped-EYES",
"directions": 4
},
{
"name": "flipped-inhand-left",
"directions": 4
},
{
"name": "flipped-inhand-right",
"directions": 4
},
{
"name": "icon"
},
{
"name": "icon-flipped"
},
{
"name": "inhand-left",
"directions": 4
}
]
}

0 comments on commit f65d19c

Please sign in to comment.