requirementCurve property

  1. @JsonKey(name: 'requirementCurve')
List<InterpolationPointFloat>? requirementCurve
getter/setter pair

A curve of level requirements, weighted by the related progressions' level. Interpolate against this curve with the character's progression level to determine what the level requirement of the generated item that is using this data will be.

Implementation

@JsonKey(name:'requirementCurve')
List<InterpolationPointFloat>? requirementCurve;