Difference between revisions of "System"

From Xeriar
Jump to navigationJump to search
Line 23: Line 23:
  
 
There are a number of different scores representing attributes.
 
There are a number of different scores representing attributes.
 
Strength Endurance Stamina Agility Dexterity Reflexes
 
  
 
* '''Physique''' - Physical Attributes
 
* '''Physique''' - Physical Attributes
Line 30: Line 28:
 
** '''Reflexes:''' Passive Finesse
 
** '''Reflexes:''' Passive Finesse
 
** '''Might:''' Active Force
 
** '''Might:''' Active Force
** '''Stamina:''' Passive Force
+
** '''Toughness:''' Passive Force
 
 
Awareness, Perception, Intuition, Willpower, Ego, Psyche
 
  
 
* '''Mind''' - Mental Attributes
 
* '''Mind''' - Mental Attributes
Line 39: Line 35:
 
** '''Ego:''' Active Force
 
** '''Ego:''' Active Force
 
** '''Willpower:''' Passive Force
 
** '''Willpower:''' Passive Force
 +
 +
* '''Soul''' is a final attribute on its own.
  
 
Each of these comes in two parts - '''Capacity''' and '''Focus'''.  As mentioned, the Capacity is the type of die you roll (d2, d4, d6, d8, d10, d12...), while Focus is the minimum roll that can be made.  Capacity can be recorded as a raw score equal to half the die type.  For example:
 
Each of these comes in two parts - '''Capacity''' and '''Focus'''.  As mentioned, the Capacity is the type of die you roll (d2, d4, d6, d8, d10, d12...), while Focus is the minimum roll that can be made.  Capacity can be recorded as a raw score equal to half the die type.  For example:
  
# d2
+
:'''0''': (d2-1) - Poor (1/50th)
# d4
+
:'''1''': d2 - Inferior (1/7th)
# d6
+
:'''2''': d4 - Average (2/3rds)
# d8
+
:'''3''': d6 - Good (1/7th)
# d10
+
:'''4''': d8 - Exceptional (1/50th)
# d12
+
:'''5''': d10 - Superior (1/750th)
 +
:'''6''': d12 - Phenomenal (1/30,000)
  
And so on.  Focus can never be raised above this value (half the die type) - for example, a Capacity of 2 (d4) in an attribute means you can raise your Focus to 2, but no higher.  Two (2) is considered average,
+
And so on.  Focus can never be raised above this value (half the die type) - for example, a Capacity of 2 (d4) in an attribute means you can raise your Focus to 2, but no higher - d4.minroll(2) is the limit.  Two (2) is considered average, though most beings cover a wide range of scores.

Revision as of 11:32, 2 July 2007

I have no idea what to call this horrifically complex monstrosity yet, so I'm just calling it "The System". Kinda like "The Man", but different, you know?

As a warning, the System (tm) is designed to abuse the features of the OpenRPG roller, which for the unenlightened, functions as a basic calculator using regular expressions. This means multiples, divisions, whacky dice, minrolls, open rolls, and so on...

The System is not balanced. It is not fair, in the sense that two people with equivalent experience and resources are equal. It is -designed- to be incredibly broken, with insane amounts of options. I may put up some templates, or some kind soul may make them, but in short, part of the fun is all the little custom things you can tweak and make.

Overview

We begin with basic task resolution. In the System, the basic roll undergoes the following pattern:

[DisciplinedCapacity.minroll(Focus).takeHighest(Technique)+Modifier]

  • Discipline Disciplines are noun skills. Swords, Spears, Computers, Autos, and so on. It is the number of dice you roll.
  • Capacity Capacity is a part of an Attribute, reflecting your potential. It is the type of die you roll.
  • Focus Focus is a part of an Attribute, reflecting how easily you can reach your potential. It is the minimum roll you can score on a die.
  • Technique Techniques are verb skills. Thrusting, deflecting, sneaking, and such. It is the number of dice that are kept after a roll.
  • Modifier - A raw bonus or penalty to a roll from some other source.

You roll against a target number. For opposed rolls, the Active roll (person who is doing something) must match or beat the Passive roll (person reacting, etc).

Messy, yes? It gets worse.

Attributes

There are a number of different scores representing attributes.

  • Physique - Physical Attributes
    • Dexterity: Active Finesse
    • Reflexes: Passive Finesse
    • Might: Active Force
    • Toughness: Passive Force
  • Mind - Mental Attributes
    • Perception: Active Finesse
    • Awareness: Passive Finesse
    • Ego: Active Force
    • Willpower: Passive Force
  • Soul is a final attribute on its own.

Each of these comes in two parts - Capacity and Focus. As mentioned, the Capacity is the type of die you roll (d2, d4, d6, d8, d10, d12...), while Focus is the minimum roll that can be made. Capacity can be recorded as a raw score equal to half the die type. For example:

0: (d2-1) - Poor (1/50th)
1: d2 - Inferior (1/7th)
2: d4 - Average (2/3rds)
3: d6 - Good (1/7th)
4: d8 - Exceptional (1/50th)
5: d10 - Superior (1/750th)
6: d12 - Phenomenal (1/30,000)

And so on. Focus can never be raised above this value (half the die type) - for example, a Capacity of 2 (d4) in an attribute means you can raise your Focus to 2, but no higher - d4.minroll(2) is the limit. Two (2) is considered average, though most beings cover a wide range of scores.