diff options
Diffstat (limited to 'npc/018-2-1')
-rw-r--r-- | npc/018-2-1/warps.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/018-2-1/warps.txt b/npc/018-2-1/warps.txt index 3ac498b4f..7a2dc7419 100644 --- a/npc/018-2-1/warps.txt +++ b/npc/018-2-1/warps.txt @@ -94,9 +94,10 @@ OnTouch: mes l("The monsters on each Heroes Hold Dungeon will drop @@, a coin which can only be found here.", getitemlink(HeroCoin)); next; mesn; - mes l("Use these coins to exchange for stuff. But beware: Each dungeon difficulty will increase the coin drop in a order of magnitude."); + mes l("Use these coins to exchange for stuff. But beware: Each dungeon difficulty will increase the coin drop in the square value of previous."); next; - mes l("This means that if you drop a coin on Advanced Dungeon, 100 coins will be dropped instead."); + mes l("This means that if you drop a coin on Advanced Dungeon, 4 coins will be dropped instead. On Expert, that would be 8."); + mes l("Needless to say, monsters from Expert Dungeon usually drops more often than the ones from Advanced Dungeon."); next; mesn; mes l(".:: Victory Conditions ::."); |