fate peddler price adjustments
This commit is contained in:
@@ -333,6 +333,13 @@ public class ItemBase {
|
||||
}
|
||||
|
||||
public int getBaseValue() {
|
||||
if(this.getUUID() == 971070){
|
||||
return 2000000;
|
||||
}
|
||||
|
||||
if(this.getUUID() == 971012){
|
||||
return 500000;
|
||||
}
|
||||
return this.value;
|
||||
}
|
||||
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user