Master Data Reference of GS2-Quest

{
  "version": "2019-05-14",
  "questGroupModels": [
    {
      "name": "[string]Quest Group Name",
      "metadata": "[string?]metadata",
      "quests": [
        {
          "questModelId": "[string]Quest Model GRN",
          "name": "[string]Quest Model Name",
          "metadata": "[string?]metadata",
          "contents": [
            {
              "metadata": "[string?]metadata",
              "completeAcquireActions": [
                {
                  "action": "[string]Types of actions to be performed in the stamp sheet",
                  "request": "[string]JSON of request"
                }
              ],
              "weight": "[int]Weight to be drawn"
            }
          ],
          "challengePeriodEventId": "[string?]GS2-Schedule event GRN that sets the time period during which the quest can be attempted.",
          "firstCompleteAcquireActions": [
            {
              "action": "[string]Types of actions to be performed in the stamp sheet",
              "request": "[string]JSON of request"
            }
          ],
          "consumeActions": [
            {
              "action": "[string]Types of actions to be performed in the stamp task",
              "request": "[string]JSON of the obtain request"
            }
          ],
          "failedAcquireActions": [
            {
              "action": "[string]Types of actions to be performed in the stamp sheet",
              "request": "[string]JSON of request"
            }
          ],
          "premiseQuestNames": [
            "[string]Quest Model Name"
          ]
        }
      ],
      "challengePeriodEventId": "[string?]GS2-Schedule event GRN that sets the time period during which the quest can be attempted."
    }
  ]
}
TypeConditionRequireDefaultLimitationDescription
version2019-05-14Format version of master data
questGroupModelsList<QuestGroupModel>

Contents

TypeConditionRequireDefaultLimitationDescription
metadatastring~ 256 charsmetadata
completeAcquireActionsList<AcquireAction>[]~ 10 itemsRewards for completing quests
weightint11 ~ 2147483646Weight to be drawn

Reward

TypeConditionRequireDefaultLimitationDescription
actionenum []~ 128 charsTypes of actions to be performed in the stamp sheet
requeststring~ 5242880 charsRequest Model
itemIdstring~ 1024 charsObtain Resource GRN
valueint~ 2147483646Quantity to be obtained

QuestGroupModel

Quest Group Model

A quest group is an entity for grouping multiple quests, and only one quest progression can be executed simultaneously within the group. This means that if you need to be able to progress quests in parallel, you must separate the groups.

TypeConditionRequireDefaultLimitationDescription
questGroupModelIdstring~ 1024 charsQuest Group GRN
namestring~ 128 charsQuest Group Name
metadatastring~ 1024 charsmetadata
questsList<QuestModel>~ 1000 itemsQuests belonging to the group
challengePeriodEventIdstring~ 1024 charsGS2-Schedule event GRN that sets the time period during which the quest can be attempted.

QuestModel

Quest Model

A quest is an entity that holds the consideration required to start ingame and the reward for completing it.

The reward obtained upon completion of the quest can have multiple variations and can be drawn at the start of the quest. For example, the same content can be used to manage the clear flag of a quest, but two types of content can be prepared based on whether or not a rare monster appears.

TypeConditionRequireDefaultLimitationDescription
questModelIdstring~ 1024 charsQuest Model GRN
namestring~ 128 charsQuest Model Name
metadatastring~ 1024 charsmetadata
contentsList<Contents>1 ~ 10 itemsQuest Description
challengePeriodEventIdstring~ 1024 charsGS2-Schedule event GRN that sets the time period during which the quest can be attempted.
firstCompleteAcquireActionsList<AcquireAction>[]~ 10 itemsList of First Clear Reward Actions
consumeActionsList<ConsumeAction>[]~ 10 itemsQuest entry fee
failedAcquireActionsList<AcquireAction>[]~ 100 itemsReward for quest failure
premiseQuestNamesList<string>[]~ 10 itemsName of the quest that must be completed in order to attempt the quest

AcquireAction

TypeConditionRequireDefaultLimitationDescription
actionenum []~ 128 charsTypes of actions to be performed in the stamp sheet
requeststring~ 1048576 charsJSON of request

ConsumeAction

TypeConditionRequireDefaultLimitationDescription
actionenum []~ 128 charsTypes of actions to be performed in the stamp task
requeststring~ 1048576 charsJSON of the obtain request