Skip to content

Undead Supervisor: Difference between revisions

From Zed City Wiki

No edit summary
No edit summary
Line 20: Line 20:
| Chance=5
| Chance=5
   }}
   }}
    == Stats ==
== Stats ==
{| class="wikitable"
 
{| class="cargoTable noMerge sortable jquery-tablesorter"
! Attribute !! Value
! Attribute !! Value
|-
|-

Revision as of 06:28, 10 July 2025


Stats

Attribute Value
Name Undead Supervisor
Codename npc_undead_supervisor
Strength 5000
Defense 5200
Speed 300
Agility 300
Stat Scale 2
Max Life 1500
HP Scale .05
Weakness bladed
Difficulty Rating 6
Description No information known


   == Standard Loot ==

{{#cargo_query: tables=ZedLoot=ZL,Items=I | join on=ZL.Codename=I.Codename | fields=I._pageName=Item, ZL.Qty, ZL.Level, CONCAT(ZL.Chance, "%")=Chance | where=ZL.ZedCodename="npc_undead_supervisor" | order by=ZL.Level DESC | format=table }}

Extra Loot

{{#cargo_query: tables=LootTableItem,LootTable,Items,LootTableLink | join on = LootTable.Codename = LootTableItem.LootTableCodename, LootTableItem.Codename = Items.Codename, LootTableLink.Codename = LootTable.Codename | fields=Items._pageName, LootTableLink.Level, LootTable._pageName=Table, CONCAT(LootTableLink.Chance, "%")=Chance | where=LootTableLink.LinkCodename="npc_undead_supervisor" |format=table }}