游戏王残局简化版

Check-in [b166812099]
Login

Check-in [b166812099]

Overview
Comment:0.0.1165
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b16681209921668fee91b4bc1871c76588f12804b9b29d9fa800cec9a6e256f5
User & Date: 顽雨沉风 on 2023-07-11 06:38:14
Other Links: manifest | tags
Context
2023-07-11
06:39
0.0.1166 check-in: 263e2172f9 user: 顽雨沉风 tags: trunk
06:38
0.0.1165 check-in: b166812099 user: 顽雨沉风 tags: trunk
06:37
0.0.1164 check-in: ac336880d2 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [3c0ffd5bde] to [6e2751e5bc].

212
213
214
215
216
217
218



219
220
fun["全部回到卡组"] = function
  effect_1 = Effect.GlobalEffect()
  
  effect_1:SetType(EFFECT_TYPE_FIELD
  + EFFECT_TYPE_CONTINUOUS)
  
  effect_1:SetCode(EVENT_ADJUST)



  
  end







>
>
>


212
213
214
215
216
217
218
219
220
221
222
223
fun["全部回到卡组"] = function
  effect_1 = Effect.GlobalEffect()
  
  effect_1:SetType(EFFECT_TYPE_FIELD
  + EFFECT_TYPE_CONTINUOUS)
  
  effect_1:SetCode(EVENT_ADJUST)
  
  cache_1 = function
    end
  
  end