From 82f3226fdb1e44d1a05f701d7128c3541d47600a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 21 Jun 2020 08:21:30 -0300 Subject: Homunculus Mission: Ore Mines updated - same I did to Heroes Hold shops. Except, it'll be reverted if you were reborn. This gives higher Titanium find rates for non-reborn chars, but no platinum. --- npc/017-10/dispatcher.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/017-10/dispatcher.txt b/npc/017-10/dispatcher.txt index f4d880a0f..86a0e4c44 100644 --- a/npc/017-10/dispatcher.txt +++ b/npc/017-10/dispatcher.txt @@ -308,8 +308,8 @@ function lootField { TinOre, max(1, .@lv/5), 350, LeadOre, max(1, .@lv/6), 300, TitaniumOre, max(1, .@lv/8), 100, - IridiumOre, max(1, .@lv/10), 80, - PlatinumOre, 1, 20); + (REBIRTH ? IridiumOre : TitaniumOre), max(1, .@lv/10), 80, + (REBIRTH ? PlatinumOre : IridiumOre), 1, 20); break; case HCD_RAREMINES: .@val+=15; -- cgit v1.2.3-60-g2f50