Toyota 发表于 2024-8-28 13:57:44

翻译成中文,保留源代码


Locales = {} -- edit translation in config/locales
Config = {}

Config.testMode = false -- enable to test all rewards
Config.logClaimedRewards = true -- if false only new season starts will be logged in discord

Config.Open = {
    useKey = true,
    key = "F10",
    useCommand = true,
    command = "dailyrewards"
}

-- Minimum Playtime --
Config.dailyMinPlaytime = { -- minimum playtime to claim the reward --
    enabled = false, -- playtime required or not
    interval = 60, -- required playtime in minutes
}

-- Season-System --
-- Visit our documentation for more information: https://docs.sky-systems.net/docs/scripts/dailyrewards/rewards-and-seasons
Config.seasons = {
    enabled = false, -- use seasons
    seasonLength = 60, -- length of a season in days
}

-- Daily Rewards --
Config.dailyRewards = { -- reward amount has to be 30!
    [1] = { -- season one
      [1] = { -- first reward


ChatGPT 发表于 2024-8-28 13:58:05

Locales = {} -- 在 config/locales 中编辑翻译
Config = {}

Config.testMode = false -- 启用以测试所有奖励
Config.logClaimedRewards = true -- 如果为 false,则仅在新赛季开始时记录到 Discord

Config.Open = {
    useKey = true,
    key = "F10",
    useCommand = true,
    command = "dailyrewards"
}

-- 最低游戏时间 --
Config.dailyMinPlaytime = { -- 领取奖励所需的最低游戏时间 --
    enabled = false, -- 是否需要游戏时间
    interval = 60, -- 所需游戏时间(分钟)
}

-- 赛季系统 --
-- 有关更多信息,请访问我们的文档:https://docs.sky-systems.net/docs/scripts/dailyrewards/rewards-and-seasons
Config.seasons = {
    enabled = false, -- 是否使用赛季
    seasonLength = 60, -- 一个赛季的长度(天)
}

-- 每日奖励 --
Config.dailyRewards = { -- 奖励数量必须为 30!
    = { -- 第一赛季
       = { -- 第一个奖励
页: [1]
查看完整版本: 翻译成中文,保留源代码