This commit is contained in:
2024-04-24 21:43:48 -05:00
parent 6680651801
commit f53c2c5cb0
4 changed files with 59 additions and 72 deletions
-42
View File
@@ -926,49 +926,7 @@ public class ItemBase{
}
public String[] getVorgStats() {
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"};
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[]{};
}
}