Class AchievementTier
Represents a single tier or milestone within an achievement, including rewards and completion data.
[Serializable]
public class AchievementTier
- Inheritance
-
AchievementTier
- Inherited Members
Fields
AbilityEventRewards
List of ability events rewarded for completing this tier.
public List<AbilityEvent> AbilityEventRewards
Field Value
AbilityRewards
List of ability templates rewarded for completing this tier.
public List<BaseAbilityTemplate> AbilityRewards
Field Value
BuffRewards
List of buff templates rewarded for completing this tier.
public List<BaseBuffTemplate> BuffRewards
Field Value
CompleteSoundReference
Addressable reference to the sound played when this tier is completed. Loaded client-side only.
public AssetReference CompleteSoundReference
Field Value
- AssetReference
ItemRewards
List of item templates rewarded for completing this tier.
public List<BaseItemTemplate> ItemRewards
Field Value
TierCompleteMessage
The message shown to the player when this tier is completed.
public string TierCompleteMessage
Field Value
TitleRewards
List of title strings rewarded for completing this tier.
public List<string> TitleRewards
Field Value
Value
The value required to complete this tier (e.g., number of kills, points, etc).
public uint Value