游戏王残局简化版

Check-in [5e52ecd559]
Login

Check-in [5e52ecd559]

Overview
Comment:0.0.198
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5e52ecd5597565311713865cff71f818d2eae81b0e6745609afaaae347f2321e
User & Date: 顽雨沉风 on 2023-06-18 05:33:47.276
Other Links: manifest | tags
Context
2023-06-18
05:35
0.0.199 check-in: 7a7efade62 user: 顽雨沉风 tags: trunk
05:33
0.0.198 check-in: 5e52ecd559 user: 顽雨沉风 tags: trunk
05:33
0.0.197 check-in: 03b61fe41b user: 顽雨沉风 tags: trunk
Changes
12
13
14
15
16
17
18
19

20
21
22
23
24
25
26
27
28
29
30
31
32
33
12
13
14
15
16
17
18

19







20
21
22
23
24
25
26







-
+
-
-
-
-
-
-
-








fun["通关邀请"]=function()
  local effect_100
  effect_100 = Effect.GlobalEffect()
  effect_100:SetType(EFFECT_TYPE_FIELD
    + EFFECT_TYPE_CONTINUOUS)
  effect_100:SetCode(EVENT_DAMAGE)
  function cache_1(effect_event
  function cache_1()
    , player_for_activate_the_effect
    , card_gruop_for_effect
    , player_for_effect_event
    , value_for_effect
    , effect_for_trigger
    , reason_for_trigger
    , player_for_trigger)

    cache_1 = Duel.GetLP(1)

    return cache_1 <= 0
    end
  effect_100:SetCondition(cache_1)
  function cache_1()