/tg/ Station 13 - Modules - TypesVar Details

outfit_wardrobe

Vars

humanize_plasmamenHumanize species that need unique environments to survive.
one_useAdds a trait with the source of wardrobe_id if this is TRUE, which is checked to prevent reuse.
selectable_outfits_to_amountAssoc list of outfits to how many charges left. If value is INFINITY, the amount is infinite. Otherwise, it decreases by one per use. At zero it can't be picked. Value is unique per wardrobe.
wardrobe_idAll wardrobes that share this id, share the one use restriction. If one_use is FALSE, it effectively does nothing.

Var Details

humanize_plasmamen

Humanize species that need unique environments to survive.

one_use

Adds a trait with the source of wardrobe_id if this is TRUE, which is checked to prevent reuse.

selectable_outfits_to_amount

Assoc list of outfits to how many charges left. If value is INFINITY, the amount is infinite. Otherwise, it decreases by one per use. At zero it can't be picked. Value is unique per wardrobe.

wardrobe_id

All wardrobes that share this id, share the one use restriction. If one_use is FALSE, it effectively does nothing.