Overview
| Comment: | 0.0.1039 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
862d713e23c39ed1c73f42287ea67a83 |
| User & Date: | 顽雨沉风 on 2023-07-09 05:42:29.435 |
| Other Links: | manifest | tags |
Context
|
2023-07-09
| ||
| 05:44 | 0.0.1040 check-in: 513e450002 user: 顽雨沉风 tags: trunk | |
| 05:42 | 0.0.1039 check-in: 862d713e23 user: 顽雨沉风 tags: trunk | |
| 05:40 | 0.0.1038 check-in: 0aa6d20eb9 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-03.lua
from [3f2aa94d2c]
to [53925a2fa8].
1 | --[[message | < < > > > > < < < < < < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
--[[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,1800,0,0)
Debug.AddCard(05183693,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(95638658,0,0,LOCATION_HAND,0,POS_FACEDOWN)
local g02=Debug.AddCard(27288416,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
local g12=Debug.AddCard(89631139,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()
fun["开局说明"]()
Debug.ShowHint
("尝试一下装备卡的用法")
|