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
Just like 'Frames and other things, RNG just kicks your ass sometimes, it doesn't mean anything is broken. If it DIDN'T drop, you'd have a point.
They didn't go into detail in the patch notes as to why Toroids had such horrendous drop rates, (yeah, still using the term, go ahead and be nit-picky) but the rates were quite broken.
- spawns in caves that can be picked up like syndicate medallions
- bounty rewards
- drops from raknoid enemies, specific to each such enemy
- drops from other enemies, affected by their map location
What happened was that the fourth source was broken. This wasn't the drop chance defined in the code being inconstant; this was the relevant drop table failing to be called (and thus the coded drop chance failing to apply) because some part of the function calling it broke, likely the part that adjusts it by location. They didn't have to buff the drop rates; they did it as consolation for the fourth source of toroids in the list above having been broken (and possibly also for the first still being broken).- Different loot tables not based on location, but on what tool is being used
- Calling the wrong loot table, or incorrectly calling the table (like adjusting a table on-the-fly and efffectively over-writing Amarast's drop rate)
Of course, that's assuming using a different tool actually affects the odds, and not some unchallenged confirmation bias of the community. (yay, herd mentality)
You can look it up, experiment for yourself or go cry on the forums about it and blame sheeple I suppose.