Jump to content

Potions disappearing in game when many values are changed.


Recommended Posts

I've been playing with the potion files and I've noticed a problem. If I remove spaces in the file to make it the correct size and it will reimport, but ingame the potions disappear (and if you edit the crafting file for them, the recipes disappear too...) The strange thing is, this didn't happen when I only changed swallow to 300s, or changed swallow's ingredient to 1 celadine (I plan on throwing away potions after use). Which makes me think it's a problem with the NUMBER of things changed, rather than what was changed, or that I deleted the wrong characters to counterbalance file size (I edited damn near every potion's length and ingredients)

Anybody got any insights on this? I'm pretty new to modding myself, but I can't seem to find a logical, workable solution. Though I'm willing to bet an experienced, skilled modder would notice the problem like it was staring them in the face...

 

So the files that aren't working are as follows

 

Def_item_alchemy_potion.xml

 

Original

 

 

<?xml version="1.0" encoding="UTF-16"?>
<redxml>
<definitions>
<!-- ######################## ABILITY DEFINITONS ######################## -->
<abilities>
<ability name="default_potion_stats">
<weight type="base" min="0" />
</ability>
<ability name="ClearingPotion_stats">
<weight type="base" min="0" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Return damage -->
<ability name="BlackBlood_1">
<toxicity min="15" max="15" type="add" />
<duration min="30" max="30" type="add" />
<ammo type="add" min="3" />
<BlackBloodEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="BlackBlood_2">
<toxicity min="15" max="15" type="add" />
<duration min="45" max="45" type="add" />
<ammo type="add" min="4" />
<BlackBloodEffect_Level2 is_ability="true" />
<BlackBlood_3 is_ability="true" />
<level type="add" min="2" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="BlackBlood_3">
<toxicity min="15" max="15" type="add" />
<duration min="60" max="60" type="add" />
<ammo type="add" min="5" />
<BlackBloodEffect_Level3 is_ability="true" />
<BlackBlood_2 is_ability="true" />
<level type="add" min="3" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Slo-Mo-->
<ability name="Blizzard_1">
<toxicity min="25" max="25" type="add" />
<duration min="15" type="add" />
<ammo type="add" min="2" />
<BlizzardEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="Blizzard_2">
<toxicity min="25" max="25" type="add" />
<duration min="20" type="add" />
<ammo type="add" min="3" />
<BlizzardEffect_Level2 is_ability="true" />
<Blizzard_3 is_ability="true" />
<level type="add" min="1" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="Blizzard_3">
<toxicity min="25" max="25" type="add" />
<duration min="30" type="add" />
<ammo type="add" min="4" />
<BlizzardEffect_Level3 is_ability="true" />
<Blizzard_2 is_ability="true" />
<level type="add" min="3" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Heightened Senses-->
<ability name="Cat_1">
<toxicity min="15" max="15" type="add" />
<duration min="240" type="add" />
<ammo type="add" min="3" />
<CatEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="Cat_2">
<toxicity min="15" max="15" type="add" />
<duration min="480" type="add" />
<ammo type="add" min="4" />
<CatEffect_Level2 is_ability="true" />
<Cat_3 is_ability="true" />
<level type="add" min="2" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="Cat_3">
<toxicity min="15" max="15" type="add" />
<duration min="720" type="add" />
<ammo type="add" min="5" />
<CatEffect_Level3 is_ability="true" />
<Cat_2 is_ability="true" />
<level type="add" min="3" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Vitality Pool Bonus-->
<ability name="FullMoon_1">
<toxicity min="25" max="25" type="add" />
<duration min="60" max="60" type="add" />
<ammo type="add" min="3" />
<FullMoonEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="FullMoon_2">
<toxicity min="25" max="25" type="add" />
<duration min="90" max="90" type="add" />
<ammo type="add" min="4" />
<FullMoonEffect_Level2 is_ability="true" />
<FullMoon_3 is_ability="true" />
<level type="add" min="2" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="FullMoon_3">
<toxicity min="25" max="25" type="add" />
<duration min="180" max="180" type="add" />
<ammo type="add" min="5" />
<FullMoonEffect_Level3 is_ability="true" />
<FullMoon_2 is_ability="true" />
<level type="add" min="3" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Non-physical Resistances Bonus-->
<ability name="GoldenOriole_1">
<toxicity min="20" max="20" type="add" />
<duration min="60" max="60" type="add" />
<ammo type="add" min="3" />
<GoldenOrioleEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="GoldenOriole_2">
<toxicity min="20" max="20" type="add" />
<duration min="120" max="120" type="add" />
<ammo type="add" min="4" />
<GoldenOrioleEffect_Level2 is_ability="true" />
<GoldenOriole_3 is_ability="true" />
<level type="add" min="2" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="GoldenOriole_3">
<toxicity min="20" max="20" type="add" />
<duration min="180" max="180" type="add" />
<ammo type="add" min="5" />
<GoldenOrioleEffect_Level3 is_ability="true" />
<GoldenOriole_2 is_ability="true" />
<level type="add" min="3" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Oxygen & underwater vision bonus -->
<ability name="KillerWhale_1">
<toxicity min="15" type="add" />
<duration min="180" type="add" />
<ammo type="add" min="3" />
<KillerWhaleEffect_Level1 is_ability="true" />
<quality type="add" min="4" max="4"/>
<level type="add" min="1" />
</ability>
<!-- Stamina Pool Bonus-->
<ability name="MariborForest_1">
<toxicity min="20" max="20" type="add" />
<duration min="30" max="30" type="add" />
<ammo type="add" min="3" />
<MariborForestEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="MariborForest_2">
<toxicity min="20" max="20" type="add" />
<duration min="60" max="60" type="add" />
<ammo type="add" min="4" />
<MariborForestEffect_Level2 is_ability="true" />
<MariborForest_3 is_ability="true" />
<level type="add" min="2" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="MariborForest_3">
<toxicity min="20" max="20" type="add" />
<duration min="90" max="90" type="add" />
<ammo type="add" min="5" />
<MariborForestEffect_Level3 is_ability="true" />
<MariborForest_2 is_ability="true" />
<level type="add" min="3" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Spell Power Bonus-->
<ability name="PetriPhiltre_1">
<toxicity min="25" max="25" type="add" />
<duration min="30" max="30" type="add" />
<ammo type="add" min="3" />
<PetriPhiltreEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="PetriPhiltre_2">
<toxicity min="25" max="25" type="add" />
<duration min="60" max="60" type="add" />
<ammo type="add" min="4" />
<PetriPhiltreEffect_Level2 is_ability="true" />
<PetriPhiltre_3 is_ability="true" />
<level type="add" min="2" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="PetriPhiltre_3">
<toxicity min="25" max="25" type="add" />
<duration min="90" max="90" type="add" />
<ammo type="add" min="5" />
<PetriPhiltreEffect_Level3 is_ability="true" />
<PetriPhiltre_2 is_ability="true" />
<level type="add" min="3" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Swallow-->
<ability name="Swallow_1">
<toxicity always_random="true" min="20" max="20" type="add" />
<duration min="20" max="20" type="add" />
<ammo type="add" min="3" />
<SwallowEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="Swallow_2">
<toxicity always_random="true" min="20" max="20" type="add" />
<duration min="20" max="20" type="add" />
<ammo type="add" min="4" />
<SwallowEffect_Level2 is_ability="true" />
<Swallow_3 is_ability="true" />
<level type="add" min="2" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="Swallow_3">
<toxicity always_random="true" min="20" max="20" type="add" />
<duration min="20" max="20" type="add" />
<ammo type="add" min="5" />
<SwallowEffect_Level3 is_ability="true" />
<Swallow_2 is_ability="true" />
<level type="add" min="3" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Stamina Regen-->
<ability name="TawnyOwl_1">
<toxicity min="20" max="20" type="add" />
<duration min="30" max="30" type="add" />
<ammo type="add" min="3" />
<TawnyOwlEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="TawnyOwl_2">
<toxicity min="20" max="20" type="add" />
<duration min="45" max="45" type="add" />
<ammo type="add" min="4" />
<TawnyOwlEffect_Level2 is_ability="true" />
<TawnyOwl_3 is_ability="true" />
<level type="add" min="2" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="TawnyOwl_3">
<toxicity min="20" max="20" type="add" />
<duration min="60" max="60" type="add" />
<ammo type="add" min="5" />
<TawnyOwlEffect_Level3 is_ability="true" />
<TawnyOwl_2 is_ability="true" />
<level type="add" min="3" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Attack Power Buff-->
<ability name="Thunderbolt_1">
<toxicity min="25" max="25" type="add" />
<duration min="30" max="30" type="add" />
<ammo type="add" min="3" />
<ThunderboltEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="Thunderbolt_2">
<toxicity min="25" max="25" type="add" />
<duration min="60" max="60" type="add" />
<ammo type="add" min="4" />
<ThunderboltEffect_Level2 is_ability="true" />
<Thunderbolt_3 is_ability="true" />
<level type="add" min="2" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="Thunderbolt_3">
<toxicity min="25" max="25" type="add" />
<duration min="90" max="90" type="add" />
<ammo type="add" min="5" />
<ThunderboltEffect_Level3 is_ability="true" />
<Thunderbolt_2 is_ability="true" />
<level type="add" min="3" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Zeroes Toxicity TODO -->
<ability name="WhiteHoney_1">
<ammo type="add" min="1" />
<WhiteHoneyEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="WhiteHoney_2">
<ammo type="add" min="2" />
<WhiteHoney_3 is_ability="true" />
<level type="add" min="2" />
<WhiteHoneyEffect_Level2 is_ability="true" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="WhiteHoney_3">
<ammo type="add" min="5" />
<WhiteHoney_2 is_ability="true" />
<level type="add" min="3" />
<WhiteHoneyEffect_Level3 is_ability="true" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Healing Potion-->
<ability name="WhiteRaffardDecoction_1">
<toxicity min="30" max="30" type="add" />
<ammo type="add" min="2" />
<WhiteRaffardDecoctionEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="3" />
</ability>
<ability name="WhiteRaffardDecoction_2">
<toxicity min="30" max="30" type="add" />
<ammo type="add" min="2" />
<WhiteRaffardDecoctionEffect_Level2 is_ability="true" />
<WhiteRaffardDecoction_3 is_ability="true" />
<level type="add" min="4" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="WhiteRaffardDecoction_3">
<toxicity min="30" max="30" type="add" />
<ammo type="add" min="3" />
<WhiteRaffardDecoctionEffect_Level3 is_ability="true" />
<WhiteRaffardDecoction_2 is_ability="true" />
<level type="add" min="5" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Underwater Breath Potion -->
<ability name="KillerWhale_1">
<toxicity min="10" max="10" type="add" />
<ammo type="add" min="3" />
<KillerWhaleEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="KillerWhale_2">
<toxicity min="10" max="10" type="add" />
<ammo type="add" min="6" />
<KillerWhaleEffect_Level2 is_ability="true" />
<KillerWhale_3 is_ability="true" />
<level type="add" min="4" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="KillerWhale_3">
<toxicity min="10" max="10" type="add" />
<ammo type="add" min="10" />
<KillerWhaleEffect_Level3 is_ability="true" />
<KillerWhale_2 is_ability="true" />
<level type="add" min="5" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Pheromones -->
<ability name="PheromonePotionNekker_1">
<toxicity min="15" max="15" type="add" />
<duration min="90" max="90" type="add" />
<ammo type="add" min="2" />
<PheromoneEffectNekker is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="PheromonePotionDrowner_1">
<toxicity min="15" max="15" type="add" />
<duration min="90" max="90" type="add" />
<ammo type="add" min="2" />
<PheromoneEffectDrowner is_ability="true" />
<quality type="add" min="3" max="3"/>
<level type="add" min="1" />
</ability>
<ability name="PheromonePotionBear_1">
<toxicity min="15" max="15" type="add" />
<duration min="90" max="90" type="add" />
<ammo type="add" min="2" />
<PheromoneEffectBear is_ability="true" />
<quality type="add" min="4" max="4"/>
<level type="add" min="1" />
</ability>
<!-- Quest Potions -->
<ability name="VillagePosion">
<toxicity min="20" max="20" type="add" />
<duration min="30" max="30" type="add" />
<ammo type="add" min="3" />
<BlackBloodEffect_Level1 is_ability="true" />
<quality type="add" min="4" max="4"/>
</ability>
<ability name="PopsImmunity">
<toxicity min="25" max="30" type="add" />
<duration min="360" max="360" type="add" />
<ammo type="add" min="3" />
<FactPotion is_ability="true" />
<fact_pops_immunity />
<quality type="add" min="4" max="4"/>
</ability>
</abilities>
<items>
<!-- BLACK BLOOD -->
<item name="Black Blood 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/black-blood-64x64.png" localisation_key_name="item_name_black_blood_1" localisation_key_description="item_desc_black_blood_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>BlackBlood_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Black Blood 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/black-blood-64x64.png" localisation_key_name="item_name_black_blood_2" localisation_key_description="item_desc_black_blood_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>BlackBlood_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Black Blood 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/black-blood-64x64.png" localisation_key_name="item_name_black_blood_3" localisation_key_description="item_desc_black_blood_3" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>BlackBlood_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- BLIZZARD -->
<item name="Blizzard 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/blizzard-64x64.png" localisation_key_name="item_name_blizzard_1" localisation_key_description="item_desc_blizzard_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Blizzard_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Blizzard 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/blizzard-64x64.png" localisation_key_name="item_name_blizzard_2" localisation_key_description="item_desc_blizzard_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Blizzard_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Blizzard 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/blizzard-64x64.png" localisation_key_name="item_name_blizzard_3" localisation_key_description="item_desc_blizzard_3" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Blizzard_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- CAT -->
<item name="Cat 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/cat-64x64.png" localisation_key_name="item_name_cat_1" localisation_key_description="item_desc_cat_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Cat_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Cat 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/cat-64x64.png" localisation_key_name="item_name_cat_2" localisation_key_description="item_desc_cat_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Cat_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Cat 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/cat-64x64.png" localisation_key_name="item_name_cat_3" localisation_key_description="item_desc_cat_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Cat_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- FULL MOON -->
<item name="Full Moon 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/full-moon-64x64.png" localisation_key_name="item_name_full_moon_1" localisation_key_description="item_desc_full_moon_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>FullMoon_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Full Moon 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/full-moon-64x64.png" localisation_key_name="item_name_full_moon_2" localisation_key_description="item_desc_full_moon_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>FullMoon_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Full Moon 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/full-moon-64x64.png" localisation_key_name="item_name_full_moon_3" localisation_key_description="item_desc_full_moon_3" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>FullMoon_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- GOLDEN ORIOLE -->
<item name="Golden Oriole 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/golden-oriole-64x64.png" localisation_key_name="item_name_golden_oriole_1" localisation_key_description="item_desc_golden_oriole_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>GoldenOriole_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Golden Oriole 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/golden-oriole-64x64.png" localisation_key_name="item_name_golden_oriole_2" localisation_key_description="item_desc_golden_oriole_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>GoldenOriole_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Golden Oriole 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/golden-oriole-64x64.png" localisation_key_name="item_name_golden_oriole_3" localisation_key_description="item_desc_golden_oriole_3" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>GoldenOriole_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- KILLER WHALE -->
<item name="Killer Whale 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/tiara-64x64.png" localisation_key_name="item_name_killer_whale_1" localisation_key_description="item_desc_killer_whale_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>KillerWhale_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- MARIBOR FOREST -->
<item name="Maribor Forest 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/maribor-forest-64x64.png" localisation_key_name="item_name_maribor_forest_1" localisation_key_description="item_desc_maribor_forest_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>MariborForest_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Maribor Forest 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/maribor-forest-64x64.png" localisation_key_name="item_name_maribor_forest_2" localisation_key_description="item_desc_maribor_forest_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>MariborForest_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Maribor Forest 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/maribor-forest-64x64.png" localisation_key_name="item_name_maribor_forest_3" localisation_key_description="item_desc_maribor_forest_3" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>MariborForest_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- PETRI PHILTRE -->
<item name="Petri Philtre 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/petris-philtre-64x64.png" localisation_key_name="item_name_petri_philtre_1" localisation_key_description="item_desc_petri_philtre_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>PetriPhiltre_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Petri Philtre 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/petris-philtre-64x64.png" localisation_key_name="item_name_petri_philtre_2" localisation_key_description="item_desc_petri_philtre_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>PetriPhiltre_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Petri Philtre 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/petris-philtre-64x64.png" localisation_key_name="item_name_petri_philtre_3" localisation_key_description="item_desc_petri_philtre_3" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>PetriPhiltre_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- SWALLOW -->
<item name="Swallow 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/healing-potion-64x64.png" localisation_key_name="item_name_swallow_1" localisation_key_description="item_desc_swallow_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Swallow_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Swallow 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/healing-potion-64x64.png" localisation_key_name="item_name_swallow_2" localisation_key_description="item_desc_swallow_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Swallow_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Swallow 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/healing-potion-64x64.png" localisation_key_name="item_name_swallow_3" localisation_key_description="item_desc_swallow_3" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Swallow_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- TAWNY OWL -->
<item name="Tawny Owl 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/tawny-owl-64x64.png" localisation_key_name="item_name_tawny_owl_1" localisation_key_description="item_desc_tawny_owl_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>TawnyOwl_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Tawny Owl 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/tawny-owl-64x64.png" localisation_key_name="item_name_tawny_owl_2" localisation_key_description="item_desc_tawny_owl_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>TawnyOwl_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Tawny Owl 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/tawny-owl-64x64.png" localisation_key_name="item_name_tawny_owl_3" localisation_key_description="item_desc_tawny_owl_3" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>TawnyOwl_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- THUNDERBOLT -->
<item name="Thunderbolt 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/thunderbolt-64x64.png" localisation_key_name="item_name_thunderbolt_1" localisation_key_description="item_desc_thunderbolt_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Thunderbolt_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Thunderbolt 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/thunderbolt-64x64.png" localisation_key_name="item_name_thunderbolt_2" localisation_key_description="item_desc_thunderbolt_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Thunderbolt_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Thunderbolt 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/thunderbolt-64x64.png" localisation_key_name="item_name_thunderbolt_3" localisation_key_description="item_desc_thunderbolt_3" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Thunderbolt_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- WHITE HONEY -->
<item name="White Honey 1" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/white-honey-64x64.png" localisation_key_name="item_name_white_honey_1" localisation_key_description="item_desc_white_honey_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>WhiteHoney_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="White Honey 2" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/white-honey-64x64.png" localisation_key_name="item_name_white_honey_2" localisation_key_description="item_desc_white_honey_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>WhiteHoney_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="White Honey 3" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/white-honey-64x64.png" localisation_key_name="item_name_white_honey_3" localisation_key_description="item_desc_white_honey_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>WhiteHoney_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- WHITE RAFFARDS DECOCTION -->
<item name="White Raffards Decoction 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/white-raffard-64x64.png" localisation_key_name="item_name_white_raffards_decoction_1" localisation_key_description="item_desc_white_raffards_decoction_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>WhiteRaffardDecoction_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="White Raffards Decoction 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/white-raffard-64x64.png" localisation_key_name="item_name_white_raffards_decoction_2" localisation_key_description="item_desc_white_raffards_decoction_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>WhiteRaffardDecoction_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="White Raffards Decoction 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/white-raffard-64x64.png" localisation_key_name="item_name_white_raffards_decoction_3" localisation_key_description="item_desc_white_raffards_decoction_3" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>WhiteRaffardDecoction_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- PHEROMONE POTION -->
<item name="Pheromone Potion Nekker 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/pheromone-nekker-64x64.png" localisation_key_name="item_name_pheromone_potion_nekker_1" localisation_key_description="item_desc_pheromone_potion_nekker_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>PheromonePotionNekker_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Pheromone Potion Drowner 1" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/pheromone-drowner-64x64.png" localisation_key_name="item_name_pheromone_potion_drowner_1" localisation_key_description="item_desc_pheromone_potion_drowner_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>PheromonePotionDrowner_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Pheromone Potion Bear 1" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/pheromone-bear-64x64.png" localisation_key_name="item_name_pheromone_potion_bear_1" localisation_key_description="item_desc_pheromone_potion_bear_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>PheromonePotionBear_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Clearing Potion" category="edibles" price="1000" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/mutagen_potions/ico_mutagen-potion-20.png" localisation_key_name="item_name_potion_clearance" localisation_key_description="item_desc_potion_clearance">
<tags>Edibles, Potion, NoEquip</tags>
<base_abilities>
<a>ClearingPotion_stats</a>
</base_abilities>
</item>
<!-- Quest Potions -->
<item name="Trial Potion Kit" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/quests/trial_potion_kit-64x64.png" localisation_key_name="item_name_trial_potion_kit" localisation_key_description="item_desc_trial_potion_kit" >
<tags>Quest, mod_nosale</tags>
<base_abilities>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Village drink" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/ingredients/alchemy/alcohol_vodka_pepper_64x64.png" localisation_key_name="item_name_village_drink" localisation_key_description="item_desc_village_drink" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>VillagePosion</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Pops Antidote" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/ingredients/alchemy/alcohol_vodka_pepper_64x64.png" localisation_key_name="item_name_pops_antidote" localisation_key_description="item_desc_pops_antidote">
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>PopsImmunity</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
</items>
</definitions>
</redxml>

