Hey, we have forums!

Author Topic: Any full recipe locations list ?  (Read 32309 times)

0 Members and 2 Guests are viewing this topic.

Offline VaN

  • One Bit
  • *
  • Posts: 1
    • View Profile
Any full recipe locations list ?
« on: May 20, 2010, 06:05:49 pm »
Hi,

I just beat the game, and I'd like to get it 100%. I got 9/13 recipes pages filled. And I can't find the others. Is there a page that liste the location of every recipe in th game ?

Offline WiZaRDuSS

  • Bit Bit
  • ****
  • Posts: 65
    • View Profile
Re: Any full recipe locations list ?
« Reply #1 on: May 20, 2010, 06:52:01 pm »
You can't find every recipe in game, some are just trial and error.
I copied this from the data file of the game which holds all recipes, I hope this helps:

Code: [Select]
==Recipes==
PoisonLoaf + PoisonLoaf = PoisonLoaf
Soup + RottenMeat = PoisonSoup
SeaCake + RottenMeat = RottenCake
RottenMeat + Anything = PoisonLoaf
ButterySeaLoaf + LegendaryCake + DivineSoup = LoafOfLife
HeartySoup + TurtleMeat = TurtleSoup
HotSoup + RedBerry + RedBulb = HotBorscht
ColdSoup + RedBerry + RedBulb = ColdBorscht
HealingPoultice + ButterySeaLoaf + SmallBone = Vedha'sCure-All
HealingPoultice + GlowingEgg = LeechingPoultice
HealingPoultice + SmallEye = SightPoultice
PlantLeaf + FishOil + SpicyMeat = SpicyRoll
SpicyRoll + RedBulb + SpicySoup = VolcanoRoll
HandRoll + SwordfishSteak + SmallEye = LeadershipRoll
HandRoll + Oil + Egg = Perogi
Perogi + Mushroom = PlumpPerogi
PerogiType + PoisonSoup = Zuuna'sPerogi
Anything + PoisonSoup = PoisonLoaf
HandRoll + SpiderEgg = SpiderRoll
HandRoll + FishOil = TastyRoll
PlantLeaf + Meat = HandRoll
HotSoup + Mushroom + SmallTentacle = LongLifeSoup
LeafPoultice + SpecialBulb + EelOil = ArcanePoultice
HeartySoup + HealingPoultice = MagicSoup
HeartySoup + VeggieCake = RoyalSoup
HotSoup + SpicyMeat = SpicySoup
Soup + RainbowMushroom = RainbowSoup
HeartySoup + SharkFin = SharkFinSoup
HotSoup + Meat = HeartySoup
HotSoup + PlantLeaf = VeggieSoup
HotSoup + Bulb = VeggieSoup
RoyalSoup + MagicSoup = DivineSoup
SeaCake + RubberyMeat = ToughCake
VeggieCake + RedBerry = SpecialCake
TastyCake + ArcanePoultice + RukhEgg = LegendaryCake
JellyOil + Egg + IceChunk = IceCream
IceCream + RedBerry = BerryIceCream
IceCream + PlantLeaf = VeggieIceCream
IceCream + SmallEye + GlowingEgg = DumboIceCream
SeaCake + PlantLeaf = VeggieCake
SeaCake + SmallEye = TastyCake
SeaCake + CrabMeat = CrabCake
RottenCake + HealingPoultice = SwampCake
LeafPoultice + JellyOil = HealingPoultice
PlantLeaf + PlantLeaf = LeafPoultice
SeaLoaf + Oil = ButterySeaLoaf
Oil + Egg = SeaCake
Soup + IceChunk = ColdSoup
Oil + Meat = HotSoup
PlantLeaf + PlantLeaf = LeafPoultice
ButterySeaLoaf + Bone + PlantLeaf = VedhaSeaCrisp
« Last Edit: May 20, 2010, 06:58:44 pm by WiZaRDuSS »

Offline Alphasoldier

  • Dream Bit
  • **********
  • Posts: 1810
  • Zero Suit!
    • View Profile
Re: Any full recipe locations list ?
« Reply #2 on: May 20, 2010, 08:56:55 pm »
Actually, I believe you CAN find every recipe ingame. Or I'm just missing one or two. I got 12 pages full, then I searched on the forum to figure out that there was a 3rd way to make sea loaf and missed one more recipe.
God sees and knows everything, but at least he won't gossip about it.

Offline WiZaRDuSS

  • Bit Bit
  • ****
  • Posts: 65
    • View Profile
Re: Any full recipe locations list ?
« Reply #3 on: May 20, 2010, 09:03:13 pm »
I haven't been able to find Loaf of Life as a recipe in game for example.. and I did search for quite some time..

