游戏王残局简化版

Check-in [dfd5884d76]
Login

Check-in [dfd5884d76]

Overview
Comment:0.0.144
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: dfd5884d765df847336b67d9c631cdd92464c94ac62240ee93d996bceabc9290
User & Date: 顽雨沉风 on 2023-05-31 03:12:12
Other Links: manifest | tags
Context
2023-05-31
03:13
0.0.145 check-in: 295b2babd6 user: 顽雨沉风 tags: trunk
03:12
0.0.144 check-in: dfd5884d76 user: 顽雨沉风 tags: trunk
2023-05-30
15:36
0.0.143 check-in: 7362e2bca8 user: 顽雨沉风 tags: trunk
Changes

Added 残局函数库.lua version [8fec677f4e].

































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--[[message
警告:不是残局!!!
打不开!!!
打不开!!!
打不开!!!
]]

local str = {}
local fun = {}

local cache1

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



Deleted 残局函数库.md version [005c88c0dd].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--[[message
警告:不是残局!!!
打不开!!!
打不开!!!
打不开!!!
]]

local str = {}
local fun = {}

local cache1

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



<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<