Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -26,11 +26,19 @@ str["不洗牌"] = false str["无BP"] = false str["开局说明"] = "" str["这个残局的效果卡数量"] = 0 + str["效果卡数量的后缀"] = "卡 " +str["不洗牌的说明"] = "伪洗牌 " +str["无BP的说明"] = "无BP " + +str["开局添加手卡"] = false +str["选卡的前缀"] = "选" +str["选卡的后缀"] = "卡 " + str["胜利条件表"] = {} str["胜利条件表"][0] = false str["胜利条件表"][1] = "胜利条件:让对方的卡全部回到卡组·额外卡组。" @@ -238,25 +246,25 @@ --} else --{ - str["开局说明"] = str["开局说明"] .. "伪洗牌 " + str["开局说明"] = str["开局说明"] .. str["不洗牌的说明"] end --} if str["无BP"] == 0 then --{ - str["开局说明"] = str["开局说明"] .. "无BP " + str["开局说明"] = str["开局说明"] .. str["无BP的说明"] end --} if str["开局添加手卡"] then --{ - str["开局说明"] = str["开局说明"] .. "选" + str["开局说明"] = str["开局说明"] .. str["选卡的前缀"] str["开局说明"] = str["开局说明"] .. str["开局添加手卡"] - str["开局说明"] = str["开局说明"] .. "卡 " + str["开局说明"] = str["开局说明"] .. str["选卡的后缀"] end --} if str["禁格"] then --{