Here's what I've got so far: &{template:2Edefault}
{{name=@{selected|token_name} uses Contact}}
{{subtitle=Telepathic Science *CompPsi p80*}}
{{Power Score=Wisdom}}
{{PSP Cost:=?{Target level or hit dice|1-5,3/2|6-10,8/4|11-15,13/7|16+,18/9}}}
{{Maintain=1/round}}
{{Range=special}}
{{Preparation Time=0}}
{{Area of Effect=Individual}}
{{Prerequisite=None}}
{{Check:PS=All established contacts are free for 4 rounds}}
{{Check:20=Cannot use Contact on this mind until next level}}
{{desc=Life Order:|PS Mod ||Mammal|-1||Marsupial|-2}} I need to either add line breaks so I can include a couple of tables, or modify the Power Score twice (possibly three times) the same way I'm modifying the cost. The table I'm trying to include looks like this: Life Order Power Score Mod Range Power Score Mod Mammal -1 Line of Sight 0 Marsupial -2 1 mile -1 Bird -3 10 miles -2 Reptile/Amphibian -4 100 miles -3 You get the idea. Both tables modify the Power Score. I thought the pipes might function as line breaks or table separations, but they obviously don't. Edit. Just realized there are two modifier boxes for the die roll on the character sheet. If I put ?{Life Order|Mammal,-1|Marsupial,-2|Bird,-3|Reptile,-4|Fish,-5|Arachnid/Bug,-6|Monster,-7|Plant-8} into the first box, and ?{Range|Line of Sight,0|1 mile,-1|10 miles,-3|100 miles,-4|1000 miles,-7|10000 miles,-9} in the second, it will take care of it for me, I think!