Module:Data/PaintTool: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return {["Class"] = "StaticItem", ["Image"] = "T_PaintTool", ["ItemLogic"] = "/Game/Equipped/PaintToolBP.PaintToolBP_C", ["Label"] = {"PaintTool", "parts"}, ["Name"] = "PaintTool", ["StackSize"] = 1}"
 
No edit summary
 
Line 1: Line 1:
return {["Class"] = "StaticItem", ["Image"] = "T_PaintTool", ["ItemLogic"] = "/Game/Equipped/PaintToolBP.PaintToolBP_C", ["Label"] = {"PaintTool", "parts"}, ["Name"] = "PaintTool", ["StackSize"] = 1}
return {["Category"] = "Tools", ["Class"] = "StaticItem", ["CommonTextKeys"] = {"Multitool"}, ["CustomData"] = {["PaintMaterial"] = "Amethyst"}, ["Image"] = "T_PaintTool", ["ItemLogic"] = "/Game/Equipped/PaintToolBP.PaintToolBP_C", ["Label"] = {"PaintTool", "parts"}, ["Name"] = "PaintTool", ["StackSize"] = 1}

Latest revision as of 15:43, 24 August 2026

Documentation for this module may be created at Module:Data/PaintTool/doc

return {["Category"] = "Tools", ["Class"] = "StaticItem", ["CommonTextKeys"] = {"Multitool"}, ["CustomData"] = {["PaintMaterial"] = "Amethyst"}, ["Image"] = "T_PaintTool", ["ItemLogic"] = "/Game/Equipped/PaintToolBP.PaintToolBP_C", ["Label"] = {"PaintTool", "parts"}, ["Name"] = "PaintTool", ["StackSize"] = 1}