游戏王残局简化版

Check-in [5983783ece]
Login

Check-in [5983783ece]

Overview
Comment:0.0.966
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5983783ece3a9851868cea3b2945d8906556e9a5c3c01facfe6c6142dbb0171f
User & Date: 顽雨沉风 on 2023-07-08 15:38:43
Other Links: manifest | tags
Context
2023-07-08
15:40
0.0.967 check-in: addedf804f user: 顽雨沉风 tags: trunk
15:38
0.0.966 check-in: 5983783ece user: 顽雨沉风 tags: trunk
15:35
0.0.965 check-in: da41cafc83 user: 顽雨沉风 tags: trunk
Changes

Modified single/sample6.lua from [23983c7c81] to [1fdf257fce].

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
15
16
17
18

-
-


+
+
+
+
+
+
+
+







--[[message
卡数:1
规则:大师2020
灵摆召唤入门2
]]


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



Debug.SetAIName("sample6")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,2800,0,0)

Debug.AddCard(17390179,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
Debug.AddCard(17390179,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK)
24
25
26
27
28
29
30
31

32
33
34
35
36

37
30
31
32
33
34
35
36

37





38








-
+
-
-
-
-
-
+
-
--~ Debug.AddCard(31305911,1,1,LOCATION_MZONE,3,POS_FACEUP_DEFENCE)

--~ Debug.AddCard(44095762,1,1,LOCATION_SZONE,2,POS_FACEDOWN)

Debug.ReloadFieldEnd()
--~ Debug.ShowHint("GAME START!")
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)