New OOTS products from CafePress
New OOTS t-shirts, ornaments, mugs, bags, and more
Page 1 of 3 123 LastLast
Results 1 to 30 of 64
  1. - Top - End - #1
    Barbarian in the Playground
     
    Glawackus's Avatar

    Join Date
    Aug 2007
    Location
    Gallifrey
    Gender
    Male

    Default Generating Those Six Magic Numbers

    I'm writing a character generator program for my Computers Seminar project here in school. I want it to be fairly robust, and was wondering about the different ways that people generate attribute scores.

    The methods that I know of so far:
    --Classic: 4d6, drop lowest
    --Point-Buy: Everything starts at 8, modify by x amount of points
    --Elite Array: You get this, this, and this, assign as you like (I forget what the numbers are).

    Are there any other big ones that I'm missing, or are these the most common ways that people get the attributes?

    [Edit] If this is in the wrong forum, I apologize in advance. Wasn't really sure where to put it.
    Last edited by Glawackus; 2007-09-25 at 11:30 AM. Reason: Apologizing in advance :S
    The Tenth Doctor and the TARDIS by Ceika.

  2. - Top - End - #2
    Halfling in the Playground
     
    NecromancerGuy

    Join Date
    Sep 2007

    Default Re: Generating Those Six Magic Numbers

    I have a DM that just makes us roll 3d6 and take what you get. Kinda leaves things more to chance to make it interesting. I've also seen players go for a 5d6 drop the 2 lowest. I dont like that one, unless its meant to be an overpowered group.

  3. - Top - End - #3
    Orc in the Playground
     
    Tellah's Avatar

    Join Date
    Jan 2007
    Location
    Pullman, WA

    Default Re: Generating Those Six Magic Numbers

    I've seen a few others, but they're essentially variants on what you've got there:

    • 5d6 drop two
    • 32 point buy (rather than the standard 25), seemingly a common method judging from forum activity
    • 3d6 straight, no arranging by preference
    • 1d20
    • 2d10
    • 1d10+8


    Those are the ones I can remember seeing more than once, but of course there are plenty of wacky generation methods out there.

  4. - Top - End - #4
    Ogre in the Playground
     
    crimson77's Avatar

    Join Date
    Mar 2005
    Location
    AZ

    Default Re: Generating Those Six Magic Numbers

    Quote Originally Posted by Glawackus View Post
    --Elite Array: You get this, this, and this, assign as you like (I forget what the numbers are).
    15, 14, 13, 12, 10, 8
    I am posting from my IPhone 90% of the time. Please forgive any spellcheck errors.
    Notice: All events written about or discussed on this site are fictional and fantasy/science fiction based.They are for entertainment purposes only within a fantasy/science fiction game and any relationship to the real world (events, individuals, situations, etc) are unintended and coincidental.

  5. - Top - End - #5
    Titan in the Playground
    Join Date
    Jun 2006
    Location
    Fairfield, CA
    Gender
    Male

    Default Re: Generating Those Six Magic Numbers

    6d3 is something I've been meaning to try. Gives you a score between 6 and 18, with an average of 15. Very high powered, but has some potential.

    Another one I've considered is 1d12+1d8. Score between 2 and 20, with the average at 11 (not much higher than 3d6's 10.5 average). Makes for more broadly oriented characters.

    Finally, I've tried the Champion array: 18, 16, 14, 12, 10, 8.
    Last edited by Fax Celestis; 2007-09-25 at 11:36 AM.

  6. - Top - End - #6
    Barbarian in the Playground
     
    Jacob Orlove's Avatar

    Join Date
    Jan 2007
    Location
    Davis, California Avatar by Ceika

    Default Re: Generating Those Six Magic Numbers

    6d3 has an average result of 12.

  7. - Top - End - #7
    Ettin in the Playground
     
    Crow's Avatar

    Join Date
    Aug 2007
    Gender
    Male

    Default Re: Generating Those Six Magic Numbers

    Our group uses one of two;

    1. Standard 4d6, drop lowest

    or

    2. 3d6, re-roll 1's (6-18, tends to come out on par with the above...functionally)

    Though our favorite is having the other players vote on your real-life ability scores, and using those. =)
    Last edited by Crow; 2007-09-25 at 11:42 AM.
    Avatar by Aedilred

    GitP Blood Bowl Manager Cup Record
    Styx Rivermen, Feets Reloaded, and Selene's Seductive Strut
    Record: 42-17-13
    3-time Division Champ, Cup Champion

  8. - Top - End - #8
    Bugbear in the Playground
    Join Date
    Aug 2006
    Location
    ATL
    Gender
    Male

    Default Re: Generating Those Six Magic Numbers

    As a programmer also, here is a note when actually doing the programming:

    Don't mistake a random number 2-12 to be the same as 2d6. The probabilities of the individual numbers are different. Namely, for 2-12 random, each number has an equal chance, whereas with 2d6, the chance increases as you approach the mean (with 7 being the most common result).

    Generation methods:
    3d6
    4d6b3
    5d6b3
    Point-Buy (28, 32, 36)
    Unusual Variants (6d3, 1d10+8, etc)
    Grid-Method (shown here), which uses another generation method as well.

  9. - Top - End - #9
    Barbarian in the Playground
     
    Jacob Orlove's Avatar

    Join Date
    Jan 2007
    Location
    Davis, California Avatar by Ceika

    Default Re: Generating Those Six Magic Numbers

    There's also the "just pick whatever scores you want" method, but that won't work for most groups.

  10. - Top - End - #10
    Halfling in the Playground
     
    NecromancerGuy

    Join Date
    Sep 2007

    Default Re: Generating Those Six Magic Numbers

    Quote Originally Posted by Crow View Post
    Though our favorite is having the other players vote on your real-life ability scores, and using those. =)
    I though i heard of a site or a group or something that came up with a criteria for generating your real world stats. If anyone knows of it send me a link!

  11. - Top - End - #11
    Titan in the Playground
    Join Date
    Jun 2006
    Location
    Fairfield, CA
    Gender
    Male

    Default Re: Generating Those Six Magic Numbers

    Quote Originally Posted by Jacob Orlove View Post
    6d3 has an average result of 12.
    Not quite. For calculating the averages of dice, it's the least possible plus the most possible, divided by 2.
    1+3=4
    4/2=2
    6*2=12

    Nevermind, I forgot that odd-sided dice have whole number averages. This is what I get for originally doing it in my head.

  12. - Top - End - #12
    Titan in the Playground
     
    Kurald Galain's Avatar

    Join Date
    Jun 2007

    Default Re: Generating Those Six Magic Numbers

    There's the "click on the + button until you get straight 18s" which is mostly used in computer games.

    Also, there's 5d4 (Dark Sun) and "any 6 scores that add up to 75" (which makes more sense in 2nd ed, I suppose).

    There's also the variant where you aren't allowed to switch your scores around - e.g. roll [3 of 4]d6 six times, and keep the stats in that order.

  13. - Top - End - #13
    Bugbear in the Playground
    Join Date
    Aug 2006
    Location
    ATL
    Gender
    Male

    Default Re: Generating Those Six Magic Numbers

    Quote Originally Posted by Fax_Celestis View Post
    Not quite. For calculating the averages of dice, it's the least possible plus the most possible, divided by 2...
    Actually, it's just the least plus most divided by 2. All of the numbers on a single die are equally possible

  14. - Top - End - #14
    Bugbear in the Playground
     
    BardGuy

    Join Date
    Apr 2007
    Location
    Extradimensional pocket...with the lint.
    Gender
    Male

    Default Re: Generating Those Six Magic Numbers

    I use 2d6 +6. This generates an average of 13, with a range of 8-18.

    I've also used 1d10+8. I don't like this as much.
    Johannes factotum of the Bard Defense League

    "A witty saying proves nothing." -Voltaire

    "Jack of all trades, master of none, though ofttimes better than master of one."

    The main question that any DM should ask before making a house-rule or exception is, "Is it balanced?"

  15. - Top - End - #15
    Titan in the Playground
    Join Date
    Jun 2006
    Location
    Fairfield, CA
    Gender
    Male

    Default Re: Generating Those Six Magic Numbers

    Quote Originally Posted by Kurald Galain View Post
    Also, there's 5d4 (Dark Sun)
    Ooh, I kinda like that one.

  16. - Top - End - #16
    Bugbear in the Playground
    Join Date
    Mar 2007
    Location
    Reykjavík, Iceland
    Gender
    Male

    Default Re: Generating Those Six Magic Numbers

    My group has long used 4d6, reroll ones (untill it's not a one), take best three - so you might want to include the option to ignore certain numbers should they come up.
    Quote Originally Posted by Narsil View Post
    This is a D&D web forum. There's more cheese here than there is in France.
    Avatar by Savannah

  17. - Top - End - #17
    Bugbear in the Playground
    Join Date
    Aug 2006
    Location
    ATL
    Gender
    Male

    Default Re: Generating Those Six Magic Numbers

    OP, you've actually sparked my mind (during school, no less) enough to write a generic "dice roller" function. Nothing stat-wise and nothing special (no best-of or min-value modifiers) but still workable.

    Of course, it's in Java... /geek

  18. - Top - End - #18
    Titan in the Playground
     
    Kurald Galain's Avatar

    Join Date
    Jun 2007

    Default Re: Generating Those Six Magic Numbers

    Quote Originally Posted by Swooper View Post
    My group has long used 4d6, reroll ones (untill it's not a one), take best three - so you might want to include the option to ignore certain numbers should they come up.
    That's technically 4d5 [pick best three] + 3

  19. - Top - End - #19
    Ogre in the Playground
     
    crimson77's Avatar

    Join Date
    Mar 2005
    Location
    AZ

    Default Re: Generating Those Six Magic Numbers

    Quote Originally Posted by Fax_Celestis View Post
    Finally, I've tried the Champion array: 18, 16, 14, 12, 10, 8.
    Where did this come from?
    I am posting from my IPhone 90% of the time. Please forgive any spellcheck errors.
    Notice: All events written about or discussed on this site are fictional and fantasy/science fiction based.They are for entertainment purposes only within a fantasy/science fiction game and any relationship to the real world (events, individuals, situations, etc) are unintended and coincidental.

  20. - Top - End - #20
    Barbarian in the Playground
     
    adanedhel9's Avatar

    Join Date
    Jan 2005
    Location
    St. Louis Park, MN, US
    Gender
    Male

    Default Re: Generating Those Six Magic Numbers

    I vaguely remember this system from my rec.games.frp.dnd days; I know I've seen it posted here at least once, but the details are a bit fuzzy:

    Stat 1 = 3d6
    Stat 2 = 3d6
    Stat 3 = 3d6
    Stat 4 = 27 - Stat 1
    Stat 5 = 25 - Stat 2
    Stat 6 = 23 - Stat 3

    Arrange as desired.

  21. - Top - End - #21
    Titan in the Playground
    Join Date
    Jun 2006
    Location
    Fairfield, CA
    Gender
    Male

    Default Re: Generating Those Six Magic Numbers

    Quote Originally Posted by crimson77 View Post
    Where did this come from?
    I think it was made up somewhere on these very boards. It's a decent array, as far as arrays go.

  22. - Top - End - #22
    Firbolg in the Playground
     
    Person_Man's Avatar

    Join Date
    Feb 2006
    Location
    Washington, DC
    Gender
    Male

    Default Re: Generating Those Six Magic Numbers

    My group uses an even simpler method. The DM sets a score value, usually 80 or 85. Your six stats must add up to that number. No stat can be higher then 18 + racial modifiers + stat bonuses from levels, and no stat can be lower then 3 after racial modifiers are applied, (which means a Dwarf would have to put a minimum of 5 points into Cha).


    This has the following advantages:

    1) Every PC starts out on equal footing. Your bonuses always add up to the same exact amount. No resentment because of poor die rolls.

    2) Every PC can customize what they want.

    3) You can make your PC truly shine at an ability.

    4) If you really want to dump an ability (Wis and Cha are popular) you can, but then you must accept the consequences on your roleplaying (a low Wis PC should make poor tactical decisions, a low Cha PC should have trouble communicating - even with other PCs, etc) and in combat (expect poison, ability drain, ability damage, etc).


    Disadvantages:

    1) Builds with MAD tend to suck if the base stat points are generally low. For example, a Gish build has a hard time with just 80 stat points.

    2) Builds with MAD generally pwn if the stats are generally high. A well built gish with 100 stat points can do almost anything, destroying niche protection.

  23. - Top - End - #23
    Dwarf in the Playground
    Join Date
    Mar 2006
    Location

    Default Re: Generating Those Six Magic Numbers

    My group uses: 4d6 x 7 (as opposed to 4d6 x 6). Drop the lowest roll, drop the lowest total. Makes things somewhat higher powered, but doesn't overblow it. Generally prevents you from having penalties.

  24. - Top - End - #24
    Pixie in the Playground
     
    BlackDragon

    Join Date
    Sep 2007
    Location
    NE Ohio
    Gender
    Male

    Default Re: Generating Those Six Magic Numbers

    Lessee.

    4d6 reroll 1s. Drop lowest.

    2d6+6.

    1d6+12.

    1d6+1d4+1d8.

    1d6+1d12.

    2d12.

    4d6 (no dropping)

    These are all styles of games I have played/used.

    OH YEAH.

    Stat Matrix. 3d6 in each slot of a 6x6 grid, take any row, column, or diagonal of 6 stats.
    Last edited by BetaFlame; 2007-09-25 at 01:35 PM.

  25. - Top - End - #25
    Orc in the Playground
     
    Ralfarius's Avatar

    Join Date
    Jun 2006
    Location

    Default Re: Generating Those Six Magic Numbers

    Here's one I haven't read around here, quite yet:

    18d6, roll all at once, put in groups of three. Highly customizable, can make for some overpowered characters, but it's fun to roll fistfuls of dice. Works best with smaller, 'monopoly/Shadowrun/Warhammer' style dice.
    "78% of DM's admit to having started their first campaign in a tavern. If you're one of the 22% that hasn't yet, stop fibbing."
    Spoiler
    Show
    Quote Originally Posted by Uncle Festy View Post
    Thou hast exploded mine brain.
    Congrats.
    Quote Originally Posted by Face Of Evil View Post
    Oh, I can't wait to start racking up the XP for you smelly apes.

  26. - Top - End - #26
    Troll in the Playground
     
    Daemon

    Join Date
    Apr 2006
    Location
    A pie factory.
    Gender
    Male

    Default Re: Generating Those Six Magic Numbers

    One interesting variant I heard of was rolling 24d6, drop the lowest 6, and arrange as desired (no score above 18 or below 3).

  27. - Top - End - #27
    Troll in the Playground
     
    ElfMonkGuy

    Join Date
    Jan 2007

    Default Re: Generating Those Six Magic Numbers

    Let's not forget the Standard array, used for generating normal NPCs: It's 8,9,10,11,12,13 if I remember correctly.

  28. - Top - End - #28
    Titan in the Playground
    Join Date
    Jun 2006
    Location
    Fairfield, CA
    Gender
    Male

    Default Re: Generating Those Six Magic Numbers

    Quote Originally Posted by Indon View Post
    Let's not forget the Standard array, used for generating normal NPCs: It's 8,9,10,11,12,13 if I remember correctly.
    And the Mundane array (11, 11, 11, 10, 10, 10).

  29. - Top - End - #29
    Titan in the Playground
     
    Kurald Galain's Avatar

    Join Date
    Jun 2007

    Default Re: Generating Those Six Magic Numbers

    Quote Originally Posted by Fax_Celestis View Post
    And the Mundane array (11, 11, 11, 10, 10, 10).
    And the "DM hates you" array (8,7,6,5,4,3).

  30. - Top - End - #30
    Firbolg in the Playground
     
    Rockphed's Avatar

    Join Date
    Nov 2006
    Location
    Watching the world go by
    Gender
    Male

    Default Re: Generating Those Six Magic Numbers

    I use the following method, though I don't think I have ever seen anybody else use it. I roll 3d6 12 times, drop the 6 lowest entries.
    Quote Originally Posted by Wardog View Post
    Rockphed said it well.
    Quote Originally Posted by Sam Starfall
    When your pants are full of crickets, you don't need mnemonics.
    Dragontar by Serpentine.

    Now offering unsolicited advice.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •