Skip to content

Commit

Permalink
Iaa backpack (space-wizards#38)
Browse files Browse the repository at this point in the history
* Added a special backpack for the iaa

* Changed colors to lether

* Fixed error with copyright

* Added localisation
  • Loading branch information
PilgrimViis authored Dec 25, 2022
1 parent 572b593 commit 01cf3c4
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
ent-ClothingBackpack = рюкзак
.desc = Вы носите это на спине и кладете в него предметы.
.suffix = { "" }
ent-ClothingBackpackIAA = кожанный рюкзак АВД
.desc = Это кожанный рюкзак сшитый LV специально по заказу НТ
.suffix = { "" }
ent-ClothingBackpackClown = хихишкин фон хонкертон
.desc = Это рюкзак, изготовленный компанией «Honk! Co».
.suffix = { "" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@

- type: entity
noSpawn: true
parent: ClothingBackpack
parent: ClothingBackpackIAA
id: ClothingBackpackIAAFilled
components:
- type: StorageFill
Expand Down
9 changes: 9 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Back/backpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@
- type: Sprite
sprite: Clothing/Back/Backpacks/chemistry.rsi

- type: entity
parent: ClothingBackpack
id: ClothingBackpackIAA
name: IAA backpack
description: A backpack which was designed LV specially for NT's IAA.
components:
- type: Sprite
sprite: Clothing/Back/Backpacks/iaa.rsi

- type: entity
parent: ClothingBackpack
id: ClothingBackpackHydroponics
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/Back/Backpacks/iaa.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": "Made by Viis",
"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 01cf3c4

Please sign in to comment.