游戏王残局简化版

Check-in [246c4a2b79]
Login

Check-in [246c4a2b79]

Overview
Comment:0.0.2490
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 246c4a2b7943a778b7ee69c9a899ba736b5ae3c10fc3342001b569c6e147aff0
User & Date: 顽雨沉风 on 2023-08-20 09:07:12
Other Links: manifest | tags
Context
2023-08-20
09:24
0.0.2491 check-in: 0819d04181 user: 顽雨沉风 tags: trunk
09:07
0.0.2490 check-in: 246c4a2b79 user: 顽雨沉风 tags: trunk
09:07
0.0.2489 check-in: 6c4556658b user: 顽雨沉风 tags: trunk
Changes

Modified single/11.Look!Airplane!.lua from [363f6d8876] to [55f9e415b7].

1
2
3
4
5
6
7
8
9
--[[message
!飞机!
]]

--puzzle1
Debug.SetAIName("四妹")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,11300,0,0)

|







1
2
3
4
5
6
7
8
9
--[[message
飞机
]]

--puzzle1
Debug.SetAIName("四妹")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,11300,0,0)