Template:AddLoot: Difference between revisions
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
|RestockTimer=Integer | |RestockTimer=Integer | ||
|BuyPrice=Integer | |BuyPrice=Integer | ||
|IOU=Integer | |||
}}</noinclude><includeonly><span style="display:none">{{#cargo_store: | }}</noinclude><includeonly><span style="display:none">{{#cargo_store: | ||
_table=LootTable | _table=LootTable | ||
Line 18: | Line 19: | ||
|MaximumQuantity={{#if:{{{maxquantity|}}}|{{{maxquantity}}}|{{#if:{{{minquantity|}}}|{{{minquantity}}}|{{{quantity|1}}}}}}} | |MaximumQuantity={{#if:{{{maxquantity|}}}|{{{maxquantity}}}|{{#if:{{{minquantity|}}}|{{{minquantity}}}|{{{quantity|1}}}}}}} | ||
|Rarity={{#if:{{{buyPrice|}}}|Always|{{{rarity|Unknown}}}}} | |Rarity={{#if:{{{buyPrice|}}}|Always|{{{rarity|Unknown}}}}} | ||
|RaritySort={{#invoke:RarityHandler|getSortValue|{{{rarity|Unknown}}}}} | |RaritySort={{#invoke:RarityHandler|getSortValue|{{#if:{{{buyPrice|}}}|Always|{{{rarity|Unknown}}}}}}} | ||
|RestockTimer={{{restock|}}} | |RestockTimer={{{restock|}}} | ||
|BuyPrice={{{buyPrice|}}} | |BuyPrice={{{buyPrice|}}} | ||
|IOU={{{IOU|}}} | |||
}}</span></includeonly> | }}</span></includeonly> |