Overview
| Comment: | 0.0.763 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
6075e43ac896cec5e481d339e0137a05 |
| User & Date: | 顽雨沉风 on 2023-07-06 13:39:52.166 |
| Other Links: | manifest | tags |
Context
|
2023-07-06
| ||
| 13:41 | 0.0.764 check-in: 4c094022ec user: 顽雨沉风 tags: trunk | |
| 13:39 | 0.0.763 check-in: 6075e43ac8 user: 顽雨沉风 tags: trunk | |
| 13:29 | 0.0.762 check-in: 7a0c9a98f2 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/Furtie_Hubo_15_PePe.lua
from [2ff57f9855]
to [1af936ca47].
1 | --[[message | < < > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
--[[message
Ultimately, you know that a deck was OP if it was significantly weakened by an emergency banlist after roughly one month.
]]
--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
-- PePe
Debug.SetAIName("Furtie_Hubo")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_PSEUDO_SHUFFLE+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,8000,0,0)
Debug.SetPlayerInfo(1,20850,0,0)
local e0=Effect.GlobalEffect()
|
| ︙ | ︙ | |||
90 91 92 93 94 95 96 | Debug.AddCard(75195825,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Master Pendulum, the Dracoslayer Debug.AddCard(31222701,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Wavering Eyes -- Start the Puzzle Debug.ReloadFieldEnd() aux.BeginPuzzle() | < < < < < | < | 92 93 94 95 96 97 98 99 | Debug.AddCard(75195825,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Master Pendulum, the Dracoslayer Debug.AddCard(31222701,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Wavering Eyes -- Start the Puzzle Debug.ReloadFieldEnd() aux.BeginPuzzle() fun["开局说明"]() |