|
@@ -79,7 +79,10 @@ public class EquipPropertyBasic {
|
|
|
public EquipPropertyBasic() {
|
|
|
}
|
|
|
|
|
|
- public EquipPropertyBasic(Integer physicsAttackMin, Integer physicsAttackMax, Integer magicAttackMin, Integer magicAttackMax, Double physicsAttackSpeed, Double magicAttackSpeed, Integer physicsDefense, Integer magicDefense, Integer physicsHit, Integer magicHit, Integer physicsDodge, Integer magicDodge, Integer hp, Integer mp) {
|
|
|
+ public EquipPropertyBasic(Integer physicsAttackMin, Integer physicsAttackMax, Integer magicAttackMin,
|
|
|
+ Integer magicAttackMax, Double physicsAttackSpeed, Double magicAttackSpeed,
|
|
|
+ Integer physicsDefense, Integer magicDefense, Integer physicsHit,
|
|
|
+ Integer magicHit, Integer physicsDodge, Integer magicDodge, Integer hp, Integer mp) {
|
|
|
this.physicsAttackMin = physicsAttackMin;
|
|
|
this.physicsAttackMax = physicsAttackMax;
|
|
|
this.magicAttackMin = magicAttackMin;
|