Overview
Comment: | 好 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0b9e931ff1b0eff199196ee7a9f419bf |
User & Date: | 顽雨沉风 on 2024-02-17 15:46:12 |
Other Links: | manifest | tags |
Context
2024-02-17
| ||
16:09 | 好 check-in: ef8dd0e5a0 user: 顽雨沉风 tags: trunk | |
15:46 | 好 check-in: 0b9e931ff1 user: 顽雨沉风 tags: trunk | |
15:42 | 好 check-in: b158c7a4ac user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [ebca9a45ee] to [bd0c140349].
︙ | ︙ | |||
201 202 203 204 205 206 207 | end end end s["印卡"] = function(u1, u2, u3) local h5, h6 h3 = u2 h4 = u3 or u2 | | | 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 | end end end s["印卡"] = function(u1, u2, u3) local h5, h6 h3 = u2 h4 = u3 or u2 Debug.ShowHint("点对方额外卡组,可印卡\n只能印手卡" .. h3 .. "张\n最多可印" .. h4 .. "张") h5 = Effect.CreateEffect(u1) h5:SetType(EFFECT_TYPE_IGNITION) 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) |
︙ | ︙ |