vorg stats
This commit is contained in:
@@ -1235,9 +1235,11 @@ public class Item extends AbstractWorldObject {
|
|||||||
if(this.getItemBase().isVorg()){
|
if(this.getItemBase().isVorg()){
|
||||||
this.clearEffects();
|
this.clearEffects();
|
||||||
for(String powerString : this.getItemBase().getVorgStats()){
|
for(String powerString : this.getItemBase().getVorgStats()){
|
||||||
AbstractPowerAction apa = PowersManager.getPowerActionByIDString(powerString);
|
//AbstractPowerAction apa = PowersManager.getPowerActionByIDString(powerString);
|
||||||
apa.applyBakedInStatsForItem(this, 0);
|
//apa.applyBakedInStatsForItem(this, 0);
|
||||||
|
this.addPermanentEnchantment(powerString,0);
|
||||||
}
|
}
|
||||||
|
this.setName(this.getItemBase().getName());
|
||||||
}else {
|
}else {
|
||||||
for (Integer token : this.getItemBase().getBakedInStats().keySet()) {
|
for (Integer token : this.getItemBase().getBakedInStats().keySet()) {
|
||||||
|
|
||||||
@@ -1249,6 +1251,7 @@ public class Item extends AbstractWorldObject {
|
|||||||
}
|
}
|
||||||
AbstractPowerAction apa = PowersManager.getPowerActionByIDString(effect.getIDString());
|
AbstractPowerAction apa = PowersManager.getPowerActionByIDString(effect.getIDString());
|
||||||
apa.applyBakedInStatsForItem(this, this.getItemBase().getBakedInStats().get(token));
|
apa.applyBakedInStatsForItem(this, this.getItemBase().getBakedInStats().get(token));
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user