Differences From Artifact [efc6dba3b8]:
- File script/c0.lua — part of check-in [5b4c0371a5] at 2023-06-30 05:40:13 on branch trunk — 0.0.513 (user: 顽雨沉风, size: 3444) [annotate] [blame] [check-ins using]
To Artifact [269808fee2]:
- File script/c0.lua — part of check-in [737aacba66] at 2023-06-30 05:42:37 on branch trunk — 0.0.514 (user: 顽雨沉风, size: 3446) [annotate] [blame] [check-ins using]
| ︙ | |||
109 110 111 112 113 114 115 116 117 118 119 120 121 122 | 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 | + |
effect_1:SetCountLimit(1)
function cache_1()
return true
end
effect_1:SetCondition(cache_1)
function cache_1(effect_event
, player_who_activate_the_effect)
str["玩家选定的卡"] = Duel.SelectMatchingCard(player_who_activate_the_effect
, Card.IsAbleToHand
, player_who_activate_the_effect
, LOCATION_DECK
, 0
, str_1
, str_1
|
| ︙ |