terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ TryDroppingItem()

ItemDropAttemptResult Terraria.GameContent.ItemDropRules.MechBossSpawnersDropRule.TryDroppingItem ( DropAttemptInfo info)
inline

Implements Terraria.GameContent.ItemDropRules.IItemDropRule.

Definition at line 58 of file MechBossSpawnersDropRule.cs.

59 {
60 if (!true)
61 {
62 }
63 if (true || info.player.RollLuck(2500) != 0)
64 {
65 if (!true)
66 {
67 }
68 if (true || info.player.RollLuck(2500) != 0)
69 {
70 if (!true)
71 {
72 }
73 if (true || info.player.RollLuck(2500) != 0)
74 {
75 return 1;
76 }
77 }
78 }
79 return 2;
80 }

References System.info.