游戏王残局简化版

Check-in [2e8f785d83]
Login

Check-in [2e8f785d83]

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

Modified single/MH-20230405.lua from [336eafbe49] to [f4c527742d].

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
卡数:24
规则:新大师
]]
--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)

--自己的怪兽区
--对方的怪兽区
50
51
52
53
54
55
56
57
58
59
60

61
62

63
64
65
66
67
68
69
52
53
54
55
56
57
58




59


60














-
-
-
-
+
-
-
+
-
-
-
-
-
-
-
Debug.AddCard(59934749,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_EXTRA,0,POS_FACEDOWN_ATTACK) --超合魔兽 拉普提诺斯

Debug.ReloadFieldEnd()
aux.BeginPuzzle()

local e1=Effect.GlobalEffect()
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_USE_EXTRA_MZONE)
e1:SetValue(1)
fun["禁格"](1)
Duel.RegisterEffect(e1,0)

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