edited

<?xml version="1.0" encoding="UTF-16"?>
<redxml>
<definitions>
<!############# ABILITY DEFINITONS ##################>
<abilities>
<ability name="default_potion_stats">
<weight type="base" min="0" />
</ability>
<ability name="ClearingPotion_stats">
<weight type="base" min="0" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Return damage -->
<ability name="BlackBlood_1">
<toxicity min="15" max="15" type="add" />
<duration min="300" max="300" type="add" />
<ammo type="add" min="3" />
<BlackBloodEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="BlackBlood_2">
<toxicity min="15" max="15" type="add" />
<duration min="450" max="450" type="add" />
<ammo type="add" min="4" />
<BlackBloodEffect_Level2 is_ability="true" />
<BlackBlood_3 is_ability="true" />
<level type="add" min="2" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="BlackBlood_3">
<toxicity min="15" max="15" type="add" />
<duration min="600" max="600" type="add" />
<ammo type="add" min="5" />
<BlackBloodEffect_Level3 is_ability="true" />
<BlackBlood_2 is_ability="true" />
<level type="add" min="3" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Slo-Mo-->
<ability name="Blizzard_1">
<toxicity min="75" max="25" type="add" />
<duration min="150" type="add" />
<ammo type="add" min="2" />
<BlizzardEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="Blizzard_2">
<toxicity min="75" max="25" type="add" />
<duration min="200" type="add" />
<ammo type="add" min="3" />
<BlizzardEffect_Level2 is_ability="true" />
<Blizzard_3 is_ability="true" />
<level type="add" min="1" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="Blizzard_3">
<toxicity min="75" max="25" type="add" />
<duration min="300" type="add" />
<ammo type="add" min="4" />
<BlizzardEffect_Level3 is_ability="true" />
<Blizzard_2 is_ability="true" />
<level type="add" min="3" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Heightened Senses-->
<ability name="Cat_1">
<toxicity min="15" max="15" type="add" />
<duration min="600" type="add" />
<ammo type="add" min="3" />
<CatEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="Cat_2">
<toxicity min="15" max="15" type="add" />
<duration min="750" type="add" />
<ammo type="add" min="4" />
<CatEffect_Level2 is_ability="true" />
<Cat_3 is_ability="true" />
<level type="add" min="2" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="Cat_3">
<toxicity min="15" max="15" type="add" />
<duration min="900" type="add" />
<ammo type="add" min="5" />
<CatEffect_Level3 is_ability="true" />
<Cat_2 is_ability="true" />
<level type="add" min="3" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Vitality Pool Bonus-->
<ability name="FullMoon_1">
<toxicity min="25" max="25" type="add" />
<duration min="300" max="300" type="add" />
<ammo type="add" min="3" />
<FullMoonEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="FullMoon_2">
<toxicity min="25" max="25" type="add" />
<duration min="450" max="450" type="add" />
<ammo type="add" min="4" />
<FullMoonEffect_Level2 is_ability="true" />
<FullMoon_3 is_ability="true" />
<level type="add" min="2" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="FullMoon_3">
<toxicity min="25" max="25" type="add" />
<duration min="600" max="600" type="add" />
<ammo type="add" min="5" />
<FullMoonEffect_Level3 is_ability="true" />
<FullMoon_2 is_ability="true" />
<level type="add" min="3" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Non-physical Resistances Bonus-->
<ability name="GoldenOriole_1">
<toxicity min="20" max="20" type="add" />
<duration min="300" max="300" type="add" />
<ammo type="add" min="3" />
<GoldenOrioleEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="GoldenOriole_2">
<toxicity min="20" max="20" type="add" />
<duration min="450" max="450" type="add" />
<ammo type="add" min="4" />
<GoldenOrioleEffect_Level2 is_ability="true" />
<GoldenOriole_3 is_ability="true" />
<level type="add" min="2" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="GoldenOriole_3">
<toxicity min="20" max="20" type="add" />
<duration min="600" max="600" type="add" />
<ammo type="add" min="5" />
<GoldenOrioleEffect_Level3 is_ability="true" />
<GoldenOriole_2 is_ability="true" />
<level type="add" min="3" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Oxygen & underwater vision bonus -->
<ability name="KillerWhale_1">
<toxicity min="15" type="add" />
<duration min="600" type="add" />
<ammo type="add" min="3" />
<KillerWhaleEffect_Level1 is_ability="true" />
<quality type="add" min="4" max="4"/>
<level type="add" min="1" />
</ability>
<!-- Stamina Pool Bonus-->
<ability name="MariborForest_1">
<toxicity min="20" max="20" type="add" />
<duration min="300" max="300" type="add" />
<ammo type="add" min="3" />
<MariborForestEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="MariborForest_2">
<toxicity min="20" max="20" type="add" />
<duration min="450" max="450" type="add" />
<ammo type="add" min="4" />
<MariborForestEffect_Level2 is_ability="true" />
<MariborForest_3 is_ability="true" />
<level type="add" min="2" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="MariborForest_3">
<toxicity min="20" max="20" type="add" />
<duration min="600" max="600" type="add" />
<ammo type="add" min="5" />
<MariborForestEffect_Level3 is_ability="true" />
<MariborForest_2 is_ability="true" />
<level type="add" min="3" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Spell Power Bonus-->
<ability name="PetriPhiltre_1">
<toxicity min="25" max="25" type="add" />
<duration min="300" max="300" type="add" />
<ammo type="add" min="3" />
<PetriPhiltreEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="PetriPhiltre_2">
<toxicity min="25" max="25" type="add" />
<duration min="450" max="450" type="add" />
<ammo type="add" min="4" />
<PetriPhiltreEffect_Level2 is_ability="true" />
<PetriPhiltre_3 is_ability="true" />
<level type="add" min="2" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="PetriPhiltre_3">
<toxicity min="25" max="25" type="add" />
<duration min="600" max="600" type="add" />
<ammo type="add" min="5" />
<PetriPhiltreEffect_Level3 is_ability="true" />
<PetriPhiltre_2 is_ability="true" />
<level type="add" min="3" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Swallow-->
<ability name="Swallow_1">
<toxicity always_random="true" min="20" max="20" type="add" />
<duration min="300" max="300" type="add" />
<ammo type="add" min="3" />
<SwallowEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="Swallow_2">
<toxicity always_random="true" min="20" max="20" type="add" />
<duration min="450" max="450" type="add" />
<ammo type="add" min="4" />
<SwallowEffect_Level2 is_ability="true" />
<Swallow_3 is_ability="true" />
<level type="add" min="2" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="Swallow_3">
<toxicity always_random="true" min="20" max="20" type="add" />
<duration min="600" max="600" type="add" />
<ammo type="add" min="5" />
<SwallowEffect_Level3 is_ability="true" />
<Swallow_2 is_ability="true" />
<level type="add" min="3" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Stamina Regen-->
<ability name="TawnyOwl_1">
<toxicity min="20" max="20" type="add" />
<duration min="300" max="300" type="add" />
<ammo type="add" min="3" />
<TawnyOwlEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="TawnyOwl_2">
<toxicity min="20" max="20" type="add" />
<duration min="450" max="450" type="add" />
<ammo type="add" min="4" />
<TawnyOwlEffect_Level2 is_ability="true" />
<TawnyOwl_3 is_ability="true" />
<level type="add" min="2" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="TawnyOwl_3">
<toxicity min="20" max="20" type="add" />
<duration min="600" max="600" type="add" />
<ammo type="add" min="5" />
<TawnyOwlEffect_Level3 is_ability="true" />
<TawnyOwl_2 is_ability="true" />
<level type="add" min="3" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Attack Power Buff-->
<ability name="Thunderbolt_1">
<toxicity min="25" max="25" type="add" />
<duration min="300" max="300" type="add" />
<ammo type="add" min="3" />
<ThunderboltEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="Thunderbolt_2">
<toxicity min="25" max="25" type="add" />
<duration min="450" max="450" type="add" />
<ammo type="add" min="4" />
<ThunderboltEffect_Level2 is_ability="true" />
<Thunderbolt_3 is_ability="true" />
<level type="add" min="2" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="Thunderbolt_3">
<toxicity min="25" max="25" type="add" />
<duration min="600" max="600" type="add" />
<ammo type="add" min="5" />
<ThunderboltEffect_Level3 is_ability="true" />
<Thunderbolt_2 is_ability="true" />
<level type="add" min="3" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Zeroes Toxicity TODO -->
<ability name="WhiteHoney_1">
<ammo type="add" min="1" />
<WhiteHoneyEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="WhiteHoney_2">
<ammo type="add" min="2" />
<WhiteHoney_3 is_ability="true" />
<level type="add" min="2" />
<WhiteHoneyEffect_Level2 is_ability="true" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="WhiteHoney_3">
<ammo type="add" min="5" />
<WhiteHoney_2 is_ability="true" />
<level type="add" min="3" />
<WhiteHoneyEffect_Level3 is_ability="true" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Healing Potion-->
<ability name="WhiteRaffardDecoction_1">
<toxicity min="30" max="30" type="add" />
<ammo type="add" min="2" />
<WhiteRaffardDecoctionEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="3" />
</ability>
<ability name="WhiteRaffardDecoction_2">
<toxicity min="30" max="30" type="add" />
<ammo type="add" min="2" />
<WhiteRaffardDecoctionEffect_Level2 is_ability="true" />
<WhiteRaffardDecoction_3 is_ability="true" />
<level type="add" min="4" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="WhiteRaffardDecoction_3">
<toxicity min="30" max="30" type="add" />
<ammo type="add" min="3" />
<WhiteRaffardDecoctionEffect_Level3 is_ability="true" />
<WhiteRaffardDecoction_2 is_ability="true" />
<level type="add" min="5" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Underwater Breath Potion -->
<ability name="KillerWhale_1">
<toxicity min="10" max="10" type="add" />
<ammo type="add" min="3" />
<KillerWhaleEffect_Level1 is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="KillerWhale_2">
<toxicity min="10" max="10" type="add" />
<ammo type="add" min="6" />
<KillerWhaleEffect_Level2 is_ability="true" />
<KillerWhale_3 is_ability="true" />
<level type="add" min="4" />
<quality type="add" min="3" max="3"/>
</ability>
<ability name="KillerWhale_3">
<toxicity min="10" max="10" type="add" />
<ammo type="add" min="10" />
<KillerWhaleEffect_Level3 is_ability="true" />
<KillerWhale_2 is_ability="true" />
<level type="add" min="5" />
<quality type="add" min="4" max="4"/>
</ability>
<!-- Pheromones -->
<ability name="PheromonePotionNekker_1">
<toxicity min="15" max="15" type="add" />
<duration min="90" max="90" type="add" />
<ammo type="add" min="2" />
<PheromoneEffectNekker is_ability="true" />
<quality type="add" min="2" max="2"/>
<level type="add" min="1" />
</ability>
<ability name="PheromonePotionDrowner_1">
<toxicity min="15" max="15" type="add" />
<duration min="90" max="90" type="add" />
<ammo type="add" min="2" />
<PheromoneEffectDrowner is_ability="true" />
<quality type="add" min="3" max="3"/>
<level type="add" min="1" />
</ability>
<ability name="PheromonePotionBear_1">
<toxicity min="15" max="15" type="add" />
<duration min="90" max="90" type="add" />
<ammo type="add" min="2" />
<PheromoneEffectBear is_ability="true" />
<quality type="add" min="4" max="4"/>
<level type="add" min="1" />
</ability>
<!-- Quest Potions -->
<ability name="VillagePosion">
<toxicity min="20" max="20" type="add" />
<duration min="30" max="30" type="add" />
<ammo type="add" min="3" />
<BlackBloodEffect_Level1 is_ability="true" />
<quality type="add" min="4" max="4"/>
</ability>
<ability name="PopsImmunity">
<toxicity min="25" max="30" type="add" />
<duration min="360" max="360" type="add" />
<ammo type="add" min="3" />
<FactPotion is_ability="true" />
<fact_pops_immunity />
<quality type="add" min="4" max="4"/>
</ability>
</abilities>
<items>
<!-- BLACK BLOOD -->
<item name="Black Blood 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/black-blood-64x64.png" localisation_key_name="item_name_black_blood_1" localisation_key_description="item_desc_black_blood_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>BlackBlood_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Black Blood 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/black-blood-64x64.png" localisation_key_name="item_name_black_blood_2" localisation_key_description="item_desc_black_blood_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>BlackBlood_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Black Blood 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/black-blood-64x64.png" localisation_key_name="item_name_black_blood_3" localisation_key_description="item_desc_black_blood_3" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>BlackBlood_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- BLIZZARD -->
<item name="Blizzard 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/blizzard-64x64.png" localisation_key_name="item_name_blizzard_1" localisation_key_description="item_desc_blizzard_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Blizzard_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Blizzard 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/blizzard-64x64.png" localisation_key_name="item_name_blizzard_2" localisation_key_description="item_desc_blizzard_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Blizzard_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Blizzard 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/blizzard-64x64.png" localisation_key_name="item_name_blizzard_3" localisation_key_description="item_desc_blizzard_3" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Blizzard_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- CAT -->
<item name="Cat 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/cat-64x64.png" localisation_key_name="item_name_cat_1" localisation_key_description="item_desc_cat_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Cat_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Cat 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/cat-64x64.png" localisation_key_name="item_name_cat_2" localisation_key_description="item_desc_cat_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Cat_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Cat 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/cat-64x64.png" localisation_key_name="item_name_cat_3" localisation_key_description="item_desc_cat_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Cat_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- FULL MOON -->
<item name="Full Moon 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/full-moon-64x64.png" localisation_key_name="item_name_full_moon_1" localisation_key_description="item_desc_full_moon_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>FullMoon_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Full Moon 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/full-moon-64x64.png" localisation_key_name="item_name_full_moon_2" localisation_key_description="item_desc_full_moon_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>FullMoon_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Full Moon 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/full-moon-64x64.png" localisation_key_name="item_name_full_moon_3" localisation_key_description="item_desc_full_moon_3" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>FullMoon_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- GOLDEN ORIOLE -->
<item name="Golden Oriole 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/golden-oriole-64x64.png" localisation_key_name="item_name_golden_oriole_1" localisation_key_description="item_desc_golden_oriole_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>GoldenOriole_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Golden Oriole 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/golden-oriole-64x64.png" localisation_key_name="item_name_golden_oriole_2" localisation_key_description="item_desc_golden_oriole_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>GoldenOriole_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Golden Oriole 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/golden-oriole-64x64.png" localisation_key_name="item_name_golden_oriole_3" localisation_key_description="item_desc_golden_oriole_3" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>GoldenOriole_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- KILLER WHALE -->
<item name="Killer Whale 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/tiara-64x64.png" localisation_key_name="item_name_killer_whale_1" localisation_key_description="item_desc_killer_whale_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>KillerWhale_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- MARIBOR FOREST -->
<item name="Maribor Forest 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/maribor-forest-64x64.png" localisation_key_name="item_name_maribor_forest_1" localisation_key_description="item_desc_maribor_forest_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>MariborForest_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Maribor Forest 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/maribor-forest-64x64.png" localisation_key_name="item_name_maribor_forest_2" localisation_key_description="item_desc_maribor_forest_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>MariborForest_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Maribor Forest 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/maribor-forest-64x64.png" localisation_key_name="item_name_maribor_forest_3" localisation_key_description="item_desc_maribor_forest_3" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>MariborForest_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- PETRI PHILTRE -->
<item name="Petri Philtre 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/petris-philtre-64x64.png" localisation_key_name="item_name_petri_philtre_1" localisation_key_description="item_desc_petri_philtre_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>PetriPhiltre_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Petri Philtre 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/petris-philtre-64x64.png" localisation_key_name="item_name_petri_philtre_2" localisation_key_description="item_desc_petri_philtre_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>PetriPhiltre_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Petri Philtre 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/petris-philtre-64x64.png" localisation_key_name="item_name_petri_philtre_3" localisation_key_description="item_desc_petri_philtre_3" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>PetriPhiltre_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- SWALLOW -->
<item name="Swallow 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/healing-potion-64x64.png" localisation_key_name="item_name_swallow_1" localisation_key_description="item_desc_swallow_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Swallow_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Swallow 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/healing-potion-64x64.png" localisation_key_name="item_name_swallow_2" localisation_key_description="item_desc_swallow_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Swallow_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Swallow 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/healing-potion-64x64.png" localisation_key_name="item_name_swallow_3" localisation_key_description="item_desc_swallow_3" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Swallow_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- TAWNY OWL -->
<item name="Tawny Owl 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/tawny-owl-64x64.png" localisation_key_name="item_name_tawny_owl_1" localisation_key_description="item_desc_tawny_owl_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>TawnyOwl_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Tawny Owl 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/tawny-owl-64x64.png" localisation_key_name="item_name_tawny_owl_2" localisation_key_description="item_desc_tawny_owl_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>TawnyOwl_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Tawny Owl 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/tawny-owl-64x64.png" localisation_key_name="item_name_tawny_owl_3" localisation_key_description="item_desc_tawny_owl_3" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>TawnyOwl_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- THUNDERBOLT -->
<item name="Thunderbolt 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/thunderbolt-64x64.png" localisation_key_name="item_name_thunderbolt_1" localisation_key_description="item_desc_thunderbolt_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Thunderbolt_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Thunderbolt 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/thunderbolt-64x64.png" localisation_key_name="item_name_thunderbolt_2" localisation_key_description="item_desc_thunderbolt_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Thunderbolt_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Thunderbolt 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/thunderbolt-64x64.png" localisation_key_name="item_name_thunderbolt_3" localisation_key_description="item_desc_thunderbolt_3" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>Thunderbolt_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- WHITE HONEY -->
<item name="White Honey 1" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/white-honey-64x64.png" localisation_key_name="item_name_white_honey_1" localisation_key_description="item_desc_white_honey_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>WhiteHoney_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="White Honey 2" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/white-honey-64x64.png" localisation_key_name="item_name_white_honey_2" localisation_key_description="item_desc_white_honey_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>WhiteHoney_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="White Honey 3" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/white-honey-64x64.png" localisation_key_name="item_name_white_honey_3" localisation_key_description="item_desc_white_honey_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>WhiteHoney_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- WHITE RAFFARDS DECOCTION -->
<item name="White Raffards Decoction 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/white-raffard-64x64.png" localisation_key_name="item_name_white_raffards_decoction_1" localisation_key_description="item_desc_white_raffards_decoction_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>WhiteRaffardDecoction_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="White Raffards Decoction 2" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/white-raffard-64x64.png" localisation_key_name="item_name_white_raffards_decoction_2" localisation_key_description="item_desc_white_raffards_decoction_2" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>WhiteRaffardDecoction_2</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="White Raffards Decoction 3" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/white-raffard-64x64.png" localisation_key_name="item_name_white_raffards_decoction_3" localisation_key_description="item_desc_white_raffards_decoction_3" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>WhiteRaffardDecoction_3</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<!-- PHEROMONE POTION -->
<item name="Pheromone Potion Nekker 1" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/pheromone-nekker-64x64.png" localisation_key_name="item_name_pheromone_potion_nekker_1" localisation_key_description="item_desc_pheromone_potion_nekker_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>PheromonePotionNekker_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Pheromone Potion Drowner 1" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/pheromone-drowner-64x64.png" localisation_key_name="item_name_pheromone_potion_drowner_1" localisation_key_description="item_desc_pheromone_potion_drowner_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>PheromonePotionDrowner_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Pheromone Potion Bear 1" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/potions/pheromone-bear-64x64.png" localisation_key_name="item_name_pheromone_potion_bear_1" localisation_key_description="item_desc_pheromone_potion_bear_1" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>PheromonePotionBear_1</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Clearing Potion" category="edibles" price="1000" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/mutagen_potions/ico_mutagen-potion-20.png" localisation_key_name="item_name_potion_clearance" localisation_key_description="item_desc_potion_clearance">
<tags>Edibles, Potion, NoEquip</tags>
<base_abilities>
<a>ClearingPotion_stats</a>
</base_abilities>
</item>
<!-- Quest Potions -->
<item name="Trial Potion Kit" category="potion" price="100" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/quests/trial_potion_kit-64x64.png" localisation_key_name="item_name_trial_potion_kit" localisation_key_description="item_desc_trial_potion_kit" >
<tags>Quest, mod_nosale</tags>
<base_abilities>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Village drink" category="potion" price="150" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/ingredients/alchemy/alcohol_vodka_pepper_64x64.png" localisation_key_name="item_name_village_drink" localisation_key_description="item_desc_village_drink" >
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>VillagePosion</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
<item name="Pops Antidote" category="potion" price="300" grid_size="1" ability_slots="0" stackable="1000" icon_path="icons/inventory/ingredients/alchemy/alcohol_vodka_pepper_64x64.png" localisation_key_name="item_name_pops_antidote" localisation_key_description="item_desc_pops_antidote">
<tags>Potion, SingletonItem, mod_nosale</tags>
<base_abilities>
<a>PopsImmunity</a>
<a>default_potion_stats</a>
</base_abilities>
</item>
</items>
</definitions>
</redxml>

 

