Overview
| Comment: | 0.0.1142 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
b0e527f4f46da7e56e653700890ab1e9 |
| User & Date: | 顽雨沉风 on 2023-07-11 04:01:31.255 |
| Other Links: | manifest | tags |
Context
|
2023-07-11
| ||
| 04:04 | 0.0.1143 check-in: 6626c4425a user: 顽雨沉风 tags: trunk | |
| 04:01 | 0.0.1142 check-in: b0e527f4f4 user: 顽雨沉风 tags: trunk | |
| 04:00 | 0.0.1141 check-in: 1201d54d79 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/[WCS2008]02_衍生版_1.lua
from [82b095851e]
to [a35417915d].
1 2 3 4 5 6 7 8 9 |
--[[message
]]
--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.SetAIName("[WCS2008]02")
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 |
--[[message
]]
--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.SetAIName("[WCS2008]02")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,100,0,0)
|
| ︙ | ︙ |