Overview
Comment: | 好 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b158c7a4ac4b683a9f3a76ff12e78521 |
User & Date: | 顽雨沉风 on 2024-02-17 15:42:13 |
Other Links: | manifest | tags |
Context
2024-02-17
| ||
15:46 | 好 check-in: 0b9e931ff1 user: 顽雨沉风 tags: trunk | |
15:42 | 好 check-in: b158c7a4ac user: 顽雨沉风 tags: trunk | |
15:36 | 好 check-in: 7a80b7fa09 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [d12967c7e4] to [ebca9a45ee].
︙ | |||
68 69 70 71 72 73 74 | 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | - - + + - + - + | end do local h1, h2 --~ 原解邀请 h1 = "残局群181175613" --~ 二解邀请,备用:圣魔术师 h2 = "爆貘团:「你居然二解了,请加群告诉我怎么二解。」" |
︙ | |||
211 212 213 214 215 216 217 | 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 | - + | h5:SetProperty(EFFECT_FLAG_BOTH_SIDE + EFFECT_FLAG_UNCOPYABLE + EFFECT_FLAG_CANNOT_NEGATE + EFFECT_FLAG_CANNOT_DISABLE) h5:SetTarget(s["不被连锁"]) h5:SetRange(LOCATION_EXTRA) h5:SetOperation(s["_印卡"]) u1:RegisterEffect(h5) end end |
︙ | |||
253 254 255 256 257 258 259 | 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 | - - + + - - + + | Debug.ShowHint(h1) end do s["aux.BeginPuzzle"] = _G.aux.BeginPuzzle --~ 「开局洗卡抽卡」之量 --~ 「开局选卡入手」之量 --~ 传入对方额外卡组最上面表侧卡,并将其作为印卡源 |