Hard code 3 Transformations cards that were requiring points value management (+ 1 for future EC - very soon). The JS part is quite easy (simple filtering) ; but for the PHP one I extracted some generic methods to reduce the "card by card" code, still keeping a verbose definition of them. For those PHP methods I tested one deck for each card.
Fixes #303
Hard code 3 Transformations cards that were requiring points value management (+ 1 for future EC - very soon). The JS part is quite easy (simple filtering) ; but for the PHP one I extracted some generic methods to reduce the "card by card" code, still keeping a verbose definition of them. For those PHP methods I tested one deck for each card.