Overview
Comment: | 0.0.1641 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f0e544ff2e239a6f48da7d41fe3be7d7 |
User & Date: | 顽雨沉风 on 2023-07-16 01:44:30 |
Other Links: | manifest | tags |
Context
2023-07-16
| ||
01:44 | 0.0.1642 check-in: 407b3a8cbc user: 顽雨沉风 tags: trunk | |
01:44 | 0.0.1641 check-in: f0e544ff2e user: 顽雨沉风 tags: trunk | |
01:44 | 0.0.1640 check-in: a657eceb06 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-17.lua from [260f943f3d] to [1fa2da15dd].
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | - + - - - + - + | --[[message 新手教学 ]] Debug.SetAIName("顽雨沉风") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,4600,0,0) Debug.AddCard(96851799,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) local g02=Debug.AddCard(11066358,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) local g03=Debug.AddCard(91152256,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK) local m02=Debug.AddCard(96383838,0,0,LOCATION_SZONE,2,POS_FACEDOWN) |