Overview
| Comment: | 0.0.1357 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
5130d4b829b3bba5723d77beca5f4209 |
| User & Date: | 顽雨沉风 on 2023-07-15 11:06:34.261 |
| Other Links: | manifest | tags |
Context
|
2023-07-15
| ||
| 11:06 | 0.0.1358 check-in: 8c98aa2992 user: 顽雨沉风 tags: trunk | |
| 11:06 | 0.0.1357 check-in: 5130d4b829 user: 顽雨沉风 tags: trunk | |
| 11:06 | 0.0.1356 check-in: 81d703ca38 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/36.Deskbot Revolution_衍生版_1.lua
from [a26fda9776]
to [52278117b8].
1 2 3 4 5 6 7 8 |
--[[message
]]
Debug.SetAIName("四妹")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,8000,0,0)
Debug.AddCard(60953949,0,0,LOCATION_DECK,0,POS_FACEDOWN)
| > | 1 2 3 4 5 6 7 8 9 |
--[[message
文具人革命
]]
Debug.SetAIName("四妹")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,8000,0,0)
Debug.AddCard(60953949,0,0,LOCATION_DECK,0,POS_FACEDOWN)
|
| ︙ | ︙ |