Edited by Draagushnahk
Link to comment
Share on other sites

And Def_item_alchemy_recipes_potions


Original:



<?xml version="1.0" encoding="UTF-16"?>

<redxml>

<definitions>

<items>

<!-- HACK this name must be the same as the one under custom definition -->


<!-- RECIPE FOR BLIZZARD -->

<item category="alchemy_recipe" name="Recipe for Blizzard 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_blizzard_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Blizzard 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_blizzard_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Blizzard 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_blizzard_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR CAT -->

<item category="alchemy_recipe" name="Recipe for Cat 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_cat_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Cat 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_cat_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Cat 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_cat_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR FULL MOON -->

<item category="alchemy_recipe" name="Recipe for Full Moon 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_full_moon_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Full Moon 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_full_moon_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Full Moon 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_full_moon_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR GOLDEN ORIOLE -->

<item category="alchemy_recipe" name="Recipe for Golden Oriole 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_golden_oriole_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Golden Oriole 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_golden_oriole_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Golden Oriole 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_golden_oriole_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR KILLER WHALE -->

<item category="alchemy_recipe" name="Recipe for Killer Whale 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_killer_whale_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR MARIBOR FOREST -->

<item category="alchemy_recipe" name="Recipe for Maribor Forest 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_maribor_forest_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Maribor Forest 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_maribor_forest_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Maribor Forest 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_maribor_forest_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR PETRIS PHILTRE -->

