Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
72af93c647360065e64d1efb37b631f2 |
| User & Date: | 顽雨沉风 on 2024-08-07 01:11:05.159 |
| Other Links: | manifest | tags |
Context
|
2024-08-07
| ||
| 01:11 | 0 check-in: 7d485b2c3c user: 顽雨沉风 tags: trunk | |
| 01:11 | 0 check-in: 72af93c647 user: 顽雨沉风 tags: trunk | |
| 01:10 | 0 check-in: 1dac82e2d5 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_30_020_4.lua
from [43b9740a4a]
to [c29137993a].
1 2 3 4 5 6 |
--[[message
#MH-nyanyanya
#棉花
]]
Debug.SetAIName("QQ群181175613")
| | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
--[[message
#MH-nyanyanya
#棉花
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 8000, 0, 0)
Debug.SetPlayerInfo(1, 8120, 0, 0)
local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽
Debug.AddCard(67556500, 0, 0, k1, 2, k2)
Debug.AddCard(6840573, 1, 1, k1, 1, k2)
Debug.AddCard(12146024, 1, 1, k1, 2, k2)
|
| ︙ | ︙ |