Overview
| Comment: | 0.0.1807 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
a696849afeb2be8372c53b734f92b54b |
| User & Date: | 顽雨沉风 on 2023-07-19 07:42:08.058 |
| Other Links: | manifest | tags |
Context
|
2023-07-19
| ||
| 07:46 | 0.0.1808 check-in: 67f222657d user: 顽雨沉风 tags: trunk | |
| 07:42 | 0.0.1807 check-in: a696849afe user: 顽雨沉风 tags: trunk | |
| 07:32 | 0.0.1806 check-in: 8e2903ce22 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/constant.txt
from [f076330bce]
to [bd246fbb4a].
| ︙ |
Modified single/04.Destructive Draw.lua
from [a1cdb535d5]
to [0e66191bd9].
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | - + |
--[[message
步向破灭的抽卡
]]
--puzzle1
Debug.SetAIName("四妹")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,10000,0,0)
Debug.AddCard(41788781,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(96930127,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(90508760,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(52346240,0,0,LOCATION_HAND,0,POS_FACEDOWN)
|
| ︙ |