Precaution for adding skill power via mul effect.
This commit is contained in:
parent
e4475af103
commit
12a8e6ab99
@ -26,6 +26,6 @@ public class MagicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public MagicalSkillPower(StatsSet params)
|
public MagicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.MAGICAL_SKILL_POWER);
|
super(params, Stats.MAGICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -26,6 +26,6 @@ public class PhysicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public PhysicalSkillPower(StatsSet params)
|
public PhysicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.PHYSICAL_SKILL_POWER);
|
super(params, Stats.PHYSICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,6 @@ public class MagicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public MagicalSkillPower(StatsSet params)
|
public MagicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.MAGICAL_SKILL_POWER);
|
super(params, Stats.MAGICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -26,6 +26,6 @@ public class PhysicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public PhysicalSkillPower(StatsSet params)
|
public PhysicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.PHYSICAL_SKILL_POWER);
|
super(params, Stats.PHYSICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,6 @@ public class MagicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public MagicalSkillPower(StatsSet params)
|
public MagicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.MAGICAL_SKILL_POWER);
|
super(params, Stats.MAGICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -26,6 +26,6 @@ public class PhysicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public PhysicalSkillPower(StatsSet params)
|
public PhysicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.PHYSICAL_SKILL_POWER);
|
super(params, Stats.PHYSICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,6 @@ public class MagicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public MagicalSkillPower(StatsSet params)
|
public MagicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.MAGICAL_SKILL_POWER);
|
super(params, Stats.MAGICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -26,6 +26,6 @@ public class PhysicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public PhysicalSkillPower(StatsSet params)
|
public PhysicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.PHYSICAL_SKILL_POWER);
|
super(params, Stats.PHYSICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,6 @@ public class MagicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public MagicalSkillPower(StatsSet params)
|
public MagicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.MAGICAL_SKILL_POWER);
|
super(params, Stats.MAGICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -26,6 +26,6 @@ public class PhysicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public PhysicalSkillPower(StatsSet params)
|
public PhysicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.PHYSICAL_SKILL_POWER);
|
super(params, Stats.PHYSICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,6 @@ public class MagicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public MagicalSkillPower(StatsSet params)
|
public MagicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.MAGICAL_SKILL_POWER);
|
super(params, Stats.MAGICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -26,6 +26,6 @@ public class PhysicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public PhysicalSkillPower(StatsSet params)
|
public PhysicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.PHYSICAL_SKILL_POWER);
|
super(params, Stats.PHYSICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,6 @@ public class MagicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public MagicalSkillPower(StatsSet params)
|
public MagicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.MAGICAL_SKILL_POWER);
|
super(params, Stats.MAGICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -26,6 +26,6 @@ public class PhysicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public PhysicalSkillPower(StatsSet params)
|
public PhysicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.PHYSICAL_SKILL_POWER);
|
super(params, Stats.PHYSICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,6 @@ public class MagicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public MagicalSkillPower(StatsSet params)
|
public MagicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.MAGICAL_SKILL_POWER);
|
super(params, Stats.MAGICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -26,6 +26,6 @@ public class PhysicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public PhysicalSkillPower(StatsSet params)
|
public PhysicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.PHYSICAL_SKILL_POWER);
|
super(params, Stats.PHYSICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,6 @@ public class MagicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public MagicalSkillPower(StatsSet params)
|
public MagicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.MAGICAL_SKILL_POWER);
|
super(params, Stats.MAGICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -26,6 +26,6 @@ public class PhysicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public PhysicalSkillPower(StatsSet params)
|
public PhysicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.PHYSICAL_SKILL_POWER);
|
super(params, Stats.PHYSICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,6 @@ public class MagicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public MagicalSkillPower(StatsSet params)
|
public MagicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.MAGICAL_SKILL_POWER);
|
super(params, Stats.MAGICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -26,6 +26,6 @@ public class PhysicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public PhysicalSkillPower(StatsSet params)
|
public PhysicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.PHYSICAL_SKILL_POWER);
|
super(params, Stats.PHYSICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,6 @@ public class MagicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public MagicalSkillPower(StatsSet params)
|
public MagicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.MAGICAL_SKILL_POWER);
|
super(params, Stats.MAGICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -26,6 +26,6 @@ public class PhysicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public PhysicalSkillPower(StatsSet params)
|
public PhysicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.PHYSICAL_SKILL_POWER);
|
super(params, Stats.PHYSICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,6 @@ public class MagicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public MagicalSkillPower(StatsSet params)
|
public MagicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.MAGICAL_SKILL_POWER);
|
super(params, Stats.MAGICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -26,6 +26,6 @@ public class PhysicalSkillPower extends AbstractStatEffect
|
|||||||
{
|
{
|
||||||
public PhysicalSkillPower(StatsSet params)
|
public PhysicalSkillPower(StatsSet params)
|
||||||
{
|
{
|
||||||
super(params, Stats.PHYSICAL_SKILL_POWER);
|
super(params, Stats.PHYSICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user