summaryrefslogtreecommitdiff
path: root/npc/craft/recipes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/craft/recipes.txt')
-rw-r--r--npc/craft/recipes.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt
index 0cd4a7a5f..849638146 100644
--- a/npc/craft/recipes.txt
+++ b/npc/craft/recipes.txt
@@ -344,12 +344,17 @@ function script MakeBlueprint {
array_push(.@recipes, CraftVitPotionA);
array_push(.@recipes, CraftSpeedPotion);
array_push(.@recipes, CraftIcedBottle);
+ array_push(.@recipes, CraftInsuranceContract);
}
if (.@rarity & CRAFT_ADVANCED) {
array_push(.@recipes, CraftResetPotion);
array_push(.@recipes, CraftPrecisionPotion);
array_push(.@recipes, CraftDodgePotion);
array_push(.@recipes, CraftDeathPotion);
+ array_push(.@recipes, CraftSmokeGrenade);
+ array_push(.@recipes, CraftScentGrenade);
+ array_push(.@recipes, CraftGrenade);
+ array_push(.@recipes, CraftInsurance);
}
if (.@rarity & CRAFT_EXPERT) {
array_push(.@recipes, CraftLukPotionB);
@@ -359,6 +364,7 @@ function script MakeBlueprint {
array_push(.@recipes, CraftVitPotionB);
array_push(.@recipes, CraftAtroposMixture);
array_push(.@recipes, CraftPurificationPotion);
+ array_push(.@recipes, CraftHomunResetPotion);
}
if (.@rarity & CRAFT_MASTER) {
array_push(.@recipes, CraftLukPotionC);
@@ -369,6 +375,8 @@ function script MakeBlueprint {
array_push(.@recipes, CraftSacredLifePotion);
array_push(.@recipes, CraftSacredManaPotion);
array_push(.@recipes, CraftSacredImmortalityPotion);
+ array_push(.@recipes, CraftBrokenWarpCrystal);
+ array_push(.@recipes, CraftMagicApple);
}
// Now you'll learn some recipe!