Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7da070fada06e7cf673ec808602c5184 |
User & Date: | 顽雨沉风 on 2024-06-27 07:44:34 |
Other Links: | manifest | tags |
Context
2024-06-27
| ||
07:46 | 0 check-in: 4a9f2f4323 user: 顽雨沉风 tags: trunk | |
07:44 | 0 check-in: 7da070fada user: 顽雨沉风 tags: trunk | |
07:42 | 0 check-in: 9a0abc0f50 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [68987e4e1f] to [e5685b4780].
1 2 3 4 5 6 7 8 | local string = string local table = table local Debug = Debug local Effect = Effect local Duel = Duel local Card = Card local s = {} s["效卡之类排"] = { | | | | | | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | local string = string local table = table local Debug = Debug local Effect = Effect local Duel = Duel local Card = Card local s = {} s["效卡之类排"] = { TYPE_SPELL, TYPE_TRAP, TYPE_EFFECT, } s["无效灵摆怪兽之卡编排"] = { 28363749, 19474136, 17390179, 83980492, } s["全区"] = LOCATION_HAND + LOCATION_MZONE + LOCATION_SZONE + LOCATION_GRAVE + LOCATION_REMOVED + LOCATION_DECK + LOCATION_EXTRA do local h1 --~ 则对 h1 = { [3] = "大师3 " , [4] = "新大师 " |
︙ | ︙ |