Skip to content

Commit

Permalink
gorka
Browse files Browse the repository at this point in the history
  • Loading branch information
KittenColony committed Apr 10, 2024
1 parent 70c5553 commit ca2f520
Show file tree
Hide file tree
Showing 10 changed files with 58 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Resources/Prototypes/_CD/Entities/Clothing/OuterClothing/coats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,20 @@
sprite: _CD/Clothing/OuterClothing/Coats/Europa/seperatistcoat.rsi
- type: Clothing
sprite: _CD/Clothing/OuterClothing/Coats/Europa/seperatistcoat.rsi

# Cargo Gorka
- type: entity
parent: ClothingOuterStorageFoldableBase
id: ClothingOuterCoatCargoBomber
name: cargo gorka
description: A heavy canvas gorka for cold shifts in Cargo.
components:
- type: Sprite
sprite: _CD/Clothing/OuterClothing/Coats/cargobomber.rsi
- type: Clothing
sprite: _CD/Clothing/OuterClothing/Coats/cargobomber.rsi

- type: entity
parent: [ClothingOuterStorageFoldableBaseOpened, ClothingOuterCoatCargoBomber]
id: ClothingOuterCoatCargoBomberOpened
name: cargo gorka
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": "Modified by Github KittenColony / Discord kittencolony (297865728374210561) from https://github.com/tgstation/tgstation/pull/77456",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon-open"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "open-equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "open-inhand-left",
"directions": 4
},
{
"name": "open-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.

0 comments on commit ca2f520

Please sign in to comment.