游戏王残局简化版

Check-in [a7680cb34c]
Login

Check-in [a7680cb34c]

Overview
Comment:0.0.1119
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a7680cb34c1a74e9d95e00c8e86e04ac7489d1c566d924567261bb5e63fd97ee
User & Date: 顽雨沉风 on 2023-07-10 16:21:35
Other Links: manifest | tags
Context
2023-07-10
16:24
0.0.1120 check-in: 70234f4d83 user: 顽雨沉风 tags: trunk
16:21
0.0.1119 check-in: a7680cb34c user: 顽雨沉风 tags: trunk
16:17
0.0.1118 check-in: 7981bd85fe user: 顽雨沉风 tags: trunk
Changes

Modified single/[WCS2006]01_ankokukai.lua from [75a3833f3e] to [3f4d56ab29].

1
2
3
4



5
6
7
8
9
10
11
1


2
3
4
5
6
7
8
9
10
11
12

-
-

+
+
+







--[[message
卡数:7
规则:大师3
]]
--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.SetAIName("[WCS2006]01_ankokukai")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)

Debug.SetPlayerInfo(0,600,0,0)
Debug.SetPlayerInfo(1,7000,0,0)

Debug.AddCard(07459013,0,0,LOCATION_DECK,0,POS_FACEDOWN)
21
22
23
24
25
26
27
28

29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
22
23
24
25
26
27
28

29

30














31









-
+
-

-
-
-
-
-
-
-
-
-
-
-
-
-
-

-
-
Debug.AddCard(89631139,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK)

Debug.AddCard(41142615,0,0,LOCATION_SZONE,2,POS_FACEDOWN)

Debug.ReloadFieldEnd()
--~ Debug.ShowHint("1回合內取得勝利")
aux.BeginPuzzle()

fun["开局说明"]()
local cache1

local e999
e999=Effect.GlobalEffect()
e999:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e999:SetCode(EVENT_DAMAGE)
function cache1(e,tp,eg,ep,ev,re,r,rp)
  return Duel.GetLP(1)<=0
  end
e999:SetCondition(cache1)
function cache1(e,tp,eg,ep,ev,re,r,rp)
  Debug.ShowHint("残局群181175613")
  return
  end
e999:SetOperation(cache1)
Duel.RegisterEffect(e999,0)