游戏王残局简化版

Check-in [6f3de2e0f3]
Login

Check-in [6f3de2e0f3]

Overview
Comment:0.0.609
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6f3de2e0f3cb8e721078e26123431b4e5c113f35de9d3725609a89a50a273072
User & Date: 顽雨沉风 on 2023-07-04 16:25:15.709
Other Links: manifest | tags
Context
2023-07-04
16:28
0.0.610 check-in: cc327b2c58 user: 顽雨沉风 tags: trunk
16:25
0.0.609 check-in: 6f3de2e0f3 user: 顽雨沉风 tags: trunk
16:02
0.0.607 check-in: 53bc6e0290 user: 顽雨沉风 tags: trunk
Changes
48
49
50
51
52
53
54
55

56
57
58
59
60


61
62
63
64
65
66
67
48
49
50
51
52
53
54

55
56
57
58


59
60
61
62
63
64
65
66
67







-
+



-
-
+
+







  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)
  cache_4 = Card.IsType(card, TYPE_PENDULUM)
--~   cache_4 = Card.IsType(card, TYPE_PENDULUM)

  if cache_1
  or cache_2
  or cache_3
  or cache_4 then
  or cache_3 then
--~   or cache_4 then
    return true
    end
  return false
  end

fun["开局说明"] = function()
  if str["开局说明吗"] == 1 then