Skip to content

Commit

Permalink
Warden Backpack (#2610)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meguneri authored Sep 30, 2024
1 parent 766d416 commit 13bfb00
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ ent-ClothingDeathSquadronBackpack = death squadron backpack
.desc = A spacious backpack using bluespace technology.
ent-ClothingBackpackCE = chief engineer backpack
.desc = Technicially progressive backpack.
ent-ClothingBackpackWarden = warden backpack
.desc = It's a very robust blue backpack.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ ent-ClothingDeathSquadronBackpack = рюкзак эскадрона смерти
.desc = Вместительный рюкзак использующий технологию БлюСпейс.
ent-ClothingBackpackCE = рюкзак старшего инженера
.desc = Технически продвинутый рюкзак.
ent-ClothingBackpackWarden = рюкзак смотрителя
.desc = Это очень робастный синий рюкзак.
2 changes: 2 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- id: BookSpaceLaw
- id: ClothingHeadHatCapWardenAlt # Corvax-SecFashion
- id: ClothingOuterCoatWardenAlt # Corvax-SecFashion
- id: ClothingBackpackWarden # Corvax-SecFashion
- id: ClothingBackpackElectropack
amount: 2
- id: RemoteSignaller
Expand Down Expand Up @@ -50,6 +51,7 @@
- id: DoorRemoteArmory
- id: HoloprojectorSecurity
- id: BookSpaceLaw
- id: ClothingBackpackWarden # Corvax-SecFashion
- id: ClothingBackpackElectropack
amount: 2
- id: RemoteSignaller
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/Corvax/Entities/Clothing/Back/backpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,13 @@
components:
- type: Sprite
sprite: Corvax/Back/Backpacks/ce.rsi

- type: entity
parent: ClothingBackpack
id: ClothingBackpackWarden
name: warden backpack
description: It's a very robust blue backpack.
components:
- type: Sprite
sprite: Corvax/Back/Backpacks/warden.rsi

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/Corvax/Back/Backpacks/warden.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": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2e24b7af2221928e4b844a29408e821b60a5fe29, tweak by @mureixlol, modified by Meguneri",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 13bfb00

Please sign in to comment.