Vixen
caa30e12
csharp
public sealed class Difficulty

A difficulty with its names resolved.

Read the guide page for this →

Fields and properties (8)

  • public DifficultyDefinition Definition

    What it was compiled from.

  • public int Index

    Which of its instance's difficulties it is.

  • public string Id

    What it is called within its instance.

  • public GameplayTag Tag

    What being in one is.

  • public float HealthScale

    What the enemies' health is multiplied by, never below zero.

  • public float DamageScale

    What their damage is multiplied by, never below zero.

  • public LockoutPolicy Lockout

    How it locks people out.

  • public RequirementSet Requirements

    What has to be true to run it.

Used by (4)

  • InstanceVixen.Gameplay.Instances
  • InstanceLibraryVixen.Gameplay.Instances
  • InstanceRunVixen.Gameplay.Instances
  • InstanceRunTestsVixen.Gameplay.Instances.Tests