Difference between revisions of "NetExaltedXP/Character"
From Exalted - Unofficial Wiki
m |
m (link fix) |
||
Line 6: | Line 6: | ||
My current thought it to have a separate 'spent on' sheet, as a set of Traits. This is courtesy to GMs in nearly all RPGs anyway, so implementing is probably a good idea and not just for record keeping. | My current thought it to have a separate 'spent on' sheet, as a set of Traits. This is courtesy to GMs in nearly all RPGs anyway, so implementing is probably a good idea and not just for record keeping. | ||
=== Data Members === | === Data Members === | ||
− | * (Array of /Trait) Sheet - The basic trait array for the Character. | + | * (Array of [[/Trait]]) Sheet - The basic trait array for the Character. |
** This will likely be a two-dimensional Hash. | ** This will likely be a two-dimensional Hash. | ||
=== Private Functions === | === Private Functions === | ||
=== Public Functions === | === Public Functions === | ||
== Comments == | == Comments == |
Revision as of 09:04, 3 April 2010
Character Class
The Character is a collection of Traits. Her name is a Trait. Her health levels are a Trait. Some of these Traits are governed by more rules than others.
This design is coming a bit slowly as I work out a way to properly devise a resource management system. Suggestions are welcome, of course!
My current thought it to have a separate 'spent on' sheet, as a set of Traits. This is courtesy to GMs in nearly all RPGs anyway, so implementing is probably a good idea and not just for record keeping.
Data Members
- (Array of /Trait) Sheet - The basic trait array for the Character.
- This will likely be a two-dimensional Hash.