PGRData/Resources/Share/Mentorship/MentorConfig.json

247 lines
7.1 KiB
JSON
Raw Normal View History

2022-12-19 17:21:16 +00:00
[
{
2022-12-20 07:23:11 +00:00
"Key": "BeMentorLv",
"Comment": "Level when becoming mentor",
"Value": 80
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "GraduateLv",
"Comment": "Level of student at graduation",
"Value": 80
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "BeStudentLv",
"Comment": "Level of student when collaboration started",
"Value": 20
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "MaxStudentCount",
"Comment": "Mentor's student limit",
"Value": 3
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "JudgeFailPassTime",
"Comment": "No. of minutes AFK before marking as fail",
"Value": 4320
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "TickPunishTime",
"Comment": "No. of minutes banned from becoming a student or teacher again after terminating collaboration",
"Value": 720
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "CompleteTaskCount",
"Comment": "Student's weekly mission limit",
"Value": 6
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "SysReleaseTaskCount",
"Comment": "No. of missions posted by the system",
"Value": 5
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "GetTaskCount",
"Comment": "No. of missions available for student per day",
"Value": 3
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "ChangeTaskCount",
"Comment": "Mentor's daily mission swap limit",
"Value": 9
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "MaxApplyCount",
"Comment": "Message limit on application list",
"Value": 6
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "ApplyTimeout",
"Comment": "Request message storage limit (minutes)",
"Value": 1440
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "MaxRecommendCount",
"Comment": "No. of recommendations displayed",
"Value": 6
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "ApplyCd",
"Comment": "Mentor stops receiving request from this player for x minutes after a request is rejected (an error message will display if x is set to 0)",
"Value": 5
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "MaxRecommendRecordCount",
"Comment": "Max recommendation stored in server",
"Value": 100
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "StudentRefuseApplyInterval",
"Comment": "Student stops receiving request from this player for x minutes after a request is rejected (an error message will display if x is set to 0)",
"Value": 5
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "RecommendIntervalTime",
"Comment": "Cooldown of recommendation list refresh (minutes). E.g. If a player has tapped for N times in a row, and each two taps are less than X minutes apart. Used for both recommendation list and search functions",
"Value": 1
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "MaxContinuousClickCount",
"Comment": "Max tapping counter when retrieving a recommendation list",
"Value": 10
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "MaxContinuousClickIntervalTime",
"Comment": "Interval between two taps of retrieving recommendation list (seconds)",
"Value": 10
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "MaxDailyApply",
"Comment": "Max requests sent per day",
"Value": 100
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "KickTeacherMailId",
"Comment": "Mail ID sent to mentor upon termination",
"Value": 60004
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "KickStudentMailId",
"Comment": "Mail ID when terminating a student",
"Value": 60003
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "AnnouncementMaxLength",
"Comment": "Announcement length limit",
"Value": 20
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "AddMentorTeacherMailId",
"Comment": "Mail ID sent to mentor upon collaboration is formed",
"Value": 60002
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "AddMentorStudentMailId",
"Comment": "Mail ID sent to the student upon collaboration is formed",
"Value": 60001
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "MentorChatMaxCount",
"Comment": "Max number of messages between mentor and student saved (latest)",
"Value": 50
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "GraduateRewardId",
"Comment": "Graduation rewards (reward list ID)",
"Value": 40750
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "GraduateStudentRetainDay",
"Comment": "No. of days available for mentor to collect mission rewards after a student graduates",
"Value": 7
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "GraduateMailId",
"Comment": "Mail ID if student has incomplete growth mission at graduation (mission will be automatically completed and rewards are sent via mail)",
"Value": 60007
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "NormalLabelMaxCount",
"Comment": "Max customized tags that can be selected",
"Value": 2
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "TimeLabelMaxCount",
"Comment": "Max time tags that can be selected",
"Value": 1
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "MentorChangeTaskDisplayCount",
"Comment": "No. of missions displayed when mentor opens mission swap page",
"Value": 5
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "MentorGiveEquipCount",
"Comment": "No. of Memories given in one mission",
"Value": 2
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "MentorGiveEquipMaxLevel",
"Comment": "Max Memory level that can be gifted",
"Value": 1
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "MentorGiveEquipMaxStar",
"Comment": "Max Memory rank that can be gifted",
"Value": 5
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "StudentWeeklyResetSendEquipMailId",
"Comment": "Mail ID if student has not collected the Memories sent by mentor at weekly reset",
"Value": 60005
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "GraduateStudentCount",
"Comment": "Display limit of graduates on mentorship list",
"Value": 4
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "GraduateTaskMailId",
"Comment": "Mail ID if student has uncollected challenge mission rewards upon graduation",
"Value": 60006
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "FirstMentorMailId",
"Comment": "Mail ID of first batch of Instructor mails",
"Value": 60008
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "FirstMentorRewardDeadline",
"Comment": "No. of days after 0:00, Nov 26 to stop sending Instructor mails",
"Value": 29
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "MonthlyStudentCount",
"Comment": "Monthly student limit",
"Value": 6
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "GraduateCollectionId",
"Comment": "Mentor Reward Display Graduation Collectible ID",
"Value": 13000800
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "AutoGraduateLv",
"Comment": "Level at Automatic Graduation",
"Value": 83
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "MessageBoardMaxLen",
"Comment": "Character limit of a message",
"Value": 100
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "ActivationCount",
"Comment": "Limiting value of Daily Activity",
"Value": 100
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "ActivationItemId",
"Comment": "Displayed gift ID for the instructor who reaches the activity",
"Value": 96006
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "ActivationRewardId",
"Comment": "Actual reward ID for the instructor sends to the student",
"Value": 40802
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "ActivationRewardCount",
"Comment": "How many gifts can the instructor send when the activity is reached",
"Value": 3
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Key": "GiftMailId",
"Comment": "Email ID for the gift sent to the Instructor",
"Value": 60010
2022-12-19 17:21:16 +00:00
}
]