12张卡组不允许2张ssr+

This commit is contained in:
xianyi
2025-08-29 09:57:06 +08:00
parent 95a93497ea
commit 0d6d1f970c
3 changed files with 31 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ namespace TcgEngine
[Header("Deckbuilding")]
public int deck_size = 30;
public int deck_duplicate_max = 2;
public int deck_ssr_max = 2;
[Header("Buy/Sell")]
public float sell_ratio = 0.8f;