Rank: Member
Groups: Registered
Posts: 10
Thanks: 2 times Was thanked: 12 time(s) in 4 post(s)
|
Lollor;62786 wrote:something like this doesnt work?
"condition": "my_hand(count(),cardid= EX1_251, infused=true) > 0", "value":"10",
"condition": "my_hand(count(),cardid= EX1_251, infused=false) > 0", "value":"-10", I have tried this code for Mischievous Imp and it still got played mostly non-infused Code:
"BeforePlayCardBonus":
{
"values":
[
{
"comment":"*",
"condition": "my_hand(count(), cardid=REV_244, infused=false ) > 0",
"value": "-500",
},
}
|