游戏王残局简化版

Check-in [64e1ec616c]
Login

Check-in [64e1ec616c]

Overview
Comment:0.0.253
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 64e1ec616ca4e60298c3107d13d65d51711925fc5f05a95be81e7455d5a373a0
User & Date: 顽雨沉风 on 2023-06-26 03:43:24.810
Other Links: manifest | tags
Context
2023-06-26
03:45
0.0.254 check-in: e5eefb24fd user: 顽雨沉风 tags: trunk
03:43
0.0.253 check-in: 64e1ec616c user: 顽雨沉风 tags: trunk
01:06
0.0.252 check-in: 1759c92880 user: 顽雨沉风 tags: trunk
Changes
28
29
30
31
32
33
34

35

36
37
38
39
40
41
42
28
29
30
31
32
33
34
35

36
37
38
39
40
41
42
43







+
-
+







  effect_1:SetOperation(cache_1)
  Duel.RegisterEffect(effect_1
    , 0)
  end

fun["开局添加手卡"] = function(str_1)
  local effect_1
  effect_1 = Effect["GlobalEffect"]()
  effect_1 = Effect.GlobalEffect()
  --~ effect_1 = Effect.GlobalEffect()
  effect_1:SetType(EFFECT_TYPE_FIELD
    + EFFECT_TYPE_CONTINUOUS)
  effect_1:SetCode(EVENT_ADJUST)
  effect_1:SetCountLimit(1)
  function cache_1()
    return true
    end