summaryrefslogtreecommitdiff
path: root/npc/craft
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-21 05:16:14 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-21 05:16:14 -0300
commit3f3fddba9953ec35089b8150c06c10d65a78a968 (patch)
tree882ab28e9199392348bf9a46885501726d3beb74 /npc/craft
parent0743c792ab6c87feb8b9ccd9c092892816471247 (diff)
downloadserverdata-3f3fddba9953ec35089b8150c06c10d65a78a968.tar.gz
serverdata-3f3fddba9953ec35089b8150c06c10d65a78a968.tar.bz2
serverdata-3f3fddba9953ec35089b8150c06c10d65a78a968.tar.xz
serverdata-3f3fddba9953ec35089b8150c06c10d65a78a968.zip
Skypiercer recipe (unobtanium)
Diffstat (limited to 'npc/craft')
-rw-r--r--npc/craft/recipes.txt5
-rw-r--r--npc/craft/tweak.txt3
2 files changed, 7 insertions, 1 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt
index 07c8625e1..45bc940f7 100644
--- a/npc/craft/recipes.txt
+++ b/npc/craft/recipes.txt
@@ -482,6 +482,11 @@ function readCrafting {
45, Coal,
32, IronPowder,
1, EarthPowder);
+ showRecipe(CraftSkyPiercer, Skypiercer,
+ 1, SunnyCrystal,
+ 5, PlatinumIngot,
+ 20, IridiumIngot,
+ 10, EverburnPowder);
next;
@scope$="";
return;
diff --git a/npc/craft/tweak.txt b/npc/craft/tweak.txt
index 023873068..131f34872 100644
--- a/npc/craft/tweak.txt
+++ b/npc/craft/tweak.txt
@@ -76,7 +76,8 @@ function script SmithTweakSystem {
// If the item have no bonuses - fail
setarray .@AlwaysTweaks, 65535, BlacksmithAxe, Dustynator, Lightbringer,
DemureAxe, Tyranny, Runestaff, AegisShield,
- SaviorShield, SaviorArmor, SaviorBoots, SaviorPants;
+ SaviorShield, SaviorArmor, SaviorBoots, SaviorPants,
+ Skypiercer;
// Tweaked items
if (getitemoptionidbyindex(.@id, 0) <= 0 && !is_master() && array_find(.@AlwaysTweaks, .@x) < 0) {