Item components

RepairKit

item component · builder

Item can be used to repair damage to items and robots

You can use the following options with this component:
name <name> - sets the name of the component
desc <desc> - sets the description of the component
severity <severity> - sets the maximum severity of damage that can be repaired
type <damage type> - toggles a damage type to be repairable
points <amount> - sets how many repair points this kit has
check <trait id|name> - sets the trait to test against
bonus <amount> - sets the check bonus
material <material> - toggles a material this kit can repair
tag <tag> - toggles requiring the item to have a specific tag
echo add <echo> - adds a new echo to the end
echo delete <#> - deletes the #th number
echo swap <#> <#> - swaps two echoes in position
echo edit <#> <echo> - overwrites the #th echo

← Back to Item components