diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-21 08:21:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-21 08:21:30 -0300 |
commit | 82f3226fdb1e44d1a05f701d7128c3541d47600a (patch) | |
tree | 0d3605da0bbb115dfd1bfb1de9a2a8ae1d34364c /npc/017-10/dispatcher.txt | |
parent | dda076d8acecfe19ca8c46c069377366659b98bc (diff) | |
download | serverdata-82f3226fdb1e44d1a05f701d7128c3541d47600a.tar.gz serverdata-82f3226fdb1e44d1a05f701d7128c3541d47600a.tar.bz2 serverdata-82f3226fdb1e44d1a05f701d7128c3541d47600a.tar.xz serverdata-82f3226fdb1e44d1a05f701d7128c3541d47600a.zip |
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.
Diffstat (limited to 'npc/017-10/dispatcher.txt')
-rw-r--r-- | npc/017-10/dispatcher.txt | 4 |
1 files 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; |