Class Reve::Classes::CharacterSheet
In: lib/reve/classes.rb
Parent: Object

Holds the result of the Reve::API#character_sheet call. This has all of the stuff that appears in the in-game ‘character sheet’ screen. The skills array is a Skill list (no name is stored in it) The enhancers array is an AttributeEnhancer derrived list Attributes

See Also: Reve::API#character_sheet, AttributeEnhancer (and subclasses), Skill

Attributes

balance  [RW] 
bloodline  [RW] 
charisma  [RW] 
corporation_id  [RW] 
corporation_name  [RW] 
enhancers  [RW] 
gender  [RW] 
id  [RW] 
intelligence  [RW] 
memory  [RW] 
name  [RW] 
perception  [RW] 
race  [RW] 
skills  [RW] 
willpower  [RW] 

[Validate]