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

◆ ModifyValue()

virtual void Terraria.ModLoader.ModPrefix.ModifyValue ( ref float valueMult)
inlinevirtual

Allows you to modify the sell price of the item based on the prefix or changes in custom data stats. This also influences the item's rarity.

Definition at line 77 of file ModPrefix.cs.

78 {
79 }