Overview
Comment: | 0.0.1075 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0af4539c7f1bf337dfd5ff5e2a8d4bc0 |
User & Date: | 顽雨沉风 on 2023-07-10 09:49:57 |
Other Links: | manifest | tags |
Context
2023-07-10
| ||
09:50 | 0.0.1076 check-in: d3540ff36a user: 顽雨沉风 tags: trunk | |
09:49 | 0.0.1075 check-in: 0af4539c7f user: 顽雨沉风 tags: trunk | |
09:49 | 0.0.1074 check-in: a1b1881b6e user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-28.lua from [adf66687dc] to [4298c93535].
1 | --[[message | < | > > > < < < < < | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | --[[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,1400,0,0) Debug.AddCard(17441953,0,0,LOCATION_HAND,0,POS_FACEDOWN) local g01=Debug.AddCard(17441953,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) local m01=Debug.AddCard(35480699,0,0,LOCATION_SZONE,1,POS_FACEDOWN) --~ local m02=Debug.AddCard(41587307,0,0,LOCATION_SZONE,2,POS_FACEDOWN) local m03=Debug.AddCard(58531587,0,0,LOCATION_SZONE,3,POS_FACEDOWN) local m11=Debug.AddCard(23626223,1,1,LOCATION_SZONE,3,POS_FACEDOWN) local m12=Debug.AddCard(3129635,1,1,LOCATION_SZONE,2,POS_FACEDOWN) local m13=Debug.AddCard(49514333,1,1,LOCATION_SZONE,1,POS_FACEDOWN) Debug.AddCard(24903843,1,1,LOCATION_GRAVE,0,POS_FACEUP)Debug.ReloadFieldEnd() aux.BeginPuzzle() fun["开局说明"]() |