Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ RegisterYoyos()

void Terraria.GameContent.ItemDropRules.ItemDropDatabase.RegisterYoyos ( )
inlineprivate

Definition at line 757 of file ItemDropDatabase.cs.

758 {
759 RegisterToGlobal(new ItemDropWithConditionRule(3282, 400, 1, 1, new Conditions.YoyoCascade()));
760 RegisterToGlobal(new ItemDropWithConditionRule(3289, 300, 1, 1, new Conditions.YoyosAmarok()));
761 RegisterToGlobal(new ItemDropWithConditionRule(3286, 200, 1, 1, new Conditions.YoyosYelets()));
762 RegisterToGlobal(new ItemDropWithConditionRule(3291, 400, 1, 1, new Conditions.YoyosKraken()));
763 RegisterToGlobal(new ItemDropWithConditionRule(3290, 400, 1, 1, new Conditions.YoyosHelFire()));
764 }
IItemDropRule RegisterToGlobal(IItemDropRule entry)

References Terraria.GameContent.ItemDropRules.ItemDropDatabase.RegisterToGlobal().

Referenced by Terraria.GameContent.ItemDropRules.ItemDropDatabase.Populate().