-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert хуеты из моего ПРа и реворк ее (#168)
* Revert "Увеличена ёмкость СМЭС и подстанций" This reverts commit 895fc10. * Reverse Signed-off-by: JDtrimble <[email protected]> * Подредачил систему рандомизации лута в торгоматах. Посмотрим как выйдет Signed-off-by: JDtrimble <[email protected]> * Вернул изменение СМЭСов, которое не повлияет на злосчастный фронтир --------- Signed-off-by: JDtrimble <[email protected]>
- Loading branch information
Showing
55 changed files
with
542 additions
and
479 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
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
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
24 changes: 12 additions & 12 deletions
24
Resources/Prototypes/Catalog/VendingMachines/Inventories/atmosdrobe.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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
- type: vendingMachineInventory | ||
id: AtmosDrobeInventory | ||
startingInventory: | ||
ClothingBackpackDuffelAtmospherics: 6 # Sunrise-edit | ||
ClothingBackpackSatchelAtmospherics: 6 # Sunrise-edit | ||
ClothingBackpackAtmospherics: 6 # Sunrise-edit | ||
ClothingUniformJumpsuitAtmos: 5 # Sunrise-edit | ||
ClothingUniformJumpskirtAtmos: 5 # Sunrise-edit | ||
ClothingUniformJumpsuitAtmosCasual: 5 # Sunrise-edit | ||
ClothingShoesColorWhite: 5 # Sunrise-edit | ||
ClothingHeadsetEngineering: 4 # Sunrise-edit | ||
ClothingHeadHelmetFire: 4 # Sunrise-edit | ||
ClothingOuterSuitFire: 4 # Sunrise-edit | ||
ClothingOuterWinterAtmos: 4 # Sunrise-edit | ||
ClothingNeckScarfStripedLightBlue: 6 # Sunrise-edit | ||
ClothingBackpackDuffelAtmospherics: 2 | ||
ClothingBackpackSatchelAtmospherics: 2 | ||
ClothingBackpackAtmospherics: 2 | ||
ClothingUniformJumpsuitAtmos: 3 | ||
ClothingUniformJumpskirtAtmos: 3 | ||
ClothingUniformJumpsuitAtmosCasual: 3 | ||
ClothingShoesColorWhite: 3 | ||
ClothingHeadsetEngineering: 2 | ||
ClothingHeadHelmetFire: 2 | ||
ClothingOuterSuitFire: 2 | ||
ClothingOuterWinterAtmos: 2 | ||
ClothingNeckScarfStripedLightBlue: 3 |
30 changes: 15 additions & 15 deletions
30
Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
- type: vendingMachineInventory | ||
id: BarDrobeInventory | ||
startingInventory: | ||
ClothingHeadHatBowlerHat: 4 # Sunrise-edit | ||
ClothingHeadHatTophat: 4 # Sunrise-edit | ||
ClothingEyesHudBeer: 3 # Sunrise-edit | ||
ClothingEyesEyepatchHudBeer: 3 # Sunrise-edit | ||
ClothingHeadsetService: 5 # Sunrise-edit | ||
ClothingOuterApronBar: 4 # Sunrise-edit | ||
ClothingOuterWinterBar: 4 # Sunrise-edit | ||
ClothingUniformJumpsuitBartender: 4 # Sunrise-edit | ||
ClothingUniformJumpskirtBartender: 4 # Sunrise-edit | ||
ClothingUniformJumpsuitBartenderPurple: 4 # Sunrise-edit | ||
ClothingShoesColorBlack: 4 # Sunrise-edit | ||
ClothingOuterArmorBasicSlim: 4 # Sunrise-edit | ||
ClothingOuterVest: 4 # Sunrise-edit | ||
ClothingBeltBandolier: 4 # Sunrise-edit | ||
ClothingEyesGlassesSunglasses: 4 # Sunrise-edit | ||
ClothingHeadHatBowlerHat: 2 | ||
ClothingHeadHatTophat: 2 | ||
ClothingEyesHudBeer: 2 | ||
ClothingEyesEyepatchHudBeer: 2 | ||
ClothingHeadsetService: 2 | ||
ClothingOuterApronBar: 2 | ||
ClothingOuterWinterBar: 2 | ||
ClothingUniformJumpsuitBartender: 2 | ||
ClothingUniformJumpskirtBartender: 2 | ||
ClothingUniformJumpsuitBartenderPurple: 2 | ||
ClothingShoesColorBlack: 2 | ||
ClothingOuterArmorBasicSlim: 2 | ||
ClothingOuterVest: 2 | ||
ClothingBeltBandolier: 2 | ||
ClothingEyesGlassesSunglasses: 2 | ||
|
28 changes: 14 additions & 14 deletions
28
Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
- type: vendingMachineInventory | ||
id: CargoDrobeInventory | ||
startingInventory: | ||
ClothingBackpackCargo: 6 # Sunrise-edit | ||
ClothingBackpackSatchelCargo: 6 # Sunrise-edit | ||
ClothingBackpackDuffelCargo: 6 # Sunrise-edit | ||
ClothingUniformJumpsuitCargo: 5 # Sunrise-edit | ||
ClothingUniformJumpskirtCargo: 5 # Sunrise-edit | ||
ClothingShoesColorBlack: 5 # Sunrise-edit | ||
ClothingHandsGlovesFingerless: 6 # Sunrise-edit | ||
ClothingHeadHatCargosoft: 6 # Sunrise-edit | ||
ClothingHeadBandBrown: 6 # Sunrise-edit | ||
ClothingHeadsetCargo: 9 # Sunrise-edit | ||
ClothingOuterWinterCargo: 4 # Sunrise-edit | ||
ClothingOuterWinterMiner: 4 # Sunrise-edit | ||
ClothingNeckScarfStripedBrown: 6 # Sunrise-edit | ||
ClothingShoesBootsWinterCargo: 4 # Sunrise-edit | ||
ClothingBackpackCargo: 3 | ||
ClothingBackpackSatchelCargo: 3 | ||
ClothingBackpackDuffelCargo: 3 | ||
ClothingUniformJumpsuitCargo: 3 | ||
ClothingUniformJumpskirtCargo: 3 | ||
ClothingShoesColorBlack: 3 | ||
ClothingHandsGlovesFingerless: 3 | ||
ClothingHeadHatCargosoft: 3 | ||
ClothingHeadBandBrown: 3 | ||
ClothingHeadsetCargo: 3 | ||
ClothingOuterWinterCargo: 2 | ||
ClothingOuterWinterMiner: 2 | ||
ClothingNeckScarfStripedBrown: 3 | ||
ClothingShoesBootsWinterCargo: 2 |
Oops, something went wrong.