Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
b82c1b6838fe4ac23b61338f8b3a9912 |
| User & Date: | 顽雨沉风 on 2024-08-06 23:56:29.944 |
| Other Links: | manifest | tags |
Context
|
2024-08-06
| ||
| 23:56 | 0 check-in: b8e15b2c81 user: 顽雨沉风 tags: trunk | |
| 23:56 | 0 check-in: b82c1b6838 user: 顽雨沉风 tags: trunk | |
| 23:55 | 0 check-in: f5b7da197f user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_50_020_7.lua
from [b2de7eab63]
to [e17878f476].
1 2 3 4 5 6 7 8 9 10 11 |
--[[message
Help Exodia obliterate the opponent's field!
#RashFaustinho_01_Obliterate
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 1000, 0, 0)
Debug.SetPlayerInfo(1, 4000, 0, 0)
local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽
| | > | < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
--[[message
Help Exodia obliterate the opponent's field!
#RashFaustinho_01_Obliterate
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 1000, 0, 0)
Debug.SetPlayerInfo(1, 4000, 0, 0)
local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽
Debug.AddCard(08124921, 0, 0, k1, 0, k2, true)
Debug.AddCard(70903634, 0, 0, k1, 1, k2, true)
Debug.AddCard(58604027, 0, 0, k1, 2, k2, true)
Debug.AddCard(07902349, 0, 0, k1, 3, k2, true)
Debug.AddCard(44519536, 0, 0, k1, 4, k2, true)
Debug.AddCard(89631139, 1, 1, k1, 1, k2, true)
Debug.AddCard(89631139, 1, 1, k1, 2, k2, true)
Debug.AddCard(89631139, 1, 1, k1, 3, k2, true)
local k1, k2 = LOCATION_SZONE, POS_FACEDOWN--魔陷
local k1, k2 = LOCATION_PZONE, POS_FACEUP--灵摆
local k1, k2 = LOCATION_DECK, POS_FACEDOWN--卡组
Debug.AddCard(38033121, 0, 0, k1, 0, k2)
Debug.AddCard(80161395, 0, 0, k1, 0, k2)
|
| ︙ | ︙ |