Skip to content

Crawler: Difference between revisions

From Zed City Wiki

No edit summary
No edit summary
Line 59: Line 59:
{{#cargo_query:
{{#cargo_query:
tables=Weapons
tables=Weapons
| fields= Weapons._pageName = Weapon, Weapons.Type = Type
| fields= Weapons._pageName = Melee Weapon, Weapons.Type = Type
| where= Weapons.Type= "blunt"
| where= Weapons.Type= "blunt"
| format=table
| format=table
Line 67: Line 67:
{{#cargo_query:
{{#cargo_query:
tables=WeaponsRanged
tables=WeaponsRanged
| fields= WeaponsRanged._pageName = Weapon, WeaponsRanged.Type = Type
| fields= WeaponsRanged._pageName = Ranged Weapon, WeaponsRanged.Type = Type
| where= WeaponsRanged.Type= "blunt"
| where= WeaponsRanged.Type= "blunt"
| format=table
| format=table

Revision as of 09:16, 11 July 2025


Information

Stats

Attribute Value
Name Crawler
Strength 4
Defense 10
Speed 6
Agility 5
Stat Scale 3
Max Life 100
HP Scale .05
Weakness blunt
Difficulty Rating 1
Description No information known

Weak to

{{#cargo_query: tables=Weapons | fields= Weapons._pageName = Melee Weapon, Weapons.Type = Type | where= Weapons.Type= "blunt" | format=table | default=No weakness to Melee Weapons }}

{{#cargo_query: tables=WeaponsRanged | fields= WeaponsRanged._pageName = Ranged Weapon, WeaponsRanged.Type = Type | where= WeaponsRanged.Type= "blunt" | format=table | default=No weakness to Ranged Weapons }}

Spawns

City

{{#cargo_query: tables=HuntingJobNpcs, HuntingJobs | join on= HuntingJobs.Codename = HuntingJobNpcs.JobCodename | fields= HuntingJobs._pageName = Location | where= HuntingJobNpcs.Codename = "npc_raging_spitter" |format=table |default=This zed does not spawn in the city. }}


Explore

{{#cargo_query: tables=RoomNpcs, NpcRooms | join on= NpcRooms.Codename = RoomNpcs.JobCodename | fields= NpcRooms._pageName = Location | where= RoomNpcs.Codename = "npc_raging_spitter" |format=table |default=This zed does not spawn in explorable locations. }}


Standard Loot

{{#cargo_query: tables=ZedLoot=ZL,Items=I | join on=ZL.Codename=I.Codename | fields=CONCAT('https://www.zed.city/items/', I.Codename, '.png')=Image, I._pageName=Item, ZL.Qty, ZL.Level, CONCAT(ZL.Chance, "%")=Chance | where=ZL.ZedCodename="npc_crawler" | 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=CONCAT('https://www.zed.city/items/', Items.Codename, '.png')=Image, Items._pageName=Item, LootTableLink.Level, LootTable._pageName=Table, CONCAT(LootTableLink.Chance, "%")=Chance | where=LootTableLink.LinkCodename="npc_crawler" |format=table }}