游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [088dda8129]:

To Artifact [772d7b1213]:


1

2
3
4
5
6
7
8
str = {}

fun = {}

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

Debug.ReloadFieldBegin = function(str_1, str_2) --{
  str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
  

>







1
2
3
4
5
6
7
8
9
str = {}

fun = {}

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

Debug.ReloadFieldBegin = function(str_1, str_2) --{
  str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
  
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
      --}
    end --}
  else --{
    str["规则"] = "大师2020 "
    end --}
  str["Debug.ReloadFieldBegin"](str_1, str_2)
  end --}

fun["通关邀请"] = function() --{
  effect_1 = Effect.GlobalEffect()
  
  effect_1:SetType(EFFECT_TYPE_FIELD
  + EFFECT_TYPE_CONTINUOUS)
  
  effect_1:SetCode(EVENT_DAMAGE)







<







21
22
23
24
25
26
27

28
29
30
31
32
33
34
      --}
    end --}
  else --{
    str["规则"] = "大师2020 "
    end --}
  str["Debug.ReloadFieldBegin"](str_1, str_2)
  end --}

fun["通关邀请"] = function() --{
  effect_1 = Effect.GlobalEffect()
  
  effect_1:SetType(EFFECT_TYPE_FIELD
  + EFFECT_TYPE_CONTINUOUS)
  
  effect_1:SetCode(EVENT_DAMAGE)
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
    Debug.ShowHint("残局群181175613")
    end --}
  effect_1:SetOperation(cache_1)
  
  Duel.RegisterEffect(effect_1
  , 0)
  end --}

fun["是否效果卡"] = function(card) --{
  cache_1 = Card.IsType(card, TYPE_SPELL)
  
  cache_2 = Card.IsType(card, TYPE_TRAP)
  
  cache_3 = Card.IsType(card, TYPE_EFFECT)
  







<







53
54
55
56
57
58
59

60
61
62
63
64
65
66
    Debug.ShowHint("残局群181175613")
    end --}
  effect_1:SetOperation(cache_1)
  
  Duel.RegisterEffect(effect_1
  , 0)
  end --}

fun["是否效果卡"] = function(card) --{
  cache_1 = Card.IsType(card, TYPE_SPELL)
  
  cache_2 = Card.IsType(card, TYPE_TRAP)
  
  cache_3 = Card.IsType(card, TYPE_EFFECT)