From 787c55d197f2ebc95092769b4ba9263c54e0a978 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Mon, 10 May 2021 21:33:30 +0300 Subject: [PATCH] Updated Resources: spread functions (markdown) --- Resources:-spread-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources:-spread-functions.md b/Resources:-spread-functions.md index 408902c..2dfd2a1 100644 --- a/Resources:-spread-functions.md +++ b/Resources:-spread-functions.md @@ -1,6 +1,6 @@ # 🚧 Under construction -Resource **spread models** are JavaScript functions applied to check whether resource can or cannot be placed in a cell. Fantasy Map Generator allows to create custom spread models, but it requires some understanding on how functions work. +Resource **spread models** are applied to check whether resource can or cannot be placed in a cell. Fantasy Map Generator allows to create custom spread models, but it requires some understanding on how functions work. # Technical info Technically spread models are functional expressions evaluated for each cell to return `true` or `false`. If `true` is returned, the resource can be placed in the cell. The expressions are valid JS, you can use logical operators (`!` for not, `||` for OR, `&&` for and, etc.) and other features.