Terraria 1.4.0.5 Source Code

This commit is contained in:
MikeyIsBaeYT 2021-10-26 12:45:26 -04:00
commit 05205f009e
1059 changed files with 563450 additions and 0 deletions

26
Enums/ItemRarityColor.cs Normal file
View file

@ -0,0 +1,26 @@
// Decompiled with JetBrains decompiler
// Type: Terraria.Enums.ItemRarityColor
// Assembly: Terraria, Version=1.4.0.5, Culture=neutral, PublicKeyToken=null
// MVID: 67F9E73E-0A81-4937-A22C-5515CD405A83
// Assembly location: C:\Users\mikeyisbaeyt\Downloads\depotdownloader-2.4.5\depots\105601\6707058\Terraria.exe
namespace Terraria.Enums
{
public enum ItemRarityColor
{
AmberMinus11 = -11, // 0xFFFFFFF5
TrashMinus1 = -1, // 0xFFFFFFFF
White0 = 0,
Blue1 = 1,
Green2 = 2,
Orange3 = 3,
LightRed4 = 4,
Pink5 = 5,
LightPurple6 = 6,
Lime7 = 7,
Yellow8 = 8,
Cyan9 = 9,
StrongRed10 = 10, // 0x0000000A
Purple11 = 11, // 0x0000000B
}
}