Blueprint
Blueprint System
Blueprint Types
shops = {
{
type = 'youtool',
...
items = {
{
type = 'blueprints',
name = 'lvs_blueprint',
price = 1500,
label = 'Toolbox blueprint',
metadata = {
type = 'blueprint',
label = 'Toolbox blueprint',
recipe = 'mechanic_toolbox', -- items name
durability = 100
}
},
{
type = 'blueprints',
name = 'lvs_blueprint',
price = 5000,
label = 'Brake blueprint',
metadata = {
type = 'blueprint',
label = 'Brake Blueprint',
recipe = 'brake_blueprint', -- general name defined in recipes
durability = 100
}
},
},
...
},
...
}
Blueprint Durability Mechanics
Last updated