Differences From Artifact [31a9818c4a]:
- File script/c0.lua — part of check-in [fdca6ce1f5] at 2023-07-07 11:16:57 on branch trunk — 0.0.855 (user: 顽雨沉风, size: 5501) [annotate] [blame] [check-ins using]
To Artifact [b9d52d002b]:
- File script/c0.lua — part of check-in [aadb8c64f7] at 2023-07-07 11:17:33 on branch trunk — 0.0.856 (user: 顽雨沉风, size: 5540) [annotate] [blame] [check-ins using]
︙ | |||
184 185 186 187 188 189 190 191 192 193 194 195 196 197 | 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 | + | fun["印卡"] = function(str_1) str["印卡"] = 1 local n = 0 effect_1 = Effect.GlobalEffect() effect_1:SetType(EFFECT_TYPE_FIELD) function print_hand(e,tp,eg,ep,ev,re,r,rp) local ac=Duel.AnnounceCard(tp) local c=Duel.CreateToken(tp,ac) if n<2 then Duel.SendtoHand(c,nil,REASON_RULE) Duel.ShuffleHand(tp) |
︙ |