Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1022 Bytes

SetEffectsEntry.md

File metadata and controls

19 lines (11 loc) · 1022 Bytes

SetEffectsEntry

Properties

Name Type Description Notes
intMinimum Integer minimum int value, can be a single if ignore_int_max and no ignore_int_min [optional]
intMaximum Integer maximum int value, if not ignore_int_max and not ignore_int_min, the effect has a range value [optional]
type SetEffectsEntryType [optional]
ignoreIntMin Boolean ignore the int min field because the actual value is a string. For readability the templated field is the only important field in this case. [optional]
ignoreIntMax Boolean ignore the int max field, if ignore_int_min is true, int min is a single value [optional]
formatted String all fields from above encoded in a single string [optional]
itemCombination Integer how many items it needs to trigger this effect with the given set [optional]