游戏王残局简化版

Check-in [77c4105798]
Login

Check-in [77c4105798]

Overview
Comment:0.0.1221
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 77c41057982b7fff2f3b6f4d45c8634c1f9847c234794a71275c99617b1ba349
User & Date: 顽雨沉风 on 2023-07-11 14:46:33
Other Links: manifest | tags
Context
2023-07-11
14:49
0.0.1222 check-in: 588454a9f9 user: 顽雨沉风 tags: trunk
14:46
0.0.1221 check-in: 77c4105798 user: 顽雨沉风 tags: trunk
14:45
0.0.1220 check-in: b4f59ecb2e user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [87f463569e] to [b666e83f72].

48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
  function cache_1() --{
    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)
if cache_1







<







48
49
50
51
52
53
54

55
56
57
58
59
60
61
  function cache_1() --{
    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)
if cache_1