Overview
| Comment: | 好 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
7c676b0c704539b5deb27dddbeb9090a |
| User & Date: | 顽雨沉风 on 2024-02-13 14:33:58.837 |
| Other Links: | manifest | tags |
Context
|
2024-02-13
| ||
| 14:43 | 好 check-in: 1301c8be40 user: 顽雨沉风 tags: trunk | |
| 14:33 | 好 check-in: 7c676b0c70 user: 顽雨沉风 tags: trunk | |
| 14:33 | 好 check-in: fbb83a06ea user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [8cd6d7ce18]
to [7ef62fe443].
| ︙ | ︙ | |||
44 45 46 47 48 49 50 |
if u2 then
str["规则"] = str["规则表"][u2]
else
str["规则"] = str["规则表"][5]
end
fun["Debug.ReloadFieldBegin"](u1, u2)
end
| | | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
if u2 then
str["规则"] = str["规则表"][u2]
else
str["规则"] = str["规则表"][5]
end
fun["Debug.ReloadFieldBegin"](u1, u2)
end
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)
|
| ︙ | ︙ | |||
157 158 159 160 161 162 163 | local cache_8 local cache_9 local _ fun["Debug.ReloadFieldEnd"] = Debug.ReloadFieldEnd Debug.ReloadFieldEnd = function(u1) fun["Debug.ReloadFieldEnd"]() if u1 then | | | 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 |
local cache_8
local cache_9
local _
fun["Debug.ReloadFieldEnd"] = Debug.ReloadFieldEnd
Debug.ReloadFieldEnd = function(u1)
fun["Debug.ReloadFieldEnd"]()
if u1 then
s["开局洗卡抽卡"](u1)
end
end
fun["二_印卡"] = function(u1, u2, u3)
u3 = u3 or u2
Debug.ShowHint(
"点击对方额外卡组可以进行印卡。\n手卡只能印 "
.. u2
|
| ︙ | ︙ |