Search in sources :

Example 6 with PROPS

use of eidolons.content.PROPS in project Eidolons by IDemiurge.

the class EncounterMaster method getPower.

public static Integer getPower(ObjType type, Boolean min_max_normal) {
    PROPS prop = PROPS.PRESET_GROUP;
    if (min_max_normal != null) {
        prop = min_max_normal ? PROPS.SHRUNK_PRESET_GROUP : PROPS.EXTENDED_PRESET_GROUP;
    }
    List<String> list = StringMaster.openContainer(type.getProperty(prop));
    return getPower(list);
}
Also used : PROPS(eidolons.content.PROPS)

Aggregations

PROPS (eidolons.content.PROPS)6 G_PROPS (main.content.values.properties.G_PROPS)4 ArrayList (java.util.ArrayList)2 PARAMS (eidolons.content.PARAMS)1 DC_FeatObj (eidolons.entity.obj.attach.DC_FeatObj)1 PARAMETER (main.content.values.parameters.PARAMETER)1 ObjType (main.entity.type.ObjType)1