游戏王残局简化版

Check-in [4c094022ec]
Login

Check-in [4c094022ec]

Overview
Comment:0.0.764
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4c094022ec67783ba805e2f05d12d79aa3e3e9f3c26756f45c561ac2e4862490
User & Date: 顽雨沉风 on 2023-07-06 13:41:27
Other Links: manifest | tags
Context
2023-07-06
14:57
0.0.766 check-in: 8fb2c5259c user: 顽雨沉风 tags: trunk
13:41
0.0.764 check-in: 4c094022ec user: 顽雨沉风 tags: trunk
13:39
0.0.763 check-in: 6075e43ac8 user: 顽雨沉风 tags: trunk
Changes

Modified single/Furtie_Hubo_15_PePe.lua from [1af936ca47] to [9200e7d002].

8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

-- 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()
e0:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e0:SetCode(EVENT_ADJUST)
e0:SetCountLimit(1)
e0:SetCondition(function(e,tp,eg,ep,ev,re,r,rp) return Duel.GetLP(0)>0 end)
e0:SetOperation(function(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.SelectMatchingCard(tp,Card.IsAbleToHand,tp,LOCATION_DECK,0,6,6,nil)
if g:GetCount()>0 then
  Duel.SendtoHand(g,nil,REASON_RULE)
end end)
Duel.RegisterEffect(e0,0)

-- Furtie_Hubo's Hand
Debug.AddCard(18964575,1,1,LOCATION_HAND,0,POS_FACEUP) -- Swift Scarecrow

-- Furtie_Hubo's Field
Debug.AddCard(65957473,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) -- Ehther the Heavenly Monarch
Debug.AddCard(65957473,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) -- Ehther the Heavenly Monarch
Debug.AddCard(65957473,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) -- Ehther the Heavenly Monarch







<
<
<
<
<
<
<
<
<
<
<
<







8
9
10
11
12
13
14












15
16
17
18
19
20
21

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













-- Furtie_Hubo's Hand
Debug.AddCard(18964575,1,1,LOCATION_HAND,0,POS_FACEUP) -- Swift Scarecrow

-- Furtie_Hubo's Field
Debug.AddCard(65957473,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) -- Ehther the Heavenly Monarch
Debug.AddCard(65957473,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) -- Ehther the Heavenly Monarch
Debug.AddCard(65957473,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) -- Ehther the Heavenly Monarch
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["开局说明"]()







|
80
81
82
83
84
85
86
87
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["开局添加手卡"](6)