Changes tested, fixes to buggy cards or cards that used to crash the game.
Using comma inbetween brackets crashes the game, attributes must be separated by semicolon.
WRONG target(creature[attacking,blocking]|battlefield)
RIGHT target(creature[attacking;blocking]|battlefield)