Clone Recipe help

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
Post Reply
User avatar
Eleven Warrior
Posts: 752
Joined: Thu Apr 18, 2013 2:32 pm
Location: Australia

Clone Recipe help

Post by Eleven Warrior »

Hi Guys...

I would like to clone the recipies from the Assets Pack to incorporate Akromas items

Bloodreed
Dewdrop
Gaiabell
Nightbeed
Willow thorn

---This is the original recipe file ---

defineRecipe{
item = "potion_healing",
ingredients = {
1, "flask",
1, "tar_bead",
}
}

What I need is to Clone it to add Akromas ingredient.. The Herb is (nightbeed ) this + a flask makes a Healing Potion just like the Tar bead

then the rest oif the Herbs will be copy and paste and ill just change the Ingredients..

Thank You...
User avatar
petri
Posts: 1917
Joined: Thu Mar 01, 2012 4:58 pm
Location: Finland

Re: Clone Recipe help

Post by petri »

Just place your new recipe definition in one of the files included by your mod's init.lua and it should work.
User avatar
msyblade
Posts: 792
Joined: Fri Oct 12, 2012 4:40 am
Location: New Mexico, USA
Contact:

Re: Clone Recipe help

Post by msyblade »

As petri says, just replace "tar_bead" in the script with "nightbeed", and make sure your init.lua imports the file that contains the script!
Currently conspiring with many modders on the "Legends of the Northern Realms"project.

"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades
User avatar
Eleven Warrior
Posts: 752
Joined: Thu Apr 18, 2013 2:32 pm
Location: Australia

Re: Clone Recipe help

Post by Eleven Warrior »

Hi Petri and Mysblade..

Thank you for the information, I though it would be as simple as that...

(man what was I thinking--LOL)

Thxs again
Post Reply