Larian Banner: Baldur's Gate Patch 9
Previous Thread
Next Thread
Print Thread
Joined: Jan 2010
Location: USA
F
enthusiast
OP Offline
enthusiast
F
Joined: Jan 2010
Location: USA
I have this mod, Recipe Unlocker, and I have another mod, Recipe Unlocker for Crafting Overhaul. Other than their journal recipes and their __Start subgoal scripts, which call UnlockJournalRecipe() on their respective journal recipes, they are the same mod.

Only the mod first in the load order will run when both are active in the mod manager.

If I disable one mod, the other mod will run. So, I've verified that both mods work; they just don't work together.

The subgoals are named differently, the procedures they call are named differently, and the journal recipes are named differently. However, they both have localization files that have the same name (Recipes.lsb).

This feels like an issue that could be a big problem, especially for mods with scripts that execute on the same events (e.g., GameStarted, SavegameLoaded), or mods with localization files that have the same file name.

What's the deal?

Joined: Sep 2017
X
journeyman
Offline
journeyman
X
Joined: Sep 2017
I've got a two in one solution for you:

I edited your script to unlock recipes directly, no need for the localisation or the journal recipe part

Code
//REGION Unlock all recipes when the player starts the tutorial
IF
GameStarted("TUT_Tutorial_A", _)
AND
DB_IsPlayer((CHARACTERGUID)_Player)
THEN
PROC_UnlockAllRecipes((CHARACTERGUID)_Player);
//END_REGION

//REGION Unlock all recipes when the player loads a save
IF
SavegameLoaded(_,_,_,_)
AND
DB_IsPlayer((CHARACTERGUID)_Player)
THEN
PROC_UnlockAllRecipes((CHARACTERGUID)_Player);
//END_REGION

//REGION
PROC
PROC_UnlockAllRecipes((CHARACTERGUID)_Player)
THEN
CharacterUnlockRecipe(_Player,"RECIPE_1",1);CharacterUnlockRecipe(_Player,"RECIPE_2",1);
//END_REGION



Part two is that it doesn't seem to care if a recipe doesn't exist, so you can probably get away with a single mod both covering Crafting Overhaul and not.

Bonus points; a search and replace can be used to easily convert your existing long list of recipes in recipes_prototypes.lsx to the correct code for the script.

EDIT: Slight hiccup, doesn't work when I add the entire list to script. Might be too long or something.

Last edited by Xaelyn; 05/10/17 02:36 AM.
Joined: Sep 2017
X
journeyman
Offline
journeyman
X
Joined: Sep 2017
Ok, so near as I can tell there is a 1022 character limit per line of a script. Anything more and it breaks.

Mildly annoying, but it should still be doable.

Joined: Jan 2010
Location: USA
F
enthusiast
OP Offline
enthusiast
F
Joined: Jan 2010
Location: USA
Quote
I edited your script to unlock recipes directly, no need for the localisation or the journal recipe part

I don't see the benefit of doing this. Crafting books use journal recipes, so you can award more than one recipe at a time.

Joined: Sep 2017
X
journeyman
Offline
journeyman
X
Joined: Sep 2017
Originally Posted by fireundubh

I don't see the benefit of doing this. Crafting books use journal recipes, so you can award more than one recipe at a time.


Well if that's the part causing a conflict it gets rid of the conflict entirely.


Fully functional script only version:

Code
//REGION Unlock all recipes when the player starts the tutorial
IF
GameStarted("TUT_Tutorial_A", _)
AND
DB_IsPlayer((CHARACTERGUID)_Player)
THEN
PROC_UnlockAllRecipes((CHARACTERGUID)_Player);
//END_REGION

//REGION Unlock all recipes when the player loads a save
IF
SavegameLoaded(_,_,_,_)
AND
DB_IsPlayer((CHARACTERGUID)_Player)
THEN
PROC_UnlockAllRecipes((CHARACTERGUID)_Player);
//END_REGION

