Use better footnote mark

This commit is contained in:
Jude Melton-Houghton 2021-09-25 14:57:36 -04:00
parent 0485ee2132
commit 6eb1a444b9

View File

@ -66,16 +66,16 @@ have not observed a huge performance cost.
Implemented as nodes, slugs are less expensive to simulate than regular Implemented as nodes, slugs are less expensive to simulate than regular
entities. An ABM runs every 5 seconds\* to update active slugs. In a given entities. An ABM runs every 5 seconds\* to update active slugs. In a given
update, one out of every 5 slugs\* is actually updated†. Only one out of every update, one out of every 5 slugs\* is actually updated\*\*. Only one out of
5 updated slugs\* tries to reproduce, while the rest just try to move. every 5 updated slugs\* tries to reproduce, while the rest just try to move.
Reproduction is more expensive than movement, since a birthing slug must check Reproduction is more expensive than movement, since a birthing slug must check
up to 11 nodes\* around it in every direction to determine that it is the only up to 11 nodes\* around it in every direction to determine that it is the only
one of its species in the area. one of its species in the area.
\* These are default values. They can be changed in the settings. \* These are default values. They can be changed in the settings.
The lower this value is, the more likely slugs are to double-move, due to the \*\* The lower this value is, the more likely slugs are to double-move, due to
way ABMs work. the way ABMs work.
## Dependence on "default" ## Dependence on "default"