Overview
| Comment: | 0.0.860 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
c197dc7121cbcd6de709f8585caf035c |
| User & Date: | 顽雨沉风 on 2023-07-07 11:20:42.263 |
| Other Links: | manifest | tags |
Context
|
2023-07-07
| ||
| 11:23 | 0.0.861 check-in: 2f884154c3 user: 顽雨沉风 tags: trunk | |
| 11:20 | 0.0.860 check-in: c197dc7121 user: 顽雨沉风 tags: trunk | |
| 11:20 | 0.0.859 check-in: 7bc4adacb6 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [76bd6378e5]
to [0fc15dd1f1].
| ︙ | ︙ | |||
186 187 188 189 190 191 192 | str["印卡"] = 1 local n = 0 effect_1 = Effect.GlobalEffect() effect_1:SetType(EFFECT_TYPE_SINGLE) effect_1:SetProperty(EFFECT_FLAG_BOTH_SIDE | | > | 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 |
str["印卡"] = 1
local n = 0
effect_1 = Effect.GlobalEffect()
effect_1:SetType(EFFECT_TYPE_SINGLE)
effect_1:SetProperty(EFFECT_FLAG_BOTH_SIDE
+ EFFECT_FLAG_UNCOPYABLE
+ EFFECT_FLAG_CANNOT_INACTIVATE)
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)
|
| ︙ | ︙ |