forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Спрайты... * Фиксы rsi * Ещё пару фиксов * Ещё адин фикс
- Loading branch information
1 parent
e781413
commit 99ec49b
Showing
2,643 changed files
with
9,530 additions
and
4,173 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
Resources/Prototypes/Corvax/Catalog/Fills/Backpacks/backpack.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
11
Resources/Prototypes/Corvax/Catalog/Fills/Backpacks/duffelbag.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
11
Resources/Prototypes/Corvax/Catalog/Fills/Backpacks/satchel.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
12
Resources/Prototypes/Corvax/Entities/Clothing/Back/backpacks.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
12
Resources/Prototypes/Corvax/Entities/Clothing/Back/duffel.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
12
Resources/Prototypes/Corvax/Entities/Clothing/Back/messenger.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
12
Resources/Prototypes/Corvax/Entities/Clothing/Back/satchel.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.