游戏王残局简化版

Check-in [bf6cc894c2]
Login

Check-in [bf6cc894c2]

Overview
Comment:0.0.478
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bf6cc894c2f11d5b473f3bddd23ab12173ab8d720f1e771e71bd8dac7d835883
User & Date: 顽雨沉风 on 2023-06-30 04:35:04
Other Links: manifest | tags
Context
2023-06-30
04:38
0.0.479 check-in: 935340b0b8 user: 顽雨沉风 tags: trunk
04:35
0.0.478 check-in: bf6cc894c2 user: 顽雨沉风 tags: trunk
04:32
0.0.477 check-in: 2ed229a931 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [a4784fec2c] to [6726d486c5].

1
2
3
4
5
6
7
8
9
10


11
12
13
14
15
16
17
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19










+
+







local str = {}
local fun = {}

local cache_1
local cache_2
local cache_3

str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin

Debug.ReloadFieldBegin = function(str_1, str_2)


  str["Debug.ReloadFieldBegin"](str_1, str_2)
  end



_G["通关邀请"] = function()
  local effect_1
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
38
39
40
41
42
43
44



45
46
47
48
49
50
51







-
-
-







  effect_1:SetOperation(cache_1)

  Duel.RegisterEffect(effect_1
    , 0)
  end

fun["是否效果卡"] = function(card)
  local cache_1
  local cache_2
  local cache_3

  cache_1 = Card.IsType(card, TYPE_SPELL)
  cache_2 = Card.IsType(card, TYPE_TRAP)
  cache_3 = Card.IsType(card, TYPE_EFFECT)

  if cache_1
  or cache_2