Overview
Comment: | 0.0.2327 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d1e4c274ed2373e217d5045735dcf8a1 |
User & Date: | 顽雨沉风 on 2023-07-29 03:11:54 |
Other Links: | manifest | tags |
Context
2023-07-29
| ||
03:14 | 0.0.2328 check-in: 535bbef799 user: 顽雨沉风 tags: trunk | |
03:11 | 0.0.2327 check-in: d1e4c274ed user: 顽雨沉风 tags: trunk | |
03:11 | 0.0.2326 check-in: 25ee1bf4aa user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-52.lua from [2593b4ec16] to [4fd90871c4].
1 2 3 | --puzzle1 Debug.SetAIName("X-LV-52") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) | | | 1 2 3 4 5 6 7 8 9 10 11 | --puzzle1 Debug.SetAIName("X-LV-52") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,2000,0,0) Debug.SetPlayerInfo(1,20000,0,0) local m1 = Debug.AddCard(85754829,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) local m2 = Debug.AddCard(39581190,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) local m1 = Debug.AddCard(29654737,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) Debug.AddCard(89631139,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.AddCard(89631139,1,1,LOCATION_MZONE,4,POS_FACEUP_ATTACK) |
︙ | ︙ |