Overview
Comment: | 好 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8bc031aa197655011ac778648adbc128 |
User & Date: | 顽雨沉风 on 2024-02-14 04:26:37 |
Other Links: | manifest | tags |
Context
2024-02-14
| ||
04:26 | 好 check-in: 7ec48625c2 user: 顽雨沉风 tags: trunk | |
04:26 | 好 check-in: 8bc031aa19 user: 顽雨沉风 tags: trunk | |
04:26 | 好 check-in: 47986c1d08 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [e58211fe11] to [82eae1ba5c].
︙ | ︙ | |||
187 188 189 190 191 192 193 | end end end s["印牌"] = function(u1, u2, u3) local h5, h6 h3 = u2 h4 = u3 or u2 | | | 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 | 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) |
︙ | ︙ |