Difference between revisions of "Template:EndeavorSetRow"
Jump to navigation
Jump to search
imported>Elaeagnifolia |
>Boblers (adding StickerID field) |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
// Cargo Declare | // Cargo Declare | ||
| − | -->{{#cargo_declare:_table= | + | -->{{#cargo_declare:_table=EndeavorSetsRow |
|Name=String | |Name=String | ||
|OrderNum=Integer | |OrderNum=Integer | ||
|Description=String | |Description=String | ||
|RewardType=String | |RewardType=String | ||
| + | |RewardItem=String | ||
|RewardAmount=Integer | |RewardAmount=Integer | ||
| + | |StickerID=String | ||
}}</noinclude><includeonly><!-- | }}</noinclude><includeonly><!-- | ||
// Cargo Store | // Cargo Store | ||
| − | -->{{#ifeq:{{PAGENAME}} | {{{Name|}}} | | {{#cargo_store:_table= | + | -->{{#ifeq:{{PAGENAME}} | {{{Name|}}} | | {{#cargo_store:_table=EndeavorSetsRow |
|Name={{#var:EndeavorSetName}} | |Name={{#var:EndeavorSetName}} | ||
|OrderNum={{#var:orderNum}} | |OrderNum={{#var:orderNum}} | ||
|Description={{{1|}}} | |Description={{{1|}}} | ||
|RewardType={{{2|}}} | |RewardType={{{2|}}} | ||
| − | |RewardAmount={{{ | + | |RewardItem={{{3|}}} |
| + | |RewardAmount={{{4|}}} | ||
| + | |StickerID={{{StickerID|}}} | ||
}} | }} | ||
}}</includeonly><!-- | }}</includeonly><!-- | ||
Latest revision as of 19:37, 5 April 2020
This template is laid out very similarly to Template:EndeavorRow, but adds itself into the EndeavorSetsRow cargo table.
Usage
{{EndeavorSet
|Description=String
|RewardType=String
|RewardItem=String
|RewardAmount=Integer
|StickerID=String (leave blank if none)
}}
Template Fields
1: Description of the Endeavor. For example: "Defeat the Eolian Phantom 10 Times"
2: RewardType is the type of the item rewarded.
- Type can be one of: Resource, Consumable, Currency, Gift, Material, Weapon, Wyrmprint, Dragon, Sticker, EpithetRank1, EpithetRank2, EpithetRank3, or EpithetRank4.
- Item Type quick reference:
- Resource: Eldwater, Mana, Rupies
- Consumable: Ashes, Honey, Skip Ticket, Summon Voucher
- Currency: Wyrmite
- Gift: Clover
- Material: (pretty much any other items)
- Weapon: (self-explanatory)
- Wyrmprint: (self-explanatory)
- Dragon: (self-explanatory)
- Sticker: (self-explanatory)
- EpithetRank1: bronze medal epithets
- EpithetRank2: silver medal epithets
- EpithetRank3: gold medal epithets
- EpithetRank4: gold medal w/crown epithets
3: RewardItem is the item rewarded. For example: Wyrmite
4: RewardAmount is the amount of the item rewarded. For example: 100 if we were given 100 Wyrmite
StickerID: is the image file name of a sticker. For example, 10702_en would grab
.
This template defines the table "EndeavorSetsRow". This table has not been created yet.