三張卡的判斷
if (isequippedcnt(<card id>,<card id>,<card id>)==3)
四張卡的判斷
if (isequippedcnt(<card id>,<card id>,<card id>,<card id>)==4)
<card id>代表卡片編號
至於能不能真的解決你所說的累加效果
我也不能100%跟你確定
EA英文內容:
This function is similar to 'isequipped', but instead of 1 or 0, it will return
the number of cards in the list given that were found on the invoking character.