Spitter: Difference between revisions
From Zed City Wiki
(Created page with "<!-- ZC_CP_Autogen AUTOGENERATED DO NOT REMOVE THESE SECTION -->{{Zeds| Name=Spitter| Codename=npc_spitter| Strength=345| Defense=320| Speed=550| Agility=550| StatScale=.05| MaxLife=650| HpScale=0.009| Weakness=piercing| DifficultyRating=4| Desc = No information known }} {{ZedLoot | ZedCodename=npc_spitter | Codename=zed_juice | Qty=4-8 | Level=1-100 | Chance=100 }}{{LootTableLink | LinkCodename=npc_spitter | Codename=loot_npc_rand | LinkType=Zeds | Level=1-100 | Chanc...") |
No edit summary |
||
| Line 13: | Line 13: | ||
| Level=1-100 | | Level=1-100 | ||
| Chance=15 | | Chance=15 | ||
}}== Standard Loot == | }} | ||
== Stats == | |||
{| class="wikitable" | |||
! Attribute !! Value | |||
|- | |||
! Name || Spitter | |||
|- | |||
! Codename || npc_spitter | |||
|- | |||
! Strength || 345 | |||
|- | |||
! Defense || 320 | |||
|- | |||
! Speed || 550 | |||
|- | |||
! Agility || 550 | |||
|- | |||
! Stat Scale || .05 | |||
|- | |||
! Max Life || 650 | |||
|- | |||
! HP Scale || 0.009 | |||
|- | |||
! Weakness || piercing | |||
|- | |||
! Difficulty Rating || 4 | |||
|- | |||
! Description || No information known | |||
|} | |||
== Standard Loot == | |||
{{#cargo_query: | {{#cargo_query: | ||
| Line 33: | Line 64: | ||
| fields=Items._pageName, LootTableLink.Level, LootTable._pageName=Table, CONCAT(LootTableLink.Chance, "%")=Chance | | fields=Items._pageName, LootTableLink.Level, LootTable._pageName=Table, CONCAT(LootTableLink.Chance, "%")=Chance | ||
| where=LootTableLink.LinkCodename="npc_spitter" | | where=LootTableLink.LinkCodename="npc_spitter" | ||
|format= | |format=table | ||
}} | }} | ||
<!-- ZC_CP_Autogen_End --> | <!-- ZC_CP_Autogen_End --> | ||
Revision as of 06:25, 10 July 2025
== Stats ==
| Attribute | Value |
|---|---|
| Name | Spitter |
| Codename | npc_spitter |
| Strength | 345 |
| Defense | 320 |
| Speed | 550 |
| Agility | 550 |
| Stat Scale | .05 |
| Max Life | 650 |
| HP Scale | 0.009 |
| Weakness | piercing |
| Difficulty Rating | 4 |
| 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_spitter" | 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_spitter" |format=table }}