Skip to content

Commit

Permalink
Спрайты... (#27)
Browse files Browse the repository at this point in the history
* Спрайты...

* Фиксы rsi

* Ещё пару фиксов

* Ещё адин фикс
  • Loading branch information
Zekins3366 authored Aug 26, 2024
1 parent e781413 commit 99ec49b
Show file tree
Hide file tree
Showing 2,643 changed files with 9,530 additions and 4,173 deletions.
11 changes: 11 additions & 0 deletions Resources/Prototypes/Corvax/Catalog/Fills/Backpacks/backpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- type: entity
parent: ClothingMilitaryBackpack
id: ClothingMilitaryBackpackFilled
noSpawn: true
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: Lighter
- id: CigPackBlack
- id: Flash
11 changes: 11 additions & 0 deletions Resources/Prototypes/Corvax/Catalog/Fills/Backpacks/duffelbag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- type: entity
parent: ClothingBackpackDuffelMilitary
id: ClothingBackpackDuffelMilitaryFilled
noSpawn: true
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: Lighter
- id: CigPackBlack
- id: Flash
11 changes: 11 additions & 0 deletions Resources/Prototypes/Corvax/Catalog/Fills/Backpacks/satchel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- type: entity
parent: ClothingBackpackMilitarySatchel
id: ClothingBackpackMilitarySatchelFilled
noSpawn: true
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: Lighter
- id: CigPackBlack
- id: Flash
12 changes: 12 additions & 0 deletions Resources/Prototypes/Corvax/Entities/Clothing/Back/backpacks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: entity
parent: ClothingBackpack
id: ClothingMilitaryBackpack
name: army backpack
description: A spacious backpack with lots of pockets, worn by military structures.
components:
- type: Sprite
sprite: Corvax/Back/Backpacks/military.rsi
- type: Storage
grid:
- 0,0,6,3
maxItemSize: Huge
12 changes: 12 additions & 0 deletions Resources/Prototypes/Corvax/Entities/Clothing/Back/duffel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelMilitary
name: army duffel bag
description: A large duffel bag for holding any army goods.
components:
- type: Sprite
sprite: Corvax/Back/Duffels/military.rsi
- type: Storage
grid:
- 0,0,7,4
maxItemSize: Huge
12 changes: 12 additions & 0 deletions Resources/Prototypes/Corvax/Entities/Clothing/Back/messenger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: entity
parent: ClothingBackpackMessenger
id: ClothingMilitaryMessenger
name: army messenger
description: A tactical messenger for army related needs.
components:
- type: Sprite
sprite: Corvax/Back/Messenger/military.rsi
- type: Storage
grid:
- 0,0,6,3 # TODO: Change this
maxItemSize: Huge
12 changes: 12 additions & 0 deletions Resources/Prototypes/Corvax/Entities/Clothing/Back/satchel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackMilitarySatchel
name: army satchel
description: A tactical satchel for army related needs.
components:
- type: Sprite
sprite: Corvax/Back/Satchels/military.rsi
- type: Storage
grid:
- 0,0,6,3 # TODO: Change this
maxItemSize: Huge
Loading

0 comments on commit 99ec49b

Please sign in to comment.