
So, probably a simple Macro question for you most of you, but still very much a newbie when it comes to this stuff. I'm trying to work out a psychic power macro for the 3.5 Character Sheet and I'm nearly stuck at the final part. I'm trying to have the amount of augment points shown on the table for convivence sake. I'd also like to have the amount of points spent increase the save DC by a 2:1 ratio, as per the power description, as well as have a Xd10 setup for the additional damage from the augment in the notes section. &{template:DnD35StdRoll} {{spellflag=true}} {{name= @{character_name} casts [Mind Thrust](<a href="https://www.d20srd.org/srd/psionic/powers/mindThrust.htm" rel="nofollow">https://www.d20srd.org/srd/psionic/powers/mindThrust.htm</a>) on @{target|token_name}}} {{School:=Telepathy [Mind-Affecting]
}} {{Level:=Psion/wilder 1}} {{Casting Time:= 1 std action}} {{Range:=Close ([[ 25+5*@{casterlevel}/2 ]] ft)}} {{Target:= One Creature}} {{Duration:= Instantaneous}} {{Saving Throw:= Will Negates DC [[ @{spelldc1} + @{sf-evocation} ]]}} {{Spell Resist.:=Yes,[[1d20+@{casterlevel}+@{spellpen} ]] vs spell resistance.}} ?{Concentration?|No (auto-success),{{compcheck=No Concentration:[[{1d1cs>1&#125;>0]]&#125;&#125;|Casting Defensively,{{compcheck=Casting Defensively:[[{1d20+[[@{concentration}]]&#125;>[[15+1]] ]]&#125;&#125;|Custom DC,{{compcheck=Custom DC(?{What DC?&#125;):[[{1d20+[[@{concentration}]]&#125;>[[?{What DC?&#125;]] ]]&#125;&#125;} {{succeedcheck=- Das ist gut, ja?}} {{failcheck=- Das ist nicht gut.}}
{{Augment Points:=?{Augment? (1PP/additional d10 damage)|0} }}
{{notes=You instantly deliver a massive assault on the thought pathways of any one creature, dealing [[1d10]] dmg
**Augment**
For every additional power point you spend, this power’s damage increases by 1d10 damage. For each extra 2d10 points of damage, this power’s save DC increases by 1.}} Unfortunately, I'm not sure how to get it working properly for that last part, but when I at least try to do the first thing, it splits it apart from the table like so: Would love some guidance on how to do the rest of the things I want, but moreso want to know where I'm getting it wrong for the first part. Once I get this taken care of, I'm good for the rest of the powers I want to add, but I just need to figure out these last few things so I can get it going before the next session.