Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
34b67606d3ee4195c61fb617d7ca936c |
User & Date: | 顽雨沉风 on 2024-07-20 13:48:04 |
Other Links: | manifest | tags |
Context
2024-07-20
| ||
13:48 | 0 check-in: 719fd22706 user: 顽雨沉风 tags: trunk | |
13:48 | 0 check-in: 34b67606d3 user: 顽雨沉风 tags: trunk | |
13:34 | 0 check-in: 5c9a34ed3e user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-28.lua from [83e606ea0d] to [bf588ddd06].
1 2 3 4 | 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 26 27 28 | + - + - + - - - - - + + + + + - + - + | --[[message 新手教学 ]] Debug.SetAIName("QQ群181175613") |
Modified single/X-LV-29.lua from [ab6810daf7] to [0086e6238f].
1 2 3 4 | 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 26 27 28 29 30 | + - + - + - - - - + + + + - - - + + + | --[[message 新手教学 ]] Debug.SetAIName("QQ群181175613") |
Modified single/X-LV-30.lua from [e19fda5986] to [f703a4fc5f].
︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | + - - + + - + - + - - - - + + + + | 当初,棉花从不知哪个网络小角落找到了一个新局,但他和我都打不出这个解。 这时,有个人也想试试这局,他叫彦。 由于棉花做的局总是差 100 血,我们惯性地以为这个残局和棉花做的局是同样的,都是残局作者故意设计的差血难题。 但彦却提出了一个令我们诧异的结论——这局无解。 我对彦的结论将信将疑,以为仅仅是他半途而废而已,但在我穷举了这个残局的所有操作后,我终于确定了这个残局的确无解——彦是对的。 面对这种情况,我就想在新手教学残局 X-LV 系列的最后一局(X-LV 系列原定的最后一局是 X-LV-30)来重现这种状况,用来记念这件事。 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5) Debug.SetPlayerInfo(0, 8000, 0, 0) Debug.SetPlayerInfo(1, 4000, 0, 0) local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽 |