Skip to content

Undead Corporal: Difference between revisions

From Zed City Wiki

No edit summary
No edit summary
Line 44: Line 44:
| 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 Corporal
Codename npc_undead_corporal
Strength 2000
Defense 2200
Speed 300
Agility 300
Stat Scale 2
Max Life 500
HP Scale .05
Weakness bladed
Difficulty Rating 5
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_corporal" | 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_corporal" |format=table }}