游戏王残局简化版

Check-in [b1cac72d0a]
Login

Check-in [b1cac72d0a]

Overview
Comment:0.0.1025
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b1cac72d0ad6df24eeb45988f5cb2a7f2a49ae6037e0d9c6e29b2babf14fe37d
User & Date: 顽雨沉风 on 2023-07-09 01:53:53
Other Links: manifest | tags
Context
2023-07-09
02:06
0.0.1027 check-in: e2c3bec93f user: 顽雨沉风 tags: trunk
01:53
0.0.1025 check-in: b1cac72d0a user: 顽雨沉风 tags: trunk
01:53
0.0.1024 check-in: ad50e1ee46 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [ef9c9cab6d] to [519ea34e0c].

158
159
160
161
162
163
164

165
166
167
168
169
170
171
      , REASON_RULE)
    end
  effect_1:SetOperation(cache_1)
  Duel.RegisterEffect(effect_1
    , 0)
  fun["开局说明"]()
  end


fun["禁格"] = function(str_1)
  str["禁格"] = str_1
  effect_1 = Effect.GlobalEffect()
  effect_1:SetType(EFFECT_TYPE_FIELD)
  effect_1:SetCode(EFFECT_USE_EXTRA_MZONE)
  effect_1:SetValue(str_1)







>







158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
      , REASON_RULE)
    end
  effect_1:SetOperation(cache_1)
  Duel.RegisterEffect(effect_1
    , 0)
  fun["开局说明"]()
  end


fun["禁格"] = function(str_1)
  str["禁格"] = str_1
  effect_1 = Effect.GlobalEffect()
  effect_1:SetType(EFFECT_TYPE_FIELD)
  effect_1:SetCode(EFFECT_USE_EXTRA_MZONE)
  effect_1:SetValue(str_1)