游戏王残局简化版

Check-in [173fb0bb9e]
Login

Check-in [173fb0bb9e]

Overview
Comment:0.0.1101
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 173fb0bb9e53e1d0d39639f8a1272a5e99339d7b8091468fc06bcd6a5048337f
User & Date: 顽雨沉风 on 2023-07-10 14:40:55
Other Links: manifest | tags
Context
2023-07-10
14:42
0.0.1102 check-in: 6863002c7a user: 顽雨沉风 tags: trunk
14:40
0.0.1101 check-in: 173fb0bb9e user: 顽雨沉风 tags: trunk
14:39
0.0.1100 check-in: d26371a1f7 user: 顽雨沉风 tags: trunk
Changes

Modified single/X-LV-46.lua from [541ffb20ce] to [7422515fe1].

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
卡数:6
剑圣之技!
规则:新大师
]]
--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,1400,0,0)
Debug.SetPlayerInfo(1,3000,0,0)

--自己的怪兽区
--对方的怪兽区
24
25
26
27
28
29
30
31
32
33
34
35
36

37
26
27
28
29
30
31
32






33








-
-
-
-
-
-
+
-
--自己除外的卡
--对方除外的卡
--自己的卡组
Debug.AddCard(3918345,0,0,LOCATION_DECK,0,POS_FACEDOWN_ATTACK) --凤凰剑圣 基亚·弗里德

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)
fun["开说明"]()
Duel.RegisterEffect(e999,0)