Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
6e2ed3b4c47c1965d859db3f8f9413d7 |
| User & Date: | 顽雨沉风 on 2024-07-25 09:05:19.060 |
| Other Links: | manifest | tags |
Context
|
2024-07-25
| ||
| 11:57 | 0 check-in: 1f12f7092c user: 顽雨沉风 tags: trunk | |
| 09:05 | 0 check-in: 6e2ed3b4c4 user: 顽雨沉风 tags: trunk | |
| 07:51 | 0 check-in: c8affac866 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_40_031_1.lua
from [c4d62380cb]
to [3beca1d8dc].
1 2 3 4 5 6 |
--[[message
#地狱秘旋谍
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE, 4)
| | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
--[[message
#地狱秘旋谍
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE, 4)
Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 44800, 0, 0)
local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽
Debug.AddCard(72291078, 0, 0, k1, 2, k2)
Debug.AddCard(896311391, 0, 0, k1, 6, k2)
Debug.AddCard(72402069, 1, 1, k1, 0, k2)
Debug.AddCard(84569886, 1, 1, k1, 4, k2)
|
| ︙ | ︙ |