clothing

Vars | |
armor_list | These are armor values that protect the wearer, taken from the clothing's armor datum. List updates on examine because it's currently only used to print armor ratings to chat in Topic(). |
---|---|
durability_list | These are armor values that protect the clothing, taken from its armor datum. List updates on examine because it's currently only used to print armor ratings to chat in Topic(). |
flash_protect | What level of bright light protection item has. |
moth_edible | If this can be eaten by a moth |
Procs | |
armor_to_protection_class | Rounds armor_value to nearest 10, divides it by 10 and then expresses it in roman numerals up to 10 |
Var Details
armor_list

These are armor values that protect the wearer, taken from the clothing's armor datum. List updates on examine because it's currently only used to print armor ratings to chat in Topic().
durability_list

These are armor values that protect the clothing, taken from its armor datum. List updates on examine because it's currently only used to print armor ratings to chat in Topic().
flash_protect

What level of bright light protection item has.
moth_edible

If this can be eaten by a moth
Proc Details
armor_to_protection_class
Rounds armor_value to nearest 10, divides it by 10 and then expresses it in roman numerals up to 10
Rounds armor_value to nearest 10, divides it by 10 and then expresses it in roman numerals up to 10 Arguments:
- armor_value - Number we're converting