Offline Alphasoldier

  • Dream Bit
  • **********
  • Posts: 1810
  • Zero Suit!
    • View Profile
Re: Any full recipe locations list ?
« Reply #4 on: May 20, 2010, 09:09:24 pm »
Coward has it, open up Aquaria\scripts\entities\coward.lua

if chance(1) then
      spawnIngredient("LoafOfLife", entity_x(me), entity_y(me))
God sees and knows everything, but at least he won't gossip about it.

Offline Lady-Succubus

  • Hero Bit
  • *********
  • Posts: 538
  • Aren't I cuuuutee? =^.^=
    • View Profile
    • Woefully Outdated Blog
Re: Any full recipe locations list ?
« Reply #5 on: May 20, 2010, 10:13:02 pm »
What is Coward? o.o
Bored little neko, pouncing along, scattering posts everywhere. =^.^=

Offline Knight

  • Bit Bit
  • ****
  • Posts: 55
    • View Profile
Re: Any full recipe locations list ?
« Reply #6 on: May 20, 2010, 10:28:46 pm »
Some sort of slug-looking beastie that I don't recognize immediately, according to the gfx files...

Offline Lady-Succubus

  • Hero Bit
  • *********
  • Posts: 538
  • Aren't I cuuuutee? =^.^=
    • View Profile
    • Woefully Outdated Blog
Re: Any full recipe locations list ?
« Reply #7 on: May 20, 2010, 10:34:42 pm »
Some sort of slug-looking beastie that I don't recognize immediately, according to the gfx files...
Looks like a fat banana. =^.^=
Bored little neko, pouncing along, scattering posts everywhere. =^.^=

Offline WiZaRDuSS

  • Bit Bit
  • ****
  • Posts: 65
    • View Profile
Re: Any full recipe locations list ?
« Reply #8 on: May 20, 2010, 11:01:20 pm »
I did see that guy somewhere, can't remember where though..

Offline Lady-Succubus

  • Hero Bit
  • *********
  • Posts: 538
  • Aren't I cuuuutee? =^.^=
    • View Profile
    • Woefully Outdated Blog
Re: Any full recipe locations list ?
« Reply #9 on: May 20, 2010, 11:10:24 pm »
I wonder if he makes noises like a banana. ^.^

I'm guessing he was either in the kelp forest or the veil, but I'm leaning more to the kelp forest simply because he's yellow. =^.^=
Bored little neko, pouncing along, scattering posts everywhere. =^.^=

Offline Xiagan

  • Global Moderator
  • Dream Bit
  • **********
  • Posts: 1452
  • "Does absolution lie above the waves?"
    • View Profile
Re: Any full recipe locations list ?
« Reply #10 on: May 20, 2010, 11:46:44 pm »
He's in the Kelp Forest, in the Map with the turtle. Try to catch him, it's very hard... ;)
"Sire, I had no need of that hypothesis." (Laplace)

~ www.xiagan.net ~

Offline Zoko

  • Super Bit
  • ********
  • Posts: 402
    • View Profile
Re: Any full recipe locations list ?
« Reply #11 on: May 21, 2010, 12:05:16 am »
Coward has it, open up Aquaria\scripts\entities\coward.lua

I cheated, I looked up the recipe for loaf of life online. :D

But the funny thing is, when I was collecting stuff to make the ingredients that make the ingredients that make Loaf of Life, I ran into this guy, and seeing as how I haven't seen him before, I killed him just to see what he drops...  :)
I refuse to have a signature!

Offline Alphasoldier

  • Dream Bit
  • **********
  • Posts: 1810
  • Zero Suit!
    • View Profile
Re: Any full recipe locations list ?
« Reply #12 on: May 21, 2010, 12:41:54 am »
He got stuck while running with me the first time. I just found it a weird creature, magically dropped the loaf of life in one time and then I never saw him again, then I started hunting for him and it became easy to get the good stuff. But yeah, that was my third run through.
God sees and knows everything, but at least he won't gossip about it.

Offline Lady-Succubus

  • Hero Bit
  • *********
  • Posts: 538
  • Aren't I cuuuutee? =^.^=
    • View Profile
    • Woefully Outdated Blog
Re: Any full recipe locations list ?
« Reply #13 on: May 21, 2010, 02:15:26 am »
Bananas are delicious. Why wouldn't they run? xD
Bored little neko, pouncing along, scattering posts everywhere. =^.^=

Offline Zanith

  • Bit
  • ***
  • Posts: 29
  • Magneficent Glutton
    • View Profile
Re: Any full recipe locations list ?
« Reply #14 on: May 21, 2010, 06:20:25 am »
A banana that drops Loaves of Life? That's quite the a-peelin' enemy.

*bows*

Thank you, thank you, I'll be here all night. Remember to tip your waitresses. xP