![]() |
Liberi
An exergame built for kids with CP!
|
Descibes a persona for an avatar character. More...
Public Attributes | |
string | ID |
String ID of the persona. More... | |
float | BaseSkillChargeTime = 3f |
The minimum amount of pedaling time between successive uses of this skill. More... | |
bool | AutoFireSkill = false |
Whether or not the avatar should auto-fire its skill in this persona. More... | |
Character | Character |
The character that has this persona. More... | |
CharacterTrait | SkillChargeTimeReductionTrait |
Properties | |
float | SkillChargeTime [get] |
Descibes a persona for an avatar character.
Definition at line 9 of file Persona.cs.
bool Persona.AutoFireSkill = false |
Whether or not the avatar should auto-fire its skill in this persona.
Definition at line 32 of file Persona.cs.
float Persona.BaseSkillChargeTime = 3f |
The minimum amount of pedaling time between successive uses of this skill.
Definition at line 28 of file Persona.cs.
Character Persona.Character |
The character that has this persona.
Definition at line 37 of file Persona.cs.
string Persona.ID |
String ID of the persona.
Definition at line 24 of file Persona.cs.