Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Спрайты... #27

Merged
merged 4 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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
Loading