游戏王残局简化版

Check-in [67619c9f1a]
Login

Check-in [67619c9f1a]

Overview
Comment:0.0.804
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 67619c9f1a6966399355f102bac4e1cd02b8b611ed35dfa5bec3cb403aa91922
User & Date: 顽雨沉风 on 2023-07-07 05:18:15
Other Links: manifest | tags
Context
2023-07-07
05:22
0.0.805 check-in: 1ac810703b user: 顽雨沉风 tags: trunk
05:18
0.0.804 check-in: 67619c9f1a user: 顽雨沉风 tags: trunk
05:12
0.0.803 check-in: 793f3ee99e user: 顽雨沉风 tags: trunk
Changes

Modified single/Naim_MathMech.lua from [e15f49fac4] to [3ee1579116].

1
2
3
4
5





6
7
8
9
10
11
12
--[[message
卡数:10
规则:大师2020
你会加减乘除吗?
]]






Debug.SetAIName("Naim")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,1000,0,0)
Debug.SetPlayerInfo(1,22500,0,0)

--Main Deck

<
<


>
>
>
>
>







1


2
3
4
5
6
7
8
9
10
11
12
13
14
15
--[[message


你会加减乘除吗?
]]

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


Debug.SetAIName("Naim")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,1000,0,0)
Debug.SetPlayerInfo(1,22500,0,0)

--Main Deck
27
28
29
30
31
32
33
34
35
36
37
38
39
40
--Hand
--Monster Zones
Debug.AddCard(23995346,1,1,LOCATION_MZONE,3,1,true)
Debug.AddCard(23995346,1,1,LOCATION_MZONE,4,1,true)

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)
Duel.RegisterEffect(e999,0)







|
|
<
<
<
|
<
30
31
32
33
34
35
36
37
38



39

--Hand
--Monster Zones
Debug.AddCard(23995346,1,1,LOCATION_MZONE,3,1,true)
Debug.AddCard(23995346,1,1,LOCATION_MZONE,4,1,true)

Debug.ReloadFieldEnd()
aux.BeginPuzzle()





fun["开说明"]()