Difference between revisions of "Template:QuestDisplayTest/doc"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Seraii
>Seraii
 
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
'''Note: All unused parameters should be left blank or deleted.  Do not enter 0 for unused parameters, as it will break the template.'''
 +
 
==Parameters==
 
==Parameters==
* droptype - Common, Daily, Weekly, First
 
* itemtype - Currency, Resource, Material, Weapon, Wyrmprint
 
* item - The name of item dropped
 
* min - The minimum amount that can be obtained
 
* max - The maximum amount that can be obtained
 
* exact - The exact amount that can be obtained
 
* avg - The average amount that can be obtained
 
* bullets - Specifying this will add a bullet point at the beginning
 
 
* QuestType - Campaign, Event, Facility, Maze, Raid
 
* QuestType - Campaign, Event, Facility, Maze, Raid
 
* Id - Quest Id # (ex: 200080001)
 
* Id - Quest Id # (ex: 200080001)
Line 28: Line 22:
 
* TimeLimit - Time limit of quest
 
* TimeLimit - Time limit of quest
 
* ContinueLimit - Number of times you can use the continue function during quest
 
* ContinueLimit - Number of times you can use the continue function during quest
* ThumbnailImage=Quest_List_Thumbnail_05
+
* ThumbnailImage - Background image for quest in quest list
* MissionCompleteType1=Don't allow any of your team to fall in battle
+
* MissionCompleteType - Endeavor completion conditions
* MissionCompleteType2=Finish in 180 seconds or less
+
* MissionsClearSetEntityType - Endeavor Reward
* MissionCompleteType3=Don't use any continues
+
* MissionsClearSetEntityQuantity - Endeavor Reward Quantity
* MissionsClearSetEntityType1=Wyrmite
+
* FacilityClearCondition - Completion condition for facility quests
* MissionsClearSetEntityQuantity1=5
+
* FacilityClearReward - Completion base reward for facility quests
* MissionsClearSetEntityType2=Wyrmite
+
* FacilityClearRewardType - Item type of base reward for facility quests
* MissionsClearSetEntityQuantity2=5
+
* FacilityClearRewardQuantity - Quantity of base reward for facility quests
* MissionsClearSetEntityType3=Wyrmite
 
* MissionsClearSetEntityQuantity3=5
 
* MissionCompleteEntityType=Wyrmite
 
* MissionCompleteEntityQuantity=5
 
* FacilityClearCondition=Stage Clear
 
* FacilityClearReward=Twinkling Sand
 
* FacilityClearRewardType=Material
 
* FacilityClearRewardQuantity=10
 
  
 
==Special Parameters==
 
==Special Parameters==

Latest revision as of 23:57, 23 October 2018

Note: All unused parameters should be left blank or deleted. Do not enter 0 for unused parameters, as it will break the template.

Parameters

  • QuestType - Campaign, Event, Facility, Maze, Raid
  • Id - Quest Id # (ex: 200080001)
  • QuestGroupName - Quest Group (ex: Zodiark's Trial)
  • GroupType - Type of Quests group are
  • EventName - Name of Event quest belongs to
  • SectionName - Subtitle of Quest (ex: Ch. 1/1.1)
  • Location - Setting of Quest (ex: Enemy Camp)
  • QuestViewName - Quest Display Name (ex: Zodiark's Trial: Beginner)
  • PrevNextBar - Type Yes if quest is part of a chain (ex: Yes)
  • NextQuest - Display name of next quest in chain
  • PreviousQuest - Display name of previous quest in chain
  • Elemental - Main Element of quest
  • SuggestedMight - Suggested Might of Quest
  • MightRequirement - Required Might of Quest
  • NormalStaminaCost - Stamina Cost of quest
  • SkipTicket - Type Yes if quest can be completed with Skip Tickets
  • ClearTermsType - Condition to complete quest
  • FailedTermsType - Condition to fail quest
  • TimeLimit - Time limit of quest
  • ContinueLimit - Number of times you can use the continue function during quest
  • ThumbnailImage - Background image for quest in quest list
  • MissionCompleteType - Endeavor completion conditions
  • MissionsClearSetEntityType - Endeavor Reward
  • MissionsClearSetEntityQuantity - Endeavor Reward Quantity
  • FacilityClearCondition - Completion condition for facility quests
  • FacilityClearReward - Completion base reward for facility quests
  • FacilityClearRewardType - Item type of base reward for facility quests
  • FacilityClearRewardQuantity - Quantity of base reward for facility quests

Special Parameters

These Parameters require template inputs as follows:

  • GetherwingCost - Cost in Getherwings to join a quest

Ex:

{{GetherwingCostIconDisplay|cost=3}}


  • DailyDropQuantity - Times you can complete quest for daily rewards

Ex:

{{RewardChestIconDisplay|value=2}}


  • WeeklyDropQuantity - Times you can complete quest for weekly rewards

Ex:

{{RewardChestIconDisplay|value=2}}


  • FacilityConditions - Quest conditions that increase the base reward in facility quests

Ex:

|FacilityConditions=
{{FacilityConditionRow|Don't run into any traps|5}}
{{FacilityConditionRow|Finish in 200 seconds or less|5}}
{{FacilityConditionRow|Open 1 or more treasure chests|10}}
{{FacilityConditionRow|Shapeshift 1 or more times with your team|1}}
{{FacilityConditionRow|Don't take any damage at all|3}}


  • FirstClearRewards/DropRewards/WeaponRewards/WyrmprintRewards/DailyDropReward/WeeklyDropReward - Display lists of item rewards for quest. All these parameters use the same base template.

Ex:

|FirstClearRewards=
{{DropReward|droptype=First|itemtype=Currency|item=Wyrmite|exact=5}}
{{DropReward|droptype=First|itemtype=Material|item=Shadowwyrm's Sphere|exact=10}}
{{DropReward|droptype=First|itemtype=Material|item=Twinkling Sand|exact=15}}

Examples