游戏王残局简化版

Check-in [ca0283ed56]
Login

Check-in [ca0283ed56]

Overview
Comment:0.0.381
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ca0283ed56ed938367d0f29750a8891db393885aa54372df0619a36365a5c596
User & Date: 顽雨沉风 on 2023-06-29 22:53:35
Other Links: manifest | tags
Context
2023-06-29
22:55
0.0.382 check-in: 6c3013db57 user: 顽雨沉风 tags: trunk
22:53
0.0.381 check-in: ca0283ed56 user: 顽雨沉风 tags: trunk
22:53
0.0.380 check-in: f93cdd3242 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [ef49af8779] to [896be6619d].

86
87
88
89
90
91
92
93
94
95
96
97
98
99
100








101
102
103
104
105
106
107
108
109








110
111
112
113
114
115
116
86
87
88
89
90
91
92








93
94
95
96
97
98
99
100
101








102
103
104
105
106
107
108
109
110
111
112
113
114
115
116







-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+

-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+







--~   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["对方卡组"] = 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["对方魔陷区"]
--~   str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["对方卡组"]
--~   str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["对方墓地"]
--~   str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["对方怪兽区"]
--~   str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["对方手卡"]
--~   str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["对方灵摆区"]
--~   str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["对方除外区"]
--~   str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["对方额外卡组"]
--~   str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["对方魔陷区"]

  str["我方超量素材"] = Duel.GetOverlayCount(0, LOCATION_MZONE, 0)
  str["对方超量素材"] = Duel.GetOverlayCount(0, 0, LOCATION_MZONE)

  str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["我方超量素材"]
  str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["对方超量素材"]