//REGION
PROC
PROC_UnlockAllRecipes((CHARACTERGUID)_Player)
THEN
CharacterUnlockRecipe(_Player,"Anvil_LOOT_MetalShard_A_Hammer",1);CharacterUnlockRecipe(_Player,"Anvil_LOOT_Scraps_Metal_A_Hammer",1);CharacterUnlockRecipe(_Player,"Anvil_LOOT_Scraps_Plate_A",1);CharacterUnlockRecipe(_Player,"Anvil_LOOT_Scraps_Plate_A_Hammer",1);CharacterUnlockRecipe(_Player,"Anvil_LOOT_Scraps_Scale_A",1);CharacterUnlockRecipe(_Player,"Anvil_LOOT_Scraps_Scale_A_Hammer",1);CharacterUnlockRecipe(_Player,"ARM_UniversalShapeshiftingMask",1);CharacterUnlockRecipe(_Player,"ArrowShaft_WPN_ArrowHead_Antler_A",1);CharacterUnlockRecipe(_Player,"ArrowShaft_WPN_ArrowHead_BlessedWater_A",1);CharacterUnlockRecipe(_Player,"ArrowShaft_WPN_ArrowHead_Charming_A",1);
CharacterUnlockRecipe(_Player,"ArrowShaft_WPN_ArrowHead_CursedFire_A",1);CharacterUnlockRecipe(_Player,"ArrowShaft_WPN_ArrowHead_Explosive_A",1);CharacterUnlockRecipe(_Player,"ArrowShaft_WPN_ArrowHead_Fire_A",1);CharacterUnlockRecipe(_Player,"ArrowShaft_WPN_ArrowHead_Freezing_A",1);CharacterUnlockRecipe(_Player,"ArrowShaft_WPN_ArrowHead_Poison_A",1);CharacterUnlockRecipe(_Player,"ArrowShaft_WPN_ArrowHead_Poison_Cloud_A",1);CharacterUnlockRecipe(_Player,"ArrowShaft_WPN_ArrowHead_SlowDown_A",1);CharacterUnlockRecipe(_Player,"ArrowShaft_WPN_ArrowHead_Smokescreen_A",1);CharacterUnlockRecipe(_Player,"ArrowShaft_WPN_ArrowHead_Static_Could_A",1);CharacterUnlockRecipe(_Player,"ArrowShaft_WPN_ArrowHead_Steam_A",1);
CharacterUnlockRecipe(_Player,"ArrowShaft_WPN_ArrowHead_Stunning_A",1);CharacterUnlockRecipe(_Player,"ArrowShaft_WPN_ArrowHead_Water_A",1);CharacterUnlockRecipe(_Player,"Axe_LOOT_WoodenStick_A",1);CharacterUnlockRecipe(_Player,"Axe2H_LOOT_WoodenStick_A",1);CharacterUnlockRecipe(_Player,"Bone_LAB_MortarPestle_A",1);CharacterUnlockRecipe(_Player,"Bone_Poison_TOOL_Pouch_Dust_Pixie_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_A_Gold",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_A_LOOT_Feather_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_A_LOOT_Flour_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_A_LOOT_Panties_A",1);
CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_A_LOOT_Paw_A_Rabbit_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_Step2_A_CON_Nature_Mushroom_Chanterelle_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_Step2_A_Gold",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_Step2_A_LOOT_Feather_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_Step2_A_LOOT_Flour_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_Step2_A_LOOT_Hair_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_Step2_A_LOOT_Handkerchief_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_Step2_A_LOOT_Panties_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_Step2_A_LOOT_Paw_A_Rabbit_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_Step2_A_LOOT_Rope_A",1);
CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_Step3_A_CON_Herb_Mushroom_Jellyfish_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_Step3_A_CON_Nature_Mushroom_Chanterelle_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_Step3_A_Gold",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_Step3_A_LOOT_Feather_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_Step3_A_LOOT_Feather_A_Fancy",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_Step3_A_LOOT_Flour_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_Step3_A_LOOT_Hair_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_Step3_A_LOOT_Handkerchief_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_Step3_A_LOOT_Panties_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_Step3_A_LOOT_Paw_A_Rabbit_A",1);
CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Air_Step3_A_LOOT_Rope_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_A_CON_Herb_Mushroom_C",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_A_CON_Herb_Stardust_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_A_CON_Herb_Stardust_B",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_A_CON_Herb_Whisperwood_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_A_LOOT_MetalShard_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_A_LOOT_PieceOfRock_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_A_TOOL_Intestines_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step2_A_CON_Herb_Mushroom_C",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step2_A_CON_Herb_Stardust_A",1);
CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step2_A_CON_Herb_Stardust_B",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step2_A_CON_Herb_Whisperwood_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step2_A_CON_Nature_Mushroom_TrumpetOfDeath_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step2_A_LOOT_Clay_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step2_A_LOOT_MetalShard_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step2_A_LOOT_PieceOfRock_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step2_A_LOOT_Slime_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step2_A_TOOL_Intestines_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step3_A_Augmentor",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step3_A_CON_Herb_Mushroom_C",1);
CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step3_A_CON_Herb_Stardust_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step3_A_CON_Herb_Stardust_B",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step3_A_CON_Herb_Whisperwood_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step3_A_CON_Nature_Mushroom_TrumpetOfDeath_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step3_A_LOOT_Clay_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step3_A_LOOT_MetalShard_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step3_A_LOOT_PieceOfRock_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step3_A_LOOT_Slime_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Earth_Step3_A_TOOL_Intestines_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_A_LOOT_Antler_A",1);
CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_A_LOOT_Claw_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_A_LOOT_Claw_A_Sharp",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_A_LOOT_Claw_Crab_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_A_LOOT_Tooth_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_A_LOOT_Tusk_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step2_A_ITEM_Nails",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step2_A_LOOT_Antler_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step2_A_LOOT_Antler_A_Adult",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step2_A_LOOT_Claw_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step2_A_LOOT_Claw_A_Sharp",1);
CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step2_A_LOOT_Claw_Crab_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step2_A_LOOT_Tooth_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step2_A_LOOT_Tooth_A_Sharp",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step2_A_LOOT_Tusk_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step2_A_LOOT_VoidEggSpike_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step3_A_ITEM_Nails",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step3_A_LOOT_Antler_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step3_A_LOOT_Antler_A_Adult",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step3_A_LOOT_Claw_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step3_A_LOOT_Claw_A_Sharp",1);
CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step3_A_LOOT_Claw_Crab_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step3_A_LOOT_Fang_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step3_A_LOOT_Needle_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step3_A_LOOT_Tooth_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step3_A_LOOT_Tooth_A_Sharp",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step3_A_LOOT_Tusk_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Fire_Step3_A_LOOT_VoidEggSpike_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_A_LOOT_Antler_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_A_LOOT_Antler_A_Adult",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_A_LOOT_Foot_Chicken_A",1);
CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_A_LOOT_Foot_Chicken_A_Big",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_A_LOOT_Sinew_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_A_LOOT_Tail_A_Rat_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_A_LOOT_Tail_A_Rat_A_Long",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_A_Metal",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step2_A_LOOT_Antler_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step2_A_LOOT_Antler_A_Adult",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step2_A_LOOT_Foot_Chicken_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step2_A_LOOT_Foot_Chicken_A_Big",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step2_A_LOOT_Leg_Anthropod_A",1);
CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step2_A_LOOT_Sinew_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step2_A_LOOT_Tail_A_Rat_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step2_A_LOOT_Tail_A_Rat_A_Long",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step2_A_Metal",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step2_A_Oil",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step3_A_LOOT_Antler_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step3_A_LOOT_Antler_A_Adult",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step3_A_LOOT_Foot_Chicken_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step3_A_LOOT_Foot_Chicken_A_Big",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step3_A_LOOT_Leg_Anthropod_A",1);
CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step3_A_LOOT_Shell_B_PilgrimsShell",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step3_A_LOOT_Sinew_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step3_A_LOOT_Tail_A_Rat_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step3_A_LOOT_Tail_A_Rat_A_Long",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step3_A_Metal",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Life_Step3_A_Oil",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_A_CON_Food_Meat_Raw_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_A_CON_Herb_Mushroom_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_A_LOOT_Eye_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_A_LOOT_Skull_Human_A",1);
CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_A_TOOL_Intestines_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_Step2_A_CON_BodyPart_Hand",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_Step2_A_CON_Food_Meat_Raw_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_Step2_A_CON_Giblets_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_Step2_A_CON_Herb_Mushroom_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_Step2_A_JUNK_FishSkeleton_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_Step2_A_LOOT_DirtySocks_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_Step2_A_LOOT_Eye_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_Step2_A_LOOT_Skull_Human_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_Step2_A_LOOT_Skull_Human_A_Ancient",1);
CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_Step2_A_TOOL_Intestines_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_Step3_A_CON_Food_Meat_Raw_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_Step3_A_CON_Giblets_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_Step3_A_CON_Herb_Mushroom_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_Step3_A_JUNK_FishSkeleton_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_Step3_A_LOOT_Eye_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_Step3_A_LOOT_Goo_SewerSpider_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_Step3_A_LOOT_Skull_Human_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_Step3_A_LOOT_Skull_Human_A_Ancient",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Shadow_Step3_A_TOOL_Intestines_A",1);
CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_A_CON_Herb_Mushroom_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_A_CON_Herb_Mushroom_B",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_A_FOOD_FishA",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_A_FOOD_FishB",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_A_FOOD_FishD",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_A_LOOT_Essence_Life_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_A_LOOT_Essence_Life_Step2_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_A_LOOT_Essence_Life_Step3_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step2_A_CON_Herb_Mushroom_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step2_A_CON_Herb_Mushroom_B",1);
CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step2_A_FOOD_FishA",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step2_A_FOOD_FishB",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step2_A_FOOD_FishC",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step2_A_FOOD_FishD",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step2_A_HAR_Fish_Star",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step2_A_LOOT_Essence_Life_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step2_A_LOOT_Essence_Life_Step2_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step2_A_LOOT_Essence_Life_Step3_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step3_A_CON_Herb_Mushroom_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step3_A_CON_Herb_Mushroom_B",1);
CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step3_A_FOOD_FishA",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step3_A_FOOD_FishB",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step3_A_FOOD_FishC",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step3_A_FOOD_FishD",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step3_A_FOOD_FishE",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step3_A_HAR_Fish_Star",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step3_A_LOOT_Essence_Life_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step3_A_LOOT_Essence_Life_Step2_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Essence_Water_Step3_A_LOOT_Essence_Life_Step3_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Soul_Tormented_A_CON_Food_Garlic",1);
CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Soul_Tormented_A_CON_Food_Pepper_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Soul_Tormented_A_TOOL_Figurine_Wood_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Soul_Tormented_A_TOOL_Toy_Wood_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Soul_Tormented_Step2_A_CON_Food_Garlic",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Soul_Tormented_Step2_A_CON_Food_Pepper_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Soul_Tormented_Step2_A_FoodVoidwokenFish",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Soul_Tormented_Step2_A_LOOT_Wheat_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Soul_Tormented_Step2_A_TOOL_Figurine_Wood_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Soul_Tormented_Step2_A_TOOL_Toy_Wood_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Soul_Tormented_Step3_A_CON_Food_Garlic",1);
CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Soul_Tormented_Step3_A_CON_Food_Pepper_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Soul_Tormented_Step3_A_FoodVoidwokenFish",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Soul_Tormented_Step3_A_Honey",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Soul_Tormented_Step3_A_LOOT_Wheat_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Soul_Tormented_Step3_A_TOOL_Figurine_Wood_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Soul_Tormented_Step3_A_TOOL_Toy_Wood_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Source_Orb_CON_BodyPart_Hand",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Source_Orb_CON_Food_Carrot_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Source_Orb_CON_Food_Grapes_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Source_Orb_CON_Herb_Mushroom_D",1);
CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Source_Orb_FOOD_FishC",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Source_Orb_FUR_Raanaar_Tablet_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Source_Orb_ITEM_Log_Livewood",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Source_Orb_LOOT_Eye_A_Creepy",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Source_Orb_LOOT_Paw_A_Rabbit_A_Lucky",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Source_Orb_LOOT_Scales_Animal_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Source_Orb_LOOT_SourcePuppet_Bead_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Source_Orb_LOOT_Tusk_A_Large",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Source_Orb_LOOT_Wool_A",1);CharacterUnlockRecipe(_Player,"BOOK_Paper_Sheet_A_LOOT_Source_Orb_LOOT_Yarn_A_Wool_A",1);
CharacterUnlockRecipe(_Player,"BOOK_Skill_Air_Blank_A_SCROLL_ElectricFence",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Air_Blank_A_SCROLL_LighningBolt",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Air_Blank_A_SCROLL_Projectile_ChainLightning",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Air_Blank_A_SCROLL_ProjectileStrike_DazingBolt",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Air_Blank_A_SCROLL_Shout_BlindingRadiance",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Air_Blank_A_SCROLL_Shout_FavourableWind",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Air_Blank_A_SCROLL_Target_Apportation",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Air_Blank_A_SCROLL_Target_PressureSpike",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Air_Blank_A_SCROLL_Target_ShockingTouch",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Air_Blank_A_SCROLL_Teleportation",1);
CharacterUnlockRecipe(_Player,"BOOK_Skill_Air_Blank_A_SCROLL_Teleportation_Netherswap",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Air_Blank_A_SCROLL_Tornado_1",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Air_Blank_Step2_A_SCROLL_Projectile_Superconductor",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Air_Blank_Step2_A_SCROLL_Storm_Lightning",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Earth_Blank_A_SCROLL_AcidSpores",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Earth_Blank_A_SCROLL_Fortify",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Earth_Blank_A_SCROLL_FossilStrike",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Earth_Blank_A_SCROLL_PoisonDart",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Earth_Blank_A_SCROLL_Quake_Earthquake",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Earth_Blank_A_SCROLL_Shout_Contamination",1);
CharacterUnlockRecipe(_Player,"BOOK_Skill_Earth_Blank_A_SCROLL_Shout_MendMetal",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Earth_Blank_A_SCROLL_Shout_PoisonWave",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Earth_Blank_A_SCROLL_Shout_ReactiveArmor",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Earth_Blank_A_SCROLL_Summon_ArtilleryPlant",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Earth_Blank_A_SCROLL_Target_RockSpikes",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Earth_Blank_A_SCROLL_Target_WormTremor",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Earth_Blank_Step2_A_SCROLL_Projectile_PyroclasticEruption",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Earth_Blank_Step2_A_SCROLL_Shout_SiphonPoison",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Earth_Blank_Step2_A_SCROLL_Wall_LivingWall",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Fire_Blank_A_SCROLL_Fireball",1);
CharacterUnlockRecipe(_Player,"BOOK_Skill_Fire_Blank_A_SCROLL_FlamingDaggers",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Fire_Blank_A_SCROLL_Haste",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Fire_Blank_A_SCROLL_Projectile_InfectiousFlame",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Fire_Blank_A_SCROLL_Shout_FlamingTongues",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Fire_Blank_A_SCROLL_Shout_Ignition",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Fire_Blank_A_SCROLL_Shout_Supernova",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Fire_Blank_A_SCROLL_Summon_FireSlug",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Fire_Blank_A_SCROLL_Target_BurnMyEyes",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Fire_Blank_A_SCROLL_Target_Fireblood",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Fire_Blank_A_SCROLL_Target_FireWhip",1);
CharacterUnlockRecipe(_Player,"BOOK_Skill_Fire_Blank_A_SCROLL_Target_SpontaneousCombustion",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Fire_Blank_A_SCROLL_Zone_LaserRay",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Fire_Blank_Step2_A_SCROLL_MeteorShower",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Fire_Blank_Step2_A_SCROLL_Shout_FireBrand",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Fire_Blank_Step2_A_SCROLL_Target_FlamingCrescendo",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Necromancy_Blank_A_SCROLL_Shout_BoneCage",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Necromancy_Blank_A_SCROLL_Summon_BloatedCorpse",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Necromancy_Blank_A_SCROLL_Summon_BonePile",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Necromancy_Blank_A_SCROLL_Target_BlackShroud",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Necromancy_Blank_A_SCROLL_Target_DeathsDoor",1);
CharacterUnlockRecipe(_Player,"BOOK_Skill_Necromancy_Blank_A_SCROLL_Target_DeathWish",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Necromancy_Blank_Step2_A_SCROLL_Cone_SilencingStare",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Necromancy_Blank_Step2_A_SCROLL_Shout_NecromancerTotems",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Necromancy_Blank_Step2_A_SCROLL_Target_GraspOfTheStarved",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Polymorph_Blank_A_SCROLL_Projectile_LaunchOilBlob",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Polymorph_Blank_A_SCROLL_Shout_BullHorns",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Polymorph_Blank_A_SCROLL_Shout_ChameleonSkin",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Polymorph_Blank_A_SCROLL_Shout_MedusaHead",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Polymorph_Blank_A_SCROLL_Shout_ShedSkin",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Polymorph_Blank_A_SCROLL_Shout_SpiderLegs",1);
CharacterUnlockRecipe(_Player,"BOOK_Skill_Polymorph_Blank_A_SCROLL_Shout_SteelSkin",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Polymorph_Blank_A_SCROLL_Shout_Wings",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Polymorph_Blank_A_SCROLL_Target_ChickenTouch",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Polymorph_Blank_A_SCROLL_Target_TentacleLash",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Polymorph_Blank_A_SCROLL_Teleportation_SwapGround",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Polymorph_Blank_Step2_A_SCROLL_Shout_Apotheosis",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Polymorph_Blank_Step2_A_SCROLL_Target_DemonicBargain",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Polymorph_Blank_Step2_A_SCROLL_Target_Equalize",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Polymorph_Blank_Step2_A_SCROLL_Target_StripResistance",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Summoning_Blank_A_SCROLL_Projectile_DimensionalBolt",1);
CharacterUnlockRecipe(_Player,"BOOK_Skill_Summoning_Blank_A_SCROLL_Ranger_Charm",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Summoning_Blank_A_SCROLL_Summon_Incarnate",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Summoning_Blank_A_SCROLL_Summon_PlanarGateway",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Summoning_Blank_A_SCROLL_Summon_TotemFromSurface",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Summoning_Blank_A_SCROLL_Target_Harmony",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Summoning_Blank_A_SCROLL_Target_PowerInfusion",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Summoning_Blank_A_SCROLL_Target_RangedInfusion",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Summoning_Blank_A_SCROLL_Target_ShadowInfusion",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Summoning_Blank_A_SCROLL_Target_SoulMate",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Summoning_Blank_A_SCROLL_Target_Supercharge",1);
CharacterUnlockRecipe(_Player,"BOOK_Skill_Summoning_Blank_Step2_A_SCROLL_Shout_CloseTheDoor",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Summoning_Blank_Step2_A_SCROLL_Storm_Ethereal",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Summoning_Blank_Step2_A_SCROLL_Target_Cannibalize",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Summoning_Blank_Step2_A_SCROLL_Target_WarpInfusion",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Water_Blank_A_SCROLL_Cone_SteamLance",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Water_Blank_A_SCROLL_HailStrike",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Water_Blank_A_SCROLL_Projectile_ChainHeal",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Water_Blank_A_SCROLL_Projectile_IceFan",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Water_Blank_A_SCROLL_Rain",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Water_Blank_A_SCROLL_RegenerateStart",1);
CharacterUnlockRecipe(_Player,"BOOK_Skill_Water_Blank_A_SCROLL_Shout_FrostAura",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Water_Blank_A_SCROLL_Shout_GlobalCooling",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Water_Blank_A_SCROLL_Target_ArcaneStitch",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Water_Blank_A_SCROLL_Target_CryogenicStasis",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Water_Blank_A_SCROLL_Target_FrostyShell",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Water_Blank_A_SCROLL_Target_WinterBlast",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Water_Blank_Step2_A_SCROLL_Cone_Shatter",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Water_Blank_Step2_A_SCROLL_Shout_IceBreaker",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Witchcraft_Blank_A_SCROLL_Rain_Blood",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Witchcraft_Blank_A_SCROLL_Target_BloodBubble",1);
CharacterUnlockRecipe(_Player,"BOOK_Skill_Witchcraft_Blank_A_SCROLL_Target_DecayingTouch",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Witchcraft_Blank_A_SCROLL_Target_Infect",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Witchcraft_Blank_A_SCROLL_Target_MosquitoSwarm",1);CharacterUnlockRecipe(_Player,"BOOK_Skill_Witchcraft_Blank_A_SCROLL_Target_ShacklesOfPain",1);CharacterUnlockRecipe(_Player,"CON_BodyPart_Face_Dwarf_LOOT_Source_Orb",1);CharacterUnlockRecipe(_Player,"CON_BodyPart_Face_Elf_LOOT_Source_Orb",1);CharacterUnlockRecipe(_Player,"CON_BodyPart_Face_Human_LOOT_Source_Orb",1);CharacterUnlockRecipe(_Player,"CON_BodyPart_Face_Lizard_LOOT_Source_Orb",1);CharacterUnlockRecipe(_Player,"CON_Drink_Cup_A_Empty_CON_Drink_Bottle_Water_A",1);CharacterUnlockRecipe(_Player,"CON_Drink_Cup_A_Empty_CON_Food_Grapes_A",1);
CharacterUnlockRecipe(_Player,"CON_Drink_Cup_A_Empty_CON_Food_Lemon_A",1);CharacterUnlockRecipe(_Player,"CON_Drink_Cup_A_Empty_FUR_Bar_Barrel_A_Beer_A",1);CharacterUnlockRecipe(_Player,"CON_Drink_Cup_A_Empty_FUR_Bar_Barrel_A_Wine_A",1);CharacterUnlockRecipe(_Player,"CON_Drink_Cup_A_Empty_HUM_Well_A",1);CharacterUnlockRecipe(_Player,"CON_Drink_Mug_A_Empty_CON_Drink_Bottle_Water_A",1);CharacterUnlockRecipe(_Player,"CON_Drink_Mug_A_Empty_CON_Food_Grapes_A",1);CharacterUnlockRecipe(_Player,"CON_Drink_Mug_A_Empty_CON_Food_Lemon_A",1);CharacterUnlockRecipe(_Player,"CON_Drink_Mug_A_Empty_FUR_Bar_Barrel_A_Beer_A",1);CharacterUnlockRecipe(_Player,"CON_Drink_Mug_A_Empty_FUR_Bar_Barrel_A_Wine_A",1);CharacterUnlockRecipe(_Player,"CON_Drink_Mug_A_Empty_HUM_Well_A",1);
CharacterUnlockRecipe(_Player,"CON_Food_Dinner_A_CON_Drink_Mug_A_Beer",1);CharacterUnlockRecipe(_Player,"CON_Food_Dinner_A_CON_Food_TomatoSauce_A",1);CharacterUnlockRecipe(_Player,"CON_Food_Fries_Cold_A_FUR_BoilingPot_A",1);CharacterUnlockRecipe(_Player,"CON_Food_Honey_Jar_A_CON_Drink_Cup_A_Milk",1);CharacterUnlockRecipe(_Player,"CON_Food_MilkJug_A_CON_Drink_Cup_A_Empty",1);CharacterUnlockRecipe(_Player,"CON_Food_Potato_A_CON_Drink_Cup_A_Milk",1);CharacterUnlockRecipe(_Player,"CON_Food_Potato_A_FUR_BoilingPot_A",1);CharacterUnlockRecipe(_Player,"CON_Food_Potato_A_TOOL_Hammer",1);CharacterUnlockRecipe(_Player,"CON_Food_Potato_Mash_Cold_A_FUR_BoilingPot_A",1);CharacterUnlockRecipe(_Player,"CON_Food_PotatoBoiled_A_CON_Drink_Cup_A_Milk",1);
CharacterUnlockRecipe(_Player,"CON_Food_Tomato_A_TOOL_Hammer",1);CharacterUnlockRecipe(_Player,"CON_Food_TomatoSauce_A_CON_Ingred_Dough_A",1);CharacterUnlockRecipe(_Player,"CON_Herb_Drudanae_CON_Herb_Augmentor_A",1);CharacterUnlockRecipe(_Player,"CON_Herb_Drudanae_CON_Herb_Farhangite_A",1);CharacterUnlockRecipe(_Player,"CON_Herb_Drudanae_CON_Nature_Mushroom_Calocera_A",1);CharacterUnlockRecipe(_Player,"CON_Herb_Drudanae_CON_Nature_Mushroom_Puffball_A",1);CharacterUnlockRecipe(_Player,"CON_Herb_Drudanae_QUEST_DreamerPipe",1);CharacterUnlockRecipe(_Player,"CON_Herb_Stardust_A_FUR_BoilingPot_A",1);CharacterUnlockRecipe(_Player,"CON_Herb_Stardust_A_LAB_MortarPestle_A",1);CharacterUnlockRecipe(_Player,"CON_Herb_Stardust_B_LAB_MortarPestle_A",1);
CharacterUnlockRecipe(_Player,"CON_Herb_Tea_A_CON_Drink_Cup_A_Water",1);CharacterUnlockRecipe(_Player,"CON_Herb_Tea_A_CON_Drink_Mug_Water_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Air_Res_A_CON_Potion_Air_Res_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Air_Res_A_CON_Potion_Air_Res_A_Step3",1);CharacterUnlockRecipe(_Player,"CON_Potion_Air_Res_Large_A_CON_Potion_Air_Res_Large_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Air_Res_Medium_A_CON_Potion_Air_Res_Medium_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Air_Res_Medium_A_CON_Potion_Air_Res_Medium_A_Step3",1);CharacterUnlockRecipe(_Player,"CON_Potion_Earth_Res_A_CON_Potion_Earth_Res_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Earth_Res_A_CON_Potion_Earth_Res_A_Step3",1);CharacterUnlockRecipe(_Player,"CON_Potion_Earth_Res_Large_A_CON_Potion_Earth_Res_Large_A",1);
CharacterUnlockRecipe(_Player,"CON_Potion_Earth_Res_Medium_A_CON_Potion_Earth_Res_Medium_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Earth_Res_Medium_A_CON_Potion_Earth_Res_Medium_A_Step3",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_CON_Herb_BlackRose_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_CON_Herb_Farhangite_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_CON_Herb_Mushroom_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_CON_Herb_Mushroom_B",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_CON_Herb_Mushroom_C",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_CON_Herb_Mushroom_D",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_CON_Herb_Mushroom_E",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_CON_Herb_Mushroom_Jellyfish_A",1);
CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_CON_Herb_Whisperwood_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_CON_Herb_YarrowFlower",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_CON_Nature_Mushroom_Amadouvier_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_CON_Nature_Mushroom_AmethystDeceiver_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_CON_Nature_Mushroom_Boletus_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_CON_Nature_Mushroom_Calocera_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_CON_Nature_Mushroom_Chanterelle_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_CON_Nature_Mushroom_Puffball_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_CON_Nature_Mushroom_TrumpetOfDeath_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_CONT_Barrel_Ooze",1);
CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_LOOT_Essence_Air_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_LOOT_Essence_Air_Step2_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_LOOT_Essence_Air_Step3_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_LOOT_Essence_Earth_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_LOOT_Essence_Earth_Step2_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_LOOT_Essence_Earth_Step3_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_LOOT_Essence_Fire_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_LOOT_Essence_Fire_Step2_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_LOOT_Essence_Fire_Step3_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_LOOT_Essence_Water_A",1);
CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_LOOT_Essence_Water_Step2_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Empty_A_LOOT_Essence_Water_Step3_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Fire_Res_A_CON_Potion_Fire_Res_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Fire_Res_A_CON_Potion_Fire_Res_A_Step3",1);CharacterUnlockRecipe(_Player,"CON_Potion_Fire_Res_Large_A_CON_Potion_Fire_Res_Large_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Fire_Res_Medium_A_CON_Potion_Fire_Res_Medium_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Fire_Res_Medium_A_CON_Potion_Fire_Res_Medium_A_Step3",1);CharacterUnlockRecipe(_Player,"CON_Potion_MagicArmor_Boost_A_CON_Potion_MagicArmor_Boost_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_MagicArmor_Boost_A_CON_Potion_MagicArmor_Boost_A_Step2",1);CharacterUnlockRecipe(_Player,"CON_Potion_MagicArmor_Boost_Medium_A_CON_Potion_MagicArmor_Boost_Medium_A",1);
CharacterUnlockRecipe(_Player,"CON_Potion_MagicArmor_Boost_Medium_A_CON_Potion_MagicArmor_Boost_Medium_A_Step3",1);CharacterUnlockRecipe(_Player,"CON_Potion_PhysicalArmor_Boost_A_CON_Potion_PhysicalArmor_Boost_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_PhysicalArmor_Boost_A_CON_Potion_PhysicalArmor_Boost_A_Step2",1);CharacterUnlockRecipe(_Player,"CON_Potion_PhysicalArmor_Boost_Medium_A_CON_Potion_PhysicalArmor_Boost_Medium_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_PhysicalArmor_Boost_Medium_A_CON_Potion_PhysicalArmor_Boost_Medium_A_Step3",1);CharacterUnlockRecipe(_Player,"CON_Potion_Poison_A_CON_Potion_Poison_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Poison_A_CON_Potion_Poison_A_Step2",1);CharacterUnlockRecipe(_Player,"CON_Potion_Poison_A_TOOL_Dye_Red",1);CharacterUnlockRecipe(_Player,"CON_Potion_Poison_Huge_A_CON_Potion_Poison_Huge_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Poison_Large_A_CON_Potion_Poison_Large_A",1);
CharacterUnlockRecipe(_Player,"CON_Potion_Poison_Large_A_CON_Potion_Poison_Large_A_Step3",1);CharacterUnlockRecipe(_Player,"CON_Potion_Poison_Large_A_TOOL_Dye_Red",1);CharacterUnlockRecipe(_Player,"CON_Potion_Poison_Medium_A_CON_Potion_Poison_Medium_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Poison_Medium_A_CON_Potion_Poison_Medium_A_Step2",1);CharacterUnlockRecipe(_Player,"CON_Potion_Poison_Medium_A_TOOL_Dye_Red",1);CharacterUnlockRecipe(_Player,"CON_Potion_Water_Res_A_CON_Potion_Water_Res_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Water_Res_A_CON_Potion_Water_Res_A_Step3",1);CharacterUnlockRecipe(_Player,"CON_Potion_Water_Res_Large_A_CON_Potion_Water_Res_Large_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Water_Res_Medium_A_CON_Potion_Water_Res_Medium_A",1);CharacterUnlockRecipe(_Player,"CON_Potion_Water_Res_Medium_A_CON_Potion_Water_Res_Medium_A_Step3",1);
CharacterUnlockRecipe(_Player,"CupEmpty_FOOD_Apple",1);CharacterUnlockRecipe(_Player,"CupEmpty_FOOD_Orange",1);CharacterUnlockRecipe(_Player,"CuttingTool_LOOT_Antler_A",1);CharacterUnlockRecipe(_Player,"CuttingTool_LOOT_Antler_A_Adult",1);CharacterUnlockRecipe(_Player,"CuttingTool_LOOT_Bone_A",1);CharacterUnlockRecipe(_Player,"CuttingTool_LOOT_Hide_Animal_A",1);CharacterUnlockRecipe(_Player,"CuttingTool_LOOT_MetalShard_A",1);CharacterUnlockRecipe(_Player,"CuttingTool_LOOT_PieceOfRock_A",1);CharacterUnlockRecipe(_Player,"CuttingTool_LOOT_WoodenBranch_A",1);CharacterUnlockRecipe(_Player,"CuttingTool_LOOT_WoodenStick_A",1);
CharacterUnlockRecipe(_Player,"CuttingTool_Tooth",1);CharacterUnlockRecipe(_Player,"Dagger_CON_Food_Potato_A",1);CharacterUnlockRecipe(_Player,"Dagger_LOOT_Hide_Animal_A",1);CharacterUnlockRecipe(_Player,"Eggs_FUR_BoilingPot_A",1);CharacterUnlockRecipe(_Player,"Eggs_Oven",1);CharacterUnlockRecipe(_Player,"FOOD_Apple_CON_Ingred_Dough_A",1);CharacterUnlockRecipe(_Player,"FOOD_Cheese_CON_Ingred_Dough_A",1);CharacterUnlockRecipe(_Player,"FOOD_Pumpkin_C_FUR_BoilingPot_A",1);CharacterUnlockRecipe(_Player,"FOOD_Pumpkin_FUR_BoilingPot_A",1);CharacterUnlockRecipe(_Player,"FOOD_PumpkinPart_FUR_BoilingPot_A",1);
CharacterUnlockRecipe(_Player,"FoodFish_CON_Ingred_Dough_A",1);CharacterUnlockRecipe(_Player,"FUR_Bar_Barrel_A_Beer_A_ITEM_EmptyBottle",1);CharacterUnlockRecipe(_Player,"FUR_Bar_Barrel_A_Wine_A_ITEM_EmptyBottle",1);CharacterUnlockRecipe(_Player,"FUR_BoilingPot_A_CON_Food_Potato_Mash_Cold_A",1);CharacterUnlockRecipe(_Player,"FUR_BoilingPot_A_FoodFish",1);CharacterUnlockRecipe(_Player,"FUR_Bucket_A_CONT_Barrel_A_Water",1);CharacterUnlockRecipe(_Player,"FUR_Bucket_A_Hum_Well_A",1);CharacterUnlockRecipe(_Player,"FUR_Bucket_A_Milk_CON_Drink_Cup_A_Empty",1);CharacterUnlockRecipe(_Player,"FUR_SpinningWheel_LOOT_Hair_A",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Cylinder_Empty_A_AirResistancePotion",1);
CharacterUnlockRecipe(_Player,"GRN_Ingredient_Cylinder_Empty_A_CON_Herb_Mushroom_Jellyfish_A",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Cylinder_Empty_A_LOOT_Essence_Air_A",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Cylinder_Empty_A_LOOT_Essence_Earth_A",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Cylinder_Empty_A_LOOT_Essence_Step2_Air_A",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Cylinder_Empty_A_LOOT_Essence_Step2_Earth_A",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Cylinder_Empty_A_LOOT_Essence_Step3_Air_A",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Cylinder_Empty_A_LOOT_Essence_Step3_Earth_A",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Cylinder_Empty_A_LOOT_Soul_Tormented_A",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Cylinder_Empty_A_TOOL_Intestines_A",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Flask_Empty_A_Oil",1);
CharacterUnlockRecipe(_Player,"GRN_Ingredient_Flask_Empty_A_Poison",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Holy_Empty_HAR_Fish_Star",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Holy_Empty_TOOL_Pouch_Dust_Pixie_A",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Love_Empty_A_FARM_Beehive_A",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Love_Empty_A_Honey",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Love_Empty_A_TOOL_Pouch_Dust_Pixie_A",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Round_Empty_A_ITEM_BrokenBottle",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Round_Empty_A_ITEM_Nails",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Round_Empty_A_LOOT_Essence_Fire_A",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Round_Empty_A_LOOT_Essence_Step2_Fire_A",1);
CharacterUnlockRecipe(_Player,"GRN_Ingredient_Round_Empty_A_LOOT_Essence_Step2_Water_A",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Round_Empty_A_LOOT_Essence_Step3_Fire_A",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Round_Empty_A_LOOT_Essence_Step3_Water_A",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Round_Empty_A_LOOT_Essence_Water_A",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Round_Empty_A_Poison",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Round_Empty_A_RottenEggs",1);CharacterUnlockRecipe(_Player,"GRN_Ingredient_Round_Empty_MindMaggots",1);CharacterUnlockRecipe(_Player,"Hammer_ITEM_EmptyBottle",1);CharacterUnlockRecipe(_Player,"Honey_WPN_Arrow_A",1);CharacterUnlockRecipe(_Player,"Honey_WPN_ArrowHead_A",1);
CharacterUnlockRecipe(_Player,"ITEM_BottleWithOil_GRN_Ingredient_Fuse_A",1);CharacterUnlockRecipe(_Player,"ITEM_CookingPot_LTS_Campfire_A",1);CharacterUnlockRecipe(_Player,"ITEM_EmptyBottle_CONT_Barrel_A_Water",1);CharacterUnlockRecipe(_Player,"ITEM_EmptyBottle_Hum_Well_A",1);CharacterUnlockRecipe(_Player,"ITEM_EmptyBottle_Oil",1);CharacterUnlockRecipe(_Player,"ITEM_Log_BLD_Humans_Sawmill_Machine",1);CharacterUnlockRecipe(_Player,"ITEM_Log_CuttingTool",1);CharacterUnlockRecipe(_Player,"ITEM_Log_Livewood_Wine_TOOL_Pouch_Dust_Pixie_A",1);CharacterUnlockRecipe(_Player,"ITEM_Nails_ArmorShoes",1);CharacterUnlockRecipe(_Player,"ITEM_Pillow_CuttingTool",1);
CharacterUnlockRecipe(_Player,"ITEM_Soap_ITEM_Key",1);CharacterUnlockRecipe(_Player,"Knife_CON_Food_Potato_A",1);CharacterUnlockRecipe(_Player,"Knife_LOOT_Hide_Animal_A",1);CharacterUnlockRecipe(_Player,"LOOT_AtaraxianArtifacts_A_Boost_Armor_Amulet",1);CharacterUnlockRecipe(_Player,"LOOT_AtaraxianArtifacts_A_Boost_Armor_Belt",1);CharacterUnlockRecipe(_Player,"LOOT_AtaraxianArtifacts_A_Boost_Armor_Boots",1);CharacterUnlockRecipe(_Player,"LOOT_AtaraxianArtifacts_A_Boost_Armor_Gloves",1);CharacterUnlockRecipe(_Player,"LOOT_AtaraxianArtifacts_A_Boost_Armor_Helmet",1);CharacterUnlockRecipe(_Player,"LOOT_AtaraxianArtifacts_A_Boost_Armor_Pants",1);CharacterUnlockRecipe(_Player,"LOOT_AtaraxianArtifacts_A_Boost_Armor_Ring",1);
CharacterUnlockRecipe(_Player,"LOOT_AtaraxianArtifacts_A_Boost_Armor_Upperbody",1);CharacterUnlockRecipe(_Player,"LOOT_AtaraxianArtifacts_C_Axe",1);CharacterUnlockRecipe(_Player,"LOOT_AtaraxianArtifacts_C_Bow",1);CharacterUnlockRecipe(_Player,"LOOT_AtaraxianArtifacts_C_Club",1);CharacterUnlockRecipe(_Player,"LOOT_AtaraxianArtifacts_C_Crossbow",1);CharacterUnlockRecipe(_Player,"LOOT_AtaraxianArtifacts_C_Dagger",1);CharacterUnlockRecipe(_Player,"LOOT_AtaraxianArtifacts_C_Spear",1);CharacterUnlockRecipe(_Player,"LOOT_AtaraxianArtifacts_C_Sword",1);CharacterUnlockRecipe(_Player,"LOOT_AtaraxianArtifacts_C_TwoHandedAxe",1);CharacterUnlockRecipe(_Player,"LOOT_AtaraxianArtifacts_C_TwoHandedMaces",1);
CharacterUnlockRecipe(_Player,"LOOT_AtaraxianArtifacts_C_TwoHandedSword",1);CharacterUnlockRecipe(_Player,"LOOT_Bedlinen_Folded_A_CuttingTool",1);CharacterUnlockRecipe(_Player,"LOOT_ClawFinger_A_Drinks",1);CharacterUnlockRecipe(_Player,"LOOT_ClawFinger_A_Food",1);CharacterUnlockRecipe(_Player,"LOOT_ClawFinger_A_POTION_Giant_Healing_Potion",1);CharacterUnlockRecipe(_Player,"LOOT_ClawFinger_A_POTION_Healing_Elixir",1);CharacterUnlockRecipe(_Player,"LOOT_ClawFinger_A_POTION_Huge_Healing_Potion",1);CharacterUnlockRecipe(_Player,"LOOT_ClawFinger_A_POTION_Large_Healing_Potion",1);CharacterUnlockRecipe(_Player,"LOOT_ClawFinger_A_POTION_Medium_Healing_Potion",1);CharacterUnlockRecipe(_Player,"LOOT_ClawFinger_A_POTION_Minor_Healing_Potion",1);
CharacterUnlockRecipe(_Player,"LOOT_Essence_Air_A_WPN_Arrow_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Air_A_WPN_ArrowHead_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Air_Step2_A_WPN_Arrow_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Air_Step3_A_WPN_Arrow_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Earth_A_WPN_Arrow_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Earth_A_WPN_ArrowHead_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Earth_Step2_A_WPN_Arrow_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Earth_Step3_A_WPN_Arrow_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Fire_A_WPN_Arrow_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Fire_A_WPN_ArrowHead_A",1);
CharacterUnlockRecipe(_Player,"LOOT_Essence_Fire_Step2_A_WPN_Arrow_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Fire_Step3_A_WPN_Arrow_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Step2_Air_A_WPN_ArrowHead_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Step2_Earth_A_WPN_ArrowHead_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Step2_Fire_A_WPN_ArrowHead_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Step2_Water_A_WPN_ArrowHead_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Step3_Air_A_WPN_ArrowHead_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Step3_Earth_A_WPN_ArrowHead_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Step3_Fire_A_WPN_ArrowHead_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Step3_Water_A_WPN_ArrowHead_A",1);
CharacterUnlockRecipe(_Player,"LOOT_Essence_Water_A_WPN_Arrow_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Water_A_WPN_ArrowHead_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Water_Step2_A_WPN_Arrow_A",1);CharacterUnlockRecipe(_Player,"LOOT_Essence_Water_Step3_A_WPN_Arrow_A",1);CharacterUnlockRecipe(_Player,"LOOT_Flour_A_Milk",1);CharacterUnlockRecipe(_Player,"LOOT_Flour_A_Milk_Eggs",1);CharacterUnlockRecipe(_Player,"LOOT_Flour_A_Water",1);CharacterUnlockRecipe(_Player,"LOOT_Flour_A_WaterWell",1);CharacterUnlockRecipe(_Player,"LOOT_Hair_A_LOOT_Hair_A",1);CharacterUnlockRecipe(_Player,"LOOT_Ingred_CrossbowWithoutString_LOOT_String_Bow_A",1);
CharacterUnlockRecipe(_Player,"LOOT_Jar_A_FARM_Beehive_A",1);CharacterUnlockRecipe(_Player,"LOOT_MetalShard_A_LOOT_Handkerchief_A",1);CharacterUnlockRecipe(_Player,"LOOT_MetalShard_A_LOOT_Scraps_Cloth_A",1);CharacterUnlockRecipe(_Player,"LOOT_MetalShard_A_LOOT_Scraps_Leather_A",1);CharacterUnlockRecipe(_Player,"LOOT_Needle_A_LOOT_Needle_A",1);CharacterUnlockRecipe(_Player,"LOOT_Needle_A_LOOT_Thread_A",1);CharacterUnlockRecipe(_Player,"LOOT_Needle_Thread_A_LOOT_Scraps_Cloth_A",1);CharacterUnlockRecipe(_Player,"LOOT_Needle_Thread_A_LOOT_Scraps_Cloth_A_TOOL_Pouch_Dust_Pixie_A",1);CharacterUnlockRecipe(_Player,"LOOT_Needle_Thread_A_LOOT_Scraps_Leather_A",1);CharacterUnlockRecipe(_Player,"LOOT_Needle_Thread_A_LOOT_Scraps_Metal_A",1);
CharacterUnlockRecipe(_Player,"LOOT_Rope_A_LOOT_Rope_A",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Flame_Giant_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Flame_Giant_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Flame_Large_LOOT_Rune_Flame_Large",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Flame_Large_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Flame_Large_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Flame_Medium_LOOT_Rune_Flame_Medium",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Flame_Medium_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Flame_Medium_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Flame_Small_LOOT_Rune_Flame_Small",1);
CharacterUnlockRecipe(_Player,"LOOT_Rune_Flame_Small_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Flame_Small_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Frost_Giant_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Frost_Giant_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Frost_Large_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Frost_Large_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Frost_Large_LOOT_Rune_Frost_Large",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Frost_Medium_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Frost_Medium_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Frost_Medium_LOOT_Rune_Frost_Medium",1);
CharacterUnlockRecipe(_Player,"LOOT_Rune_Frost_Small_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Frost_Small_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Frost_Small_LOOT_Rune_Frost_Small",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Masterwork_Giant_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Masterwork_Giant_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Masterwork_Large_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Masterwork_Large_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Masterwork_Large_LOOT_Rune_Masterwork_Large",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Masterwork_Medium_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Masterwork_Medium_LOOT_Rune_Frame_Transforming",1);
CharacterUnlockRecipe(_Player,"LOOT_Rune_Masterwork_Medium_LOOT_Rune_Masterwork_Medium",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Masterwork_Small_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Masterwork_Small_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Masterwork_Small_LOOT_Rune_Masterwork_Small",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Rock_Giant_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Rock_Giant_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Rock_Large_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Rock_Large_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Rock_Large_LOOT_Rune_Rock_Large",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Rock_Medium_LOOT_Rune_Frame_Power",1);
CharacterUnlockRecipe(_Player,"LOOT_Rune_Rock_Medium_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Rock_Medium_LOOT_Rune_Rock_Medium",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Rock_Small_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Rock_Small_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Rock_Small_LOOT_Rune_Rock_Small",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Thunder_Giant_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Thunder_Giant_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Thunder_Large_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Thunder_Large_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Thunder_Large_LOOT_Rune_Thunder_Large",1);
CharacterUnlockRecipe(_Player,"LOOT_Rune_Thunder_Medium_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Thunder_Medium_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Thunder_Medium_LOOT_Rune_Thunder_Medium",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Thunder_Small_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Thunder_Small_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Thunder_Small_LOOT_Rune_Thunder_Small",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Venom_Giant_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Venom_Giant_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Venom_Large_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Venom_Large_LOOT_Rune_Frame_Transforming",1);
CharacterUnlockRecipe(_Player,"LOOT_Rune_Venom_Large_LOOT_Rune_Venom_Large",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Venom_Medium_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Venom_Medium_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Venom_Medium_LOOT_Rune_Venom_Medium",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Venom_Small_LOOT_Rune_Frame_Power",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Venom_Small_LOOT_Rune_Frame_Transforming",1);CharacterUnlockRecipe(_Player,"LOOT_Rune_Venom_Small_LOOT_Rune_Venom_Small",1);CharacterUnlockRecipe(_Player,"LOOT_Scraps_Leather_A_LOOT_Rope_A",1);CharacterUnlockRecipe(_Player,"LOOT_Scraps_Livewood_Void_A_CON_Potion_Poison_A",1);CharacterUnlockRecipe(_Player,"LOOT_Scraps_Metal_A_LOOT_Scraps_Wood_A",1);
CharacterUnlockRecipe(_Player,"LOOT_Scraps_Wood_A_Mush_Oven",1);CharacterUnlockRecipe(_Player,"LOOT_Scraps_Wood_A_Water",1);CharacterUnlockRecipe(_Player,"LOOT_Scraps_Wood_A_WaterWell",1);CharacterUnlockRecipe(_Player,"LOOT_Sinew_LOOT_Sinew",1);CharacterUnlockRecipe(_Player,"LOOT_Source_Orb_GRN_Grenade_ClusterBomb_A",1);CharacterUnlockRecipe(_Player,"LOOT_Source_Orb_GRN_Grenade_Ice_A",1);CharacterUnlockRecipe(_Player,"LOOT_Source_Orb_GRN_Grenade_Molotov_A",1);CharacterUnlockRecipe(_Player,"LOOT_Source_Orb_GRN_Grenade_OilFlask_A",1);CharacterUnlockRecipe(_Player,"LOOT_Source_Orb_GRN_Grenade_PoisonFlask_A",1);CharacterUnlockRecipe(_Player,"LOOT_Source_Orb_GRN_Grenade_WaterBalloon_A",1);
CharacterUnlockRecipe(_Player,"LOOT_Source_Orb_WPN_Arrow_Fire_A",1);CharacterUnlockRecipe(_Player,"LOOT_Source_Orb_WPN_Arrow_Water_A",1);CharacterUnlockRecipe(_Player,"LOOT_Source_Orb_WPN_ArrowHead_Fire_A",1);CharacterUnlockRecipe(_Player,"LOOT_Source_Orb_WPN_ArrowHead_Water_A",1);CharacterUnlockRecipe(_Player,"LOOT_Wheat_A_CON_Drink_Cup_A_Milk",1);CharacterUnlockRecipe(_Player,"LOOT_Wheat_A_LAB_MortarPestle_A",1);CharacterUnlockRecipe(_Player,"LOOT_WoodenBranch_A_ArrowHead",1);CharacterUnlockRecipe(_Player,"LOOT_WoodenBranch_A_BLD_Humans_Sawmill_Machine",1);CharacterUnlockRecipe(_Player,"LOOT_WoodenBranch_A_Dagger",1);CharacterUnlockRecipe(_Player,"LOOT_WoodenBranch_A_HAR_Shell",1);
CharacterUnlockRecipe(_Player,"LOOT_WoodenBranch_A_Knife",1);CharacterUnlockRecipe(_Player,"LOOT_WoodenBranch_A_LOOT_MetalShard_A",1);CharacterUnlockRecipe(_Player,"LOOT_WoodenBranch_A_LOOT_PieceOfRock_A",1);CharacterUnlockRecipe(_Player,"LOOT_WoodenBranch_A_LOOT_Scraps_Cloth_A",1);CharacterUnlockRecipe(_Player,"LOOT_WoodenBranch_A_LOOT_Scraps_Leather_A",1);CharacterUnlockRecipe(_Player,"LOOT_WoodenBranch_A_PiecesOfRock",1);CharacterUnlockRecipe(_Player,"LOOT_WoodenStick_A_BLD_Humans_Sawmill_Machine",1);CharacterUnlockRecipe(_Player,"LOOT_WoodenStick_A_Dagger",1);CharacterUnlockRecipe(_Player,"LOOT_WoodenStick_A_Knife",1);CharacterUnlockRecipe(_Player,"LOOT_WoodenStick_A_LOOT_PieceOfRock_A",1);
CharacterUnlockRecipe(_Player,"LOOT_WoodenStick_A_LOOT_Skull_Bird_A",1);CharacterUnlockRecipe(_Player,"LOOT_WoodenStick_A_LOOT_Skull_Human_A",1);CharacterUnlockRecipe(_Player,"LOOT_WoodenStick_A_LOOT_Skull_Human_A_Ancient",1);CharacterUnlockRecipe(_Player,"LOOT_WoodenStick_A_LOOT_String_Bow_A",1);CharacterUnlockRecipe(_Player,"LOOT_WoodenStick_A_LOOT_WoodenBranch_A",1);CharacterUnlockRecipe(_Player,"LOOT_Wool_A_LOOT_Wool_A",1);CharacterUnlockRecipe(_Player,"LOOT_Yarn_A_Wool_A_LOOT_Yarn_A_Wool_A",1);CharacterUnlockRecipe(_Player,"Meat_FUR_BoilingPot_A",1);CharacterUnlockRecipe(_Player,"Meat_Oven",1);CharacterUnlockRecipe(_Player,"Oil_WPN_Arrow_A",1);
CharacterUnlockRecipe(_Player,"Oil_WPN_ArrowHead_A",1);CharacterUnlockRecipe(_Player,"Oil_WPN_ArrowHead_Fire_A",1);CharacterUnlockRecipe(_Player,"Oven_CON_Food_Potato_Mash_Cold_A",1);CharacterUnlockRecipe(_Player,"Oven_CON_Ingred_Dough_A",1);CharacterUnlockRecipe(_Player,"Oven_CON_Ingred_Dough_Apple_A",1);CharacterUnlockRecipe(_Player,"Oven_CON_Ingred_Dough_CheeseBread_A",1);CharacterUnlockRecipe(_Player,"Oven_CON_Ingred_Dough_Cyseal_A",1);CharacterUnlockRecipe(_Player,"Oven_CON_Ingred_Dough_Pizza_A",1);CharacterUnlockRecipe(_Player,"Oven_FoodFish",1);CharacterUnlockRecipe(_Player,"Poison_Axe",1);
CharacterUnlockRecipe(_Player,"Poison_Bow",1);CharacterUnlockRecipe(_Player,"Poison_Club",1);CharacterUnlockRecipe(_Player,"Poison_Crossbow",1);CharacterUnlockRecipe(_Player,"Poison_Dagger",1);CharacterUnlockRecipe(_Player,"Poison_Drinks",1);CharacterUnlockRecipe(_Player,"Poison_Food",1);CharacterUnlockRecipe(_Player,"Poison_Knife",1);CharacterUnlockRecipe(_Player,"Poison_Spear",1);CharacterUnlockRecipe(_Player,"Poison_Staff",1);CharacterUnlockRecipe(_Player,"Poison_Sword",1);
CharacterUnlockRecipe(_Player,"Poison_TwoHandedAxe",1);CharacterUnlockRecipe(_Player,"Poison_TwoHandedSword",1);CharacterUnlockRecipe(_Player,"Poison_WPN_Arrow_A",1);CharacterUnlockRecipe(_Player,"Poison_WPN_ArrowHead_A",1);CharacterUnlockRecipe(_Player,"POTION_Huge_Healing_Potion_POTION_Large_Healing_Potion",1);CharacterUnlockRecipe(_Player,"POTION_Large_Healing_Potion_POTION_Large_Healing_Potion",1);CharacterUnlockRecipe(_Player,"POTION_Large_Healing_Potion_POTION_Large_Healing_Potion_Step3",1);CharacterUnlockRecipe(_Player,"POTION_Medium_Healing_Potion_POTION_Medium_Healing_Potion",1);CharacterUnlockRecipe(_Player,"POTION_Medium_Healing_Potion_POTION_Medium_Healing_Potion_Step2",1);CharacterUnlockRecipe(_Player,"POTION_Medium_Healing_Potion_POTION_Medium_Healing_Potion_Step3",1);
CharacterUnlockRecipe(_Player,"POTION_Medium_ResistAll_Potion_POTION_Medium_ResistAll_Potion",1);CharacterUnlockRecipe(_Player,"POTION_Minor_Healing_Potion_POTION_Minor_Healing_Potion",1);CharacterUnlockRecipe(_Player,"POTION_Minor_Healing_Potion_POTION_Minor_Healing_Potion_Step2",1);CharacterUnlockRecipe(_Player,"POTION_Minor_Healing_Potion_POTION_Minor_Healing_Potion_Step3",1);CharacterUnlockRecipe(_Player,"POTION_Minor_ResistAll_Potion_POTION_Minor_ResistAll_Potion",1);CharacterUnlockRecipe(_Player,"POTION_Minor_ResistAll_Potion_POTION_Minor_ResistAll_Potion_Step3",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_CON_Potion_Air_Res_As",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_CON_Potion_Air_Res_Large_As",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_CON_Potion_Air_Res_Medium_As",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_CON_Potion_Earth_Res_As",1);
CharacterUnlockRecipe(_Player,"POTIONMIXING_CON_Potion_Earth_Res_Large_As",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_CON_Potion_Earth_Res_Medium_As",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_CON_Potion_Fire_Res_As",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_CON_Potion_Fire_Res_Large_As",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_CON_Potion_Fire_Res_Medium_As",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_CON_Potion_MagicArmor_Boost_As",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_CON_Potion_MagicArmor_Boost_Medium_As",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_CON_Potion_PhysicalArmor_Boost_As",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_CON_Potion_PhysicalArmor_Boost_Medium_As",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_CON_Potion_Poison_As",1);
CharacterUnlockRecipe(_Player,"POTIONMIXING_CON_Potion_Poison_Huge_As",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_CON_Potion_Poison_Large_As",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_CON_Potion_Poison_Medium_As",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_CON_Potion_Water_Res_As",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_CON_Potion_Water_Res_Large_As",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_CON_Potion_Water_Res_Medium_As",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_POTION_Huge_Healing_Potions",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_POTION_Large_Healing_Potions",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_POTION_Medium_Healing_Potions",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_POTION_Medium_ResistAll_Potions",1);
CharacterUnlockRecipe(_Player,"POTIONMIXING_POTION_Minor_Healing_Potions",1);CharacterUnlockRecipe(_Player,"POTIONMIXING_POTION_Minor_ResistAll_Potions",1);CharacterUnlockRecipe(_Player,"PUZ_Statue_Angel_Head_PUZ_Statue_Angel_Broken",1);CharacterUnlockRecipe(_Player,"QUEST_Blackroot_QUEST_AtaraxianBowl",1);CharacterUnlockRecipe(_Player,"Quest_Eternals_Armor",1);CharacterUnlockRecipe(_Player,"QUEST_FunnyMeat_FOOD_FishA_Voidwoken",1);CharacterUnlockRecipe(_Player,"QUEST_FunnyMeat_FOOD_FishB_Voidwoken",1);CharacterUnlockRecipe(_Player,"QUEST_FunnyMeat_FOOD_FishC_Voidwoken",1);CharacterUnlockRecipe(_Player,"QUEST_FunnyMeat_FOOD_FishD_Voidwoken",1);CharacterUnlockRecipe(_Player,"QUEST_FunnyMeat_FOOD_FishE_Voidwoken",1);
CharacterUnlockRecipe(_Player,"QUEST_FunnyMeat_FOOD_FishF_Voidwoken",1);CharacterUnlockRecipe(_Player,"QUEST_Herbmix_Alertness_FOOD_FishA_Voidwoken",1);CharacterUnlockRecipe(_Player,"QUEST_Herbmix_Alertness_Potent_QUEST_DreamerPipe",1);CharacterUnlockRecipe(_Player,"QUEST_Herbmix_Alertness_QUEST_DreamerPipe",1);CharacterUnlockRecipe(_Player,"QUEST_Herbmix_Courage_QUEST_DreamerPipe",1);CharacterUnlockRecipe(_Player,"QUEST_Herbmix_Enlightenment_FOOD_FishC_Voidwoken",1);CharacterUnlockRecipe(_Player,"QUEST_Herbmix_Enlightenment_Potent_QUEST_DreamerPipe",1);CharacterUnlockRecipe(_Player,"QUEST_Herbmix_Enlightenment_QUEST_DreamerPipe",1);CharacterUnlockRecipe(_Player,"QUEST_Herbmix_Ferocity_FOOD_FishB_Voidwoken",1);CharacterUnlockRecipe(_Player,"QUEST_Herbmix_Ferocity_Potent_QUEST_DreamerPipe",1);
CharacterUnlockRecipe(_Player,"QUEST_Herbmix_Ferocity_QUEST_DreamerPipe",1);CharacterUnlockRecipe(_Player,"QUEST_Lancet_Bloody_QUEST_AtaraxianBowl_QUEST_Blackroot",1);CharacterUnlockRecipe(_Player,"QUEST_Lancet_Bloody_QUEST_AtaraxianBowl_With_Blackroot",1);CharacterUnlockRecipe(_Player,"QUEST_Oil_Machine_CONT_Barrel_A",1);CharacterUnlockRecipe(_Player,"QUEST_RC_BI_AncientForge_ITEM_Rich_Cup_A_Silver",1);CharacterUnlockRecipe(_Player,"QUEST_RC_BI_AncientForge_ITEM_Rich_Glass_A_Silver",1);CharacterUnlockRecipe(_Player,"QUEST_RC_BI_AncientForge_LOOT_Ore_A_Silver_A",1);CharacterUnlockRecipe(_Player,"QUEST_RC_BI_AncientForge_LOOT_OreBar_A_Silver_A",1);CharacterUnlockRecipe(_Player,"QUEST_RC_DF_WitchPotion_TOOL_Dye_Red",1);CharacterUnlockRecipe(_Player,"QUEST_Tea_Brand_A_QUEST_Teapot",1);
CharacterUnlockRecipe(_Player,"QUEST_Tea_Brand_B_QUEST_Teapot",1);CharacterUnlockRecipe(_Player,"QUEST_Tea_Brand_C_QUEST_Teapot",1);CharacterUnlockRecipe(_Player,"QUEST_UNI_LOOT_RC_DF_WitchEye_CON_Nature_Mushroom_Boletus_A_CON_Herb_Augmentor_A",1);CharacterUnlockRecipe(_Player,"QUEST_VaultLever_Broken_A_QUEST_RC_BI_LeverShaft",1);CharacterUnlockRecipe(_Player,"QUEST_VaultLever_Broken_B_QUEST_RC_BI_LeverShaft",1);CharacterUnlockRecipe(_Player,"QUEST_VaultLever_Broken_C_QUEST_RC_BI_LeverShaft",1);CharacterUnlockRecipe(_Player,"Rock_Beer_TOOL_Pouch_Dust_Pixie_A",1);CharacterUnlockRecipe(_Player,"SCROLL_Resurrect_QUEST_Resurrection_Idol_Inert",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_BlessedSmokeCloud_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_BlessedSmokeCloud_B",1);
CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_BlessedSmokeCloud_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_BreathingBubble",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_CursedElectricInfusion_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_CursedElectricInfusion_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_CursedElectricInfusion_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_ElectricInfusion",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_EvasiveAura_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_EvasiveAura_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_EvasiveAura_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_JellyfishSkin_A",1);
CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_JellyfishSkin_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_JellyfishSkin_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_MassBreathingBubbles_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_MassBreathingBubbles_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_MassBreathingBubbles_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_SmokeCover",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_VacuumAura_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_VacuumAura_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_VacuumAura_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_VacuumTouch",1);
CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_Vaporize",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Air_Windwalker",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_AcidInfusion_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_AcidInfusion_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_AcidInfusion_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_Condense",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_CorrosiveSpray_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_CorrosiveSpray_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_CorrosiveSpray_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_CorrosiveTouch",1);
CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_DustBlast_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_DustBlast_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_DustBlast_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_MassOilyCarapace_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_MassOilyCarapace_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_MassOilyCarapace_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_OilyCarapace",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_PoisonInfusion",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_PoisonousSkin_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_PoisonousSkin_B",1);
CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_PoisonousSkin_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_ThrowDust",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_VenomCoating",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_VenomousAura_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_VenomousAura_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Earth_VenomousAura_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_CorpseExplosion",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_DeployMassTraps_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_DeployMassTraps_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_DeployMassTraps_C",1);
CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_Fireblood",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_FireInfusion",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_FlamingSkin_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_FlamingSkin_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_FlamingSkin_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_LaunchExplosiveTrap",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_MassCorpseExplosion_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_MassCorpseExplosion_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_MassCorpseExplosion_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_MassSabotage_A",1);
CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_MassSabotage_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_MassSabotage_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_MasterOfSparks_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_MasterOfSparks_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_MasterOfSparks_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_NecrofireInfusion_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_NecrofireInfusion_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_NecrofireInfusion_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_Sabotage",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Fire_SparkingSwings",1);
CharacterUnlockRecipe(_Player,"SKILLBOOK_Necromancy_RainOfBlood",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_BloodStorm_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_BloodStorm_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_BloodStorm_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_CleanseWounds",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_Cryotherapy",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_HealingTears",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_IceInfusion_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_IceInfusion_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_IceInfusion_C",1);
CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_IceSkin_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_IceSkin_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_IceSkin_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_MassCleanseWounds_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_MassCleanseWounds_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_MassCleanseWounds_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_MassCryotherapy_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_MassCryotherapy_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_MassCryotherapy_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_VampiricHunger",1);
CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_VampiricHungerAura_A",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_VampiricHungerAura_B",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_VampiricHungerAura_C",1);CharacterUnlockRecipe(_Player,"SKILLBOOK_Water_WaterInfusion",1);CharacterUnlockRecipe(_Player,"Sword_LOOT_WoodenStick_A",1);CharacterUnlockRecipe(_Player,"Sword2H_LOOT_WoodenStick_A",1);CharacterUnlockRecipe(_Player,"TOOL_Dye_Red_CON_Potion_Poison_Void_A",1);CharacterUnlockRecipe(_Player,"TOOL_Hammer_ITEM_Nails",1);CharacterUnlockRecipe(_Player,"TOOL_Intestines_A_Water",1);CharacterUnlockRecipe(_Player,"TOOL_Pouch_Dust_Bone_A_TOOL_Pouch_Dust_Star_A",1);
CharacterUnlockRecipe(_Player,"TOOL_Pouch_Dust_Bone_A_TOOL_Pouch_Dust_Star_B",1);CharacterUnlockRecipe(_Player,"TOOL_Shovel_Improvised_A",1);CharacterUnlockRecipe(_Player,"TOOL_Tong_A_LOOT_Scraps_Cloth_A",1);CharacterUnlockRecipe(_Player,"TOOL_Tong_A_LOOT_Scraps_Leather_A",1);CharacterUnlockRecipe(_Player,"Water_Gold_TOOL_Pouch_Dust_Pixie_A",1);CharacterUnlockRecipe(_Player,"Water_Metal_TOOL_Pouch_Dust_Pixie_A",1);CharacterUnlockRecipe(_Player,"Water_WPN_Arrow_A",1);CharacterUnlockRecipe(_Player,"Water_WPN_ArrowHead_A",1);CharacterUnlockRecipe(_Player,"Water_WPN_ArrowHead_Fire_A",1);CharacterUnlockRecipe(_Player,"WaterWell_Gold_TOOL_Pouch_Dust_Pixie_A",1);
CharacterUnlockRecipe(_Player,"WaterWell_Metal_TOOL_Pouch_Dust_Pixie_A",1);CharacterUnlockRecipe(_Player,"WaterWell_WPN_Arrow_A",1);CharacterUnlockRecipe(_Player,"WaterWell_WPN_ArrowHead_A",1);CharacterUnlockRecipe(_Player,"WaterWell_WPN_ArrowHead_Fire_A",1);CharacterUnlockRecipe(_Player,"Wood_Oil_TOOL_Pouch_Dust_Pixie_A",1);CharacterUnlockRecipe(_Player,"WPN_ArrowShaft_A_WPN_ArrowHead_A",1);CharacterUnlockRecipe(_Player,"WPN_UNIQUE_AtaraxianScythe",1);
//END_REGION


Moderated by  Larian_KVN 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5