From a474868f7b55d3d76c8d43869ce4b7353bb79b0f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 19 May 2022 16:10:39 -0300 Subject: Savior Blueprint ONLY source currently is random drops of treasure chest URs. I'll later add more sources of it, but now, it is officially obtainable! --- npc/functions/treasure.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/treasure.txt b/npc/functions/treasure.txt index a0d0a000d..6202950b2 100644 --- a/npc/functions/treasure.txt +++ b/npc/functions/treasure.txt @@ -38,7 +38,7 @@ function script TreasureBox { // There's also rares (14%), uncommons (35%) and commons (50%) .@ur_rate=min(10, (TREASURE_OPEN/10)); if (.@t % 149 == 0 || .@r < .@ur_rate) - .@loot=any(ScrollMagnusHealC, GoldenApple, DivineApple, MercBoxE, ScrollSDragon, Shemagh, EverburnPowder, IridiumOre, PlatinumOre); + .@loot=any(ScrollMagnusHealC, SaviorBlueprint, GoldenApple, DivineApple, MercBoxE, ScrollSDragon, Shemagh, EverburnPowder, IridiumOre, PlatinumOre); else if (.@t % 50 == 0 || .@r < 100) .@loot=any(MercBoxC, ScrollMagnusHealB, SnakeEgg, LachesisBrew, ArrowAmmoBox, GoldPieces, SilverGift, MoveSpeedPotion, TerraniteOre, LeadOre, TinOre, SilverOre, GoldOre, TitaniumOre, FluoPowder, EquipmentBlueprintC, AlchemyBlueprintC, AlchemyBlueprintD, AncientBlueprint, YerbaMate, JasmineTea); else if (.@r < 1500 || .@t == 0) -- cgit v1.2.3-60-g2f50