Template:ItemDrops/doc

From August Wiki
Revision as of 02:53, 27 February 2025 by Bark (talk | contribs) (Created page with "== ItemDrops Template Parameters == === Basic Parameters === * '''item1''', '''item2''', '''item3''', etc. - The names of the items that can be dropped * '''rarity1''', '''rarity2''', '''rarity3''', etc. - The rarity of each corresponding item '''Valid rarity values: Always, Common, Uncommon, Rare, Very rare''' === Quantity Parameters === * '''itemQuant''' - Default quantity for all items (used if no specific quantity is provided) * '''item1Quant''', '''item2Quant''',...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ItemDrops Template Parameters

Basic Parameters

  • item1, item2, item3, etc. - The names of the items that can be dropped
  • rarity1, rarity2, rarity3, etc. - The rarity of each corresponding item

Valid rarity values: Always, Common, Uncommon, Rare, Very rare

Quantity Parameters

  • itemQuant - Default quantity for all items (used if no specific quantity is provided)
  • item1Quant, item2Quant, item3Quant, etc. - Specific quantity for each item (overrides the default)

Usage Notes

  • Parameters are numbered sequentially (item1, item2, item3...)
  • Each item must have a corresponding rarity value (rarity1, rarity2, rarity3...)
  • Quantity can be specified globally with 'itemQuant' or individually with 'item1Quant', 'item2Quant', etc.
  • The module will generate rows for as many items as are specified in the template
  • The table is sortable and filterable