Skip to content

Commit

Permalink
Food and Beverage Spawners (space-wizards#9547)
Browse files Browse the repository at this point in the history
* Textures to make lamps mappable to East/West.

* Adds various rng food and beverage spawners for mapping. Also adds a smaller icon for rndm arcade machine because the other was triggering people.

* Fix

* ugh

* edits

* Oops, missed a couple xenos

Co-authored-by: Jeff <[email protected]>
  • Loading branch information
IamVelcroboy and BurningRash authored Jul 13, 2022
1 parent d6280ec commit abc8d5b
Show file tree
Hide file tree
Showing 10 changed files with 547 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
- type: entity
id: RandomDrinkBottle
name: random drink spawner
suffix: Bottle
parent: MarkerBase
placement:
mode: AlignTileAny
components:
- type: Sprite
layers:
- state: red
- texture: Objects/Consumable/Drinks/ginbottle.rsi/icon.png
- type: RandomSpawner
#small item
prototypes:
- DrinkAbsintheBottleFull
- DrinkBlueCuracaoBottleFull
- DrinkCognacBottleFull
- DrinkGrenadineBottleFull
- DrinkGinBottleFull
- DrinkGoldschlagerBottleFull
- DrinkKahluaBottleFull
- DrinkMelonLiquorBottleFull
- DrinkPatronBottleFull
- DrinkRumBottleFull
- DrinkTequilaBottleFull
- DrinkVermouthBottleFull
- DrinkVodkaBottleFull
- DrinkWhiskeyBottleFull
- DrinkWineBottleFull
- DrinkBeer
- DrinkAleBottleFull
chance: 0.8
offset: 0.0
#rare
rarePrototypes:
- DrinkPoisonWinebottleFull
rareChance: 0.01
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
- type: entity
id: RandomDrinkGlass
name: random drink spawner
suffix: Glass
parent: MarkerBase
placement:
mode: AlignTileAny
components:
- type: Sprite
layers:
- state: red
- texture: Objects/Consumable/Drinks/beerglass.rsi/icon.png
- type: RandomSpawner
#small item
prototypes:
- DrinkAbsintheGlass
- DrinkAleGlass
- DrinkAloe
- DrinkAndalusia
- DrinkAntifreeze
- DrinkB52Glass
- DrinkBahamaMama
- DrinkBananaHonkGlass
- DrinkBarefootGlass
- DrinkBeerglass
- DrinkBerryJuice
- DrinkBilkGlass
- DrinkBlackRussianGlass
- DrinkBlueCuracaoGlass
- DrinkBloodyMaryGlass
- DrinkBooger
- DrinkBraveBullGlass
- DrinkCarrotJuice
- DrinkChocolateGlass
- DrinkCafeLatte
- DrinkCognacGlass
- DrinkCubaLibreGlass
- DrinkDeadRumGlass
- DrinkDevilsKiss
- DrinkDriestMartiniGlass
- DrinkDrGibbGlass
- DrinkErikaSurprise
- DrinkFourteenLokoGlass
- DrinkGargleBlasterGlass
- DrinkGinFizzGlass
- DrinkGinGlass
- DrinkGinTonicglass
- DrinkGoldschlagerGlass
- DrinkGrapeJuice
- DrinkGreenTeaGlass
- DrinkGrogGlass
- DrinkHippiesDelightGlass
- DrinkIcedCoffeeGlass
- DrinkIcedGreenTeaGlass
- DrinkIcedBeerGlass
- DrinkIceCreamGlass
- DrinkIrishCarBomb
- DrinkIrishCoffeeGlass
- DrinkLemonadeGlass
- DrinkKiraSpecial
- DrinkLongIslandIcedTeaGlass
- DrinkManhattanGlass
- DrinkManlyDorfGlass
- DrinkMargaritaGlass
- DrinkMartiniGlass
- DrinkMeadGlass
- DrinkMilkshake
- DrinkMojito
- DrinkNTCahors
- DrinkPatronGlass
- DrinkRedMeadGlass
- DrinkRewriter
- DrinkRootBeerFloatGlass
- DrinkRumGlass
- DrinkSakeGlass
- DrinkSbitenGlass
- DrinkScrewdriverCocktailGlass
- DrinkSuiDreamGlass
- DrinkSingulo
- DrinkSoyLatte
- DrinkSyndicatebomb
- DrinkTequilaSunriseGlass
- DrinkThreeMileIslandGlass
- DrinkToxinsSpecialGlass
- DrinkVodkaMartiniGlass
- DrinkVodkaTonicGlass
- DrinkWatermelonJuice
- DrinkWhiskeyColaGlass
- DrinkWhiskeySodaGlass
- DrinkWhiteRussianGlass
- DrinkWineGlass
- DrinkShakeBlue
- DrinkShakeWhite
chance: 0.8
offset: 0.0
#rare
rarePrototypes:
- DrinkAcidSpitGlass
- DrinkAlliesCocktail
- DrinkAmasecGlass
- DrinkAtomicBombGlass
- DrinkDemonsBlood
- DrinkDoctorsDelightGlass
- DrinkNeurotoxinGlass
- DrinkNuclearColaGlass
- DrinkSilencerGlass
- DrinkShakeMeat
- DrinkShakeRobo
- DrinkHoochGlass
- DrinkBeepskySmashGlass
rareChance: 0.05
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
- type: entity
id: RandomFoodBakedSingle
name: random baked food spawner
suffix: Single Serving
parent: MarkerBase
placement:
mode: AlignTileAny
components:
- type: Sprite
layers:
- state: red
- texture: Objects/Consumable/Food/Baked/pie.rsi/plain-slice.png
- type: RandomSpawner
prototypes:
- FoodBreadPlainSlice
- FoodBreadMeatSlice
- FoodBreadBananaSlice
- FoodBreadCreamcheeseSlice
- FoodBreadMoldySlice
- FoodBreadGarlicSlice
- FoodBreadButteredToast
- FoodCakeBlueberrySlice
- FoodCakePlainSlice
- FoodCakeCarrotSlice
- FoodCakeCheeseSlice
- FoodCakeOrangeSlice
- FoodCakeLimeSlice
- FoodCakeLemonSlice
- FoodCakeChocolateSlice
- FoodCakeAppleSlice
- FoodCakeSlimeSlice
- FoodCakePumpkinSlice
- FoodCakeChristmasSlice
- FoodCakeVanillaSlice
- FoodCakeBirthdaySlice
- FoodBakedMuffin
- FoodBakedMuffinBerry
- FoodBakedMuffinCherry
- FoodBakedMuffinBluecherry
- FoodBakedBunHoney
- FoodBakedBunHotX
- FoodBakedBunMeat
- FoodBakedCookie
- FoodBakedCookieFortune
- FoodBakedCookieOatmeal
- FoodBakedCookieRaisin
- FoodBakedCookieSugar
- FoodBakedNugget
- FoodBakedPancake
- FoodBakedPancakeBb
- FoodBakedPancakeCc
- FoodBakedWaffle
- FoodBakedWaffleSoy
- FoodBakedWaffleSoylent
- FoodBakedWaffleRoffle
- FoodBakedPretzel
- FoodBakedCannoli
- FoodPieAppleSlice
- FoodPieBaklavaSlice
- FoodPieClafoutisSlice
- FoodPieMeatSlice
- FoodPieCherrySlice
- FoodPieFrostySlice
- FoodTartGrape
- FoodTartCoco
chance: 0.8
offset: 0.0
#rare
rarePrototypes:
- FoodBreadMeatSpiderSlice
- FoodBreadMimanaSlice
- FoodCakeBrainSlice
- FoodCakeClownSlice
- FoodCakeSpacemanSlice
- FoodTartGapple
- FoodBreadMeatXenoSlice
- FoodPieXenoSlice
rareChance: 0.05
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
- type: entity
id: RandomFoodBakedWhole
name: random baked food spawner
suffix: Whole
parent: MarkerBase
placement:
mode: AlignTileAny
components:
- type: Sprite
layers:
- state: red
- texture: Objects/Consumable/Food/Baked/pie.rsi/plain.png
- type: RandomSpawner
#small item
prototypes:
- FoodBreadVolcanic
- FoodBreadPlain
- FoodBreadMeat
- FoodBreadBanana
- FoodBreadTofu
- FoodBreadCreamcheese
- FoodBreadBaguette
- FoodCakeBlueberry
- FoodCakePlain
- FoodCakeCheese
- FoodCakeCarrot
- FoodCakeOrange
- FoodCakeLime
- FoodCakeLemon
- FoodCakeChocolate
- FoodCakeApple
- FoodCakeSlime
- FoodCakePumpkin
- FoodCakeChristmas
- FoodCakeBirthday
- FoodCakeVanilla
- FoodPieApple
- FoodPieBaklava
- FoodPieBananaCream
- FoodPieClafoutis
- FoodPieCherry
- FoodPieMeat
- FoodPieFrosty
chance: 0.8
offset: 0.0
#rare
rarePrototypes:
- FoodBreadMeatSpider
- FoodBreadMimana
- FoodCakeBrain
- FoodCakeClown
- FoodCakeSpaceman
- FoodPieXeno
- FoodPieAmanita
- FoodPiePlump
- FoodBreadMeatXeno
- FoodPieXeno
rareChance: 0.05
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
- type: entity
id: RandomFoodMeal
name: random food spawner
suffix: Meal
parent: MarkerBase
placement:
mode: AlignTileAny
components:
- type: Sprite
layers:
- state: red
- texture: Objects/Consumable/Food/meals.rsi/cornedbeef.png
- type: RandomSpawner
prototypes:
- FoodMealPotatoLoaded
- FoodMealFries
- FoodMealFriesCheesy
- FoodMealFriesCarrot
- FoodMealNachos
- FoodMealNachosCheesy
- FoodMealNachosCuban
- FoodMealEggplantParm
- FoodMealPotatoYaki
- FoodMealCubancarp
- FoodMealCornedbeef
- FoodMealPigblanket
- FoodMealRibs
- FoodMealEggsbenedict
- FoodMealOmelette
- FoodMealFriedegg
- FoodMealQueso
- FoodMealSashimi
- FoodMealEnchiladas
- FoodNoodlesChowmein
- FoodNoodlesSpesslaw
- FoodNoodlesMeatball
- FoodSoupPea
- FoodSaladHerb
- FoodSaladValid
- FoodSaladFruit
- FoodSaladJungle
- FoodSaladCitrus
- FoodRiceBoiled
- FoodRiceEgg
- FoodRicePork
- FoodRicePudding
- FoodRiceGumbo
- FoodOatmeal
- FoodSoupMeatball
- FoodSoupVegetable
- FoodSoupNettle
- FoodSoupChiliHot
- FoodSoupChiliCold
- FoodSoupTomato
- FoodSoupMiso
- FoodSoupMushroom
- FoodSoupBeet
- FoodSoupPotato
- FoodSoupOnion
- FoodSoupBisque
- FoodSoupBungo
chance: 0.8
offset: 0.0
#rare
rarePrototypes:
- FoodMealMint
- FoodMealBearsteak
- FoodMealMilkape
- DisgustingSweptSoup
- FoodMealMemoryleek
- FoodSaladAesir
- FoodSaladEden
- FoodJellyDuff
- FoodJellyAmanita
- FoodSoupSlime
- FoodSoupTomatoBlood
- FoodSoupWingFangChu
- FoodSoupClown
- FoodSoupMystery
- FoodSoupChiliClown
- FoodSoupMonkey
- FoodSoupEyeball
- FoodSoupElectron
rareChance: 0.05
Loading

0 comments on commit abc8d5b

Please sign in to comment.