Overview
| Comment: | 0.0.2530 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
7e9d60c591d485c83053e508db685b5f |
| User & Date: | 顽雨沉风 on 2023-09-05 10:49:44.435 |
| Other Links: | manifest | tags |
Context
|
2023-09-09
| ||
| 02:08 | 0.0.2531 check-in: dee956635c user: 顽雨沉风 tags: trunk | |
|
2023-09-05
| ||
| 10:49 | 0.0.2530 check-in: 7e9d60c591 user: 顽雨沉风 tags: trunk | |
| 10:47 | 0.0.2529 check-in: 2ee5f12f13 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/13.Archfiend Fusion_衍生版_1.lua
from [84d4607ed9]
to [f5f18d8b39].
1 2 3 4 5 6 7 8 |
--[[message
恶魔融合
]]
--puzzle1
Debug.SetAIName("四妹")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,100,0,0)
| | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
--[[message
恶魔融合
]]
--puzzle1
Debug.SetAIName("四妹")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,17100,0,0)
--~ Debug.AddCard(63883999,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(28423537,0,0,LOCATION_DECK,0,POS_FACEDOWN)
--~ Debug.AddCard(31766317,0,0,LOCATION_DECK,0,POS_FACEDOWN)
--~ Debug.AddCard(50287060,0,0,LOCATION_DECK,0,POS_FACEDOWN)
--~ Debug.AddCard(92039899,0,0,LOCATION_DECK,0,POS_FACEDOWN)
--~ Debug.AddCard(94283662,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(50259460,0,0,LOCATION_DECK,0,POS_FACEDOWN)
|
| ︙ | ︙ |