Overview
Comment: | 0.0.1788 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4c397fafe9df95c7525357fa612224bf |
User & Date: | 顽雨沉风 on 2023-07-19 06:23:52 |
Other Links: | manifest | tags |
Context
2023-07-19
| ||
06:24 | 0.0.1789 check-in: dd3a0fe7b9 user: 顽雨沉风 tags: trunk | |
06:23 | 0.0.1788 check-in: 4c397fafe9 user: 顽雨沉风 tags: trunk | |
06:19 | 0.0.1787 check-in: 8d2bb28b18 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [eaef495afa] to [d3a69465a3].
︙ | |||
23 24 25 26 27 28 29 30 31 32 33 34 35 36 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | + + + + | str["规则"] = "" str["大师3"] = "大师3 " str["新大师"] = "新大师 " str["大师2020"] = "大师2020 " str["印卡"] = false str["当前印卡数"] = 1 str["印卡过多的弹窗"] = "印卡过多!" str["不洗牌"] = false str["无BP"] = false str["不洗牌的说明"] = "伪洗牌 " str["无BP的说明"] = "无BP " str["开局说明"] = false |
︙ | |||
47 48 49 50 51 52 53 | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | - + | str["禁格的后缀"] = "格 " str["胜利条件表"] = {} str["胜利条件表"][0] = false str["胜利条件表"][1] = "胜利条件:让对方的卡全部回到卡组·额外卡组。" |
︙ | |||
358 359 360 361 362 363 364 | 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 | - + | else --{ str_3 = str_2 end --} |
︙ | |||
411 412 413 414 415 416 417 | 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 | - + | Duel.SendtoDeck(card,player_who_activate_the_effect,0,REASON_RULE) --} else --{ |
︙ | |||
460 461 462 463 464 465 466 | 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 | - + | end --} effect_1:SetCondition(cache_1) cache_1 = function() --{ |