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

◆ RollLuck()

int Terraria.Player.RollLuck ( int range)
inline

Definition at line 5616 of file Player.cs.

5617 {
5618 float num = this.luck;
5619 if (!true)
5620 {
5621 }
5622 float num2 = this.luck;
5623 int num3;
5624 return num3;
5625 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and Terraria.Player.luck.

Referenced by Terraria.NPC.NPCLoot_DropCommonLifeAndMana(), and Terraria.GameContent.ItemDropRules.CommonDropWithRerolls.TryDroppingItem().