游戏王残局简化版

Check-in [6c1750fdc6]
Login

Check-in [6c1750fdc6]

Overview
Comment:0.0.2313
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6c1750fdc626994bbbc0ea01ef6608dd0aca9115a1888205667363aed277fd65
User & Date: 顽雨沉风 on 2023-07-29 02:37:53
Other Links: manifest | tags
Context
2023-07-29
02:44
0.0.2314 check-in: 84bd3e17e6 user: 顽雨沉风 tags: trunk
02:37
0.0.2313 check-in: 6c1750fdc6 user: 顽雨沉风 tags: trunk
02:37
0.0.2312 check-in: aa0ea694a9 user: 顽雨沉风 tags: trunk
Changes

Modified single/X-LV-52.lua from [6e83a5061a] to [4c68d5560e].

1
2
3
4
5
6
7
8
9
--puzzle1
Debug.SetAIName("在末法时期呼唤爱_001")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,8000,0,0)
Debug.SetPlayerInfo(1,8000,0,0)

local m1 = Debug.AddCard(85754829,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK)
local m2 = Debug.AddCard(68823957,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK)
Debug.AddCard(29654737,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)

|







1
2
3
4
5
6
7
8
9
--puzzle1
Debug.SetAIName("X-LV-52")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,8000,0,0)
Debug.SetPlayerInfo(1,8000,0,0)

local m1 = Debug.AddCard(85754829,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK)
local m2 = Debug.AddCard(68823957,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK)
Debug.AddCard(29654737,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)