Differences From Artifact [71883ed719]:
- File single/X-LV-02.lua — part of check-in [0aa6d20eb9] at 2023-07-09 05:40:57 on branch trunk — 0.0.1038 (user: 顽雨沉风, size: 851) [annotate] [blame] [check-ins using]
To Artifact [f003e4caaa]:
- File single/X-LV-02.lua — part of check-in [6ba75b69a9] at 2023-07-09 05:44:13 on branch trunk — 0.0.1041 (user: 顽雨沉风, size: 864) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 |
--[[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)
| > | 1 2 3 4 5 6 7 8 9 |
--[[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)
|
| ︙ | ︙ |