<item category="alchemy_recipe" name="Recipe for Petris Philtre 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_petris_philtre_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Petris Philtre 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_petris_philtre_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Petris Philtre 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_petris_philtre_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR SWALLOW -->

<item category="alchemy_recipe" name="Recipe for Swallow 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_swallow_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Swallow 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_swallow_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Swallow 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_swallow_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR TAWNY OWL -->

<item category="alchemy_recipe" name="Recipe for Tawny Owl 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_tawny_owl_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Tawny Owl 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_tawny_owl_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Tawny Owl 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_tawny_owl_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR THUNDERBOLT -->

<item category="alchemy_recipe" name="Recipe for Thunderbolt 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_thunderbolt_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Thunderbolt 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_thunderbolt_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Thunderbolt 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_thunderbolt_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR WHITE HONEY -->

<item category="alchemy_recipe" name="Recipe for White Honey 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_white_honey_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for White Honey 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_white_honey_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for White Honey 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_white_honey_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR WHITE RAFFARDS DECOCTION -->

<item category="alchemy_recipe" name="Recipe for White Raffards Decoction 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_white_raffards_decoction_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for White Raffards Decoction 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_white_raffards_decoction_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for White Raffards Decoction 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_white_raffards_decoction_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>


<!-- PHEROMONE POTIONS -->

