Overview
Comment: | 好 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2e27c4daad6773b3f9e442e6edfe725b |
User & Date: | 顽雨沉风 on 2024-02-14 05:33:22 |
Other Links: | manifest | tags |
Context
2024-02-14
| ||
05:43 | 好 check-in: bad8aaa5f7 user: 顽雨沉风 tags: trunk | |
05:33 | 好 check-in: 2e27c4daad user: 顽雨沉风 tags: trunk | |
05:29 | 好 check-in: 9d2c9accdd user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [61bbcf67a6] to [d102ee7476].
︙ | |||
176 177 178 179 180 181 182 | 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 | - + | if h2 <= h3 then h2 = h2 + 1 Duel.SendtoHand(h6, nil, REASON_RULE) else if h2 <= h4 then h2 = h2 + 1 Duel.Remove(h6, POS_FACEUP, REASON_RULE) |
︙ |
Modified single/枯岳说书人_b04 4_13_-700.lua from [f63468b738] to [1ec126f1bb].
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | - - + + | --[[message 察局:2024-02-13 简语:不容小觑的似羊动物! ]] Debug.SetAIName("枯岳说书人_b04") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_PSEUDO_SHUFFLE + DUEL_SIMPLE_AI, 4) Debug.SetPlayerInfo(0, 500, 0, 0) Debug.SetPlayerInfo(1, 30000, 0, 0) |
︙ | |||
38 39 40 41 42 43 44 | 38 39 40 41 42 43 44 45 46 47 48 49 | - + - - | local s2 = Debug.AddCard(38296564, 1, 1, LOCATION_SZONE, 0, POS_FACEUP_ATTACK) local s1 = Debug.AddCard(19508728, 0, 0, LOCATION_SZONE, 2, POS_FACEUP) Debug.AddCard(68462976, 1, 1, LOCATION_SZONE, 5, POS_FACEUP) Debug.ReloadFieldEnd() |