csharp
public sealed class DifficultyA difficulty with its names resolved.
Fields and properties (8)
public DifficultyDefinition DefinitionWhat it was compiled from.
public int IndexWhich of its instance's difficulties it is.
public string IdWhat it is called within its instance.
public GameplayTag TagWhat being in one is.
public float HealthScaleWhat the enemies' health is multiplied by, never below zero.
public float DamageScaleWhat their damage is multiplied by, never below zero.
public LockoutPolicy LockoutHow it locks people out.
public RequirementSet RequirementsWhat has to be true to run it.
Used by (4)
- InstanceVixen.Gameplay.Instances
- InstanceLibraryVixen.Gameplay.Instances
- InstanceRunVixen.Gameplay.Instances
- InstanceRunTestsVixen.Gameplay.Instances.Tests