forked from Vault-Overseers/nuclear-14
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from Vault-Overseers/master
up
- Loading branch information
Showing
151 changed files
with
31,079 additions
and
14,440 deletions.
There are no files selected for viewing
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
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
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,4 @@ | ||
- files: ["brushgunfire.ogg"] | ||
license: "CC-BY-NC-SA-3.0" | ||
copyright: "BigIron github and it's sources" | ||
source: "https://www.myinstants.com/en/instant/war-never-changes-fallouts-narrator-15365/" # unsure what to attribute when there ain't link source |
Binary file not shown.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
111 changes: 111 additions & 0 deletions
111
Resources/Prototypes/_Nuclear14/Catalog/Fills/Boxes/mre.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,111 @@ | ||
- type: entity | ||
name: cardboard box | ||
parent: BoxBase | ||
id: N14BoxCardboardMREBox | ||
description: An old cardboard box for storing things. | ||
components: | ||
- type: Sprite | ||
sprite: _Nuclear14/Objects/Misc/storage.rsi | ||
state: c-ration | ||
|
||
- type: entity | ||
name: C ration | ||
parent: N14BoxCardboardMREBox | ||
id: N14BoxCardboardMREBoxCFilled | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: N14FoodTinC1 | ||
- id: N14FoodTinC2 | ||
- id: N14FoodTinC3 | ||
- id: FoodCondimentPacketHotsauce | ||
prob: 0.2 | ||
orGroup: Condiment | ||
- id: FoodCondimentPacketKetchup | ||
prob: 0.2 | ||
orGroup: Condiment | ||
- id: FoodCondimentPacketBbq | ||
prob: 0.2 | ||
orGroup: Condiment | ||
- id: FoodCondimentPacketHorseradish | ||
prob: 0.2 | ||
orGroup: Condiment | ||
- id: FoodCondimentPacketMustard | ||
prob: 0.2 | ||
orGroup: Condiment | ||
- id: DrinkWaterBottleFull | ||
prob: 0.9 | ||
orGroup: Bottle | ||
- id: DrinkBeerBottleFull | ||
prob: 0.1 | ||
orGroup: Bottle | ||
- id: N14CigaretteWinston | ||
prob: 0.1 | ||
orGroup: Cigarette | ||
- id: N14CigaretteSalem | ||
prob: 0.1 | ||
orGroup: Cigarette | ||
- id: N14CigaretteRepublic | ||
prob: 0.1 | ||
orGroup: Cigarette | ||
- id: N14CigaretteMarlboro | ||
prob: 0.2 | ||
orGroup: Cigarette | ||
- id: N14CigaretteKool | ||
prob: 0.1 | ||
orGroup: Cigarette | ||
- id: Matchbox | ||
|
||
- type: entity | ||
name: K ration | ||
parent: N14BoxCardboardMREBox | ||
id: N14BoxCardboardMREBoxKFilled | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: N14FoodTinK | ||
- id: N14FoodTinKCracker | ||
- id: N14FoodTinC3 | ||
- id: FoodCondimentPacketHotsauce | ||
prob: 0.2 | ||
orGroup: Condiment | ||
- id: FoodCondimentPacketKetchup | ||
prob: 0.2 | ||
orGroup: Condiment | ||
- id: FoodCondimentPacketBbq | ||
prob: 0.2 | ||
orGroup: Condiment | ||
- id: FoodCondimentPacketHorseradish | ||
prob: 0.2 | ||
orGroup: Condiment | ||
- id: FoodCondimentPacketMustard | ||
prob: 0.2 | ||
orGroup: Condiment | ||
- id: DrinkWaterBottleFull | ||
prob: 0.6 | ||
orGroup: Bottle | ||
- id: DrinkBeerBottleFull | ||
prob: 0.2 | ||
orGroup: Bottle | ||
- id: DrinkMREFlask | ||
prob: 0.1 | ||
orGroup: Bottle | ||
- id: DrinkSodaWaterBottleFull | ||
prob: 0.1 | ||
orGroup: Bottle | ||
- id: N14CigarettePackWinston | ||
prob: 0.1 | ||
orGroup: Cigarette | ||
- id: N14CigarettePackSalem | ||
prob: 0.1 | ||
orGroup: Cigarette | ||
- id: N14CigarettePackRepublics | ||
prob: 0.1 | ||
orGroup: Cigarette | ||
- id: N14CigarettePackMarlboro | ||
prob: 0.2 | ||
orGroup: Cigarette | ||
- id: N14CigarettePackKool | ||
prob: 0.1 | ||
orGroup: Cigarette | ||
- id: Lighter |
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
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
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
Oops, something went wrong.