Rank: Member
Groups: Registered
Posts: 29 Location: United Kingdom Thanks: 4 times Was thanked: 22 time(s) in 16 post(s)
|
bump! Still does that same, even with custom code it stll dosent play even though in search threads it shows a possitive value even if its the only card that can be played. Code:{ "GameCardId": "TTN_462", "ConfigComment": "Card: Imprisoned Horror (TTN_462) v1.26 (02-Sep-24) by BlackOak1337",
"InHandPlayPriority": { "values": [ { "comment": "High priority when the cost is significantly reduced.", "condition": "my_hero(count(), cost) < 1", "value": "100.0" }, { "comment": "Bonus when the card is cheaper.", "condition": "my_hero(count(), cost) <= 3", "value": "10" }, { "comment": "Neutral bonus when cost is moderately reduced.", "condition": "my_hero(count(), cost) > 3 AND my_hero(count(), cost) <= 5", "value": "5" }, { "comment": "Default", "condition": "*", "value": "1" } ] } }
|