v0.7.2: ring of wealth adjustments:
- wraiths no longer progress special wealth drops - wealth no longer drops scroll of enchantment, to prevent exploits
This commit is contained in:
@@ -45,6 +45,8 @@ public class Wraith extends Mob {
|
|||||||
|
|
||||||
HP = HT = 1;
|
HP = HT = 1;
|
||||||
EXP = 0;
|
EXP = 0;
|
||||||
|
|
||||||
|
maxLvl = -2;
|
||||||
|
|
||||||
flying = true;
|
flying = true;
|
||||||
|
|
||||||
|
|||||||
@@ -217,7 +217,7 @@ public class RingOfWealth extends Ring {
|
|||||||
case 0: default:
|
case 0: default:
|
||||||
return new StoneOfEnchantment();
|
return new StoneOfEnchantment();
|
||||||
case 1:
|
case 1:
|
||||||
return new ScrollOfEnchantment();
|
return new StoneOfEnchantment().quantity(2);
|
||||||
case 2:
|
case 2:
|
||||||
return new PotionOfExperience();
|
return new PotionOfExperience();
|
||||||
case 3:
|
case 3:
|
||||||
|
|||||||
Reference in New Issue
Block a user