[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Game Design General /gdg/

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 137
Thread images: 22

File: w8POQNi.png (2MB, 830x1200px) Image search: [Google]
w8POQNi.png
2MB, 830x1200px
Previous Thread:53229345

Useful Links:
>/tg/ and /gdg/ specific
http://1d4chan.org/
https://imgur.com/a/7D6TT

>/gdg/ on Discord
Channel: #dev
https://discord.gg/WmbThSh

>Project List:
https://docs.google.com/spreadsheets/d/134UgMoKE9c9RrHL5hqicB5tEfNwbav5kUvzlXFLz1HI/edit?usp=sharing

>Online Play:
https://roll20.net/
https://www.obsidianportal.com/

>RPG Stuff:
http://www.darkshire.net/~jhkim/rpg/freerpgs/fulllist.html
http://www.darkshire.net/~jhkim/rpg/theory/
http://www.therpgsite.com/showthread.php?t=21479
https://docs.google.com/document/d/1FXquCh4NZ74xGS_AmWzyItjuvtvDEwIcyqqOy6rvGE0/edit
https://mega.nz/#!xUsyVKJD!xkH3kJT7sT5zX7WGGgDF_7Ds2hw2hHe94jaFU8cHXr0
http://www.gamesprecipice.com/category/dimensions/

>Dice Rollers
http://anydice.com/
http://www.anwu.org/games/dice_calc.html?N=2&X=6&c=-7
http://topps.diku.dk/torbenm/troll.msp
http://www.fnordistan.com/smallroller.html

>Tools and Resources:
http://www.gozzys.com/
http://donjon.bin.sh/
http://www.seventhsanctum.com/
http://ebon.pyorre.net/
http://www.henry-davis.com/MAPS/carto.html
http://topps.diku.dk/torbenm/maps.msp
http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/demo.html
https://mega.nz/#!ZUMAhQ4A!IETzo0d47KrCf-AdYMrld6H6AOh0KRijx2NHpvv0qNg

>Design and Layout
http://erebaltor.se/rickard/typography/
https://drive.google.com/folderview?id=0B4qCWY8UnLrcVVVNWG5qUTUySjg&usp=sharing
http://davesmapper.com
>>
Hmm...

My original concept for the combat system (escalating rolls) didn't work in practice due to incoherence and insane scaling I was not prepared for, so I decided to go with action points instead, and getting a two-sided health bar type of thing going on.

So shortly, everyone rolls 2d6 for how much action points they have. If they have managed to get some advantages or disadvantages during the fight, they are counted toward it.

So the idea is that there are two bars going for the middle, Strain and Despair.
Strain is something that comes from external stuff, basically the "damage" tally. It can be caused if you use your abilities and fail the check.
Despair is what comes from within, the players being able to take points of despair to push rolls and resist being knocked out.
When the two meet, things get bad for the player, and further hits always require a roll to not get knocked out.

I'm thinking of how to determine the "hit" difficulty, due to my system being a roll-over system where stats are better when they're low. I can't just convert stats into difficulties due to it not making sense in this context...

Before I had the idea of escalating rolls, but now I think I could just go that every attack is simply a contested roll.
>>
>>53261336
Rolling for action points seems brutal, if that one roll is determining how shitty/normal/gucci you will fare for the whole encounter.

Wouldn't an attrtibute-sourced AP pool work better for reliability? I'm sorry if you released a PDF, I never caught it (like, if attributes don't exist in the game).
>>
File: Misfortune A4 print 0.95 2.pdf (212KB, 1x1px) Image search: [Google]
Misfortune A4 print 0.95 2.pdf
212KB, 1x1px
>>53261336
To clarify, this is mostly to ask opinions about the dual-sided "health" bar.

It works so that sometimes you use despair to hit or accomplish something else on the field, and it creeps up slowly. Strain on the other hand, is basically just regular "HP" in the sense that you can just take a nap and get rid of 1d6 of it.

You can't actually die unless you really rack up on Despair, a little like in TBZ where you need to check the "Death" box to be able to die. If you ever roll under your Despair in any situation, you basically get into a position where you would be ejected from the scene, no matter if it happened while you're taking coffee from a coffee shop.

Strain can cause you to run out of juice, meaning you become unable to use your powers "effortlessly", and of course cause you to get knocked out.

Both have their own rolls, meaning Despair is checked against on every roll you make, and Strain is rolled against every time you go over the damage threshold.

>>53261397
Have an un-updated version as of now, just focus on everything but "conflict rolls" if you want to know what's up. I haven't been here for months due to there being little progress due to playtesting.

I can't use attributes, because my system has reverse attributes, basically. The lower the stat the better. So somehow converting to...

Wait, I might have struck an idea.

What if, instead of action points going downwards, there is something that goes upwards and makes it harder to make actions, rather than it being some super-brutal 2d6 roll basically.

Allright, how about "Fatigue" or "Stamina" bar on TOP of this. Every time you make an action, you add a point to your fatigue bar (I really like using bars instead of numbers it seems). If you roll under your fatigue, you complete the action but take Strain.

Shit, this combat system is turning into some real fricking resource management. Although, this is still peanuts, because these are the only thing you need to worry about.
>>
>>53261490
Well, having bars is a sign you have a very small and discrete number set, which is generally something I applaud.

So, increasing difficulty after every action.
It lends well to concepts of decay.
With a visual and low numbers, this is fairly simple to implement.
>>
>>53261655
Yeah, I think so too.

It kind of baffles me I didn't think of it before, it should've been only natural.

I gotta update my rulebook, playtest this one out and maybe finally I could start talking with my artist (Pilgrim) again, so I would someday get this game finished.

But, I gotta first check that it works before making final changes.
>>
>tfw you have had no motivation to work on things
>>
>>53263066

I need to convince myself to be interested in my project because I know I can pull this off, I just... have to stop being distracted by the Internet.

Irony!
>>
>>53263116
I have so many things in real life vying for attention. Its been draining me. All I want to do is just make my games that no one else will every play.
>>
File: Tactics_orge_ps1.png (44KB, 638x452px) Image search: [Google]
Tactics_orge_ps1.png
44KB, 638x452px
Can't discuss details of the systems, but my own RPG project is going fantastically. The driving principle is to structure processes just enough to free up player attention so they can focus on robust options. I find that most systems lack efficient structure.

The other main design focus is creating powerful tools for GM's to create worlds that can withstand player freedom.
>>
File: 1490061877008.jpg (35KB, 702x536px) Image search: [Google]
1490061877008.jpg
35KB, 702x536px
>>53263333
Hmm. I suppose I have the mercy of a fire under my ass, then.
If I don't finish this inventory subsystem, I won't have a game to play with the friends who are waiting on it (out of some personal stubbornness).
>>
File: iraiddungeonsfortreasure_game.pdf (70KB, 1x1px) Image search: [Google]
iraiddungeonsfortreasure_game.pdf
70KB, 1x1px
I made a 'i kill puppies for satan' hack for a more traditional medieval high fantasy game.
>>
File: gravityequation.png (31KB, 305x310px) Image search: [Google]
gravityequation.png
31KB, 305x310px
Bumperoo
>>
>Dice pool, D6
>Successes are 5, 6
>Spread is anywhere from 1 die to 15 dice
>How crit?

I'm trying to come up with an elegant crit mechanic for a dice pool that ranges from very small to very large.

I started thinking about if all successes are 6, the roll is a crit.

Any ideas?
>>
>>53268585
>I started thinking about if all successes are 6, the roll is a crit.

So the complete noob with only one die has a 1/6 chance of critting, while the demigod with a 15 die pool gets a 1/470 184 984 576 chance of critting.
>>
>>53268733
Well, ok, misthought. All sucesses, not all die. More in the ballpark of 1/32 or something for the demigod then. Still, the basic idea holds, the bigger the dice pool, the lower the chance of a crit.
>>
>>53268733
Yeah, that's why I don't like it. I'm looking for ideas.
>>
>>53268585
>>53268733
>>53268787
>>53268797

I don't hate the idea of exploding 6's. That would ultimately make the "demigod" roll more likely to crit, while being somewhat less consequential, while the noob roll is less likely to crit, but more substantial.
>>
>>53268901
What if a crit requires there to be at least one "third-generation" die?

Meaning that when the first dice explode, you then reroll them, and if any of those explode, it's a crit?
>>
>>53269252
I like it, it's like crit confirmation. Thanks anon!
>>
Would this be an inappropriate space to ask for specific fonts I'm looking for to match a book's fonts?
>>
>>53269876
I think /wsr/ might be more up your alley, but the problem is that there are probably more people who know here. (Not me personally, I'm not that good with fonts, but anyway)
>>
>>53268585
You could make dubs and trips have special effects. That way the guys rolling more dice (who are more powerful) have higher chances to pull that stuff off. They wouldn't even have to be successes, rolling triple ones could still be useful.
>>
I sometimes get ideas for games, but I'm terrible at actually turning them into games, and when I try coming up with rules they just fall apart.
How do I avoid this?
I had an idea today that's already collapsing, so I've written down the initial, core concepts and goals before I ruin it.

Here's the gist of it, as an unstructured idea blob:
Suddenly had an idea for a new tabletop game, but then I started to shape the idea inside my head into something with actual structure, it all fell apart almost instantly and the idea seemed terrible instead. Why are all my ideas like that? And what's the point of having ideas if I can't even peek at them without them falling apart?

Tabletop miniature game, but the focus isn't on fighting. The rules should preferably be simple enough that I can play it with my nieces and nephews, but having optional advanced rules is okay. This game is casual as fuck, so making a perfectly balanced competitive game isn't really a goal here.

The players control yokai, japanese folklore monsters (because I have lots of models of them already), sneaking around feaudal Japan and spooking people.
Thus, the gameplay is built aroud that one stock ghost story that the vast majority of traditional Japanese ghost stores are all very, very sight variations of:
Someone is out alone at night, sees stranger, gets close, the stranger turns around and there's something weird with their face, like one eye or slightly oddly shaped teeth. The end.
Translating that into gameplay, the objective is to sneak up on humans, represented as face down counters, and scare them (or lure the humans to you). But to mix it up, there's different kinds of humans, and you usually don't know who you're dealing with before you flip over their counter. So you can get a peasant, who is easy to scare but earns you very few points, or you could end up face to face with an angry samurai. Or even worse, an exorcist!
Also each yokai has different powers and abilities, duh.
>>
>>53271397
Also I guess most yokai would have a "domain", an environment where they're most at home, like kappas living in rivers and tool yokai belonging in and near buildings. And they'd get some kind of advantage while inside their domain, but some would be weakened outside it.

For now, the Domains are Water, Forest, Mountains and Building. Some terrain could even be several domains at once (a bath house is both Building and Water, etc).

There's some sort of stealth, as scaring is more effective when the humans don't see you coming.
When a human counter is flipped over, that's called a Surprise, and makes him or her easier to scare (unless they're an Exorcist or a Policeman, as they can't be surprised).
If a yokai fails to scare a surprised human, they remain face up, and are now Aware, which can have different effects depending on the type of Human (Nobles and Peasants will begin to run away, Samurai and Policemen remain on guard etc).
>>
>>53271397
>How do I avoid this?
write all the terrible rules down in v0.1
improve them 5% in v0.2
improve them 5% in v0.3

etc

the most important thing is to write down all the ideas you have (or evaluate + write down if they replace something else) before changing those ideas
>>
>>53271524
The problem is that I have bits of rules, but not a core mechanic, because I'm an idiot and I usually pick a mechanic, work on it, and then realize it's shit. I'm also worried that some of my original ideas will turn out to work against the rest of the game (for example, I'm building everything on the humans being NPCs rather than directly controlled by a human, and that might be a terrible foundation to build on. What if it should've been an asymmetric game all along?).

Right now, I need to come up with and stick to a couple of mechanics:
Scaring people (basically combat, probably with dice).
Some way to move the Humans around, without making it a game of just making the humans move away every time your opponent gets close.
Some way to do sneaking without it being overly complicated or feel like a chore, like in most tabletop games.
>>
>>53271705
Rulebook
section 1
blank
section 2
blank
section 3
mechanic
section 4
blank

problem solved

if you need to change it later it may be painful but it's gonna be less work to use the prepared infrastructure in the rulebook to change it
>>
>>53271705
Dude, relax, first and foremost the key is what do you want to play? You can rework the mechanics to fit any style of play you want. It's really not a matter of which format works the best. Do you want to play an asymmetric game where you play as the different humans that flip and your nieces and nephews play as the youkai trying to scare you? Then you can design the game in that direction. Do you want the game to stay purely spooky ghost focused? Then that's the direction design should follow. There isn't a correct direction; it's wherever you and your audience want to go.
What's the end goal? Whoever has the most points from scaring people? Is there a time limit (set number of turns) or does each player maybe get to scare two random humans each, one at a time. Is it possible for humans to randomly group up, scoring more potential points, but making them more difficult to scare? Keep these sorts of things in mind.
>>
>>53271705
Only way to tell if it's a bad foundation is by testing.

Take the perspective of an artisan at his craft. He makes a piece, he knows it's flawed, but he keeps creating. With practice, there are fewer flaws and he knows he's getting better at his craft.

The businessman wants to throw together a game and unleash it on the public for massive coin. The artisan just loves making games, never wants to stop, and gets better at it all the time.
>>
>>53268585
At that point, I'd go with a number of successes over the target is a crit. Depending on the numbers, something like double or a set number like 5 over might work.
>>
My idea is making character creation fulfills the background some (most?) players don't make.

So, at first you choose (every option always have the roll option for truly random result):
1 - Race and gender, giving you the base stats
2 - Origin. Are your parents peasants? Nobles? wanderers? Townsfolk? Merchants? This grant a bonus to the "family profession" (so, Smithson knows the basics of blacksmith).
3 - Infanthood. Was it free in the fields? In the streets of the town? OR did your parents put you in the monastery? Or as a squire of a noble? Or as a servant of the mayor in its manor? This grants a bonus to one social skill. You also choose a "Buddy" (can be another PC).
4 - "Adolescence" (the name did not exist in medieval ages): You finally can choose a profession on your own, but not without drawbacks: you must choose one "bully". If you choose swordfight, maybe it is the nerd mage, or a rival swordsboy, or an urchin thief.
5 - Crisis. This is when you leave home to adventure. Was running away from something? Seeking knowledge?

This should make CharGen more fluid and natural.

Thoughts?
>>
>>53275518
An option I've planned for my own game, but not seen in others, is Culture. It would probably fit well in your list.

A players race might determine their starting physical attributes, but their Culture is quite important in determining base skills or mental attributes. It can also influence their starting gear and go a long way in making the character seem more three dimensional.
>>
>>53272058
My big problem is that I'm completely stuck at choosing a dice mechanic to base it all on. There's just so many possible ones (1d6 with modifiers? 2d6 and pick highest or lowest based on the situation? Dice pools? Different die sizes to represent stronger characters? Etc). It's such a basic but important thing that needs to be decided early, and I have no idea how to do it.

I know what game I want to make, and I'm pretty okay at making rules once I have a foundation to build on, but I'm waaay too bad at math to build that fundation.

>>53274596
I know that playtesting is important, but I have to have something to playtest first, and I'm kind of weary from tons of failed games I made where I wrote and playtested for months, only to realise that the core mechanics were so bad that it didn't really matter. So please excuse me if dice mechanics make me nervous.
>>
>>53271818
...how does that solve anything?
>>
>>53268585
For every natural six you roll, you may choose and reroll one of your other dice. Dice can only be rerolled once.
>>
File: 1458947636688.jpg (172KB, 480x417px) Image search: [Google]
1458947636688.jpg
172KB, 480x417px
Looking at my skill list.

How would you group or distinguish
Herbalism, Alchemy and Medicine?

Herbalism covers identifying and finding plant and implies knowledge of uses.
Alchemy is needed in relation to magic and is guaranteed to be widely useful and powerful.
Medicine (or Healing) can encompass using medicinal plants, chemicals, bandaging, stitching, splinting, bedside manner and diagnosis.

How to deal cover the bases best and deal with the bleedover?
>>
What mechanical effects would you use to take advantage of this combat system?

Combat goes through a strict sequence of phases: ambush, ranged, melee, close. Entire parties act at once until close range; then people you attack counterattack if they're still alive. Close repeats if it has to, but it's hella lethal.
- Ambush: Only people with surprise act. (Surprise is determined by skill rolls.)
- Ranged: Relatively hard to get good abilities for. Basic weapon attacks do 1d6 damage.
- Melee: Easy to get good abilities for. Basic weapon attacks do 2d6 damage.
- Close: Stupid lethal. Basic weapon attacks do 4d6 damage. (The average character has 14 health.)

Here's what I have so far:
- Boring accuracy and damage buffs and AOE attacks
- Opponent defends using a skill instead of armor (worth knowing: the skill system can put up with almost anything)
- You skip this entire phase and get a big effect next phase (for spellcasting)
- If this attack is successful, you repeat this phase. ("hold the line" attacks, easy with polearms) (There's a cumulative accuracy penalty to stacking these.)
- Victim "lags behind" by a phase, they can't do anything until a phase gets repeated
- Modify the initiative score (your party might go first next phase)
- You disappear from the combat entirely until a specific phase (rogue-ish ambush attack)
- Penalize accuracy for people who don't target you this stage (considering making this global in melee/close)
>>
>>53281791
How does that system deal with two archers fighting? Do the fire twice each and then run to punch each other?
>>
>>53280256
> I'm completely stuck at choosing a dice mechanic to base it all on.
Say you have two beneficial things of equal weight. Call them +1 bonuses. Do you want two stacked +1s to be...
- Twice as good as one +1?
- Less than twice as good as +1?
- More than twice as good as +1?
- Exactly as good as one +1?

>>53281644
Herbalism seems like the one that's in danger of getting crowded out. I'd make it so someone with medicine knows how to use St. John's Wort for healing, but explicitly doesn't know what that plant looks like in the wild unless they have herbalism (they've only seen it pre-picked and dried).

You might also want to consider trimming your skill list. Usually big skill lists are the wrong solution. But that's hardly universal. Depends on your design goals.

>>53281958
Yes, though it would be entirely reasonable for the GM to declare this stays in the ranged phase.

However, the system is generally a little wonky for 1v1 (I'm okay with this flaw), and a pure archery fight would out-of-genre. I'd also like to point out that a pure archery fight implies that one of the combatants is making a terrible mistake (the one with the relative melee advantage should advance).
>>
Failed to find anything on the 'net so I'll inquire here:

Has anyone heard of a ruleset (I don't remember where I read it originally) or a webpage with the Magic System that uses a difficulty level (you have to beat) to cast spells?

Note this difficulty level is something like a shopping-list, with all the modifiers according to effect:
So, you start with 1 for each effect, and:
+1 for each (squared?) inch of range,
+1 for each (squared?) inch of AOE,
+1 for each additional bonus to effect.

To ease up the casting, you get to:
Channel mana: add bonus for each turn of channeling
Sacrifice: add bonus for each (appropriate) sacrifice

At the end, naturally, you get to roll to see if you cast, and if you fail - all the (now negative) magic hits you instead.

So, for example, you have a Magic 4 Warlock, and you try to cast a +4 fear check on an approaching enemy 3" away after spending a turn Channeling:
1 (starting) + 3 (range) + 0 (AoE is just one person) + 4 (for fear bonus) - 4 (for Channeling) = 4
Casting is Magic + d6 - so, basically, it's cast automatically.
>>
>>53282173
>I'd also like to point out that a pure archery fight implies that one of the combatants is making a terrible mistake (the one with the relative melee advantage should advance).

Well, assuming that's possible. Something like 'A river' or even just difficult terrain would make that difficult.
>>
>>53282983
Yeah, that'd be something you'd resolve by repeating the ranged phase.

I'd rather not get bogged down in edge cases for the purpose of answering my question though. Normally combat keeps advancing through the phases.
>>
Bump.

Dear other side of the planet: I could still use feedback on >>53281791 if you're up for it.
>>
File: D10 Pool Distribution.png (13KB, 749x223px) Image search: [Google]
D10 Pool Distribution.png
13KB, 749x223px
>>53260979
Probability Percentage of Die Results when rolling D10 Pools and keeping the lowest number, Successive 1s become negative

Made this to help me balance core mechanics in a game I'm working with,

Thoughts on Die pool systems, D10s especially?
>>
>>53280256
I think I might have something to build on now:
Instead of having annoying stealth rolls and such, sneaking is represented by yokai moving slower outside of their domain. Spooking is done by rolling a d6 (or a higher die, I'll experiment a bit) and rolling higher than the Human's Bravery. Not sure what happens if the test is failed, but if it succeeds, the human is removed and the player keeps the Human's counter, as well as earning a number of Magic Points, MP.

Yokai have few, if any, stats and numbers. Instead, they have Perks (passive abilities), and Spells (activated abilities). Spells can be very useful, and have effects ranging from helping or hindering yokai to moving or revealing Humans. However, casting Spells usually take up a yokai's whole turn (meaning you'll have to use teamwork to get the most out of them), and they need MP.
MP is shared among all the yokai a player controls, and are gained by Spooking or by draining MP from Domains, ie terrain features (at the start of the game, a random amount of MP counters are placed on each Domain, so you can't stand still and drain MP from the same spot forever).
>>
I'm more interested in examining stuff that exists, as opposed to making my own stuff right now. In particular, I wanted to read about pathfinder. Does anyone know anywhere I can read honest analysis on what options in the game (especially related to feats, magic items, and class features) are unpickable vs must-haves? I've been reading through the books myself, but there's just so much to process.
>>
I'm more interested in examining stuff that exists, as opposed to making my own stuff right now. In particular, I wanted to read about pathfinder. Does anyone know anywhere I can read honest analysis on what options in the game (especially related to feats, magic items, and class features) are unpickable vs must-haves? I've been reading through the books myself, but there's just so much to process.
>>
>>53260979
i am gonna make a game where you can draft your own planet and solar system. then you start the real game where you go resource gathering and building and making jumpgates to other players solar system to build on their planets.

i was wondering what kind of things pop up in your mind when you hear this. any kind of suggestion or tips?
>>
>>53281791
>>53281791
For one: Damn cool idea, I guess the theme of your game also goes towards larger scale combat like mercenary companies or whole armies even? Because the combat system surely gives me that feeling of large, charging forces.

Anyway, back to mechanics.
To help with the issue of>>53281958:
It would work when you do all phases and then restart the sequence at "ranged" instead of repeating "close" all the time after reaching it.
At the end of a phase give combatants the option to
-advance closer (opposed by things like terrain, traps, spears if going from melee to close etc.)
-stay put (might be opposed by things like morale/fear effects, would be great if your setting has monsters for example)
-retreat (which again might be opposed by terrain or enemy abilities. bad case you stay where you are, worst case you eat an extra attack).

If someone advances while in close combat he breaks through and shifts an enemy ranged combatant gets shifted to melee or close.

This way combatants can fullfill different combat roles and you can simulate things like falling back and luring the enemy into a trap etc.
Also, to keep things from going on to long: firing ranged into close has a considerable chance of harming allies, so once the fight has reached this stage you are incentivised to help out there instead of sitting back. Unless of course you prefer to fuck over the enemy archers or melee reinforcements that sit in the back as well.

You might also want to think about increasing damage for people who fire into another engagement level, so ranged into melee is more effective than ranged into ranged. For example, and ranged into close is again stupid deadly for both friend and foe.
Another idea would be advancing instead of ambushing from range. Make an increasingly difficult check and you might begin your ambush (or part of it) already at melee or close range, then you jump back to allow archers to take a shot and begin with the normal combat sequence.
cont.
>>
>>53289349
>>53289328
Sorry for double post. Phoneposting messed up somehow.
>>
>>53289349
Just read the optimization guides. It'll give you a good idea of how Pathfinder works.
http://zenithgames.blogspot.com/2012/11/the-comprehensive-pathfinder-guides.html
>>
In a "traditional"* fantasy RPG, how much impact should your race have? How much is too much, or too little? Why?

* fantasy RPGs where there are several distinct races/species i.e. pathfinder, dnd, et cetera
>>
>>53293914
At least a fair deal. Every subsystem has to justify its existence. If you make people pick a race for a minor situational bonus, you're wasting their time a bit. I'd actually start with more impact than D&D 3.5 and 4E do (don't know other D&Ds well enough to comment).

Alternatively - literally no effect. Then the rules are just "You can be an elf," which is no burden. (Sort of the degenerate solution.)

>>53289458
Was thinking the usual squads of murderhobo. I'd have to change the dice mechanic to support huge groups.

One of the key properties I'm going for is to make combat have a bounded duration. Everything eventually devolves into people rolling around on the ground trying to shank each other, specifically because that means sloggy combat is impossible.

A complex collection of maneuvers like you describe would be really cool for a game that tries to deal with mercenary companies though. I also always thought that a mercenary company would be a lot of fun paired with troupe play.
>>
>>53293914
I prefer for a little bit, and for them to not at all affect your statlines. The distinctions should largely serve as highlights of an abilities of a race, not much more.

This little bit allows some mechanical distinction which is interesting and flavorful, but too much and you might start excessively encouraging roles with races which might be "realistic" (well of course dexterous elves [which they all are] favor dexterous roles, etc), which is, frankly, a little tiresome.

Stuff like DnD's adding +s to stats incentivizes people to just play elf rangers if they want to play rangers, or something. Why make people feel like they "should" do that, or they're making a "bad" choice if they don't?
>>
>>53293914
In D&D3.5 you can have a maximum attribute of 20 at character generation. The racial bonus constitutes 2 points or 10% of this.
Or if we look at an average score of 10 we have a shift of 20% in relation to that.
Or looking at effect felt in game 2 score points equal a +1 or +5% success chance.

You have to ask yourself if you are satisfied with that impact.

>>53294234
Powergamers gonna powergame. If they don't go by stat bonus they go by special abilities. You only get rid of this effect if you trivialize difference. I'd advise designing according to background and accept player inclinations.
>>
>>53293914
races are classes
>>53292140
>>
>>53294478
Semantics.
>>
>>53294138
>I'd actually start with more impact than D&D 3.5 and 4E do
Do you mean 'more impact' in 'more stats' or 'many more features' -- by the latter, I mean instead of +2 Strength, it grants +x STR, +x extra points towards X skill, +Y bonus towards Z action, et cetera?

Basically, are stats enough to discern the races?
>>53294234
>The distinctions should largely serve as highlights of an abilities of a race, not much more.

How would you highlight a race's abilities without granting bonus, race-unique abilities (ignoring the possibility of making these nigh-useless) or stats?
>>
>>53294522
They are enough to discern some races and they are discerning enough for some systems. If a statline encompasses every trait an entity can have in your system, sure it is enough because it works on the same granularity as everything else. If your races have largely the same humanoid form and differ mainly in efficiency while being able to do the same task, than that is enough.
>>
>>53294380
I'd say there is a difference between people that see easily-read stats ("oh, it directly helps what I want to do, cool.") which our brain will naturally see as being "better" (even if you're not inclined to pick purely based on mechanical "goodness", you'll see it) which can create that effect, versus mild features and whatnot that are more situational and flavorful, while being less easy to compare, and especially versus dedicated min/maxers.

Thinking about it, maybe the problem here is merely that DnD makes it so most characters only care about 1 or 2 out of their 6 stats, and can mostly disregard the others, which exaggerates this oddness.

Thinking of a few other systems systems (like Savage Worlds, off the top of my head) I don't think have this problem exists (or if it does, to a much lesser degree), simply because the stats are all more or less useful.

>>53294522
It would be race unique abilities, probably. I have no advice on making those though, unfortunately.
>>
>>53294664
>Thinking about it, maybe the problem here is merely that DnD makes it so most characters only care about 1 or 2 out of their 6 stats, and can mostly disregard the others, which exaggerates this oddness.

This is certainly true, but GM style plays into it as well. A chosen weakness should be felt after all.
>>
>>53260979
back again for my perrenial idea request post.

Im making a vaguely polynesian themed RPG with a really restrictive inventory system. I need ideas for items that would fit in the game that require either two hands, a hand and a shoulder, or being slung across the back to be carried. So far what I have is a large warclub, a brace of spears, a large pua (stone wheel thing thats used as currency), modified canoe that can be carried by very strong characters, and a set of carved poles and mats for a lean-to.

anybody got any ideas?
>>
What are the quintessential spells for dungeon crawling games?
>>
>>53295050
totem
a piglet
shark jaw
a net with weights
chieftains chair
didgeridoo
drum
>>
>>53294522
For my money unique race abilities are best kept passive so that they don't butt into the creative space of class abilities. I also prefer them to be powerful but highly specific, of course your ability to make such passive abilities is going to depend on how many moving parts your system has to play with.
>>
File: Buckler.jpg (31KB, 540x361px) Image search: [Google]
Buckler.jpg
31KB, 540x361px
So I want a mechanic to represent obscuring your opponents vision by holding your shield out far in front of you.

d20 system. Any ideas as to how would you represent this?
>>
>>53299024
Looks like a Defensive Feint to me. Roll a Quick Contest of Shield skill vs. their highest weapon skill, or DX if better. Margin of Victory is applied as a penalty to their next attack roll against you.
>>
>>53299024
Pardon my Fate-ism here, but this sounds like a "Full Defense" action

Meaning, you gain AC-or-whatever bonus instead of attacking that round/action.
Not very different from hefting up a tower shield in some systems but does the narrative job of saying that the "active defender" is obscured
>>
>>53299061
Huh, hadn't occurred to me as defensive. I basically figured the defensive bonus was factored into ordinary shield use. Rather, I was actually thinking offensive- the idea being that your opponent can't from where your next attack will come from.

Problem is it didn't strike me as strictly a feint either. Feints are resolved as a bluff, and rely on the opponent seeing your maneuver in order to trick them. In this case the opponent can't see anything at all, so its hardly a deception- so much as a blind. But it's not so bad as them actually being blind, since they know where you are and have some indication of your hostile intent.
>>
>>53299182
Same thing, then, but in reverse. Margin of Victory is applied as a penalty to their next active defense against your attack, or as a penalty to AC in a d20 system most likely.

It's definitely a Feint in my books. Feints can be more than just lying or tricking, they can be hindering your opponent's ability to effectively respond to your attack. Call it a Setup Attack if you'd like, where it's still an attack (bash the guy's face with a shield), but the defense penalties won't apply until your next attack/turn.
>>
>>53299225
Yes, a penalty to enemy AC is what I was thinking. It's that margin of success that bothers me. No matter what comparison of skills I use, the margin is much too large. I wouldn't want the penalty to exceed 4, I think, nor do I want it to completely negate evasion defense (aka "flat footed" though I rather detest that term). I considered a flat penalty to AC, but that just seems lazy and is the default I'd rather avoid.

I was partly hoping if a third option could be found.
>>
>>53299351
Well, the MoV mechanic comes from GURPS, so it definitely isn't suited for a d20's swing. I can't think of anything else besides the incredibly unsatisfactory flat penalty. Have you considered using 2d10 instead, or otherwise generating a non-flat curve for your system?
>>
>>53299390
I'm rather fond of the 5% probability increments, and rather than giving a natural 20 auto-success I just let it explode, which has surprisingly easy math to work with while still putting unattainable success well out of reach by the power of improbability. Suffice it to say I'm pretty attached to it and have it entrenched in the balance of my system by now.

The flat penalty is unsatisfying. Especially since I used flat penalties to AC to simulate dual wielding ( the other blade is for trapping and threatening, not DPS- the speed at which you attack comes from the rotation of your torso, not flailing your arms about). Furthermore, dual wielding with a shield is perfectly viable provided you are using a center-grip shield capable of punching- but this blinding technique is something else entirely and I feel it should be represented with something else.
>>
>>53299622
Good luck, then. I hope you can figure out something you're happy with. If I were going for a system that allowed that sort of realistic detail, I'd use dice that better represented reality.

What about halving evasion defense, or something similar? The worse of halved evasion or -2, something like that. Or perhaps a threshold for a quick contest, where regular success is -2, and success by some greater number gives -4? Placeholder numbers because I don't know your system math.
>>
File: 4chan_1.jpg (91KB, 634x951px) Image search: [Google]
4chan_1.jpg
91KB, 634x951px
Should animals you can have with you be given personalities and quirks on an individual level so players can form relationships with them?

A mule that hates short people, a dog that distrusts the elderly, favorite foods, skills, etc. Basically a Pokemon for you to train and care for. I have a system for this and want to know how far folks would like it to go.
>>
>>53301055

Absolutely, it takes almost no effort to do, can add to later plot points (wait, my mule isn't trying to step on my food and eat the hobbit's hair? It must be replaced by a shapeshifter!), adds character, builds connection to the party, it's just great.
>>
>>53301333
I'm only familiar with a few systems, but I haven't seen animals treated as much more than cars you drive or spells you cast. Do you know of any that add individualism?
>>
>>53301528

Add it yourself you ninny. There is no need to add mechanical complexity to something like that, just say how the donkey in your party is a goof ball, no need to make it complicated. People will get attached to it.
>>
>>53301546
Excuse me? I'm specifically comparing it to Pokemon, not some fluff for a laugh. I don't want it to be limited to funny quirks. It will be a resource for training animals of many types, rewarding attentive trainers because it essentially replaces the Beastmaster skillset with an actual system that has logic.

I already have the basic rules for animals, this is deeper system that needs to have mechanics. Are you saying you wouldn't want that?
>>
File: idea.jpg (29KB, 324x182px) Image search: [Google]
idea.jpg
29KB, 324x182px
Just some idea that I shat out.
You have a set of 4 disciplines. Defence, balistics and mele are self exlainatory, berserker and finese(for lack of a better name) are buffed up versions of mele and balistics.
Each discipline has a set of linked actions. You hit someone with mele actions, you shot someone with balistic action, etc.
Now look at pic related. Each time you perform an action, you go one space further in it's discipline column, if you use action from diffrent discipline everything is restarted.
Actions A,B,C,D are special actions, escalation is super special action that lets you perform truly epic feats.
> let's you switch to adjecent column, >> let's you switch to adjecent column or the column next to it. ^ let's you go one row down.
3 rows before escalation lock you in a specific discipline.
>>
>>53301734
You certainly did shit it out. How about some examples for old Mr. Pullman?
>>
>>53301806
Terry likes called shots. Called shots are linked to Finese.
He uses called shot 5 times inbetween texting with his gf while waiting for his turn. Now he's locked in Finese discilne.
It just so happens that NPC that he was shoting focuses on him. Terry can't defend himself.
Terry has two options:
1,use > to switch to Balistics column, then use ^ in balistics column and then restart the entire thing.
2,use called shot to shot 2 more times and then use escalation in hopes of killing the NPC.
>>
>>53301879
Am I supposed to know what called shots are or what system this is building off of?
>>
>>53281644
Personnally I have all three in the same since it's an antiquity setting. But all my skills are broad with ''Etiquette'' to define their use in specific areas of expertise. Because in the end, chances are that the guy knowning how to brew potion with herbs know how to find said herbs, or he would be out of job pretty quickly. And chances are he knows how to use those herbs to benefit people (Medecine), even if it's a particular type of benefit.
>>
File: 1248206223693.jpg (145KB, 700x530px) Image search: [Google]
1248206223693.jpg
145KB, 700x530px
>>53302013
>I supposed to know what called shots are
Jesus.
>>
>>53303708
what the fuck are you shitting on him for? the way you're explaining it makes almost no sense and the diagram you provided makes even less

i'm trying to piece it together and all i can see is that if you use an ability twice in a row you can't swap, you can only swap columns at low tiers, but theres something about an escalation and basically what the fuck are you talking about?
>>
Hey guys need some comment. I ran my test game with my system and I am pretty satisfied. The only thing is my basic skill check system.

I am using this : skill lvl = dice pool (d6). each rolled 4+ = success. Then you compare to a table related to the DC: if you have -2 or less compared to the DC, it's ''you fail and something else ... '', if you have -1 or 0, it's either ''you fail but something vaguely positive'' or if your skill is high enough (I decide) ''you pass but something vaguely negative'', if you have +1 or +2, it's a straight pass, and if you have +3 or more it's a critical pass (''you pass and something positive'').

The actual table worked well and I liked it. The problem is that the whole thing takes too much time. My first test was that everything was too difficult so I added on my last playtest (with a group) a ''6 = 2 success''. But now between calculating, checking tables, comparing, etc. it takes a lot of time. Especially when guys will have higher skill (rolling 8+ dice).

Is there a way of having a difficulty check that integrate a success table ? What I don't want is a ''3d6 over/under, pass or fail''. Not that I don't like 3d6 (on the contrary), but I really would like to have something that gives me the chance of having a success table where you can have different kind of outcome and not just ''pass or fail''. Thanks.
>>
>>53304570
I'm not entirely certain I understand the issue. If I'm reading this correctly players roll dice aiming higher than the DC of whatever and where their roll actually falls relative to the DC determines the outcome in a more granular fashion than simple pass/fail. But you're finding adding dice values and comparing to DC too slow? It is the problem that you have specific success tables for every possible action and DC that you have to refer to every time rather than giving generic outcome guidelines for the GM to fill in?
>>
>>53304856
I write poorly so let me rephrase.

What I find tedious is the dice-pool. I think it fits better the granular-result table, but it's taking too many dice and too much time. If I could find a way of having granular-result with (say) 3d6 roll, it would be awesome. Everybody would always roll the same thing in all circumstances and it would go faster.
>>
Does anyone have something really simple and easily modifiable that would be short enough for some drunk people who have never played an RPG to read? I tried making my own system but whenever I fixed a balance issue, five more issues were created.
>>
File: 0F3.jpg (57KB, 400x840px) Image search: [Google]
0F3.jpg
57KB, 400x840px
i want to make a very simple system based on WoD but instead of using D10 a D6 like this:
i can't into probabilities for shit

1 : failure and remove one success
2-5: success
6: success and roll again (one time only)

QUESTION: what's the exact chance of success per dice rolled?

thanks in advance
>>
File: Talislanta Action Table.png (88KB, 307x304px) Image search: [Google]
Talislanta Action Table.png
88KB, 307x304px
>>53304978
Just have a general resolution table mapped to whatever dice you are using.
>>
>>53305206
http://anydice.com/

go to function library
fiddle
>>
>>53305375
Makes sense, but how does it take into account the difficulty of the task itself ?

For example, some guy wants to lockpick something easy, he has 5 in lockpick. He rolls 3d6 and gets 1+5+8=14. +5 = 19.

What's the difference between a difficult lock and an easy one if, according to a fixed table, 11 to 19 = full success everytime ?

Would you use difficulty as a modifier ? Like a difficulty 3 lock = -3 to global result ?
>>
>>53305474
i'm not the person i'm replying to but it sounds like a sound mechanic to me--each point of difficulty corresponds to a point of skill needed to accomplish it, more or less
>>
>>53305474
>Would you use difficulty as a modifier?
Yes

>>53305204
Risus or Lasers & Feelings
>>
>>53305552
>>53305533

Thanks anons for the suggestions. I will try it.

Any game using something like this so I can get a better grasp of the type of difficulty and such ?
>>
>>53305607
http://talislanta.com/?p=194
>>
>>53305764
Thank you !
>>
What are the best sources of passable-quality art for rulebooks and the like?

Besides lots and lots of money
>>
>>53305206

1/6 Chance of -1
2/3 Chance of +1
1/36 chance of 0
5/36 chance of +2

29/36 chance of +1 or +2

The average Result of any roll is 0.7repeated
>>
>>53306941
>>53305443
thank you guys
>>
>>53305206
>>53306941
Err, so 66.66% of getting 1 Success
and 27.77% of getting 2 successes

And if you combine them, but consider the failure rate where you get -1 or 0s
then your average outcome is 77.77 successes per die roll
>>
>>53305206
>>53307038
CORRECTION Darn 11am math
13.88repeating % of getting 2 successes

the 27.77 was an artifact of retrieving the average number of successes
>>
File: vignette_background.jpg (3MB, 7455x6943px) Image search: [Google]
vignette_background.jpg
3MB, 7455x6943px
>>53306189
Mercifully, I'm obsessed with minimalism

I think a vignette cover, maybe only dual-chromatic at most, would be a nice thing to sit on the front of the PDF. Nothing else. Maybe some icons per section. (I like using the Noun Project if I need some free vectors for icons.)

The problem is finding an artist that can get the psychotic mood right and stick to heavy contrast
>>
>>53307435
I'd love a black-and-white aesthetic, actually, so that's a positive but I'd also love having some racial / class art. Free vector stuff (I'll check out Noun Project!) is useful in other places where specific aesthetics are much less important
>>
I've been thinking about a grapple system during work today, let me know how this hits you: grapple attempts are unarmed attacks boosted by (dex stat) and relative size category (easier to grab guys bigger than you). Following a successful grapple is an opposed (str stat) roll that determines the to of grapple modified again by relative size category with granular success/fail resulting in a possible attacker pin/defender bound, attacker latches on/defender encumbered, grapple broken, or a reversal.
>>
>>53308935
If grappling is very important to your game and people will use it often enough to justify this many rules, sure.
>>
>>53310508
After thinking about it a bit over the last couple hours I think I'll drop the counter chance, break chance, and opposed str check and just make it a simple str vs relative size DC. I could just make it a flat relative size check but I'd like to leave open the possibility of super strong characters grappling above their weight as it were.
>>
>>53307435
That looks great.
>>
File: 2378y78545648Ygs5Vko.png (83KB, 4096x2392px) Image search: [Google]
2378y78545648Ygs5Vko.png
83KB, 4096x2392px
>>53307435
If you're looking for Hard Contrast Black or White Chiaroscuro type art, you can use the online Pixlr editor
https://pixlr.com/editor/

Select Adjustment > Threshold, then move the slider to where your object looks the best"
Additionally: Adjustment > Brightness and Contrast, Playing with the contrast can help better bring out detail

Then for the Art itself, I'd suggest using a simple 3d modeller, even Blender can give adequate results, and the Threshold treatment generally makes those uncanny valley faces 3d Editors give, into something that doesn't so odd
>>
>>53311668
You should study actual grappling and wrestling, brazilian jiu jistu, etc. There's an enormous amount of technique and skill involved, so just having strength means almost nothing. Point being, your system should be able to incorporate characters who might not be stronger, but have skill.
>>
>>53314501
Too much detail, not happening. It's not an MMA simulation, it simply supports basic holding and climbing.
>>
File: portraits_15646486453518.png (61KB, 1917x1000px) Image search: [Google]
portraits_15646486453518.png
61KB, 1917x1000px
>>53307435
An example on painted faces, Just pulled this out of my Character art folder and ran it through quick
>>
A lot of generic systems have combat rules that boil down to "repeated opposed skill rolls until someone runs out of HP."

Has anyone seen a generic system that does something else successfully?
>>
>>53315038

You could make a system that boils down all combat into one roll, simply who wins.

Maybe for some fun complexity you could add in two or three rolls for each combat. Maybe an offense and a defense roll. Whoever has the most offense wins the fight but each point of defense you don't have loses your health and makes it worse. This could be interesting because you could see battles where the losers lose without taking many losses, and the winners could win but suffer extremely heavy injury.

This is all theory crafting right now, by the way. I don't know of any systems that use these ideas.
>>
>>53314568
I guess I didn't make myself clear. Just suggesting you add a Grappling skill to give a bonus modifier to people even if they're weaker or smaller, instead of only calculating strength and agility

>>53315038
Narrative systems force you to resolve conflicts with purely roleplaying, then spend Plot Points or whatever to ensure success.

If you want crunch, you basically need a semi-fair system, and if you want that, you basically need opposing skill checks.
>>
>>53315250
Nope. No skills.
>>
>>53315168
The role of the combat system is to make a major dramatic situation take longer to add tension.

Winning combat in a single roll is for samurai duels.

>>53315250
>you basically need opposing skill checks.
I think that's the case too, but I'm wondering if anyone has successfully structured a repeated set of those in a more interesting way than "best 2 out of 3."

Best I've got is something like each round being worth more victory points (or damage, same concept) than the last. It works for game shows, maybe it works for RPGs.
>>
>>53314592
>>53314405
Thanks a bunch
I've rendered my own dual-chromatic filters before, I should have considered it as a way to get this style
>>
File: 1493106418429.jpg (85KB, 1231x1080px) Image search: [Google]
1493106418429.jpg
85KB, 1231x1080px
So I've been developing this idea since the last time I asked for input on GDG. I'm trying to make something like FFG narrative dice but without the fiddly symbols. Here's my system.
>characters have attributes and ranked skills
>you roll your pool of dice vs a challenge pool of dice, trying to get more successes (hits in your pool) than failures (hits in challenge pool)
>a hit is rolling a 1 2 3 or 4
>basic dice are d10 (40% of +1 hit)
>upgrade dice are d6 (66% of +1 hit)
>boost dice are d12 (33% of +1 hit)
>challenge dice are d8 (50% of -1 hit)
>the size of the base pool is the ranks in skills
>upgrade a number of dice in that pool equal to your attribute score (if you run out of dice then add a d6, which can then be upgraded, ect)
>circumstantial bonuses and equipment grant d12s
>doubles in your pool generate advantages (separate from hits), doubles in challenge pool generate disadvantages, both of which canbe spent on secondary effects and moves

To ensure dice types are designated as one pool vs another I'm thinking of d20s being a setback dice, with it being treated as a d10 (just ignore the tens spot, 20s are treated as 10)

I don't know how I feel about giving the challenge pool a 40% to hit bonus dice while players only get a 33% to hit bonus dice. Or figuring out if a nat20 should do anything.

Comments and suggestions tg? Any other good narrative systems out there that aren't PbtA?
>>
>>53316958
As somebody unfamiliar with the FFG dice, that all sounds arbitrary and unnecessarily complex. I'm not saying it's bad, but you'd have to pitch the idea better.
>>
File: file.png (83KB, 668x241px) Image search: [Google]
file.png
83KB, 668x241px
>>53318000
The FFG dice basically work by designating Successes, Advantage and Triumphs versus Failures, Threat and Despair. He's trying to capture the same feeling of a positive versus negative dice pool with side effects, but without the $20 worth of proprietary dice, basically.

Net successes mean you succeed at the task you were attempting to do. Net advantage means you achieve some kind of positive side effect. You can fail and have advantage, thus not achieving the result you wanted but having something else good happen - this is the real strength of the system. Triumph/Despair are basically critical successes and failures, and have system-codified Good Shit/Bad Shit factors (like your blaster pistol running out of Sweet Ass Laser Gas, in the Star Wars RPG these are from, or achieving a Critical Wound against an enemy which gives them persistent debuffs)

>>53316958
I do like the doubles idea, though it will likely make advantage somewhat rarer than it is in the regular game - when designing effects in the game, keep that in mind. You could provide a mechanism for using successes as advantages, but that would have the immediate reverse effect.
Another idea would be to modulo the range, so it's "doubles as though that die is a looping d6" but that gets really hard to explain.

Also: you don't really need to ensure that the player/opposition pools always use different dice. It's a fairly reasonable assumption that in a group there's at least two colors of dice floating around, which makes balancing between them easy.

I think someone else suggested Cortex Plus last thread for that last question; I took a quick read over it and the basic idea is that you have a bunch of factors that each kick in a different sized die (d12 best/d10/d8/d6/d4 worst and considered a penalty die). You use the two highest results from your rolled pool as the result, and 1s cause setbacks. Doesn't have the same resolution but has a similar mechanic for defining the dice pool, basically.
>>
Help!
I am creating a medium crunch near-future homebrew and in it there are a few types of damage - Ballistic (for bullets and fast moving projectiles), Melee, Flame and Energy (lasers, plasma etc). This is mainly for armour, which protects against each type of damage. Instead of having a rating for each, you write the type of damage the armour protects against, and all others it is halved; if you use the word 'only' the armour does not protect. So a mail hauberk might be 3 Melee, a light ballistic vest might be 3 Ballistic only.

All good.
But then, how do I deal with explosive damage? Should I have another type of damage - Burst - which deals with concussive damage from HE rounds, HE grenades, airburst and the like? This would mean that you could have Vietnam style flak vests which only protect against burst damage.

But then, what would you do for frag projectiles? Are they burst, ballistic or melee damage?

I'm running around in circles wondering if I need burst damage or whether it can be consumed within ballistic and melee. Any comments would be appreciated!
>>
First, thank you both for the response.
>>53318000
It is a bit complex and obtuse, but FFG is actually pretty streamlined. Instead of managing all these +1/-1 modifiers or DC levels, the physical dice pool represents the challenge presented to the players. And I like that, it doesn't require a calculator and when it's done whether you pass/fail with advantage/disadvantage is right In front of you. I'm trying to make it less clunky.

>>53318848
Hey thanks for remembering me. I've really been looking at the dice mechanics of Cortex Plus, but something just doesn't sit right. I might go with this, but I don't want to leave this idea half baked.
You're right about not needing separate dice, although I like d8 for the challenge rating since it's between upgraded and downgraded dice. I think having d12 as the minor boost dice across the board, plus the moment an opposed roll comes along then segregating the dice goes out the window.

Since there's no "crit" mechanic, how would this work. The d20 is thrown in and every weapon has a number rating. If the d20 rolls equal or under that number then it's a crit, that way it doesn't eat up the smaller amount of resulting advantages while allowing a finer control over the weapon's behavior.
>>
>>53321063
First, you ignore frag unless you want special rules for embedded shrapnel.

I think it's a good idea to have explosive as a separate damage type, and make only very advanced armours protect against it.
So most armours will not protect against ANY explosive damage unless specified.

How does that sound?
>>
File: Smashing Party!V5.pdf (1MB, 1x1px) Image search: [Google]
Smashing Party!V5.pdf
1MB, 1x1px
Well I finally got around to updating my rules. I really need a hand in making them a little more intuitive. I feel like people have a hard time understanding how the game should be played.

I'll also need to test this alot more so i'll see if I can get some peeps online to test out my game and critic it. I'll need to run a lot more test games using the current system.

Currently around 20 test by myself and only 5 RL test with actual people. Might have to change the attack system all together though.
>>
>>53321730
That sounds great, and I love the idea of ignoring frag, phew! ;-) Thanks, I needed the help!
>>
>>53321063
I'm running into this detail as well.
Simply making a high-rank Ballistic vest in your system would effectively stop the explosive projectiles, and this is how bombsuits used to be (not good at handling the explosive pressure).
Therefore, I think the Ballistic rating should help out against the explosives for the projectile part but there's that leftover "pressure damage" the bomb creates that requires some advanced armor to be negated cumulatively.
The way I'm handling this is that the typical para-aramid armor can save you from the classic ballistics damage but there will be a status effect placed on the character getting concussed. Decent mechanic, I think, for the common grenade.
This doesn't model artillery explosions very well since people would just straight up die from the pressure.
>>
File: CLNEWROUGH.pdf (320KB, 1x1px) Image search: [Google]
CLNEWROUGH.pdf
320KB, 1x1px
Character List for Orberu (the Smash Up Pokemon Tabletop) is done
Includes all new and updated Character Effects, Mercenary Effects, and Leader Abilities
Notable changes is the inclusion of keywords instead of abilities (like swim and fly) and subclasses.

Weapons list also so done so the next round is battle testing to make sure all the Character Effects and Weapons are relatively balanced
>>
File: WEAPONSLISTMAIN.pdf (84KB, 1x1px) Image search: [Google]
WEAPONSLISTMAIN.pdf
84KB, 1x1px
>>53327514
there should be 208 collectable characters in the main character list, thats not including event characters and hybrid characters.
>>
>>53268733
>>53268797
You can just make the crit on any successful double instead. That way increasing the dicepool would increase your crit chances also.

A noob with 1d6 wouldn't be able to crit at all, a regular 2d6 would only be able to crit somewhere between 5% and 20% depending on the target difficulty, and your demigod would be multple critting on everybody all the time.
>>
>>53269252
>>53269433
Exploding dice kinda have a crit mechanic built in, if you already have any sort of margin-of-success built in to your system. We played around with exploding dice in a Damage = (STR + DICE- ARM) model, and realized it theoretically lets anybody one-shot anything, with enough luck.
>>
>>53271397
Don't get discouraged, Anon. That's the key. Every great game starts off as half-an-idea (at best). Sketch up a board, make some cardboard counters, and play that thing. See how it goes. Keep the things that work, replace or modify those that don't.

I'd recommend not making it too complicated to start with, esp if aimed at kids. Like with your Yokai idea, start with moving around a board and the face-down human counters with various risk/reward. Get that core mechanic working before you start adding on all the bells and whistles.
>>
>>53315250
>Narrative systems force you to resolve conflicts with purely roleplaying, then spend Plot Points or whatever to ensure success.
>If you want crunch, you basically need a semi-fair system, and if you want that, you basically need opposing skill checks.
They're not mutually exclusive. "Opposed skill checks + Plot Points" is a fairly accurate description of FATE, for instance. Which is a narrative system, but provides a fairly high amount of crunch in some implementations (Dresden Files RPG comes to mind).

>>53315702
>Winning combat in a single roll is for samurai duels.
I'd argue that it's not even the case there. Single roll combats are for heroes bitch-slapping mooks. If I was running a samurai duel, I'd have multiple rounds of skill checks for swordplay, psychology, etc while the swordsmen position and change stance and stare eachother down before either draws. Have the wins and losses add bonuses to the final roll-off. It's just one instant of actual combat, but there's a lot going on.

>Best I've got is something like each round being worth more victory points (or damage, same concept) than the last. It works for game shows, maybe it works for RPGs.
I like that a lot. Escalating stakes are a highlight of many good systems.
>>
>>53321063
>>53326544
>This doesn't model artillery explosions very well since people would just straight up die from the pressure.
It doesn't sound like it would model any high-powered versions of weapons well. A mail hauberk isn't going to protect against a melee attack from a huge monster. The best ballistic vest won't stop an anti-materiel round.

Maybe give the armors both a type and a threshold, like Armor: ballistic (3), melee (1). Protects against any ballistic less than power 3 and any melee less than power 1. Something like that. Or just have high power stuff ignore all personal armor all the time.
Thread posts: 137
Thread images: 22


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.