游戏王残局简化版

Check-in [75c2411df9]
Login

Check-in [75c2411df9]

Overview
Comment:0.0.785
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 75c2411df92a46eb160cd03445b4d993ef8f42cc450fc4d14b89a02b58bf3f3e
User & Date: 顽雨沉风 on 2023-07-07 01:53:40
Other Links: manifest | tags
Context
2023-07-07
01:57
0.0.786 check-in: 154c9af8fd user: 顽雨沉风 tags: trunk
01:53
0.0.785 check-in: 75c2411df9 user: 顽雨沉风 tags: trunk
01:46
0.0.784 check-in: 2e8f785d83 user: 顽雨沉风 tags: trunk
Changes

Modified single/MH-20230405_衍生版_1.lua from [20dcd25dce] to [d26e0a7f67].

1
2
3
4
5





6
7
8
9
10
11
12
1


2

3
4
5
6
7
8
9
10
11
12
13
14

-
-

-
+
+
+
+
+







--[[message
卡数:15
规则:新大师
]]
--created by puzzle editor

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

Debug.SetAIName("棉花")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,14200,0,0)

--自己的怪兽区
--对方的怪兽区
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55

56
57
58
59
60

61
42
43
44
45
46
47
48





49
50
51

52





53








-
-
-
-
-



-
+
-
-
-
-
-
+
-
--对方的卡组
--自己的额外
Debug.AddCard(38026562,0,0,LOCATION_EXTRA,0,POS_FACEDOWN_ATTACK) --超化合兽 甲醇双面兽
Debug.AddCard(68300121,0,0,LOCATION_EXTRA,0,POS_FACEDOWN_ATTACK) --魔键凭灵-威沛图
Debug.AddCard(27381364,0,0,LOCATION_EXTRA,0,POS_FACEDOWN_ATTACK) --卫星闪灵·淘气精灵
Debug.AddCard(64463828,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) --超合魔兽 拉普提诺斯

local e1=Effect.GlobalEffect()
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_USE_EXTRA_MZONE)
e1:SetValue(1)
Duel.RegisterEffect(e1,0)

Debug.ReloadFieldEnd()
aux.BeginPuzzle()
local e999=Effect.GlobalEffect()
fun["禁格"](1)
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)
fun["开说明"]()
Duel.RegisterEffect(e999,0)