Overview
| Comment: | 0.0.1511 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
642cb19321cbf2f05679236bafe000c8 |
| User & Date: | 顽雨沉风 on 2023-07-16 00:28:01.471 |
| Other Links: | manifest | tags |
Context
|
2023-07-16
| ||
| 00:30 | 0.0.1512 check-in: d1721f832d user: 顽雨沉风 tags: trunk | |
| 00:28 | 0.0.1511 check-in: 642cb19321 user: 顽雨沉风 tags: trunk | |
| 00:25 | 0.0.1510 check-in: 49952ac1ec user: 顽雨沉风 tags: trunk | |
Changes
Modified single/16.Flip Illusions_衍生版_1.lua
from [221fa9840a]
to [715c123d91].
1 2 3 4 5 6 7 8 |
--[[message
]]
--puzzle1
Debug.SetAIName("四妹")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,1000,0,0)
Debug.SetPlayerInfo(1,24300,0,0)
| > | 1 2 3 4 5 6 7 8 9 |
--[[message
反转幻想
]]
--puzzle1
Debug.SetAIName("四妹")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,1000,0,0)
Debug.SetPlayerInfo(1,24300,0,0)
|
| ︙ | ︙ |