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

Template:Swords: Difference between revisions

Template page
No edit summary
Tag: 2017 source edit
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 18: Line 18:
| Projectile_BurstPerShot=Integer
| Projectile_BurstPerShot=Integer
| Projectile_TimeBetweenShots=Integer
| Projectile_TimeBetweenShots=Integer
| CARGO_ATTACH=InventoryItems
}}</noinclude><includeonly>{{#cargo_store:_table=Swords}}{{InfoBox
}}</noinclude><includeonly>{{#cargo_store:_table=Swords}}== Information ==
| name            = {{{Name|}}}
| bodystyle        = width:25em
| title            = Weapon Information
| image            = {{{Sprite|}}}
| label1          = Codename
| data1            = {{{Codename|}}}
| label2          = Weight
| data2            = {{{Weight|}}}
| label3          = Slots
| data3            = {{{Slots|}}}
| label4          = Block Width
| data4            = {{{BlockWidth|}}}
| label5          = Block Height
| data5            = {{{BlockHeight|}}}
| label6          = Stance
| data6            = {{{Stance|}}}
| label7          = Value
| data7            = {{{Value|}}}
| header8          = Projectile Information
| label9          = Type
| data9            = {{{Projectile_Type|}}}
| label10          = Sprite
| data10          = {{{Projectile_Sprite|}}}
| label11          = Base Damage
| data11          = {{{Projectile_BaseDmg|}}}
| label12          = Speed
| data12          = {{{Projectile_Speed|}}}
| label13          = Lifetime
| data13          = {{{Projectile_Lifetime|}}}
| label14          = Rounds Per Shot
| data14          = {{{Projectile_RoundsPerShot|}}}
| label15          = Arc Angle
| data15          = {{{Projectile_ArcAngle|}}}
| label16          = Shots Before Reload
| data16          = {{{Projectile_ShotsBeforeReload|}}}
| label17          = Burst Per Shot
| data17          = {{{Projectile_BurstPerShot|}}}
| label18          = Time Between Shots
| data18          = {{{Projectile_TimeBetweenShots|}}}
}}
== 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
Line 32: Line 82:
}}
}}


== Crafting Recipe ==  
== Characters with this item ==  
{{#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>

Latest revision as of 06:15, 9 November 2024

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