Disc Droppers get increased stats
This commit is contained in:
@@ -1758,6 +1758,13 @@ public class Mob extends AbstractIntelligenceAgent {
|
|||||||
if(isDropper){
|
if(isDropper){
|
||||||
this.level = 65;
|
this.level = 65;
|
||||||
this.resists = new Resists("Dropper");
|
this.resists = new Resists("Dropper");
|
||||||
|
this.atrHandOne *= 2;
|
||||||
|
this.atrHandTwo *= 2;
|
||||||
|
this.defenseRating *= 2;
|
||||||
|
this.maxDamageHandOne *= 2;
|
||||||
|
this.maxDamageHandTwo *= 2;
|
||||||
|
this.minDamageHandOne *= 2;
|
||||||
|
this.minDamageHandTwo *= 2;
|
||||||
}
|
}
|
||||||
//for(Item loot : this.charItemManager.getInventory()){
|
//for(Item loot : this.charItemManager.getInventory()){
|
||||||
// if(loot.getItemBase().isDiscRune() && this.level < 80){
|
// if(loot.getItemBase().isDiscRune() && this.level < 80){
|
||||||
|
|||||||
Reference in New Issue
Block a user