Enum RangerStyle
Use with AddToRangerStyles(RangerStyle[]) to add to the appropriate ranger style feat selection.
Namespace: BlueprintCore.Blueprints.CustomConfigurators.Classes
Assembly: BlueprintCore.dll
Syntax
public enum RangerStyle
Remarks
The ending number indicates the level it becomes available. It is automatically added to higher level lists.
e.g. AddToRangerStyles(RangerStyle.Archery2)
adds the feature to RangerStyleArcherySelection2,
RangerStyleArcherySelection6, and RangerStyleArcherySelection10.
Fields
Name | Description |
---|---|
Archery10 | |
Archery2 | |
Archery6 | |
Menacing10 | |
Menacing2 | |
Menacing6 | |
Shield10 | |
Shield2 | |
Shield6 | |
TwoHanded10 | |
TwoHanded2 | |
TwoHanded6 | |
TwoWeapon10 | |
TwoWeapon2 | |
TwoWeapon6 |