Overview
| Comment: | 0.0.2716 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
1e3a193bb436593df3bfa28a803cbf32 |
| User & Date: | 顽雨沉风 on 2023-10-12 10:59:54.031 |
| Other Links: | manifest | tags |
Context
|
2023-10-12
| ||
| 11:12 | 0.0.2717 check-in: 035e1a57a0 user: 顽雨沉风 tags: trunk | |
| 10:59 | 0.0.2716 check-in: 1e3a193bb4 user: 顽雨沉风 tags: trunk | |
| 10:59 | 0.0.2715 check-in: e9282c8b8b user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-54.lua
from [06b376456f]
to [f81f1b3164].
1 2 3 4 5 6 7 8 9 |
--[[message
龙兽交锋
]]
Debug.SetAIName("X-LV-54")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
--6400
| | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
--[[message
龙兽交锋
]]
Debug.SetAIName("X-LV-54")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
--6400
Debug.SetPlayerInfo(0,30000,0,0)
Debug.SetPlayerInfo(1,30000,0,0)
-----------------
Debug.AddCard(36668118,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(28279543,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(21615956,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(5969957,0,0,LOCATION_DECK,0,POS_FACEDOWN)
|
| ︙ | ︙ |