Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b0c9c7249463b702eaf92459fd34d2af |
User & Date: | 顽雨沉风 on 2024-06-27 08:13:06 |
Other Links: | manifest | tags |
Context
2024-06-27
| ||
08:15 | 0 check-in: 9aebdead2a user: 顽雨沉风 tags: trunk | |
08:13 | 0 check-in: b0c9c72494 user: 顽雨沉风 tags: trunk | |
08:11 | 0 check-in: 7d5b887170 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [ab245749bc] to [ba050fc603].
︙ | |||
63 64 65 66 67 68 69 | 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | - + | --~ 玩家选定的卡 h2 = Duel.SelectMatchingCard(u2, Card.IsAbleToHand, u2, LOCATION_DECK, 0, h1, h1, nil) Duel.SendtoHand(h2, nil, REASON_RULE) u1:Reset() end s["开局选卡入手"] = function(u1) local h2 |
︙ | |||
156 157 158 159 160 161 162 | 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 | - - + + - - + + | end if s["战段"] == 0 then h1 = h1 .. "无战段 " end if s["机智"] == 0 then h1 = h1 .. "无机智 " end |
︙ |