游戏王残局简化版

Check-in [1b3908e962]
Login

Check-in [1b3908e962]

Overview
Comment:0.0.801
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1b3908e962f95c56af6aae8859e45ea5b27f99e3ad8787e3c679fedebb98b391
User & Date: 顽雨沉风 on 2023-07-07 05:11:28
Other Links: manifest | tags
Context
2023-07-07
05:12
0.0.802 check-in: 8cc3c134ba user: 顽雨沉风 tags: trunk
05:11
0.0.801 check-in: 1b3908e962 user: 顽雨沉风 tags: trunk
05:10
0.0.800 check-in: a4a02da018 user: 顽雨沉风 tags: trunk
Changes

Modified single/Naim_Lyrilusc.lua from [8bbd709187] to [f41c09e026].

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
Multiple attackers are fun when you can abuse them. Even funnier if they can attack directly.
]]


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


Debug.SetAIName("Naim")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,5)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,14900,0,0)

42
43
44
45
46
47
48
49
50
51
52
53


54
55
56
57
58
59

44
45
46
47
48
49
50


51


52
53






54







-
-

-
-
+
+
-
-
-
-
-
-
+

--opponent's
Debug.AddCard(46986414,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)		--Legendary Fisherman III

--Insert any message here
--insert additional message here
Debug.ReloadFieldEnd()

Debug.ShowHint("从卡组中选择两张卡加入手卡!")
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)
--~ Debug.ShowHint("Win this turn!")
fun["开局添加手卡"](4)