Overview
Comment: | 0.0.1022 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
90068cfab81ca0881fe14b65f263cc00 |
User & Date: | 顽雨沉风 on 2023-07-09 01:52:40 |
Other Links: | manifest | tags |
Context
2023-07-09
| ||
01:53 | 0.0.1023 check-in: 119a4b6cdb user: 顽雨沉风 tags: trunk | |
01:52 | 0.0.1022 check-in: 90068cfab8 user: 顽雨沉风 tags: trunk | |
01:52 | 0.0.1021 check-in: 68993756c2 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [0ce2fe77c7] to [4f3fb6c67c].
︙ | ︙ | |||
166 167 168 169 170 171 172 173 174 175 176 177 178 179 | str["禁格"] = str_1 effect_1 = Effect.GlobalEffect() effect_1:SetType(EFFECT_TYPE_FIELD) effect_1:SetCode(EFFECT_USE_EXTRA_MZONE) effect_1:SetValue(str_1) Duel.RegisterEffect(effect_1,0) end fun["印卡"] = function(str_1, str_2, str_3) str["印卡"] = 1 if str_3 then else str_3 = str_2 | > | 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 | str["禁格"] = str_1 effect_1 = Effect.GlobalEffect() effect_1:SetType(EFFECT_TYPE_FIELD) effect_1:SetCode(EFFECT_USE_EXTRA_MZONE) effect_1:SetValue(str_1) Duel.RegisterEffect(effect_1,0) end fun["印卡"] = function(str_1, str_2, str_3) str["印卡"] = 1 if str_3 then else str_3 = str_2 |
︙ | ︙ |