Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Ranged: Difference between revisions

Template page
No edit summary
Tag: 2017 source edit
No edit summary
Line 18: Line 18:
| Projectile_BurstPerShot=Integer
| Projectile_BurstPerShot=Integer
| Projectile_TimeBetweenShots=Integer
| Projectile_TimeBetweenShots=Integer
| CARGO_ATTACH=InventoryItems
}}</noinclude><includeonly>{{#cargo_store:_table=Ranged}}== Information ==
}}</noinclude><includeonly>{{#cargo_store:_table=Ranged}}== Information ==
{{{Desc}}}
{{{Desc}}}


== Characters with this item ==  
== Crafting Recipe ==
{{#cargo_query:
table=ItemRecipes, Resources
|fields=CONCAT('[[File:', Resources.Sprite, '.png]]')=Image, Resources._pageName=Resouce, ItemRecipes.Quantity
|where=ItemRecipes.ItemCodename = '{{{Codename}}}'
|join on = Resources.Codename = ItemRecipes.ResourceLongname
|format=table
|headers=yes
}}
 
== Unique Characters with this item ==  
{{#cargo_query:
{{#cargo_query:
table=Spawners, InventorySlot
table=Spawners, InventorySlot
|fields=Spawners.Name
|fields=Spawners._pageName = Name
|where=InventorySlot.ItemCodename = '{{{Codename}}}'
|where=InventorySlot.ItemCodename = '{{{Codename}}}' AND Spawners.IsUnique = true
|join on = Spawners.Codename = InventorySlot.OwnerCodename
|join on = Spawners.Codename = InventorySlot.OwnerCodename
|format=table
|format=table
Line 32: Line 41:
}}
}}


 
== Characters with this item ==  
== Crafting Recipe ==  
{{#cargo_query:
{{#cargo_query:
table=ItemRecipes, Resources
table=Spawners, InventorySlot
|fields=CONCAT('[[File:', Resources.Sprite, '.png]]')=Image, Resources._pageName=Resouce, ItemRecipes.Quantity
|fields=Spawners._pageName = Name
|where=ItemRecipes.ItemCodename = '{{{Codename}}}'
|where=InventorySlot.ItemCodename = '{{{Codename}}}' AND Spawners.IsUnique = false
|join on = Resources.Codename = ItemRecipes.ResourceLongname
|join on = Spawners.Codename = InventorySlot.OwnerCodename
|format=table
|format=table
|headers=yes
|headers=yes
}}
}}
</includeonly>
</includeonly>

Revision as of 02:25, 9 November 2024

This template defines the table "Ranged". View table.