Overview
Comment: | 好 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8ab63a7caf6271ff5f09cfbeb6845a2d |
User & Date: | 顽雨沉风 on 2024-02-14 04:24:51 |
Other Links: | manifest | tags |
Context
2024-02-14
| ||
04:25 | 好 check-in: 20fc8cf29e user: 顽雨沉风 tags: trunk | |
04:24 | 好 check-in: 8ab63a7caf user: 顽雨沉风 tags: trunk | |
04:22 | 好 check-in: 2da5390976 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [73887b02f8] to [b88b22d013].
︙ | |||
58 59 60 61 62 63 64 | 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | - + | h2:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) h2:SetCode(EVENT_ADJUST) h2:SetCondition(aux.TRUE) h2:SetOperation(s["开局洗牌抽牌"]) Duel.RegisterEffect(h2, 0) end end |
︙ | |||
92 93 94 95 96 97 98 | 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | - + | h1:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) h1:SetCode(EVENT_DAMAGE) h1:SetCondition(s["_通关之邀"]) h1:SetOperation(aux.NULL) Duel.RegisterEffect(h1, 0) end end |
︙ | |||
183 184 185 186 187 188 189 | 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 | - + - + | Duel.SendtoDeck(card, u2, 0, REASON_RULE) else Debug.ShowHint(h1) u1:Reset() end end end |
︙ |