New OOTS products from CafePress
New OOTS t-shirts, ornaments, mugs, bags, and more
Results 1 to 3 of 3
  1. - Top - End - #1
    Dwarf in the Playground
    Join Date
    Nov 2009

    Default Treasure Generator based on total value of treasure?

    I've been looking for a random treasure generator that would suit my needs but so far I haven't found anything.

    What I want is to be able to tell it:

    Give me an amount of treasure worth x gp in value.

    The ECL = x

    And then just output a list from that.

    As an example, I want 2000gp worth of 1st level treasure.

    Is there anything out there that does that?

  2. - Top - End - #2
    Barbarian in the Playground
     
    BardGuy

    Join Date
    Jul 2008

    Default Re: Treasure Generator based on total value of treasure?

    Well, the basic way to do that would be to set X = gp value, generate a treasure, subtract the value of the treasure from X, repeat until X < 0. Reroll if the treasure is more than some % greater than the remaining value of X.

    This should not be difficult to do by hand using the DMG treasure tables. I do not know of any existing program to do this, but you could easily write one or do this process manually with an existing treasure generator.

    EDIT: Note that getting the treasure to add up to exactly X without putting any gold coins in can be a very very complicated mathematical problem. Your best bet is to get as close as you can to X, then fill in the rest with coins if you really want an exact total.
    Last edited by Edge of Dreams; 2010-01-16 at 11:10 PM.
    I spent an hour on the edge of dreams,
    I walked between the worlds,
    and when I woke I never knew
    to which side I had fallen

  3. - Top - End - #3
    Firbolg in the Playground
     
    Draz74's Avatar

    Join Date
    Aug 2006
    Location
    Utah
    Gender
    Male

    Default Re: Treasure Generator based on total value of treasure?

    The tables in the back of Magic Item Compendium are more-or-less well-suited to this ...
    You can call me Draz.
    Trophies:
    Spoiler
    Show

    Also of note:

    I have a number of ongoing projects that I manically jump between to spend my free time ... so don't be surprised when I post a lot about something for a few days, then burn out and abandon it.
    ... yes, I need to be tested for ADHD.

Posting Permissions

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