Overview
Comment: | 0.0.854 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4d7cf6cdafadf28412ec0826a2461268 |
User & Date: | 顽雨沉风 on 2023-07-07 11:15:12 |
Other Links: | manifest | tags |
Context
2023-07-07
| ||
11:16 | 0.0.855 check-in: fdca6ce1f5 user: 顽雨沉风 tags: trunk | |
11:15 | 0.0.854 check-in: 4d7cf6cdaf user: 顽雨沉风 tags: trunk | |
11:15 | 0.0.853 check-in: f209dfc4fd user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [57fdf1e5fd] to [a0eded613b].
︙ | ︙ | |||
180 181 182 183 184 185 186 | effect_1:SetCode(EFFECT_USE_EXTRA_MZONE) effect_1:SetValue(str_1) Duel.RegisterEffect(effect_1,0) end fun["印卡"] = function(str_1) str["印卡"] = 1 | > | | 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 | effect_1:SetCode(EFFECT_USE_EXTRA_MZONE) effect_1:SetValue(str_1) Duel.RegisterEffect(effect_1,0) end fun["印卡"] = function(str_1) str["印卡"] = 1 local n = 0 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) |
︙ | ︙ |