游戏王残局简化版

Check-in [bd04c9e58f]
Login

Check-in [bd04c9e58f]

Overview
Comment:0.0.365
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bd04c9e58f89e11edae255df63402e30400f558720be6592057298527cd37ade
User & Date: 顽雨沉风 on 2023-06-29 14:00:20.723
Other Links: manifest | tags
Context
2023-06-29
14:01
0.0.366 check-in: 18622d675e user: 顽雨沉风 tags: trunk
14:00
0.0.365 check-in: bd04c9e58f user: 顽雨沉风 tags: trunk
14:00
0.0.364 check-in: 1fecb51d54 user: 顽雨沉风 tags: trunk
Changes
27
28
29
30
31
32
33


34
35
36
37
38
39
40
41

42
43
44
45
46
47
48
27
28
29
30
31
32
33
34
35
36
37
38
39

40
41

42
43
44
45
46
47
48
49







+
+




-


-
+








  Duel.RegisterEffect(effect_1
    , 0)
  end

_G["开局说明"] = function()
  str["这个残局的效果卡数量"] = 0

  str["我方卡组"] = Duel.GetFieldGroupCount(0,LOCATION_DECK,0)
  str["我方墓地"] = Duel.GetFieldGroupCount(0,LOCATION_GRAVE,0)
  str["我方怪兽区"] = Duel.GetFieldGroupCount(0,LOCATION_MZONE,0)
  str["我方手卡"] = Duel.GetFieldGroupCount(0,LOCATION_HAND,0)
  str["我方灵摆区"] = Duel.GetFieldGroupCount(0,LOCATION_PZONE,0)
  str["我方魔陷区"] = Duel.GetFieldGroupCount(0,LOCATION_SZONE,0)
  str["我方除外区"] = Duel.GetFieldGroupCount(0,LOCATION_REMOVED,0)
  str["我方额外卡组"] = Duel.GetFieldGroupCount(0,LOCATION_EXTRA,0)
  str["我方卡组"] = Duel.GetFieldGroupCount(0,LOCATION_DECK,0)
  str["我方魔陷区"] = Duel.GetFieldGroupCount(0,LOCATION_SZONE,0)

  str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["我方怪兽区"]
  str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["我方墓地"]

--~   Debug.ShowHint(str["这个残局的效果卡数量"])
  end