#
# Additional attributes that don't fit into any specific category and are
# never shown except via special processes. They are used internally only.
#
# Format:
# misc key rank min_val max_val def_val
#
# Specify the default outside the min/max bounds to have special code run
# to initialize the value (this code is in MiscAttr.init_random)
#
misc m_attr 1 -100 100 -1000
misc f_attr 2 -100 100 -1000
#
misc injuries 3 0 100 0
misc illness 4 0 100 0
misc recovery 5 0 100 0
#