Spaces:
Sleeping
Sleeping
File size: 452 Bytes
00097e3 b1a989d 00097e3 b1a989d |
1 2 3 4 5 6 7 8 9 10 11 12 |
TITLE = "**Healthcare parameters**"
CAPACITY = "Capacity"
CAPACITY_INFO = (
"The capacity of the healthcare system. When there are are more "
"infected nodes requiring treatment than there is capacity for, chance of death is increased"
)
MAX_PENALTY = "Max penalty when over capacity"
MAX_PENALTY_INFO = (
"The maximum amount by which the chance of an infected node dying is "
"increased when the healthcare system is over capacity."
)
|