Unlock.RewardLevel |
ExpReward |
Unlock.RewardLevel.Medium |
Determines how much XP this Unlock provides. |
bool |
IsUnlockable |
true |
When TRUE this Unlock can appear in the card selector. |
UnlockGroup |
UnlockGroup |
null |
Determines what type of Unlock this is. |
CardType |
CardType |
null |
Determines when this Unlock can be selected. |
int |
MinimumFranchiseTier |
0 |
What minumum tier your franchise needs to be before this Unlock can appear. |
bool |
IsSpecificFranchiseTier |
null |
What tier your franchise needs to be before this Unlock can appear. |
DishCustomerChange |
CustomerMultiplier |
null |
Determines the customer difference this Unlock provides. |
float |
SelectionBias |
0 |
Higher this number, the higher chance of it appearing. |
List<Unlock> |
HardcodedRequirements |
new List<Unlock> |
Unlocks required before this Unlock can appear. |
List<Unlock> |
HardcodedBlockers |
new List<Unlock> |
Unlocks in here are blocked when this Unlock is active. |
bool |
BlocksAllOtherFood |
null |
|
List<Unlock> |
AllowedFoods |
new List<Unlock> |
|
RestaurantSetting |
ForceFranchiseSetting |
null |
|