<item category="alchemy_recipe" name="Recipe for Bear Pheromone Potion 1" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_pheromone_potion_bear_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Drowner Pheromone Potion 1" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_pheromone_potion_drowner_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Nekker Pheromone Potion 1" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_pheromone_potion_nekker_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>


<!-- BLACK BLOOD -->

<item category="alchemy_recipe" name="Recipe for Black Blood 1" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_black_blood_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Black Blood 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_black_blood_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Black Blood 3" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_black_blood_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- Quest Potions -->

<item category="alchemy_recipe" name="Recipe for Trial Potion Kit" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_trial_potion_kit" localisation_key_description = "item_desc_trial_potion_kit" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Pops Antidote" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_pops_antidote" localisation_key_description = "item_desc_recipe_for_pops_antidote" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Czart Lure" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_czart_lure" localisation_key_description = "item_desc_recipe_for_czart_lure" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

</items>

</definitions>


<custom>

<alchemy_recipes>

<!-- BLACK BLOOD -->

<recipe name_name="Recipe for Black Blood 1" countsTowardsAchievement="1" type_name="BlackBloodEffect" level="1" cookedItem_name="Black Blood 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_black_blood">

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Sewant mushrooms" quantity="2" />

<ingredient item_name="Ghoul blood" quantity="4" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Black Blood 2" countsTowardsAchievement="1" type_name="BlackBloodEffect" level="2" cookedItem_name="Black Blood 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_black_blood">

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="Black Blood 1" quantity="1" />

<ingredient item_name="Hellebore petals" quantity="1" />

<ingredient item_name="Sewant mushrooms" quantity="5" />

<ingredient item_name="Ghoul blood" quantity="5" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Black Blood 3" countsTowardsAchievement="1" type_name="BlackBloodEffect" level="3" cookedItem_name="Black Blood 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_black_blood">

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="Black Blood 2" quantity="1" />

<ingredient item_name="Hellebore petals" quantity="5" />

<ingredient item_name="Sewant mushrooms" quantity="5" />

<ingredient item_name="Han" quantity="1" />

<ingredient item_name="Nostrix" quantity="1" />

<ingredient item_name="Rebis" quantity="1" />

</ingredients>

</recipe>


<!-- BLIZZARD -->

<recipe name_name="Recipe for Blizzard 1" countsTowardsAchievement="1" type_name="BlizzardEffect" level="1" cookedItem_name="Blizzard 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_blizzard" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="White myrtle" quantity="5" />

<ingredient item_name="Golem heart" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Blizzard 2" countsTowardsAchievement="1" type_name="BlizzardEffect" level="2" cookedItem_name="Blizzard 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_blizzard" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="Blizzard 1" quantity="1" />

<ingredient item_name="Celandine" quantity="1" />

<ingredient item_name="White myrtle" quantity="5" />

<ingredient item_name="Golem heart" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Blizzard 3" countsTowardsAchievement="1" type_name="BlizzardEffect" level="3" cookedItem_name="Blizzard 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_blizzard" >

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="Blizzard 2" quantity="1" />

<ingredient item_name="Celandine" quantity="4" />

<ingredient item_name="White myrtle" quantity="4" />

<ingredient item_name="Sewant mushrooms" quantity="1" />

<ingredient item_name="Buckthorn" quantity="1" />

<ingredient item_name="Rebis" quantity="1" />

</ingredients>

</recipe>


<!-- CAT -->

<recipe name_name="Recipe for Cat 1" countsTowardsAchievement="1" type_name="CatEffect" level="1" cookedItem_name="Cat 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_cat" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Berbercane fruit" quantity="4" />

<ingredient item_name="Water essence" quantity="2" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Cat 2" countsTowardsAchievement="1" type_name="CatEffect" level="2" cookedItem_name="Cat 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_cat" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="Cat 1" quantity="1" />

<ingredient item_name="Berbercane fruit" quantity="5" />

<ingredient item_name="Cortinarius" quantity="1" />

<ingredient item_name="Water essence" quantity="3" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Cat 3" countsTowardsAchievement="1" type_name="CatEffect" level="3" cookedItem_name="Cat 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_cat" >

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="Cat 2" quantity="1" />

<ingredient item_name="Berbercane fruit" quantity="4" />

<ingredient item_name="Cortinarius" quantity="4" />

<ingredient item_name="Moleyarrow" quantity="1" />

<ingredient item_name="Allspice root" quantity="1" />

<ingredient item_name="Aether" quantity="1" />

</ingredients>

</recipe>


<!-- FULL MOON -->

<recipe name_name="Recipe for Full Moon 1" countsTowardsAchievement="1" type_name="FullMoonEffect" level="1" cookedItem_name="Full Moon 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_full_moon" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Wolfsbane" quantity="2" />

<ingredient item_name="Nightwraith dark essence" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Full Moon 2" countsTowardsAchievement="1" type_name="FullMoonEffect" level="2" cookedItem_name="Full Moon 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_full_moon" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="Full Moon 1" quantity="1" />

<ingredient item_name="Crows eye" quantity="2" />

<ingredient item_name="Wolfsbane" quantity="5" />

<ingredient item_name="Nightwraith dark essence" quantity="2" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Full Moon 3" countsTowardsAchievement="1" type_name="FullMoonEffect" level="3" cookedItem_name="Full Moon 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_full_moon" >

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="Full Moon 2" quantity="1" />

<ingredient item_name="Mistletoe" quantity="1" />

<ingredient item_name="Verbena" quantity="1" />

<ingredient item_name="Crows eye" quantity="4" />

<ingredient item_name="Wolfsbane" quantity="4" />

<ingredient item_name="Quebrith" quantity="1" />

</ingredients>

</recipe>


<!-- GOLDEN ORIOLE -->

<recipe name_name="Recipe for Golden Oriole 1" countsTowardsAchievement="1" type_name="GoldenOrioleEffect" level="1" cookedItem_name="Golden Oriole 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_golden_oriole" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Blowbill" quantity="4" />

<ingredient item_name="Noonwraith light essence" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Golden Oriole 2" countsTowardsAchievement="1" type_name="GoldenOrioleEffect" level="2" cookedItem_name="Golden Oriole 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_golden_oriole" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="Golden Oriole 1" quantity="1" />

<ingredient item_name="Blowbill" quantity="6" />

<ingredient item_name="Celandine" quantity="1" />

<ingredient item_name="Noonwraith light essence" quantity="2" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Golden Oriole 3" countsTowardsAchievement="1" type_name="GoldenOrioleEffect" level="3" cookedItem_name="Golden Oriole 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_golden_oriole" >

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="Golden Oriole 2" quantity="1" />

<ingredient item_name="Blowbill" quantity="4" />

<ingredient item_name="Celandine" quantity="4" />

<ingredient item_name="Han" quantity="1" />

<ingredient item_name="Ranogrin" quantity="1" />

<ingredient item_name="Quebrith" quantity="1" />

</ingredients>

</recipe>


<!-- KILLER WHALE DECOCTION -->

<recipe name_name="Recipe for Killer Whale 1" countsTowardsAchievement="1" type_name="KillerWhaleEffect" level="1" cookedItem_name="Killer Whale 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_killer_whale" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="2" />

<ingredient item_name="Balisse fruit" quantity="5" />

<ingredient item_name="Buckthorn" quantity="6" />

<ingredient item_name="Drowned dead tongue" quantity="5" />

</ingredients>

</recipe>


<!-- MARIBOR FOREST -->

<recipe name_name="Recipe for Maribor Forest 1" countsTowardsAchievement="1" type_name="MariborForestEffect" level="1" cookedItem_name="Maribor Forest 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_maribor_forest" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Berbercane fruit" quantity="3" />

<ingredient item_name="Alghoul bone marrow" quantity="1" />

<ingredient item_name="Drowned dead tongue" quantity="4" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Maribor Forest 2" countsTowardsAchievement="1" type_name="MariborForestEffect" level="2" cookedItem_name="Maribor Forest 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_maribor_forest" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="Maribor Forest 1" quantity="1" />

<ingredient item_name="Berbercane fruit" quantity="5" />

<ingredient item_name="Crows eye" quantity="1" />

<ingredient item_name="Drowned dead tongue" quantity="2" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Maribor Forest 3" countsTowardsAchievement="1" type_name="MariborForestEffect" level="3" cookedItem_name="Maribor Forest 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_maribor_forest" >

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="Maribor Forest 2" quantity="1" />

<ingredient item_name="Berbercane fruit" quantity="4" />

<ingredient item_name="Crows eye" quantity="4" />

<ingredient item_name="Hellebore petals" quantity="1" />

<ingredient item_name="Ribleaf" quantity="1" />

<ingredient item_name="Vermilion" quantity="1" />

</ingredients>

</recipe>


<!-- PETRI PHILTRE -->

<recipe name_name="Recipe for Petris Philtre 1" countsTowardsAchievement="1" type_name="PetriPhiltreEffect" level="1" cookedItem_name="Petri Philtre 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_petris_philtre" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Arenaria" quantity="5" />

<ingredient item_name="Specter dust" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Petris Philtre 2" countsTowardsAchievement="1" type_name="PetriPhiltreEffect" level="2" cookedItem_name="Petri Philtre 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_petris_philtre" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="Petri Philtre 1" quantity="1" />

