游戏王残局简化版

Check-in [bac269e35f]
Login

Check-in [bac269e35f]

Overview
Comment:0
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bac269e35f29b18ee1debdfe493e047da05a062fbeff56491dd0fb3a8a5c1fcd
User & Date: 顽雨沉风 on 2024-07-18 09:26:46.524
Other Links: manifest | tags
Context
2024-07-18
09:28
0 check-in: e92253198f user: 顽雨沉风 tags: trunk
09:26
0 check-in: bac269e35f user: 顽雨沉风 tags: trunk
08:49
0 check-in: 198ea9d355 user: 顽雨沉风 tags: trunk
Changes
79
80
81
82
83
84
85

86
87
88
89
90
91
92
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93







+







    local k2
    d["量_从卡组选几张卡加入手卡"] = o1
    k1 = o1
    k2 = Effect.GlobalEffect()
    k2:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS)
    k2:SetCode(EVENT_ADJUST)
    k2:SetCondition(aux.TRUE)
    k2:SetCountLimit(1)
    k2:SetOperation(f["_从卡组选卡加入手卡"])
    Duel.RegisterEffect(k2, 0)
    end
  end
--~ 量_禁用几个我方主要怪兽区域
f["禁用我方主要怪兽区域"] = function(o1)
  --~ 效果