world
OpacityPattern=icon('greyopacity',"darkergrey")
Basically, OpacityPattern would replace the default black opacity with a grey version of it. Grey was all I could think of but, it could also be used for dungeons, setting it like so
world
OpacityPattern=icon('Dungeon',"StoneWall")
meaning less objects in to deal with in things like for() loops.