<ingredient item_name="Arenaria" quantity="6" />

<ingredient item_name="Buckthorn" quantity="1" />

<ingredient item_name="Specter dust" quantity="2" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Petris Philtre 3" countsTowardsAchievement="1" type_name="PetriPhiltreEffect" level="3" cookedItem_name="Petri Philtre 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_petris_philtre ">

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="Petri Philtre 2" quantity="1" />

<ingredient item_name="Arenaria" quantity="4" />

<ingredient item_name="Buckthorn" quantity="4" />

<ingredient item_name="Longrube" quantity="1" />

<ingredient item_name="Ranogrin" quantity="1" />

<ingredient item_name="Rubedo" quantity="1" />

</ingredients>

</recipe>


<!-- SWALLOW -->

<recipe name_name="Recipe for Swallow 1" countsTowardsAchievement="1" type_name="SwallowEffect" level="1" cookedItem_name="Swallow 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_swallow" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Celandine" quantity="5" />

<ingredient item_name="Drowner brain" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Swallow 2" countsTowardsAchievement="1" type_name="SwallowEffect" level="2" cookedItem_name="Swallow 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_swallow" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="Swallow 1" quantity="1" />

<ingredient item_name="Celandine" quantity="6" />

<ingredient item_name="White myrtle" quantity="4" />

<ingredient item_name="Drowner brain" quantity="5" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Swallow 3" countsTowardsAchievement="1" type_name="SwallowEffect" level="3" cookedItem_name="Swallow 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_swallow" >

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="Swallow 2" quantity="1" />

<ingredient item_name="Berbercane fruit" quantity="6" />

<ingredient item_name="White myrtle" quantity="6" />

<ingredient item_name="Celandine" quantity="4" />

<ingredient item_name="Crows eye" quantity="4" />

<ingredient item_name="Vitriol" quantity="2" />

</ingredients>

</recipe>


<!-- TAWNY OWL -->

<recipe name_name="Recipe for Tawny Owl 1" countsTowardsAchievement="1" type_name="TawnyOwlEffect" level="1" cookedItem_name="Tawny Owl 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_tawny_owl" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Verbena" quantity="2" />

<ingredient item_name="Arachas venom" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Tawny Owl 2" countsTowardsAchievement="1" type_name="TawnyOwlEffect" level="2" cookedItem_name="Tawny Owl 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_tawny_owl" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="Tawny Owl 1" quantity="1" />

<ingredient item_name="Verbena" quantity="4" />

<ingredient item_name="Wolfsbane" quantity="2" />

<ingredient item_name="Arachas venom" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Tawny Owl 3" countsTowardsAchievement="1" type_name="TawnyOwlEffect" level="3" cookedItem_name="Tawny Owl 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_tawny_owl" >

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="Tawny Owl 2" quantity="1" />

<ingredient item_name="Verbena" quantity="4" />

<ingredient item_name="Wolfsbane" quantity="4" />

<ingredient item_name="Fools parsley leaves" quantity="1" />

<ingredient item_name="Mandrake root" quantity="1" />

<ingredient item_name="Sewant mushrooms" quantity="1" />

</ingredients>

</recipe>


<!-- THUNDERBOLT -->

<recipe name_name="Recipe for Thunderbolt 1" countsTowardsAchievement="1" type_name="ThunderboltEffect" level="1" cookedItem_name="Thunderbolt 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_thunderbolt" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Cortinarius" quantity="2" />

<ingredient item_name="Endriag embryo" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Thunderbolt 2" countsTowardsAchievement="1" type_name="ThunderboltEffect" level="2" cookedItem_name="Thunderbolt 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_thunderbolt" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="Thunderbolt 1" quantity="1" />

<ingredient item_name="Cortinarius" quantity="2" />

<ingredient item_name="Fools parsley leaves" quantity="1" />

<ingredient item_name="Endriag embryo" quantity="2" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Thunderbolt 3" countsTowardsAchievement="1" type_name="ThunderboltEffect" level="3" cookedItem_name="Thunderbolt 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_thunderbolt" >

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="Thunderbolt 2" quantity="1" />

<ingredient item_name="Cortinarius" quantity="4" />

<ingredient item_name="Fools parsley leaves" quantity="4" />

<ingredient item_name="Verbena" quantity="1" />

<ingredient item_name="Bryonia" quantity="1" />

<ingredient item_name="Quebrith" quantity="1" />

</ingredients>

</recipe>


<!-- WHITE HONEY -->

<recipe name_name="Recipe for White Honey 1" countsTowardsAchievement="1" type_name="WhiteHoneyEffect" level="1" cookedItem_name="White Honey 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_white_honey" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Honeysuckle" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for White Honey 2" countsTowardsAchievement="1" type_name="WhiteHoneyEffect" level="2" cookedItem_name="White Honey 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_white_honey" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="White Honey 1" quantity="1" />

<ingredient item_name="Honeysuckle" quantity="2" />

<ingredient item_name="White myrtle" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for White Honey 3" countsTowardsAchievement="1" type_name="WhiteHoneyEffect" level="3" cookedItem_name="White Honey 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_white_honey" >

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="White Honey 2" quantity="1" />

<ingredient item_name="Honeysuckle" quantity="4" />

<ingredient item_name="White myrtle" quantity="4" />

<ingredient item_name="Balisse fruit" quantity="1" />

<ingredient item_name="Hellebore petals" quantity="1" />

<ingredient item_name="Vitriol" quantity="1" />

</ingredients>

</recipe>


<!-- WHITE RAFFARDS DECOCTION -->

<recipe name_name="Recipe for White Raffards Decoction 1" countsTowardsAchievement="1" type_name="WhiteRaffardDecoctionEffect" level="1" cookedItem_name="White Raffards Decoction 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_white_raffards_decoction" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Ribleaf" quantity="2" />

<ingredient item_name="Nekker heart" quantity="4" />

</ingredients>

</recipe>

<recipe name_name="Recipe for White Raffards Decoction 2" countsTowardsAchievement="1" type_name="WhiteRaffardDecoctionEffect" level="2" cookedItem_name="White Raffards Decoction 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_white_raffards_decoction" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="White Raffards Decoction 1" quantity="1" />

<ingredient item_name="Ribleaf" quantity="4" />

<ingredient item_name="Bryonia" quantity="1" />

<ingredient item_name="Nekker heart" quantity="5" />

</ingredients>

</recipe>

<recipe name_name="Recipe for White Raffards Decoction 3" countsTowardsAchievement="1" type_name="WhiteRaffardDecoctionEffect" level="3" cookedItem_name="White Raffards Decoction 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_white_raffards_decoction" >

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="White Raffards Decoction 2" quantity="1" />

<ingredient item_name="Ribleaf" quantity="4" />

<ingredient item_name="Bryonia" quantity="4" />

<ingredient item_name="Pringrape" quantity="1" />

<ingredient item_name="Bison Grass" quantity="1" />

<ingredient item_name="Vermilion" quantity="1" />

</ingredients>

</recipe>


<!-- PHEROMONE POTION BEAR -->

<recipe name_name="Recipe for Bear Pheromone Potion 1" countsTowardsAchievement="1" type_name="pheromone_bear" level="1" cookedItem_name="Pheromone Potion Bear 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_pheromone_potion_bear" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Berbercane fruit" quantity="1" />

<ingredient item_name="Ergot seeds" quantity="1" />

<ingredient item_name="Hellebore petals" quantity="1" />

</ingredients>

</recipe>


<!-- PHEROMONE POTION DROWNER -->

<recipe name_name="Recipe for Drowner Pheromone Potion 1" countsTowardsAchievement="1" type_name="pheromone_drowner" level="1" cookedItem_name="Pheromone Potion Drowner 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_pheromone_potion_drowner" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Drowner brain" quantity="1" />

<ingredient item_name="Sewant mushrooms" quantity="1" />

<ingredient item_name="Pigskin puffball" quantity="1" />

</ingredients>

</recipe>


<!-- PHEROMONE POTION NEKKER -->

<recipe name_name="Recipe for Nekker Pheromone Potion 1" countsTowardsAchievement="1" type_name="pheromone_nekker" level="1" cookedItem_name="Pheromone Potion Nekker 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_pheromone_potion_nekker" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Green mold" quantity="1" />

<ingredient item_name="Drowner brain" quantity="1" />

<ingredient item_name="Moleyarrow" quantity="1" />

</ingredients>

</recipe>


<!-- QUEST RECIPES -->

<recipe name_name="Recipe for Trial Potion Kit" type_name="q401_potion_kit" level="1" cookedItem_name="Trial Potion Kit" cookedItemType="quest" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_trial_potion_kit" >

<ingredients>

<ingredient item_name="q401_trial_key_ingredient_a" quantity="1" />

<ingredient item_name="q401_trial_key_ingredient_b" quantity="1" />

<ingredient item_name="q401_trial_key_ingredient_c" quantity="1" />

<ingredient item_name="Bryonia" quantity="1" />

<ingredient item_name="Ribleaf" quantity="1" />

<ingredient item_name="Mandrake root" quantity="1" />

</ingredients>

</recipe>

<!-- POPS ANTIDOTE POTION -->

<recipe name_name="Recipe for Pops Antidote" type_name="q303_potion_01" level="1" cookedItem_name="Pops Antidote" cookedItemType="quest" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_pops_antidote" >

<ingredients>

<ingredient item_name="White myrtle" quantity="4" />

<ingredient item_name="Celandine" quantity="1" />

<ingredient item_name="Hellebore petals" quantity="1" />

</ingredients>

</recipe>

<!-- CZART LURE -->

<recipe name_name="Recipe for Czart Lure" type_name="mh107_lure" level="1" cookedItem_name="mh107_czart_lure" cookedItemType="quest" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_czart_lure" >

<ingredients>

<ingredient item_name="mh107_fiend_dung" quantity="1" />

<ingredient item_name="Crows eye" quantity="2" />

</ingredients>

</recipe>

</alchemy_recipes>

</custom>

</redxml>




Edited:



<?xml version="1.0" encoding="UTF-16"?>

<redxml>

<definitions>

<items>

<!-- HACK this name must be the same as the one under custom definition -->


<!-- RECIPE FOR BLIZZARD -->

<item category="alchemy_recipe" name="Recipe for Blizzard 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_blizzard_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Blizzard 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_blizzard_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Blizzard 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_blizzard_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR CAT -->

<item category="alchemy_recipe" name="Recipe for Cat 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_cat_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Cat 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_cat_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Cat 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_cat_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR FULL MOON -->

<item category="alchemy_recipe" name="Recipe for Full Moon 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_full_moon_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Full Moon 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_full_moon_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Full Moon 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_full_moon_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR GOLDEN ORIOLE -->

<item category="alchemy_recipe" name="Recipe for Golden Oriole 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_golden_oriole_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Golden Oriole 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_golden_oriole_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Golden Oriole 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_golden_oriole_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR KILLER WHALE -->

<item category="alchemy_recipe" name="Recipe for Killer Whale 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_killer_whale_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR MARIBOR FOREST -->

