HOCO Unity SDK 0.0.15-Alpha
A Web3 SDK provided by HoneyComb
Loading...
Searching...
No Matches
PrimaryStats

The Primary Stats for the game world. More...

Inheritance diagram for PrimaryStats:
[legend]

Public Member Functions

 PrimaryStats ()
 
 PrimaryStats (Dictionary< string, float > stats)
 
- Public Member Functions inherited from BaseStats
 BaseStats (Dictionary< string, float > stats)
 
float GetStat (string name)
 
void SetStat (string name, float value)
 

Properties

int Strength [get, set]
 
int Wisdom [get, set]
 
int WillPower [get, set]
 
int Perception [get, set]
 
int Intelligence [get, set]
 
int Endurance [get, set]
 
int Agility [get, set]
 
int Charisma [get, set]
 
- Properties inherited from BaseStats
Dictionary< string, float > Stats = new Dictionary<string, float>() [get, protected set]
 

Detailed Description

The Primary Stats for the game world.

Constructor & Destructor Documentation

◆ PrimaryStats() [1/2]

PrimaryStats ( )
inline

References BaseStats.Stats.

◆ PrimaryStats() [2/2]

PrimaryStats ( Dictionary< string, float > stats)
inline

References BaseStats.Stats.

Property Documentation

◆ Strength

int Strength
getset

◆ Wisdom

int Wisdom
getset

◆ WillPower

int WillPower
getset

◆ Perception

int Perception
getset

◆ Intelligence

int Intelligence
getset

◆ Endurance

int Endurance
getset

◆ Agility

int Agility
getset

◆ Charisma

int Charisma
getset