-
Notifications
You must be signed in to change notification settings - Fork 0
Description
It would be nice to have something that allowed you to select the ANY option, but narrow down the ANY to be two or more tile types. Right now, you can say: "tile of X type here" or "tile of Y type here" or "tile of NOT Y type here" or "tile of ANY type here" or "NO tile here". But what about "tile of X or Y but NOT Z type here". The logic is not complicated, although maybe making the visuals would be. But maybe you can just have a little editor that lets you create custom rule tile types. Then they would just appear as another option to select from the tile type selection window. And it would have the same kind of logic as the other ones where a left click is just the type of rule with maybe a ! icon, and right click is the inversion of that rule. It seems kind of niche, but there are definitely times where you have lets say 3 floor types and 3 wall types of tiles. You want the rule to be like "if it is this floor type here, and any of these wall types here = do the thing". But right now that would have to be three separate rules like "if floor type here, and wall type 1 here", and "if floor type here, and wall type 2 here", and "if floor type here, and wall type 3 here". Having to make these types of rules is incredibly tedious, so just a simple OR conditioner in there would help eliminate a lot of extra rule waste.