Overview
Comment: | 0.0.968 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
eefec3877e3a1cb7a1652d900cb0ab91 |
User & Date: | 顽雨沉风 on 2023-07-08 15:41:35 |
Other Links: | manifest | tags |
Context
2023-07-08
| ||
15:43 | 0.0.969 check-in: 10862e71f2 user: 顽雨沉风 tags: trunk | |
15:41 | 0.0.968 check-in: eefec3877e user: 顽雨沉风 tags: trunk | |
15:40 | 0.0.967 check-in: addedf804f user: 顽雨沉风 tags: trunk | |
Changes
Modified single/sample7.lua from [8cc45e7841] to [59483b273b].
1 2 3 4 5 6 7 8 9 10 11 | --[[message 连接召唤入门 ]] --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("sample7") | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | --[[message 连接召唤入门 ]] --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("sample7") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,3000,0,0) Debug.AddCard(81275020,0,0,LOCATION_HAND,0,POS_FACEDOWN) --陀螺 Debug.AddCard(645087,0,0,LOCATION_HAND,0,POS_FACEDOWN) --工具 Debug.AddCard(50185950,0,0,LOCATION_GRAVE,0,POS_FACEUP_ATTACK) --栗子球 |
︙ | ︙ |