Table of Contents

Class AchievementTier

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

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

List<AbilityEvent>

AbilityRewards

List of ability templates rewarded for completing this tier.

public List<BaseAbilityTemplate> AbilityRewards

Field Value

List<BaseAbilityTemplate>

BuffRewards

List of buff templates rewarded for completing this tier.

public List<BaseBuffTemplate> BuffRewards

Field Value

List<BaseBuffTemplate>

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

List<BaseItemTemplate>

TierCompleteMessage

The message shown to the player when this tier is completed.

public string TierCompleteMessage

Field Value

string

TitleRewards

List of title strings rewarded for completing this tier.

public List<string> TitleRewards

Field Value

List<string>

Value

The value required to complete this tier (e.g., number of kills, points, etc).

public uint Value

Field Value

uint