Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -88,27 +88,27 @@ --~ 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["对方魔陷区"] +--~ 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["我方超量素材"] = Duel.GetOverlayCount(0, LOCATION_MZONE, 0) str["对方超量素材"] = Duel.GetOverlayCount(0, 0, LOCATION_MZONE) str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["我方超量素材"]