
![]() |

Dang, couldn't figure out how to automatically drop lowest, or make them go horizontally. Doing things manually to the rolls above yields:
16,12,10,10,8,4
16,15,11,17,12,10
16,13,15,16,13,11I like set 3, but I'm wanting to play a character with a Charisma penalty, so I hope nobody objects if I knock that 11 down to a 6 just for the RP aspect of it.
This yields
16,13,15,16,13,6STR - 16
DEX - 15
CON - 16
INT - 13
WIS - 13
CHA - 6Good fighter stats ^.^
Huh? I wasn't allowed to roll up a fighter... ;'(

Zeevico |
Set 1:
8
16
9
13
11
15
Set 2:
4d6 ⇒ (4, 6, 6, 6) = 22
4d6 ⇒ (4, 1, 4, 4) = 13
4d6 ⇒ (5, 3, 2, 6) = 16
4d6 ⇒ (1, 5, 1, 3) = 10
4d6 ⇒ (3, 6, 1, 4) = 14
4d6 ⇒ (6, 1, 3, 3) = 13
Dropping lowest=
1812
14
9
13
12
Set 3:
4d6 ⇒ (4, 3, 6, 6) = 19
4d6 ⇒ (6, 3, 1, 3) = 13
4d6 ⇒ (1, 3, 2, 3) = 9
4d6 ⇒ (6, 6, 4, 2) = 18
4d6 ⇒ (6, 6, 2, 2) = 16
4d6 ⇒ (4, 6, 4, 3) = 17
16
128
16
14
14
I'll go for "what is set three?" thanks Alex.

Me'mori |

Have there been players dropping out, or are we just trying to make a 7 or 8 man party lol.
Not exactly.. two haven't responded, but it's getting well on to finals time for me, so I'm certain it is approaching that time for others. I'm also accounting for varied wanderings of characters. There is a storyline that all the characters can get to, but that does not mean that there are not other stories that can be had. Since the rate of posting has slacked off for the majority, I can easily handle others.

Tancred Silversmith |

Set 1
4d6.takeHighest(3) → [3,3,2] = (8)
4d6.takeHighest(3) → [4,3,3] = (10)
4d6.takeHighest(3) → [2,1,1] = (4)
4d6.takeHighest(3) → [6,4,3] = (13)
4d6.takeHighest(3) → [6,6,3] = (15)
4d6.takeHighest(3) → [6,4,4] = (14)
Set 2
4d6.takeHighest(3) → [5,5,4] = (14)
4d6.takeHighest(3) → [6,6,3] = (15)
4d6.takeHighest(3) → [6,5,2] = (13)
4d6.takeHighest(3) → [4,3,3] = (10)
4d6.takeHighest(3) → [6,6,6] = (18)
4d6.takeHighest(3) → [6,5,4] = (15)
http://invisiblecastle.com/roller/view/2497721/
Set 3
4d6.takeHighest(3) → [5,3,2] = (10)
4d6.takeHighest(3) → [6,3,2] = (11)
4d6.takeHighest(3) → [5,4,3] = (12)
4d6.takeHighest(3) → [6,5,5] = (16)
4d6.takeHighest(3) → [5,4,1] = (10)
4d6.takeHighest(3) → [4,4,1] = (9)
Set 2 looks pretty.
Sorry about the formatting - I tried a few different ways, but I could not get it to look as nice as those above.