JGURPS

Dependencies

In order to create a good class sctructure, it is necessary to know the dependencies between all types of character attributes. For now, it looks like they are the following:

  1. Advantages, Disadvantages and Quirks
  2. Attributes
  3. Skills
  4. Skills
  5. Dinamic values

Each line is dependent of the above lines, but there is no dependency between elements in the same line. Note that there are two lines of skills, since a skill can be dependent of another one. Dinamic values are values which are calculated every time, like Basic Speed.

Back