游戏王残局简化版

Check-in [264925f3bc]
Login

Check-in [264925f3bc]

Overview
Comment:0.0.850
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 264925f3bcdf371b8ea6da1976c9a74204861398164807330fcef661ebe02927
User & Date: 顽雨沉风 on 2023-07-07 11:12:26
Other Links: manifest | tags
Context
2023-07-07
11:12
0.0.851 check-in: 2e3f194829 user: 顽雨沉风 tags: trunk
11:12
0.0.850 check-in: 264925f3bc user: 顽雨沉风 tags: trunk
11:10
0.0.849 check-in: 6f64eab2fd user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [371369c8ec] to [63402620cd].

177
178
179
180
181
182
183



  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)
  Duel.RegisterEffect(effect_1,0)
  end










>
>
>
177
178
179
180
181
182
183
184
185
186
  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)
  Duel.RegisterEffect(effect_1,0)
  end

fun["禁格"] = function(str_1)
  end