Overview
| Comment: | 0.0.1030 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
118263f0d0eda5471d8a306a042848f0 |
| User & Date: | 顽雨沉风 on 2023-07-09 02:12:18.718 |
| Other Links: | manifest | tags |
Context
|
2023-07-09
| ||
| 05:05 | 0.0.1031 check-in: 263f381828 user: 顽雨沉风 tags: trunk | |
| 02:12 | 0.0.1030 check-in: 118263f0d0 user: 顽雨沉风 tags: trunk | |
| 02:11 | 0.0.1029 check-in: d6ec1f5320 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/sample8_衍生版_1.lua
from [8a8a17b5f2]
to [2c44268792].
1 2 3 4 5 6 7 8 9 10 11 12 |
--[[message
综合残局1
]]
--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.SetAIName("sample8")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
| | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
--[[message
综合残局1
]]
--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.SetAIName("sample8")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,11500,0,0)
Debug.AddCard(15341821,0,0,LOCATION_MZONE,2,POS_FACEUP_DEFENSE)
Debug.AddCard(58932615,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK)
Debug.AddCard(37955049,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK)
Debug.AddCard(87979586,0,0,LOCATION_REMOVED,0,POS_FACEUP_ATTACK)
|
| ︙ | ︙ |