Tool
Tool System
Understanding Special Slots
How Tools Work
Creating Tool Items
shops = {
{
type = 'youtool',
...
items = {
{
type = 'tool', -- category name
name = 'lvs_wrench',
price = 1000,
metadata = {
type = 'tool',
durability = 100
}
},
{
type = 'tool',
name = 'lvs_screwdriver',
price = 250,
metadata = {
type = 'tool',
durability = 100
}
}
}
...
},
...
}Tool Durability Mechanics
Last updated