Overview
Comment: | 0.0.562 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4e950cc0f31b81815305202fc7f65e9d |
User & Date: | 顽雨沉风 on 2023-07-01 15:08:26 |
Other Links: | manifest | tags |
Context
2023-07-01
| ||
15:08 | 0.0.563 check-in: 231b431235 user: 顽雨沉风 tags: trunk | |
15:08 | 0.0.562 check-in: 4e950cc0f3 user: 顽雨沉风 tags: trunk | |
15:07 | 0.0.561 check-in: cc848f7db7 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/07.Constellar vs Evilswarm.lua from [b968d35bed] to [baa68f8051].
1 2 3 4 5 6 7 8 9 10 | --[[message 星圣vs入魔 ]] --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("四妹") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,3250,0,0) | > | 1 2 3 4 5 6 7 8 9 10 11 | --[[message 星圣vs入魔 ]] --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("四妹") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,3250,0,0) |
︙ | ︙ | |||
25 26 27 28 29 30 31 | Debug.AddCard(37926346,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK,true) Debug.AddCard(77542832,1,1,LOCATION_MZONE,3,POS_FACEUP) Debug.ReloadFieldEnd() aux.BeginPuzzle() | | | 26 27 28 29 30 31 32 33 34 | Debug.AddCard(37926346,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK,true) Debug.AddCard(77542832,1,1,LOCATION_MZONE,3,POS_FACEUP) Debug.ReloadFieldEnd() aux.BeginPuzzle() --~ 必须位于残局文件底部 fun["开局添加手卡"](0) |