Difference between revisions of "Template:QuestDisplayTest/doc"
Jump to navigation
Jump to search
>Seraii |
>Seraii |
||
| Line 8: | Line 8: | ||
* avg - The average amount that can be obtained | * avg - The average amount that can be obtained | ||
* bullets - Specifying this will add a bullet point at the beginning | * bullets - Specifying this will add a bullet point at the beginning | ||
| + | * 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: | ||
| + | <pre>|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}}</pre> | ||
| + | |||
| + | * FirstClearRewards/DropRewards/WeaponRewards/WyrmprintRewards/DailyDropReward/WeeklyDropReward - Display lists of item rewards for quest. All these parameters use the same [[Template:DropReward|base template]]. | ||
| + | Ex: | ||
| + | <pre>|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}}</pre> | ||
==Examples== | ==Examples== | ||
Revision as of 23:38, 23 October 2018
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
- DailyDropQuantity - Times you can complete quest for daily rewards (ex:
![]()
)
- WeeklyDropQuantity - Times you can complete quest for weekly rewards (ex:
![]()
)
- 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}}