游戏王残局简化版

Check-in [6075e43ac8]
Login

Check-in [6075e43ac8]

Overview
Comment:0.0.763
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6075e43ac896cec5e481d339e0137a059668b54e0fad64d15274c19dc347f0f1
User & Date: 顽雨沉风 on 2023-07-06 13:39:52
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
2
3
4
5
6




7
8
9
10
11
12
13
--[[message
卡数:44
规则:大师3
Ultimately, you know that a deck was OP if it was significantly weakened by an emergency banlist after roughly one month.
]]





-- 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()

<
<



>
>
>
>







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
97
98
99
100
101
102
103
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()
local e999=Effect.GlobalEffect()
e999:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e999:SetCode(EVENT_DAMAGE)
e999:SetCondition(function(e,tp,eg,ep,ev,re,r,rp) return Duel.GetLP(1)<=0 end)
e999:SetOperation(function(e,tp,eg,ep,ev,re,r,rp)
Debug.ShowHint("残群181175613") end)
Duel.RegisterEffect(e999,0)







<
<
<
<
<
|
<
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["开说明"]()