Overview
| Comment: | 0.0.2722 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
3b7b4e83a3e9ab88dc651d2ea05879cc |
| User & Date: | 顽雨沉风 on 2023-10-12 11:43:26.397 |
| Other Links: | manifest | tags |
Context
|
2023-10-12
| ||
| 15:56 | 0.0.2724 check-in: 8bfebbb40f user: 顽雨沉风 tags: trunk | |
| 11:43 | 0.0.2722 check-in: 3b7b4e83a3 user: 顽雨沉风 tags: trunk | |
| 11:39 | 0.0.2721 check-in: c7159d75b1 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-54.lua
from [ff1114d619]
to [4a8b3d2ae7].
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,22300,0,0)
Debug.SetPlayerInfo(1,10600,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)
|
| ︙ | ︙ |