
Hi All. Had this up on the powercard thread for a couple of days now without reply so I thought I'd try the wider community. This is the powercard I've been working on, it works of a fashion. !power {{ --name|Colt Peacemaker --leftsub|Ranged Attack --rightsub|12/24/48 --charid|@{selected|character_id} --target_list|@{target|token_id} --emote|@{selected|character_name} Fires At @{target|character_name} --Attack|Trait Dice [[ [$Atk1] 1d8!]] Wild Dice [[ [$Atk2] 1d6!]] --?? $Atk1.total <= 3 ?? Miss|You Miss --?? $Atk1.total >= 4 ?? Hit|You Hit --?? $Atk1.total >= 8 ?? Hitting| You Hit With A Raise --Damage| You Did [[ [$Dmg] 2d6! ]] vs Toughness @{target|toughness} --?? $Dmg.total < @{target|toughness} ?? None|You Do No Damage --?? $Dmg.total >= @{target|toughness} ?? Success| Target Shaken --?? $Dmg.total @{target|toughness} >= 4 ?? Succeed|Target Shaken And 1 Wound --soundfx|_audio,play,nomenu|Pistol Shot }} Problem 1. I cant seem to get kh1 of either the trait dice or wild dice, I've tried adding kh1 all kinds of ways, then when I have kh1 to add a modifier|0 to that roll where I can add a minus number to get a final total. Then were I have my conditionals to reference kh1 total. Problem 2. In my conditionals for damage how do I get it to query @{target|toughness} by 4 or higher. Don't even no if what I'm asking is possible but any help would be much appreciated.