forked from MagicBane/Server
wpak package for wpak code
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package engine.wpak;
|
||||
|
||||
import engine.mbEnums;
|
||||
|
||||
public class EffectModifier {
|
||||
public mbEnums.ModType type;
|
||||
public float min;
|
||||
public float max;
|
||||
public float scale;
|
||||
public mbEnums.CompoundCurveType compoundCurveType;
|
||||
public String arg1; // ItemName "Masterwork" ""
|
||||
public String arg2; // ItemName "" "of the Defender"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user