Template:DropReward
Revision as of 14:30, 23 October 2018 by imported>Elaeagnifolia (Created page with "<noinclude>{{doc}}Category:Templates<!-- // Cargo Declare -->{{#cargo_declare: _table=DropRewards |DropType=String |ItemType=String |Item=String |MinDrop=Integer...")
Parameters
- droptype - Common, Daily, Weekly, First
- itemtype - Currency, Resource, Material, Weapon, Wyrmprint
- item - The name of item dropped
- item2 - The name of item dropped in place of item (i.e., augments in Astral Raids)
- 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
Examples
{{DropReward|droptype=Common|itemtype=Material|item=Water Orb|avg=4}}
- (4 per run)
{{DropReward|droptype=Daily|itemtype=Material|item=Royal Jade Insignia|min=3|max=5|avg=10}}
- x3-5 (10 per run)
{{DropReward|droptype=Daily|itemtype=Material|item=Royal Jade Insignia|min=3|max=5|avg=10|bullets=1}}
- x3-5 (10 per run)
{{DropReward|droptype=Daily|itemtype=Material|item=Fortifying Crystal|item2=Amplifying Crystal|exact=1}}
- (? per run)
This template defines the table "DropRewards". This table has not been created yet.