summaryrefslogtreecommitdiff
path: root/npc/craft/recipes.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-15 18:13:59 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-15 18:13:59 -0300
commit46361d4055beb2443ed33c6eb765427f71048189 (patch)
tree07b5473a06f69e2b693ea2111cf417758260cae0 /npc/craft/recipes.txt
parent36e607842a42977c0da539911a579004712c6091 (diff)
downloadserverdata-46361d4055beb2443ed33c6eb765427f71048189.tar.gz
serverdata-46361d4055beb2443ed33c6eb765427f71048189.tar.bz2
serverdata-46361d4055beb2443ed33c6eb765427f71048189.tar.xz
serverdata-46361d4055beb2443ed33c6eb765427f71048189.zip
Price for some recipes is now automatically generated.
This means you'll sell items by the total cost of their materials. It also makes possible to buy the items in theory. And dismantling them is no longer a profitable "cheat"
Diffstat (limited to 'npc/craft/recipes.txt')
-rw-r--r--npc/craft/recipes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt
index 4dd2cbcfc..7f49114d6 100644
--- a/npc/craft/recipes.txt
+++ b/npc/craft/recipes.txt
@@ -138,9 +138,9 @@ function readAlchemy {
mesc "----------"+l("General Boosts")+"----------", 2;
showRecipe(HastePotion,
StrengthPotion,
- StatusResetPotion,
+ StatusResetPotion, // BROKEN
HomunResetPotion,
- MoveSpeedPotion,
+ MoveSpeedPotion, // BROKEN
PrecisionPotion,
DodgePotion,
SacredLifePotion,