Skip to content

Commit

Permalink
Merge pull request #1041 from kipdotnet/decacoat
Browse files Browse the repository at this point in the history
Decapoid uniform
  • Loading branch information
Darkmajia authored Dec 16, 2024
2 parents 8659315 + d05631b commit 485e6a4
Show file tree
Hide file tree
Showing 13 changed files with 95 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Resources/Prototypes/_Impstation/Entities/Clothing/Neck/cloaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,28 @@
- type: StealTarget
stealGroup: HeadCloak

- type: entity
parent: [ClothingNeckBase, DecapoidEmpireContraband]
id: ClothingNeckCloakDecapoid
name: outrigger's cloak
description: A heat-shielded cloak for long walks in a vacuum. It's embroided with a glyph depicting a planet being broken in half.
components:
- type: Sprite
sprite: _Impstation/Clothing/Neck/Cloaks/decapoidcloak.rsi
- type: Armor
modifiers:
coefficients:
Heat: 0.9
- type: PointLight
radius: 1.1
energy: 0.7
color: "#4f8aff"
- type: Clothing
sprite: _Impstation/Clothing/OuterClothing/Misc/decapoidcoat.rsi
clothingVisuals:
neck:
- state: equipped-NECK

- type: entity
parent: ClothingCloakCmo
id: ClothingNeckCloakCmosGreatcloak
Expand All @@ -89,3 +111,4 @@
components:
- type: Sprite
sprite: _Impstation/Clothing/Neck/Cloaks/cmogreatcloak.rsi

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
- type: entity
parent: [ClothingOuterBase, AllowSuitStorageClothingGasTanks, DecapoidEmpireContraband]
id: ClothingOuterDecapoidCoat
name: outrigger's coat
description: A lightweight coat for spacewalking without a hardsuit.
components:
- type: Item
size: Small
- type: Sprite
sprite: _Impstation/Clothing/OuterClothing/Misc/decapoidcoat.rsi
- type: Clothing
sprite: _Impstation/Clothing/OuterClothing/Misc/decapoidcoat.rsi
# - type: ToggleableClothing
# clothingPrototype: ClothingNeckCloakDecapoid
# requiredSlot:
# - outerClothing
# slot: neck
# - type: ContainerContainer
# containers:
# toggleable-clothing: !type:ContainerSlot {}
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 kipdotnet(github) for Impstation",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"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": "Sprited by kipdotnet (github) for Impstation",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"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.

0 comments on commit 485e6a4

Please sign in to comment.