@JoyAdmin
Can you explain the differences?
What is difference between my_self, my_player, and my_hero and how do you use them? for example, how can i make a expression, where i want to evaluate it only if i have 6 or more mana available?
how about max_mana?
my_hero(count(),max_mana => 6 ) > 0 will make it true if maximum mana is 6 or higher (turn 6 and beyond)?
How about "BeforeBattlecryTargetBonus, (set a card's battlecry bonus if it has battlecry and it has target.)"
Does this mean, it will only apply the bonus if the battlecry has a target? (for example, acidic swamp ooze, if opponent has weapon, it will gain bonus, but not otherwise?
Can you guys update the documentation a bit to give some explaination of some of the params and usage?