Overview
Comment: | 0.0.2450 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e78ba6842337e338cc28c39dd065face |
User & Date: | 顽雨沉风 on 2023-08-02 02:02:17 |
Other Links: | manifest | tags |
Context
2023-08-02
| ||
02:02 | 0.0.2451 check-in: 89efe6af3d user: 顽雨沉风 tags: trunk | |
02:02 | 0.0.2450 check-in: e78ba68423 user: 顽雨沉风 tags: trunk | |
02:01 | 0.0.2449 check-in: ba4bd27237 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [17b01ff97b] to [9d26db62d1].
︙ | |||
179 180 181 182 183 184 185 186 187 188 189 190 191 192 | 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 | + + + + + + + + + + + + + + | str["效果"]:SetOperation(cache_1) Duel.RegisterEffect(str["效果"] , 0) end --} fun["一_禁格"] = function(str_1) --{ str["禁格的数量"] = str_1 str["效果"] = Effect.GlobalEffect() str["效果"]:SetCode(EFFECT_USE_EXTRA_MZONE) str["效果"]:SetValue(str_1) Duel.RegisterEffect(str["效果"],0) end --} --第二层------------------------------- local cache_1 local cache_2 local cache_3 local cache_4 |
︙ | |||
357 358 359 360 361 362 363 | 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 | - - + - - - - - - - - - - - | end --} |
︙ |