Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
7079197ed4fade625d24b4387e1fd526 |
| User & Date: | 顽雨沉风 on 2024-08-07 00:58:25.694 |
| Other Links: | manifest | tags |
Context
|
2024-08-07
| ||
| 00:59 | 0 check-in: 4ea10a54d5 user: 顽雨沉风 tags: trunk | |
| 00:58 | 0 check-in: 7079197ed4 user: 顽雨沉风 tags: trunk | |
| 00:58 | 0 check-in: 8a71e8eac1 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_30_020_3.lua
from [db44ce5ece]
to [dbeb9c7cd1].
1 2 3 4 5 |
--[[message
#Amazoness Wall
]]
Debug.SetAIName("QQ群181175613")
| | | 1 2 3 4 5 6 7 8 9 10 11 12 13 |
--[[message
#Amazoness Wall
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 1100, 0, 0)
Debug.SetPlayerInfo(1, 8500, 0, 0)
local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽
Debug.AddCard(31178212, 0, 0, k1, 1, k2, true)
Debug.AddCard(42566602, 0, 0, k1, 2, k2, true)
Debug.AddCard(80495985, 1, 1, k1, 0, k2, true)
|
| ︙ | ︙ |