More actions
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
| Thread_TempHeat=String | | Thread_TempHeat=String | ||
| Thread_TempCold=String | | Thread_TempCold=String | ||
}}</noinclude><includeonly>{{#cargo_store:_table=Masks}}</includeonly> | }}</noinclude><includeonly>{{#cargo_store:_table=Masks}}{{InfoBox | ||
| name = {{{Name|}}} | |||
| bodystyle = width:25em | |||
| title = Armor Information | |||
| image = {{{Sprite|}}} | |||
| label1 = Codename | |||
| data1 = {{{Codename|}}} | |||
| label2 = Sprite | |||
| data2 = {{{Sprite|}}} | |||
| label3 = Weight | |||
| data3 = {{{Weight|}}} | |||
| label4 = Slots | |||
| data4 = {{{Slots|}}} | |||
| label5 = Block Width | |||
| data5 = {{{BlockWidth|}}} | |||
| label6 = Block Height | |||
| data6 = {{{BlockHeight|}}} | |||
| label7 = Value | |||
| data7 = {{{Value|}}} | |||
| header8 = Threat Reductions | |||
| label9 = Blunt Reduction | |||
| data9 = {{{Thread_BluntReduction|}}} | |||
| label10 = Ballistic Reduction | |||
| data10 = {{{Thread_BallisticReduction|}}} | |||
| label11 = Sharp Reduction | |||
| data11 = {{{Thread_SharpReduction|}}} | |||
| header12 = Temperature Resistance | |||
| label13 = Heat Resistance | |||
| data13 = {{{Thread_TempHeat|}}} | |||
| label14 = Cold Resistance | |||
| data14 = {{{Thread_TempCold|}}} | |||
}} | |||
== Information == | |||
{{{Desc}}} | |||
== 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: | |||
table=Spawners, InventorySlot | |||
|fields=Spawners._pageName = Name | |||
|where=InventorySlot.ItemCodename = '{{{Codename}}}' AND Spawners.IsUnique = true | |||
|join on = Spawners.Codename = InventorySlot.OwnerCodename | |||
|format=table | |||
|headers=yes | |||
}} | |||
== Characters with this item == | |||
{{#cargo_query: | |||
table=Spawners, InventorySlot | |||
|fields=Spawners._pageName = Name | |||
|where=InventorySlot.ItemCodename = '{{{Codename}}}' AND Spawners.IsUnique = false | |||
|join on = Spawners.Codename = InventorySlot.OwnerCodename | |||
|format=table | |||
|headers=yes | |||
}} | |||
</includeonly> |
Latest revision as of 06:19, 9 November 2024
This template defines the table "Masks". View table.