游戏王残局简化版

Check-in [4f763a9b61]
Login

Check-in [4f763a9b61]

Overview
Comment:
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4f763a9b61027f122d037ca5631083be12d5e57f23a2b2b8e45ba2cf8b082fb3
User & Date: 顽雨沉风 on 2024-02-28 08:39:28.972
Other Links: manifest | tags
Context
2024-02-28
08:41
check-in: 484486691d user: 顽雨沉风 tags: trunk
08:39
check-in: 4f763a9b61 user: 顽雨沉风 tags: trunk
08:37
check-in: 25dec624a1 user: 顽雨沉风 tags: trunk
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--Created using senpaizuri's Puzzle Maker (updated by Naim & Larry126)
--Partially rewritten by edo9300

--[[message
察局:2024-02-28
简语:Help Exodia obliterate the opponent's field!
]]

Debug.SetAIName("RashFaustinho_a01.lua")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,1000,0,0)
Debug.SetPlayerInfo(1,4000,0,0)

--Main Deck (yours)
Debug.AddCard(38033121,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(80161395,0,0,LOCATION_DECK,0,POS_FACEDOWN)








|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--Created using senpaizuri's Puzzle Maker (updated by Naim & Larry126)
--Partially rewritten by edo9300

--[[message
察局:2024-02-28
简语:Help Exodia obliterate the opponent's field!
]]

Debug.SetAIName("RashFaustinho_a01")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,1000,0,0)
Debug.SetPlayerInfo(1,4000,0,0)

--Main Deck (yours)
Debug.AddCard(38033121,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(80161395,0,0,LOCATION_DECK,0,POS_FACEDOWN)