diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-19 19:17:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-19 19:17:19 -0300 |
commit | 010974ee88e2d0b883779b562960bbdce534e5c5 (patch) | |
tree | 9c161ad5341c815032146c714847b6f205a2653b /npc/items | |
parent | 4748ec6b86a881629e23f208b7eab42d96c58734 (diff) | |
download | serverdata-010974ee88e2d0b883779b562960bbdce534e5c5.tar.gz serverdata-010974ee88e2d0b883779b562960bbdce534e5c5.tar.bz2 serverdata-010974ee88e2d0b883779b562960bbdce534e5c5.tar.xz serverdata-010974ee88e2d0b883779b562960bbdce534e5c5.zip |
Replace the reward for The Episode (Mylarin -> Savior Recipe). Minor fixes.
Now you can get 3x Mylarin and 1x Sunny Crystal.
You can use 2x Mylarin and 2x Sunny Crystal.
Diffstat (limited to 'npc/items')
-rw-r--r-- | npc/items/miscrecipes.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/items/miscrecipes.txt b/npc/items/miscrecipes.txt index 723d6764a..1a1db267d 100644 --- a/npc/items/miscrecipes.txt +++ b/npc/items/miscrecipes.txt @@ -52,6 +52,8 @@ function script LegendaryBlueprint { dispbottom l("Wait a minute... This is written in Mananese! I can't read it!"); return; } + // Current: 4x Mylarin & 1x Sunny Crystal (can be cheated for 2) + // Needed: 2x Mylarin & 2x Sunny Crystal // Setup array_push(.@recipes, CraftSkypiercer); // Weapon: Sky Piercer |