Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
public class TerrariumRarity : ModRarity
{
public override Color RarityColor => Main.DiscoColor;
}
JamesTripleQ Since Thorium mod is the only big mod that isn't open source, I have no idea how to fix this. My mod checks if the item is marked with expert or master and gives them their rarity first, then it checks other rarity IDs. According to the Thorium wiki, the Terrarium items use other IDs but still displays the vanilla RGB rainbow. Considering these items completely dodge all my checks, I can only guess that they manually draw the name tooltip line themselves.
But the rest is perfect :)
thanks