[Feature] Additional pool element offset methods
acki02 opened this issue ยท 0 comments
This is a suggestion to add new pool elements with adjustable offset methods to the origin of sub-pieces in jigsaw structures.
The theoretical implementation could look as follows:
- Additional pool elements
formations:simple_pool_element
andformations:stacked_pool_element
, withelement type
field,offset
tag field and additional fields depending on type. offset
tag field has anoffset_type
, and additional fields depending on type.offset_type
could be set tonone
,static
orprojection
offset_type:none
has no additional fields.offset_type:static
hasoffsetFront
,offsetUp
andoffsetSide
tag fields withmax
andmin
fields within each.offset_type:projection
hassurface
,shift
,limit_celling
andlimit_floor
fields, and optionaloffsetFront
,offsetUp
andoffsetSide
tag fields withmax
andmin
fields within each.
formations:stacked_pool_element
has additionalelements
tag list andstack_method
field.- this element type creates a continuus line of pool elements from origin point to offest point.
stack_method
could be set togrow
,connect
,grow_best
andconnect_best
, controlling stack origin point, and element selection.
Please ask questions if additional clarifications as to the intent of any parts of this suggestions are needed.