The Combat Role-Playing System, CRPS, is a role-playing system developed by myself.
Why did you make it?
I wanted a custom role-playing system, because no existing systems suited my interests.
I wanted a simple role-playing system, because detailed systems often scare potential members.
I wanted a limited role-playing system, because free-form roleplay combat is often disorganized.
What does it involve?
By starting fresh, I have avoided many of the complications (excessive dice rolls) and flaws (character imbalance) found in other systems.
It can be easily applied to nearly any roleplay, because it can be easily modified to fit your roleplay's needs.
What does the system use?
1 Statistic
Health: A guage of how much damage you can withstand
4 Attributes
OFF: Offense: A measure of your ability to damage your opponent
DEF: Defense: A measure of your ability to bear your opponent's attacks
ACC: Accuracy: A measure of your ability to hit your opponent
AGI: Agility: A measure of your ability to dodge your opponent's attacks
DEF: Defense: A measure of your ability to bear your opponent's attacks
ACC: Accuracy: A measure of your ability to hit your opponent
AGI: Agility: A measure of your ability to dodge your opponent's attacks
2 Formulas
Hit/Dodge Chance:
[ 100 - ( | ATKR_ACC - TRGT_AGI | ) ] / 200 = Chance of Player with Smaller Attribute being Successful
Damage Dealt:
( ATKR_OFF ^ 2 ) / TRGT_DEF = Damage Dealt
[ 100 - ( | ATKR_ACC - TRGT_AGI | ) ] / 200 = Chance of Player with Smaller Attribute being Successful
Damage Dealt:
( ATKR_OFF ^ 2 ) / TRGT_DEF = Damage Dealt
1 Die
1d100: Randomization for any percentage
What do those mathematical symbols mean?
Key
ATKR = the attacking player, followed by an attribute
TRGT = the target of the attacking player, followed by an attribute
+ = addition
- = subtraction
* = multiplication
/ = division
^ = exponentiation
|| = absolute value, makes the result of the operations within positive
() [] {} = brackets, denote which operations to calculate first
TRGT = the target of the attacking player, followed by an attribute
+ = addition
- = subtraction
* = multiplication
/ = division
^ = exponentiation
|| = absolute value, makes the result of the operations within positive
() [] {} = brackets, denote which operations to calculate first
How is character creation done? [under_construction]
1000 Health
200 Initial Attribute Points
20-80 Initial Attribute Limit
What are some standards or suggestions for using it?
<-> Being free-form in nature, it should only be applied to free-form roleplays.
<-> While the initial distribution of attribute points is up to you, Health should remain proportional to it.
<-> The initial distribution of attribute points should have limits so players don't super-charge one attribute and severly deplete the other attributes.
<-> No attribute should rise above 100, lest the formulas malfunction.
<-> Attributes should be halved under these circumstances: Offense for weapon loss, Defense for shield/armor loss, Accuracy for sensory problems, Agility for mobility problems
<-> Using a separate topic for the dice rolls and formula work is recommended.
<-> For the sake of participation, I split the responsibilities for formula work. The target will always calculate the "hit/dodge chance" formula, while the attacker will always calculate the "damage dealt" formula.
What are the rules and conditions regarding its use?
Whether you use it as is or modify it, you must give Yoder credit.
My formulas are not to be used in any other system.