diff --git a/index.html b/index.html index bcf6499..963ed5b 100644 --- a/index.html +++ b/index.html @@ -365,7 +365,7 @@
Each term scores a resource (or renown) at the end of a - turn (blank turn = final turn). For a log term, write a JS expression that + turn. For a log term, write a JS expression that evals to a one-argument function, e.g. (x) => Math.log2(x + 1). It is called over amounts 0..max_resource in the browser to build the lookup table.
renown
(x) => Math.log2(x + 1)
0..max_resource