<item category="alchemy_recipe" name="Recipe for Maribor Forest 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_maribor_forest_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Maribor Forest 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_maribor_forest_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Maribor Forest 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_maribor_forest_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR PETRIS PHILTRE -->

<item category="alchemy_recipe" name="Recipe for Petris Philtre 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_petris_philtre_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Petris Philtre 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_petris_philtre_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Petris Philtre 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_petris_philtre_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR SWALLOW -->

<item category="alchemy_recipe" name="Recipe for Swallow 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_swallow_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Swallow 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_swallow_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Swallow 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_swallow_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR TAWNY OWL -->

<item category="alchemy_recipe" name="Recipe for Tawny Owl 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_tawny_owl_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Tawny Owl 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_tawny_owl_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Tawny Owl 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_tawny_owl_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR THUNDERBOLT -->

<item category="alchemy_recipe" name="Recipe for Thunderbolt 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_thunderbolt_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Thunderbolt 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_thunderbolt_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Thunderbolt 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_thunderbolt_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR WHITE HONEY -->

<item category="alchemy_recipe" name="Recipe for White Honey 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_white_honey_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for White Honey 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_white_honey_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for White Honey 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_white_honey_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- RECIPE FOR WHITE RAFFARDS DECOCTION -->

<item category="alchemy_recipe" name="Recipe for White Raffards Decoction 1" stackable="100" price="10" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_white_raffards_decoction_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for White Raffards Decoction 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_white_raffards_decoction_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for White Raffards Decoction 3" stackable="100" price="30" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_white_raffards_decoction_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>


<!-- PHEROMONE POTIONS -->

<item category="alchemy_recipe" name="Recipe for Bear Pheromone Potion 1" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_pheromone_potion_bear_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Drowner Pheromone Potion 1" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_pheromone_potion_drowner_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Nekker Pheromone Potion 1" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_pheromone_potion_nekker_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>


<!-- BLACK BLOOD -->

<item category="alchemy_recipe" name="Recipe for Black Blood 1" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_black_blood_1" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Black Blood 2" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_black_blood_2" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Black Blood 3" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_black_blood_3" localisation_key_description = "item_desc_alchemy_recipe_potion" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<!-- Quest Potions -->

<item category="alchemy_recipe" name="Recipe for Trial Potion Kit" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_trial_potion_kit" localisation_key_description = "item_desc_trial_potion_kit" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Pops Antidote" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_pops_antidote" localisation_key_description = "item_desc_recipe_for_pops_antidote" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

<item category="alchemy_recipe" name="Recipe for Czart Lure" stackable="100" price="15" weight="0.1" icon_path="icons/inventory/quests/ico_recipe.png" localisation_key_name = "item_name_recipe_for_czart_lure" localisation_key_description = "item_desc_recipe_for_czart_lure" >

<tags>ReadableItem, mod_alchemy</tags>

<base_abilities>

<a>Magic _Stats</a>

</base_abilities>

</item>

</items>

</definitions>


<custom>

<alchemy_recipes>

<!-- BLACK BLOOD -->

<recipe name_name="Recipe for Black Blood 1" countsTowardsAchievement="1" type_name="BlackBloodEffect" level="1" cookedItem_name="Black Blood 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_black_blood">

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Sewant mushrooms" quantity="3" />

<ingredient item_name="Ghoul blood" quantity="2" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Black Blood 2" countsTowardsAchievement="1" type_name="BlackBloodEffect" level="2" cookedItem_name="Black Blood 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_black_blood">

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="Black Blood 1" quantity="1" />

<ingredient item_name="Hellebore petals" quantity="1" />

<ingredient item_name="Sewant mushrooms" quantity="1" />

<ingredient item_name="Ghoul blood" quantity="2" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Black Blood 3" countsTowardsAchievement="1" type_name="BlackBloodEffect" level="3" cookedItem_name="Black Blood 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_black_blood">

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="Black Blood 2" quantity="1" />

<ingredient item_name="Hellebore petals" quantity="3" />

<ingredient item_name="Sewant mushrooms" quantity="1" />

<ingredient item_name="Han" quantity="1" />

<ingredient item_name="Nostrix" quantity="1" />

<ingredient item_name="Rebis" quantity="1" />

</ingredients>

</recipe>


<!-- BLIZZARD -->

<recipe name_name="Recipe for Blizzard 1" countsTowardsAchievement="1" type_name="BlizzardEffect" level="1" cookedItem_name="Blizzard 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_blizzard" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="White myrtle" quantity="3" />

<ingredient item_name="Golem heart" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Blizzard 2" countsTowardsAchievement="1" type_name="BlizzardEffect" level="2" cookedItem_name="Blizzard 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_blizzard" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="Blizzard 1" quantity="1" />

<ingredient item_name="Celandine" quantity="4" />

<ingredient item_name="White myrtle" quantity="1" />

<ingredient item_name="Golem heart" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Blizzard 3" countsTowardsAchievement="1" type_name="BlizzardEffect" level="3" cookedItem_name="Blizzard 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_blizzard" >

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="Blizzard 2" quantity="1" />

<ingredient item_name="Celandine" quantity="1" />

<ingredient item_name="White myrtle" quantity="1" />

<ingredient item_name="Sewant mushrooms" quantity="1" />

<ingredient item_name="Buckthorn" quantity="1" />

<ingredient item_name="Rebis" quantity="1" />

</ingredients>

</recipe>


<!-- CAT -->

<recipe name_name="Recipe for Cat 1" countsTowardsAchievement="1" type_name="CatEffect" level="1" cookedItem_name="Cat 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_cat" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Berbercane fruit" quantity="3" />

<ingredient item_name="Water essence" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Cat 2" countsTowardsAchievement="1" type_name="CatEffect" level="2" cookedItem_name="Cat 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_cat" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="Cat 1" quantity="1" />

<ingredient item_name="Berbercane fruit" quantity="1" />

<ingredient item_name="Cortinarius" quantity="4" />

<ingredient item_name="Water essence" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Cat 3" countsTowardsAchievement="1" type_name="CatEffect" level="3" cookedItem_name="Cat 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_cat" >

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="Cat 2" quantity="1" />

<ingredient item_name="Berbercane fruit" quantity="1" />

<ingredient item_name="Cortinarius" quantity="1" />

<ingredient item_name="Moleyarrow" quantity="1" />

<ingredient item_name="Allspice root" quantity="1" />

<ingredient item_name="Aether" quantity="1" />

</ingredients>

</recipe>


<!-- FULL MOON -->

<recipe name_name="Recipe for Full Moon 1" countsTowardsAchievement="1" type_name="FullMoonEffect" level="1" cookedItem_name="Full Moon 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_full_moon" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Wolfsbane" quantity="3" />

<ingredient item_name="Nightwraith dark essence" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Full Moon 2" countsTowardsAchievement="1" type_name="FullMoonEffect" level="2" cookedItem_name="Full Moon 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_full_moon" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="Full Moon 1" quantity="1" />

<ingredient item_name="Crows eye" quantity="4" />

<ingredient item_name="Wolfsbane" quantity="1" />

<ingredient item_name="Nightwraith dark essence" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Full Moon 3" countsTowardsAchievement="1" type_name="FullMoonEffect" level="3" cookedItem_name="Full Moon 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_full_moon" >

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="Full Moon 2" quantity="1" />

<ingredient item_name="Mistletoe" quantity="1" />

<ingredient item_name="Verbena" quantity="1" />

<ingredient item_name="Crows eye" quantity="1" />

<ingredient item_name="Wolfsbane" quantity="1" />

<ingredient item_name="Quebrith" quantity="1" />

</ingredients>

</recipe>


<!-- GOLDEN ORIOLE -->

<recipe name_name="Recipe for Golden Oriole 1" countsTowardsAchievement="1" type_name="GoldenOrioleEffect" level="1" cookedItem_name="Golden Oriole 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_golden_oriole" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Blowbill" quantity="3" />

<ingredient item_name="Noonwraith light essence" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Golden Oriole 2" countsTowardsAchievement="1" type_name="GoldenOrioleEffect" level="2" cookedItem_name="Golden Oriole 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_golden_oriole" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="Golden Oriole 1" quantity="1" />

<ingredient item_name="Blowbill" quantity="1" />

<ingredient item_name="Celandine" quantity="4" />

<ingredient item_name="Noonwraith light essence" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Golden Oriole 3" countsTowardsAchievement="1" type_name="GoldenOrioleEffect" level="3" cookedItem_name="Golden Oriole 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_golden_oriole" >

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="Golden Oriole 2" quantity="1" />

<ingredient item_name="Blowbill" quantity="1" />

<ingredient item_name="Celandine" quantity="1" />

<ingredient item_name="Han" quantity="1" />

<ingredient item_name="Ranogrin" quantity="1" />

<ingredient item_name="Quebrith" quantity="1" />

</ingredients>

</recipe>


<!-- KILLER WHALE DECOCTION -->

<recipe name_name="Recipe for Killer Whale 1" countsTowardsAchievement="1" type_name="KillerWhaleEffect" level="1" cookedItem_name="Killer Whale 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_killer_whale" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Balisse fruit" quantity="4" />

<ingredient item_name="Buckthorn" quantity="5" />

<ingredient item_name="Drowned dead tongue" quantity="4" />

</ingredients>

</recipe>


<!-- MARIBOR FOREST -->

<recipe name_name="Recipe for Maribor Forest 1" countsTowardsAchievement="1" type_name="MariborForestEffect" level="1" cookedItem_name="Maribor Forest 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_maribor_forest" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Berbercane fruit" quantity="3" />

<ingredient item_name="Alghoul bone marrow" quantity="1" />

<ingredient item_name="Drowned dead tongue" quantity="2" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Maribor Forest 2" countsTowardsAchievement="1" type_name="MariborForestEffect" level="2" cookedItem_name="Maribor Forest 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_maribor_forest" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="Maribor Forest 1" quantity="1" />

<ingredient item_name="Berbercane fruit" quantity="1" />

<ingredient item_name="Crows eye" quantity="4" />

<ingredient item_name="Drowned dead tongue" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Maribor Forest 3" countsTowardsAchievement="1" type_name="MariborForestEffect" level="3" cookedItem_name="Maribor Forest 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_maribor_forest" >

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="Maribor Forest 2" quantity="1" />

<ingredient item_name="Berbercane fruit" quantity="1" />

<ingredient item_name="Crows eye" quantity="1" />

<ingredient item_name="Hellebore petals" quantity="1" />

<ingredient item_name="Ribleaf" quantity="1" />

<ingredient item_name="Vermilion" quantity="1" />

</ingredients>

</recipe>


<!-- PETRI PHILTRE -->

<recipe name_name="Recipe for Petris Philtre 1" countsTowardsAchievement="1" type_name="PetriPhiltreEffect" level="1" cookedItem_name="Petri Philtre 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_petris_philtre" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Arenaria" quantity="3" />

