Overview
| Comment: | 好 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
ad8a16572239eccd3eec5e55554f5531 |
| User & Date: | 顽雨沉风 on 2024-02-14 02:05:19.134 |
| Other Links: | manifest | tags |
Context
|
2024-02-14
| ||
| 02:09 | 好 check-in: ac819336b2 user: 顽雨沉风 tags: trunk | |
| 02:05 | 好 check-in: ad8a165722 user: 顽雨沉风 tags: trunk | |
| 02:03 | 好 check-in: 6fdfa2454c user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [a869f3a5d1]
to [1e8ad05bc9].
| ︙ | ︙ | |||
36 37 38 39 40 41 42 |
s["则"] = h1[u2]
else
s["则"] = h1[5]
end
s["Debug.ReloadFieldBegin"](u1, u2)
end
end
| > | | | | | | | | | | | | | | | | | > | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
s["则"] = h1[u2]
else
s["则"] = h1[5]
end
s["Debug.ReloadFieldBegin"](u1, u2)
end
end
do
function s["开局洗牌抽牌"](u1)
local h1, h2
s["开局洗牌抽牌之数"] = u1
--~ 效果
h1 = Effect.GlobalEffect()
h1:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS)
h1:SetCode(EVENT_ADJUST)
h1:SetCondition(aux.TRUE)
-- 随机抽牌
--~ 调该效果的效果
function h2(u2)
Duel.ShuffleDeck(0)
Duel.Draw(0, u1, REASON_RULE)
u2:Reset()
end
h1:SetOperation(h2)
Duel.RegisterEffect(h1, 0)
end
end
function s.["不被连锁"]()
Duel.SetChainLimit(aux.FALSE)
return true
end
do
local h1, h2
|
| ︙ | ︙ |