Overview
| Comment: | (/ω\) |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
c326c0d55efbdfc55202934bcf8c66e0 |
| User & Date: | 顽雨沉风 on 2024-01-21 03:56:51.212 |
| Other Links: | manifest | tags |
Context
|
2024-01-21
| ||
| 03:58 | (/ω\) check-in: e995883d9b user: 顽雨沉风 tags: trunk | |
| 03:56 | (/ω\) check-in: c326c0d55e user: 顽雨沉风 tags: trunk | |
| 03:45 | (/ω\) check-in: ce0efb1a30 user: 顽雨沉风 tags: trunk | |
Changes
Added single/3_4_[WCS2006]_亚马逊.lua version [46fb930b0b].
Modified single/[WCS2006]04_cannon.lua
from [9ae405a767]
to [46fb930b0b].
1 2 3 4 |
--[[message
]]
Debug.SetAIName("[WCS2006]04_cannon")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
| > > < < < < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
--[[message
查局:
旧名:[WCS2006]04_cannon
]]
Debug.SetAIName("[WCS2006]04_cannon")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,2000,0,0)
Debug.SetPlayerInfo(1,2500,0,0)
Debug.AddCard(40640057,1,1,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(11384280,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK)
Debug.AddCard(29654737,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
Debug.AddCard(86281779,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
Debug.AddCard(40703222,0,0,LOCATION_SZONE,2,POS_FACEDOWN)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()
|