- MPropertyDescription: "A unique ID for this reward option. Must match the ID in CandyShopRewardOption_t"
- MPropertyDescription: "The maximum number of this reward option to grant. 0 means infinite"
- MPropertyDescription: "How many candy does it cost for one of these rewards"
- MPropertyDescription: "what are the odds that this option will be picked compared to other options"
- MPropertyDescription: "how should rewards for this option be generated?"
- MPropertyDescription: "For k_eCandyShopRewardOptionType_SingleItem, what is the item def."MPropertySuppressExpr: "m_eOptionType != k_eCandyShopRewardOptionType_SingleItem"
- MPropertyDescription: "For k_eCandyShopRewardOptionType_LootList, what is the loot list to get the reward from."MPropertySuppressExpr: "m_eOptionType != k_eCandyShopRewardOptionType_LootList"
- MPropertyDescription: "For k_eCandyShopRewardOptionType_SingleEventAction, what is the event id for the action."MPropertySuppressExpr: "m_eOptionType != k_eCandyShopRewardOptionType_SingleEventAction && m_eOptionType != k_eCandyShopRewardOptionType_EventPoints"
- MPropertyDescription: "For k_eCandyShopRewardOptionType_SingleEventAction, what is the action id for the action."MPropertySuppressExpr: "m_eOptionType != k_eCandyShopRewardOptionType_SingleEventAction"
- MPropertyDescription: "For k_eCandyShopRewardOptionType_EventPoints, what is the amount of event points."MPropertySuppressExpr: "m_eOptionType != k_eCandyShopRewardOptionType_EventPoints"
Referenced by (1)