Differences From Artifact [4eb28bc83f]:
- File script/c0.lua — part of check-in [b047672e79] at 2024-07-18 02:38:39 on branch trunk — 0 (user: 顽雨沉风, size: 6795) [annotate] [blame] [check-ins using]
To Artifact [2562f2b467]:
- File script/c0.lua — part of check-in [bac269e35f] at 2024-07-18 09:26:46 on branch trunk — 0 (user: 顽雨沉风, size: 6820) [annotate] [blame] [check-ins using]
︙ | |||
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) --~ 效果 |
︙ |