|
|
|
@ -294,6 +294,14 @@ public class MobEquipment extends AbstractGameObject {
@@ -294,6 +294,14 @@ public class MobEquipment extends AbstractGameObject {
|
|
|
|
|
|
|
|
|
|
public int getMagicValue() { |
|
|
|
|
|
|
|
|
|
if(this.itemBase.getUUID() == 971070){ |
|
|
|
|
return 2000000; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if(this.itemBase.getUUID() == 971012){ |
|
|
|
|
return 500000; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (!this.isID) { |
|
|
|
|
return itemBase.getBaseValue(); |
|
|
|
|
} |
|
|
|
|