Skip to content

Frenzied Bloater: Difference between revisions

From Zed City Wiki

No edit summary
No edit summary
Line 32: Line 32:
| Chance=100
| Chance=100
   }}
   }}
    == 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 Frenzied Bloater
Codename npc_frenzied_bloater
Strength 13649
Defense 81897
Speed 27299
Agility 40948
Stat Scale 0.00313
Max Life 1000
HP Scale .01
Weakness rifle
Difficulty Rating 9
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_frenzied_bloater" | 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_frenzied_bloater" |format=table }}