Overview
| Comment: | 0.0.776 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
bd5d7ca5ea45c7d08aee9172c7999a30 |
| User & Date: | 顽雨沉风 on 2023-07-06 15:48:55.589 |
| Other Links: | manifest | tags |
Context
|
2023-07-06
| ||
| 15:51 | 0.0.777 check-in: 487a8c0a16 user: 顽雨沉风 tags: trunk | |
| 15:48 | 0.0.776 check-in: bd5d7ca5ea user: 顽雨沉风 tags: trunk | |
| 15:37 | 0.0.775 check-in: cdfaf86572 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/MH-20210116.lua
from [43be7104f0]
to [373f23a3f4].
1 | --[[message | < < | > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
--[[message
]]
--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.SetAIName("棉花")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,16200,0,0)
Debug.SetPlayerInfo(1,16200,0,0)
--自己的怪兽区
Debug.AddCard(29071332,0,0,LOCATION_MZONE,4,POS_FACEUP_ATTACK) --武器手套
|
| ︙ | ︙ | |||
30 31 32 33 34 35 36 | --对方除外的卡 --自己的卡组 --对方的卡组 --自己的额外 Debug.ReloadFieldEnd() aux.BeginPuzzle() | | < < < < | < | 32 33 34 35 36 37 38 39 40 | --对方除外的卡 --自己的卡组 --对方的卡组 --自己的额外 Debug.ReloadFieldEnd() aux.BeginPuzzle() fun["开局说明"]() |