游戏王残局简化版

Check-in [2c53422d98]
Login

Check-in [2c53422d98]

Overview
Comment:0.0.952
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2c53422d9895a213c5737c6ea16c7acd93aacce6fb12cde254b23b796191c26a
User & Date: 顽雨沉风 on 2023-07-08 11:48:11
Other Links: manifest | tags
Context
2023-07-08
11:51
0.0.953 check-in: 235872b669 user: 顽雨沉风 tags: trunk
11:48
0.0.952 check-in: 2c53422d98 user: 顽雨沉风 tags: trunk
03:10
0.0.950 check-in: 247cca324f user: 顽雨沉风 tags: trunk
Changes

Modified single/QB072_衍生版_1.lua from [514183eede] to [993b84f632].

1
2
3
4
5





6
7
8
9
10
11
12
--[[message
卡数:7
规则:大师3
]]
--created by puzzle editor





Debug.SetAIName("QB072")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,1100,0,0)
Debug.SetPlayerInfo(1,3000,0,0)

--自己的怪兽区
--对方的怪兽区

<
<

|
>
>
>
>
>







1


2
3
4
5
6
7
8
9
10
11
12
13
14
15
--[[message


]]

--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)


Debug.SetAIName("QB072")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,1100,0,0)
Debug.SetPlayerInfo(1,3000,0,0)

--自己的怪兽区
--对方的怪兽区
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
--对方除外的卡
--自己的卡组
--对方的卡组
--自己的额外

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)








<
<
<
<
<
<
<
|
33
34
35
36
37
38
39







40
--对方除外的卡
--自己的卡组
--对方的卡组
--自己的额外

Debug.ReloadFieldEnd()
aux.BeginPuzzle()







fun["开局说明"]()