Use WFL instead of Lua code for {SCATTER_EMBELLISHMENTS}

This commit is contained in:
Celtic Minstrel 2018-04-04 22:01:29 -04:00
parent defea0679f
commit fb7dce076f

View file

@ -55,7 +55,7 @@
# For example, this will add flowers to 5% of all grassland:
#! {SCATTER_EMBELLISHMENTS G* ^Efm 5}
[random_placement]
num_items="size * ({PERCENTAGE} / 100)"
num_items="(size * ({PERCENTAGE} / 100))"
variable=random_placement_location
allow_less=yes
[filter_location]