游戏王残局简化版

Check-in [1d2d9e0c9e]
Login

Check-in [1d2d9e0c9e]

Overview
Comment:0.0.371
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1d2d9e0c9eeb3065b563b09d24d68eb5905056e48dadbde1c539a4b846926916
User & Date: 顽雨沉风 on 2023-06-29 14:07:00.035
Other Links: manifest | tags
Context
2023-06-29
14:08
0.0.372 check-in: 4af6a7f9c6 user: 顽雨沉风 tags: trunk
14:07
0.0.371 check-in: 1d2d9e0c9e user: 顽雨沉风 tags: trunk
14:03
0.0.370 check-in: ee0dbc3cee user: 顽雨沉风 tags: trunk
Changes
46
47
48
49
50
51
52


















53
54
55
56
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74







+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+




  str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["我方怪兽区"]
  str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["我方手卡"]
  str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["我方灵摆区"]
  str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["我方除外区"]
  str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["我方额外卡组"]
  str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["我方魔陷区"]

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

  str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["对方卡组"]
  str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["对方墓地"]
  str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["对方怪兽区"]
  str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["对方手卡"]
  str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["对方灵摆区"]
  str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["对方除外区"]
  str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["对方额外卡组"]
  str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["对方魔陷区"]

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