summaryrefslogtreecommitdiff
path: root/npc/craft/recipes.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-23 03:59:44 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-23 03:59:44 -0300
commit8485c0dc2987b66421bac034658abd6a4d6453d3 (patch)
tree3604cf827da9156fd89e1ac82370829ec8d02187 /npc/craft/recipes.txt
parent5ac6a4ee75248e55a8324b2c73e72155c9c0af4a (diff)
downloadserverdata-8485c0dc2987b66421bac034658abd6a4d6453d3.tar.gz
serverdata-8485c0dc2987b66421bac034658abd6a4d6453d3.tar.bz2
serverdata-8485c0dc2987b66421bac034658abd6a4d6453d3.tar.xz
serverdata-8485c0dc2987b66421bac034658abd6a4d6453d3.zip
These new recipes can now be obtained
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!