Click or drag to resize
LimitedLuckyControllerT Constructor
Constructor.

Namespace: JLChnToZ.LuckyPlayer
Assembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public LimitedLuckyController(
	double rare,
	int initialAmount = 1,
	double baseRarity = 1
)

Parameters

rare
Type: SystemDouble
The rarity which will affects the player's luckyness.
initialAmount (Optional)
Type: SystemInt32
How many of the item initially have?
baseRarity (Optional)
Type: SystemDouble
Alterable rarity value
See Also