First, please bear with some initial context:

I am creating a MUD engine from the ground up. I am nearing the point in development, where I will have to carve out a player/combat system, however I admittedly have zero experience playing TTRPGs. The only understanding I have is of being a player of existing MUDs and RPG computer games.

My understanding is the majority of MUDs are based upon D&D rulesets, occasionally modified to varying degrees. I would personally like a bit of an edge, and model my system after something else.

The engine is geared towards worlds that:

  • Encourage solo exploration and survival.
  • Have distant sci-fi, cyberpunk, and dystopian themes.
  • In addition to equipment, implant, and class bonuses, will incorporate gunplay.

It would be ideal to base off a ruleset that isn't [[[extremely]]] complex, but also allows for customization and flexibility.

Any suggestions are appreciated, and if there are any further questions, please ask.

Thanks!

EDIT: If anyone is curious about or wants to follow development, here is the github repo.

  • wordman@lemmy.ml
    ·
    10 months ago

    You might actually want to look for RPG systems that are a particular kind of bad.

    Some systems with decent math behind them fail because they are too fiddly. They might have tons of modifiers to track, cumbersome rolling, lots of traits based on averages of other traits, and so on. Those types of systems can often be great for things like MUDs, because the computer can hide most of it from the player. And, maybe a roll takes 10 times as long, but that just means the software can do it in 10ms instead of 1ms, so who will care?

    If Earthdawn was open licensed, I’d suggest it as being “the right kind of bad”. It’s weird exploding pool step system is interesting because the dice for each step are set up such that the average roll of the pool is approximately the step number.

  • oddspinnaker@lemm.ee
    ·
    10 months ago

    I’m not an expert with it but the basics of Traveller/Cepheus seemed pretty straightforward. Roll six-sided dice and add the appropriate modifiers.

  • Thoven@lemdro.id
    ·
    10 months ago

    A great way to develop the most user friendly ruleset is to have them compete! Here's what I mean by this: once you have your top 5ish systems, just lookup 1 vs 2, 1 vs 3, and so on. You'll notice some rules that are coming up almost every time. These are the greatest pain points for users of that ruleset. From here, you can cherry pick the best of all worlds! A word of caution: if you intend to avoid a particular rule or style, consider why it exists in the first place. Often when a system keeps a part of the game most players dislike it's because that system is essential for maintaining balance somewhere.