byond - Modules - TypesVar Details - Proc Details

armor

These are the basic type for armor armor_modules. What seperates these from /armor_module is that these are designed to be recolored. These include Leg plates, Chest plates, Shoulder Plates and Visors. This could be expanded to anything that functions like armor and has greyscale functionality.

Vars

secondary_colorIf TRUE, this armor piece can be recolored when its parent is right clicked by facepaint.
slowdownAddititve Slowdown of this armor piece
soft_armorThe additional armor provided by equipping this piece.

Procs

extra_examineRelays the extra controls to the user when the parent is examined.
handle_colorSends a list of available colored attachments to be colored when the parent is right clicked with paint.

Var Details

secondary_color

If TRUE, this armor piece can be recolored when its parent is right clicked by facepaint.

slowdown

Addititve Slowdown of this armor piece

soft_armor

The additional armor provided by equipping this piece.

Proc Details

extra_examine

Relays the extra controls to the user when the parent is examined.

handle_color

Sends a list of available colored attachments to be colored when the parent is right clicked with paint.