Module:Data/Capacitor: Difference between revisions
Jump to navigation
Jump to search
Created page with "return {["Class"] = "StaticItem", ["Image"] = "T_Capacitor", ["Label"] = {"Capacitor", "parts"}, ["Materials"] = {"/Game/Materials/Capacitor"}, ["Mesh"] = "/Game/Models/CapacitorCrate", ["Name"] = "Capacitor", ["StackSize"] = 64, ["Tier"] = 3}" |
No edit summary |
||
| Line 1: | Line 1: | ||
return {["Class"] = "StaticItem", ["Image"] = "T_Capacitor", ["Label"] = {"Capacitor", "parts"}, ["Materials"] = {"/Game/Materials/Capacitor"}, ["Mesh"] = "/Game/Models/CapacitorCrate", ["Name"] = "Capacitor", ["StackSize"] = 64, ["Tier"] = 3} | return {["Category"] = "Parts", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"Part", "common"}}, ["Image"] = "T_Capacitor", ["Label"] = {"Capacitor", "parts"}, ["Materials"] = {"/Game/Materials/Capacitor"}, ["Mesh"] = "/Game/Models/CapacitorCrate", ["Name"] = "Capacitor", ["StackSize"] = 64, ["Tier"] = 3} | ||
Latest revision as of 15:42, 24 August 2026
Documentation for this module may be created at Module:Data/Capacitor/doc
return {["Category"] = "Parts", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"Part", "common"}}, ["Image"] = "T_Capacitor", ["Label"] = {"Capacitor", "parts"}, ["Materials"] = {"/Game/Materials/Capacitor"}, ["Mesh"] = "/Game/Models/CapacitorCrate", ["Name"] = "Capacitor", ["StackSize"] = 64, ["Tier"] = 3}