<ingredient item_name="Specter dust" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Petris Philtre 2" countsTowardsAchievement="1" type_name="PetriPhiltreEffect" level="2" cookedItem_name="Petri Philtre 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_petris_philtre" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="Petri Philtre 1" quantity="1" />

<ingredient item_name="Arenaria" quantity="1" />

<ingredient item_name="Buckthorn" quantity="1" />

<ingredient item_name="Specter dust" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Petris Philtre 3" countsTowardsAchievement="1" type_name="PetriPhiltreEffect" level="3" cookedItem_name="Petri Philtre 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_petris_philtre ">

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="Petri Philtre 2" quantity="1" />

<ingredient item_name="Arenaria" quantity="1" />

<ingredient item_name="Buckthorn" quantity="1" />

<ingredient item_name="Longrube" quantity="1" />

<ingredient item_name="Ranogrin" quantity="1" />

<ingredient item_name="Rubedo" quantity="1" />

</ingredients>

</recipe>


<!-- SWALLOW -->

<recipe name_name="Recipe for Swallow 1" countsTowardsAchievement="1" type_name="SwallowEffect" level="1" cookedItem_name="Swallow 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_swallow" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Celandine" quantity="3" />

<ingredient item_name="Drowner brain" quantity="2" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Swallow 2" countsTowardsAchievement="1" type_name="SwallowEffect" level="2" cookedItem_name="Swallow 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_swallow" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="Swallow 1" quantity="1" />

<ingredient item_name="Celandine" quantity="1" />

<ingredient item_name="White myrtle" quantity="4" />

<ingredient item_name="Drowner brain" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Swallow 3" countsTowardsAchievement="1" type_name="SwallowEffect" level="3" cookedItem_name="Swallow 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_swallow" >

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="Swallow 2" quantity="1" />

<ingredient item_name="Berbercane fruit" quantity="3" />

<ingredient item_name="White myrtle" quantity="1" />

<ingredient item_name="Celandine" quantity="1" />

<ingredient item_name="Crows eye" quantity="3" />

<ingredient item_name="Vitriol" quantity="2" />

</ingredients>

</recipe>


<!-- TAWNY OWL -->

<recipe name_name="Recipe for Tawny Owl 1" countsTowardsAchievement="1" type_name="TawnyOwlEffect" level="1" cookedItem_name="Tawny Owl 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_tawny_owl" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Verbena" quantity="3" />

<ingredient item_name="Arachas venom" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Tawny Owl 2" countsTowardsAchievement="1" type_name="TawnyOwlEffect" level="2" cookedItem_name="Tawny Owl 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_tawny_owl" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="Tawny Owl 1" quantity="1" />

<ingredient item_name="Verbena" quantity="1" />

<ingredient item_name="Wolfsbane" quantity="4" />

<ingredient item_name="Arachas venom" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Tawny Owl 3" countsTowardsAchievement="1" type_name="TawnyOwlEffect" level="3" cookedItem_name="Tawny Owl 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_tawny_owl" >

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="Tawny Owl 2" quantity="1" />

<ingredient item_name="Verbena" quantity="1 />

<ingredient item_name="Wolfsbane" quantity="1" />

<ingredient item_name="Fools parsley leaves" quantity="1" />

<ingredient item_name="Mandrake root" quantity="1" />

<ingredient item_name="Sewant mushrooms" quantity="1" />

</ingredients>

</recipe>


<!-- THUNDERBOLT -->

<recipe name_name="Recipe for Thunderbolt 1" countsTowardsAchievement="1" type_name="ThunderboltEffect" level="1" cookedItem_name="Thunderbolt 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_thunderbolt" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Cortinarius" quantity="3" />

<ingredient item_name="Endriag embryo" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Thunderbolt 2" countsTowardsAchievement="1" type_name="ThunderboltEffect" level="2" cookedItem_name="Thunderbolt 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_thunderbolt" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="Thunderbolt 1" quantity="1" />

<ingredient item_name="Cortinarius" quantity="1" />

<ingredient item_name="Fools parsley leaves" quantity="4" />

<ingredient item_name="Endriag embryo" quantity="2" />

</ingredients>

</recipe>

<recipe name_name="Recipe for Thunderbolt 3" countsTowardsAchievement="1" type_name="ThunderboltEffect" level="3" cookedItem_name="Thunderbolt 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_thunderbolt" >

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="Thunderbolt 2" quantity="1" />

<ingredient item_name="Cortinarius" quantity="1" />

<ingredient item_name="Fools parsley leaves" quantity="1" />

<ingredient item_name="Verbena" quantity="1" />

<ingredient item_name="Bryonia" quantity="1" />

<ingredient item_name="Quebrith" quantity="1" />

</ingredients>

</recipe>


<!-- WHITE HONEY -->

<recipe name_name="Recipe for White Honey 1" countsTowardsAchievement="1" type_name="WhiteHoneyEffect" level="1" cookedItem_name="White Honey 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_white_honey" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Honeysuckle" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for White Honey 2" countsTowardsAchievement="1" type_name="WhiteHoneyEffect" level="2" cookedItem_name="White Honey 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_white_honey" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="White Honey 1" quantity="1" />

<ingredient item_name="Honeysuckle" quantity="2" />

<ingredient item_name="White myrtle" quantity="1" />

</ingredients>

</recipe>

<recipe name_name="Recipe for White Honey 3" countsTowardsAchievement="1" type_name="WhiteHoneyEffect" level="3" cookedItem_name="White Honey 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_white_honey" >

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="White Honey 2" quantity="1" />

<ingredient item_name="Honeysuckle" quantity="2" />

<ingredient item_name="White myrtle" quantity="2" />

<ingredient item_name="Balisse fruit" quantity="1" />

<ingredient item_name="Hellebore petals" quantity="1" />

<ingredient item_name="Vitriol" quantity="1" />

</ingredients>

</recipe>


<!-- WHITE RAFFARDS DECOCTION -->

<recipe name_name="Recipe for White Raffards Decoction 1" countsTowardsAchievement="1" type_name="WhiteRaffardDecoctionEffect" level="1" cookedItem_name="White Raffards Decoction 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_white_raffards_decoction" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Ribleaf" quantity="2" />

<ingredient item_name="Nekker heart" quantity="4" />

</ingredients>

</recipe>

<recipe name_name="Recipe for White Raffards Decoction 2" countsTowardsAchievement="1" type_name="WhiteRaffardDecoctionEffect" level="2" cookedItem_name="White Raffards Decoction 2" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_white_raffards_decoction" >

<ingredients>

<ingredient item_name="Alcohest" quantity="1" />

<ingredient item_name="White Raffards Decoction 1" quantity="1" />

<ingredient item_name="Ribleaf" quantity="4" />

<ingredient item_name="Bryonia" quantity="1" />

<ingredient item_name="Nekker heart" quantity="5" />

</ingredients>

</recipe>

<recipe name_name="Recipe for White Raffards Decoction 3" countsTowardsAchievement="1" type_name="WhiteRaffardDecoctionEffect" level="3" cookedItem_name="White Raffards Decoction 3" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_white_raffards_decoction" >

<ingredients>

<ingredient item_name="White Gull 1" quantity="1" />

<ingredient item_name="White Raffards Decoction 2" quantity="1" />

<ingredient item_name="Ribleaf" quantity="4" />

<ingredient item_name="Bryonia" quantity="4" />

<ingredient item_name="Pringrape" quantity="1" />

<ingredient item_name="Bison Grass" quantity="1" />

<ingredient item_name="Vermilion" quantity="1" />

</ingredients>

</recipe>


<!-- PHEROMONE POTION BEAR -->

<recipe name_name="Recipe for Bear Pheromone Potion 1" countsTowardsAchievement="1" type_name="pheromone_bear" level="1" cookedItem_name="Pheromone Potion Bear 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_pheromone_potion_bear" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Berbercane fruit" quantity="1" />

<ingredient item_name="Ergot seeds" quantity="1" />

<ingredient item_name="Hellebore petals" quantity="1" />

</ingredients>

</recipe>


<!-- PHEROMONE POTION DROWNER -->

<recipe name_name="Recipe for Drowner Pheromone Potion 1" countsTowardsAchievement="1" type_name="pheromone_drowner" level="1" cookedItem_name="Pheromone Potion Drowner 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_pheromone_potion_drowner" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Drowner brain" quantity="1" />

<ingredient item_name="Sewant mushrooms" quantity="1" />

<ingredient item_name="Pigskin puffball" quantity="1" />

</ingredients>

</recipe>


<!-- PHEROMONE POTION NEKKER -->

<recipe name_name="Recipe for Nekker Pheromone Potion 1" countsTowardsAchievement="1" type_name="pheromone_nekker" level="1" cookedItem_name="Pheromone Potion Nekker 1" cookedItemType="potion" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_pheromone_potion_nekker" >

<ingredients>

<ingredient item_name="Dwarven spirit" quantity="1" />

<ingredient item_name="Green mold" quantity="1" />

<ingredient item_name="Drowner brain" quantity="1" />

<ingredient item_name="Moleyarrow" quantity="1" />

</ingredients>

</recipe>


<!-- QUEST RECIPES -->

<recipe name_name="Recipe for Trial Potion Kit" type_name="q401_potion_kit" level="1" cookedItem_name="Trial Potion Kit" cookedItemType="quest" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_trial_potion_kit" >

<ingredients>

<ingredient item_name="q401_trial_key_ingredient_a" quantity="1" />

<ingredient item_name="q401_trial_key_ingredient_b" quantity="1" />

<ingredient item_name="q401_trial_key_ingredient_c" quantity="1" />

<ingredient item_name="Bryonia" quantity="1" />

<ingredient item_name="Ribleaf" quantity="1" />

<ingredient item_name="Mandrake root" quantity="1" />

</ingredients>

</recipe>

<!-- POPS ANTIDOTE POTION -->

<recipe name_name="Recipe for Pops Antidote" type_name="q303_potion_01" level="1" cookedItem_name="Pops Antidote" cookedItemType="quest" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_pops_antidote" >

<ingredients>

<ingredient item_name="White myrtle" quantity="4" />

<ingredient item_name="Celandine" quantity="1" />

<ingredient item_name="Hellebore petals" quantity="1" />

</ingredients>

</recipe>

<!-- CZART LURE -->

<recipe name_name="Recipe for Czart Lure" type_name="mh107_lure" level="1" cookedItem_name="mh107_czart_lure" cookedItemType="quest" cookedItemQuantity="1" localisation_key_name = "item_name_recipe_for_czart_lure" >

<ingredients>

<ingredient item_name="mh107_fiend_dung" quantity="1" />

<ingredient item_name="Crows eye" quantity="2" />

</ingredients>

</recipe>

</alchemy_recipes>

</custom>

</redxml>



Link to comment
Share on other sites

Found out what was wrong, the game doesn't like me changing ingredients value to any higher than they originally were. Lower is fine though. As for the duration I think it was due to me deleting spaces rather than characters. Either way, the mod now works.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...