Overview
Comment: | 0.0.1065 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ffac580ba41a46097591451a863ce97f |
User & Date: | 顽雨沉风 on 2023-07-10 09:27:17 |
Other Links: | manifest | tags |
Context
2023-07-10
| ||
09:29 | 0.0.1066 check-in: 8c1165276b user: 顽雨沉风 tags: trunk | |
09:27 | 0.0.1065 check-in: ffac580ba4 user: 顽雨沉风 tags: trunk | |
09:24 | 0.0.1064 check-in: 781fb47272 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-23.lua from [7027d84ec7] to [92a89f6caa].
1 | --[[message | < | > > > < < < < < | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | --[[message 新手教学 ]] --By OURYGO-YGO EZ manager --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("顽雨沉风") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,1000,0,0) local g01=Debug.AddCard(24137081,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) local g02=Debug.AddCard(24137081,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) local g12=Debug.AddCard(89631139,1,1,LOCATION_MZONE,2,POS_FACEUP_DEFENSE) local g11=Debug.AddCard(80825553,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) local m01=Debug.AddCard(76721030,0,0,LOCATION_SZONE,1,POS_FACEDOWN) local m02=Debug.AddCard(58531587,0,0,LOCATION_SZONE,2,POS_FACEUP) local m03=Debug.AddCard(11741041,0,0,LOCATION_SZONE,3,POS_FACEUP) Debug.ReloadFieldEnd() aux.BeginPuzzle() fun["开局说明"]() |