Rare Loot Table: Difference between revisions
Created page with "The rare loot table (also known as the rare drop table) is a list of valuable items that can be dropped by NPCs in place of their usual drops. Each NPC type has its own fixed probability, with some NPCs having a greater chance of landing on the table than others. ==Rare Loot Table== {| class="wikitable" ! colspan="2" | Type ! Quantity ! Rarity |- | {{ItemIcon|Rough Amethyst}} | Rough Amethyst | 1 | 1/2.5 |- | {{ItemIcon|Rough Sapphire}} | Rough Sapphire | 1 | 1/..." |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The | The [[Rare Loot Table]] (also known as the "rare drop table") is a list of valuable items that can be dropped by [[Non-player Character|NPCs]] in place of their usual drops. Each NPC type has its own fixed probability, with some NPCs having a greater chance of landing on the table than others. | ||
==Rare Loot Table== | While in the [[Wastelands]], enemies have a higher chance to roll the Rare Loot Table. | ||
== Rare Loot Table == | |||
{| class="wikitable" | {| class="wikitable" | ||
! colspan="2" | Type | ! colspan="2" | Type | ||
Line 63: | Line 65: | ||
|} | |} | ||
== NPCs with Rare Loot Table Access == | |||
<ul>{{#cargo_query: | <ul>{{#cargo_query: | ||
tables=NPCs | tables=NPCs | ||
|fields=_pageName | |fields=_pageName | ||
|where=rareloot IS NOT NULL | |where=rareloot IS NOT NULL AND rareloot != "Unknown" AND rareloot != "Never" | ||
|order by=Level ASC | |order by=Level ASC | ||
|format=template | |format=template | ||
|template=NPCListItem | |template=NPCListItem | ||
|named args=yes | |named args=yes | ||
|cacheable=yes | |||
}}</ul> | }}</ul> |