You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="card">The default card. Can be null for no card.</param>
32
+
/// <param name="randomReplaceChance">The integer probability of this card getting replaced by a card from the encounter's <c>randomReplacementCards</c></param>
33
+
/// <param name="minDifficulty">The minimum difficulty for this card to appear.</param>
34
+
/// <param name="maxDifficulty">The maximum difficulty for this card to appear.</param>
35
+
/// <param name="difficultyReplace">Whether to replace this card when a certain difficulty threshold is met.</param>
36
+
/// <param name="difficultyReplaceReq">The difficulty threshold for the <c>replacement</c> card to be used instead.</param>
37
+
/// <param name="replacement">The replacement card for the difficulty replacement.</param>
0 commit comments