PDA

View Full Version : Homebrew: Deck building-based game system



KyraW
2019-02-27, 05:26 AM
I am currently developing a quick RPG system with custom dices and a deck building based approach to handle different types of actions/powers for each character. I am seeking some feedback here for generic tips/pitfalls to avoid in such a system, as well as any references I can look at for further reading.

I know it is difficult to have it all, but the idea is that the system is quick and allows for some strategy, while not completely removing player's creativity from the equation.

To give some further specification of what I am looking for (trying to keep it generic so it can serve for other GM looking to design something similar):

DICES


Dices are custom: different numeric results in each side based on custom probabilities (ie: D&D board game).
Different types of dices (some allow for higher results and/or better probabilities).
Generic rolls are always the same number and type of dices.
Advantages (high ground, aim before shoot and such) allow to roll extra dices.
Disadvantages (taken by surprise, fighting in the dark) allow oponent to roll extra dices (if no oponent, those extra dices are deduced from result).


PC SHEET


Different attributes that define overall characteristics.
Advantages / disadvantages that slightly modify game mechanics for that PC.
Heroic points. Explained below.
Expertise. Used to track which new cards can be bought with XP.



CARDS


Show a type of action, allow for roll and consequences.
Has a cost. It can be payed with different types of "resources".
Has a initiative value. Used to decide order in battle.
Might have resources assigned. If so, it can be used to pay for the cost of other cards.
Some actions (like defenses) might be reactive and have no cost.



DECKS


Skills deck. All cards are always available. Never have resources.
Actions deck. Drawn and used in combat. Minimum size limit.



MECHANICS (OUTSIDE COMBAT)


GM assign difficulty to action.
If attribute is over difficulty, action is performed.
If attribute is under difficulty, action fails.
If attribute is equal to difficulty, 50% chance (Regular roll).
Some actions require specific cards from skills deck.
Skills deck cards might alter rules for some specific actions (ie: climb skills reduces difficulty for clim actions).
Non-opposed actions can be relevant too for combat.



MECHANICS (COMBAT)


Players draw initial hand from Action deck.
Optional: allow for some discussion about strategy, if it proceeds.
Players secretly select action/s to perform.
Cards are shown. Highest initiative are resolved first.
Actions are paid with resources from cards in hand.
All used cards (actions and resources) are discarded.
Players draw X cards (if no more cards, shuffle).
Go back to step 2.



HEROIC POINTS


Can be used to try actions with higher difficulty than attribute (need roll).
Can be used to roll extra dices.
Other "narrative" advantages (ie: PC survives even if dead by rules).



INITIAL DECKS


All PCs start with an initial Skills deck with common actions.
Players choose starting weapon/class/expertise (or even a combination of these).
PCs receive a starting actions deck based on previous step.
PCs may or may not receive additional skills cards.



EXPERIENCE


Players can use experience to:
Buy new cards to include into their decks (most common use of xp).
Increase their expertise in weapons/class/path (less common)
Adquire new advantages/disadvantages (not frequently).
Increase attributes (not frequently).



CREATIVITY


When using an action in an original way, players will get advantage.
Generic common skill card to allow for non-contemplated actions.



I think this is already enough info to get some feedback, since I do not want this text to grow larger. Have also a health system in mind, but I do not think is that relevant for the deck building idea. I will give some examples of cards below, but the mentioned Attributes, resources, costs and effects do not necessarily need to be those: it is just to give an idea of what I have in mind.

Common Skill card: Unarmed combat

Cost: 1 resource of type Power.
Opposed roll of Attribute Strength.
If success, damage depends on difference.

Specific Skill card: Jump (expert).

Cost: -
Reduces the difficulty of all jumping physical actions in 1.

Initial Action card: Martial Artist - Tigers claw (novice)

Cost: 1 Resource of type Coordination, 1 of type Technic.
Opposed roll of Attribute Dexterity.
If success, damage depends on difference. (better damage than "Unarmed combat")
If difference greater or equal than 3, target suffers bleeding effect.
If used to pay another action, it generates 1 Resource of type Technic.

Advanced Action card: Great Sword - Area Attack

Cost: 3 resources of type Power, 1 resource of type Coordination.
Allows to choose up to three targets.
Opposed roll of Strength for each enemy.
If success, damage depends on difference. (better damage than "Unarmed combat")
If used to pay another action, it generates 2 Resources of type Power.

Advanced Action card: Gunslinger - Perfect shoot

Cost: 3 resources of type Analysis, 2 resources of type Technic.
Regular roll of Dexterity against difficulty decided by distance.
+2 dices to the roll.
If success, damage depends on difference. (better damage than "Unarmed combat")
If used to pay another action, it generates 2 Resources of type Analysis.


PS: I know this probably will involve a lot of effort from my side to design all initial decks and advanced cards for each class/weapon/area that I decide for the ambientation.

Marlond
2020-06-23, 04:55 PM
[QUOTE=KyraW;23737858]I am currently developing a quick RPG system with custom dices and a deck building based approach to handle different types of actions/powers for each character. I am seeking some feedback here for generic tips/pitfalls to avoid in such a system, as well as any references I can look at for further reading.

I know it is difficult to have it all, but the idea is that the system is quick and allows for some strategy, while not completely removing player's creativity from the equation.


Did anything ever come of this project? I followed the link here from rpg.stackexchange.com.