Update Rarity to chapter 2

This commit is contained in:
Niklas
2023-01-27 08:54:59 +01:00
parent f840f438cb
commit 233558e9ec
+11 -12
View File
@@ -494,19 +494,18 @@ enum class EAthenaGamePhase : uint8
};
UENUM(BlueprintType)
enum class EFortRarity : uint8
enum class EFortRarity : uint8
{
Handmade = 0,
Ordinary = 1,
Sturdy = 2,
Quality = 3,
Fine = 4,
Elegant = 5,
Masterwork = 6,
Epic = 7,
Badass = 8,
Legendary = 9,
NumRarityValues = 10
Common,
Uncommon,
Rare,
Epic,
Legendary,
Mythic,
Transcendent,
Unattainable,
NumRarityValues,
EFortRarity_MAX,
};
UENUM(BlueprintType)
enum class EFriendlyFireType : uint8