13th age damage

If you have searched the other User Creations subforums and an answer to your question has not been found, please post here!

Moderators: dorpond, trevor, Azhrei, Gamerdude

Post Reply
LastRose
Kobold
Posts: 10
Joined: Fri Apr 05, 2013 8:36 am

13th age damage

Post by LastRose »

<b>The Master of Spears Strikes</b>
<br>Attack: [t:1d20+dmod+level]

[h: number = level]
[h:resultList = ""]
[h:total = 0]
[h,count (number), CODE:{
[roll = 1d6]
[total = total + roll]
[resultList = listAppend(resultList, roll)]
}]

<br>Damage: {resultList} + [dmod] = {total+dmod}

For making this a bit different, is there any way to put pluses between the results instead of camas? I know it's just aesthetics, but...

User avatar
wolph42
Winter Wolph
Posts: 9999
Joined: Fri Mar 20, 2009 5:40 am
Location: Netherlands
Contact:

Re: 13th age damage

Post by wolph42 »

Code: Select all

<b>The Master of Spears Strikes</b>
<br>Attack: [t:1d20+dmod+level]

[h: number        = level]
[h:resultList    = ""]
[h:total        = 0]
[h,count (number, "+"), CODE:{
    [roll        = 1d6]
    [total        = total + roll]
    [resultList    = listAppend(resultList, roll)]
}] 

Post Reply

Return to “Requests for HELLLLP!”