FG Spreadshirt Swag
Page 1 of 2 12 Last
  1. #1

    Working with CoreRPG for the first time

    I hope this the right place to post this. Mods feel free to move it if not.

    I have been running 5th Edition D&D with Fantasy grounds for a few months now and really like it -- both as a platform and with the ability to gather far flung gamers. I have a tendency to want to try lots of new games, though, most of which (obviously) do not have FG rulesets. I understand, though, that the CoreRPG "ruleset" is pretty versatile. So, I am looking for advice on how to learn to build what I need in the CoreRPG system in order to run a game.

    In this particular case, the game is Russ Morrissey's (of EN World) What's Old Is New (WOIN) rpg. It uses a dice pool mechanic where you are likely to have a handful of up to 5 or so d6 plus sometimes a modifier. In addition, it uses a combat grid and PCs have access to the usual special abilities and equipment and such.

    I do not expect to be able to build a complete rule set or anything. All I am really looking to do is be able to build pre-generated PCs with their basic stats, attacks and so on built in so the learning curve is a little light and we can get to trying out the game. I think I have enough experience with the map system to do that without issue unless it is notably different in CoreRPG than the 5E rules. And special abilities we will just adjudicate as well as we can (as we would do on a real table top). I would like to be able to use the combat tracker, since there are hit points (two kinds) and initiative and such.

    What videos or tutorials will be most helpful in what I am looking to learn how to do? Has anyone found a quick way to cobble together a dice pool system? What is a good balance between trying to get stuff coded in and just running it like on a meatspace table?

    Thanks a bunch!

  2. #2
    Mask_of_winter's Avatar
    Join Date
    Feb 2009
    Location
    USA Eastern Time Zone (GMT -5/-4)
    Posts
    2,479
    Blog Entries
    1
    Check out MoreCore.
    Writer for Just Insert Imagination and co-host of the Wild Die Podcast.
    Find me on G+ to get in on one-shots, check out my YouTube and Twitch channel and follow me on Twitter @Mask_of_Winter

  3. #3
    damned's Avatar
    Join Date
    Mar 2011
    Location
    Australia
    Posts
    26,674
    Blog Entries
    1
    can you supply some (more than one) examples of how you construct the dice pools and the additional modifiers?
    can you supply a basic outline of how a character is built? eg attributes + skills + other modifiers?
    what do you measure success against?

  4. #4
    Quote Originally Posted by damned View Post
    can you supply some (more than one) examples of how you construct the dice pools and the additional modifiers?
    can you supply a basic outline of how a character is built? eg attributes + skills + other modifiers?
    what do you measure success against?
    Certainly.

    During character creation, you increase Attributes and Skills. Independently, the values of those Attributes and Skills will be given a dice pool (a number of d6s). Note that Skills are not tied to specific Attributes but during play when you make a test against a difficulty number you use an Attribute, a skill if it is relevant and perhaps some other modifier (characters have thing that are called Exploits that translate roughly to D&D style Feats or Savage Worlds style Edges). The only thing here I wonder about is how to combine different dice pools (Attribute, Skill and Special) into one roll, or even if that is possible in the CoreRPG.

    In combat you have a dice pool for an attack as above (but usually pre-figured) which you roll against a target's Defense. (Note, there are two kinds of Defense: Defense and Mental Defense for psychic attacks.) Both types of Defense are pre-figured stats based on Attribute and Skill pools with possible Exploit and Equipment modifiers. Straight forward. However, you can also reduce your dice pool in order to gain advantages or use some of the above mentioned Exploits. In fact, your character's Grade (aka level) limits the maximum dice pool so it is often efficient to spend dice on these extra maneuvers or whatever. A common example is "spending" two attack dice to add one damage dice.

    Damage taken is done to a hit point style health pool. However, there are also numerous "damage tracks" for detailing poisons, fatigue,critical effects and so on.

    Finally, there is a Luck attribute that represents a pool of dice you may use to enhance other die rolls. Luck dice explode (and none other in the game do so).

    I think that covers the basics of the system. What I am hoping to be able to do mostly is be able to adjust dice pools on the fly relatively easily and still allow player's to double click their way through combat, mostly for an ease of use kind of thing. Again, it is not strictly necessary but will improve the flow of the game.

    Thanks.

  5. #5
    damned's Avatar
    Join Date
    Mar 2011
    Location
    Australia
    Posts
    26,674
    Blog Entries
    1
    thanks Reynard203 for this to work as described I think you need to build your dice pool manually every time as there is nothing in CoreRPG (or MoreCore) to accept both additional dice and modifiers on the fly. I can make a dice roller that can accept additional dice (by way of modifiers) but not both additional dice and additional numbers. we are looking at adding another modifier box to MoreCore that would allow both to be added on the fly but that will only be ready when its ready...

    If you fire up MoreCore and start a new character you can create a roll (example) called Strength (value: /rollover 2d6x14) and another roll called Sword Fighting (value: /mod 2) and another called Giant Strength (value: /mod 1) you would then click on Sword Fighting, Giant Strength and then Strength and it should roll 5d6 (it will also count values 14 and over as successes - this is just an example). You will see that we can add Dice on the fly. Repeat this with a new roll called Agility (value: /pbta 2d6) clicking Sword Fighting, Giant Strength and then Agility. You will see how this adds modifiers on the fly. But we cant add BOTH on the fly with the current architecture....

  6. #6
    damned's Avatar
    Join Date
    Mar 2011
    Location
    Australia
    Posts
    26,674
    Blog Entries
    1
    Additionally no generic ruleset can roll against the targets roll or against the targets XYZ value as there is nothing in the generic systems code to say what roll is opposed by what roll. You would have the attacker roll and then the defender roll and the GM would adjudicate.

  7. #7
    Quote Originally Posted by damned View Post
    thanks Reynard203 for this to work as described I think you need to build your dice pool manually every time as there is nothing in CoreRPG (or MoreCore) to accept both additional dice and modifiers on the fly. I can make a dice roller that can accept additional dice (by way of modifiers) but not both additional dice and additional numbers. we are looking at adding another modifier box to MoreCore that would allow both to be added on the fly but that will only be ready when its ready...

    If you fire up MoreCore and start a new character you can create a roll (example) called Strength (value: /rollover 2d6x14) and another roll called Sword Fighting (value: /mod 2) and another called Giant Strength (value: /mod 1) you would then click on Sword Fighting, Giant Strength and then Strength and it should roll 5d6 (it will also count values 14 and over as successes - this is just an example). You will see that we can add Dice on the fly. Repeat this with a new roll called Agility (value: /pbta 2d6) clicking Sword Fighting, Giant Strength and then Agility. You will see how this adds modifiers on the fly. But we cant add BOTH on the fly with the current architecture....
    Thanks a bunch. That's very helpful. Just to be clear: MoreCore is a ruleset itself, not an extension, correct? So I would make my playtest campaign under that ruleset? Thanks again.

  8. #8
    Mortar's Avatar
    Join Date
    May 2014
    Location
    New Brunswick, Canada
    Posts
    1,127
    Blog Entries
    18
    Correct, its now a ruleset.
    Ultimate License Holder

  9. #9
    damned's Avatar
    Join Date
    Mar 2011
    Location
    Australia
    Posts
    26,674
    Blog Entries
    1
    Yeah MoreCore started life as a basic extension to CoreRPG and slowly grew. Its still doesnt have anything like the functionality of a 3.5e or 5e ruleset with the automation but it really does extend CoreRPG in some nest ways. Have a look at the City of Mist extension and Modules for CoreRPG to get an idea of what is easily achievable in MoreCore.

  10. #10
    The rules for WOIN are here now, it is all OGC (escept for the usual story and artwork stuff). But they don't have a handy text download for the tules.

    https://www.woinrpg.com/

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Log in

Log in