vorg stats finalized
This commit is contained in:
@@ -926,17 +926,49 @@ public class ItemBase{
|
||||
}
|
||||
|
||||
public String[] getVorgStats() {
|
||||
if(this.isLightArmor() || this.isMediumArmor() || this.isHeavyArmor() || this.isClothArmor()){
|
||||
if(this.getValidSlot() == MBServerStatics.SLOT_FEET) {
|
||||
return new String[]{"PRE-133", "PRE-230", "PRE-210", "PRE-220", "SUF-003","SUF-150"};
|
||||
}else {
|
||||
return new String[]{"PRE-130", "PRE-232", "PRE-212", "PRE-222", "SUF-007"};
|
||||
}
|
||||
switch(this.uuid){
|
||||
case 27550://bow
|
||||
case 27560://dagger
|
||||
case 27570://hammer
|
||||
case 27580://axe
|
||||
case 27590://sword
|
||||
return new String[]{"PRE-010","SUF-260"};
|
||||
|
||||
} else if(this.isShield()){//shield
|
||||
return new String[]{"SUF-265","PRE-123","PRE-232", "PRE-212", "PRE-222"};
|
||||
} else{//weapon
|
||||
return new String[]{"PRE-020","PRE-033",};
|
||||
case 27600://staff
|
||||
return new String[]{"PRE-334","PRE-315"};
|
||||
|
||||
case 188500://HA chest
|
||||
case 188510://HA arms
|
||||
case 188520://HA legs
|
||||
case 188530://HA gloves
|
||||
case 188550://HA helm
|
||||
case 188720://CC hood
|
||||
case 188900://MA chest
|
||||
case 188910://MA Sleeves
|
||||
case 188920://MA Legs
|
||||
case 188930://MA gloves
|
||||
case 188950://MA helm
|
||||
case 189100://la chest
|
||||
case 189110://la arms
|
||||
case 189120://la legs
|
||||
case 189130://la gloves
|
||||
case 189150://la helm
|
||||
case 189550://CC gloves
|
||||
return new String[]{"PRE-130", "PRE-232", "PRE-212", "PRE-222", "SUF-007"};
|
||||
|
||||
case 188540://HA boots
|
||||
case 188940://MA boots
|
||||
case 189140://LA boots
|
||||
case 189560://CC boots
|
||||
return new String[]{"PRE-133", "PRE-230", "PRE-210", "PRE-220", "SUF-003","SUF-150"};
|
||||
|
||||
case 188700://CC robe
|
||||
return new String[]{"PRE-130", "PRE-232", "PRE-212", "PRE-222","SUF-317","SUF-317","SUF-317"};
|
||||
|
||||
case 189500://MA shield
|
||||
case 189510://HA shield
|
||||
return new String[]{"PRE-125","PRE-125","PRE-125", "PRE-230", "PRE-210", "PRE-220"};
|
||||
}
|
||||
return new String[]{};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user