C# Class LogicSpawn.GTARPG.Core.Repository.SkillRepository

Mostra file Open project: logicspawn/GTARPG

Public Properties

Property Type Description
Skills List

Public Methods

Method Description
Get ( string name ) : Skill
GetAction ( string name ) : Action
GetModTree ( string skillName ) : NTree
GetVisibleParams ( string name ) : Dictionary>
Mod ( string k, int v ) : int>.KeyValuePair

Private Methods

Method Description
BlazedOffGlory ( Skill skill ) : void
BlazedOffGloryTree ( ) : NTree
GetHigh ( Skill skill ) : void
GetHighTree ( ) : NTree
RampageTree ( ) : NTree
Reinforcement ( Skill skill ) : void
ReinforcementTree ( ) : NTree
RejectNonsenseTree ( ) : NTree
SkillRepository ( ) : System
ToughenUpTree ( ) : NTree

Method Details

Get() public static method

public static Get ( string name ) : Skill
name string
return LogicSpawn.GTARPG.Core.Objects.Skill

GetAction() public static method

public static GetAction ( string name ) : Action
name string
return Action

GetModTree() public static method

public static GetModTree ( string skillName ) : NTree
skillName string
return LogicSpawn.GTARPG.Core.AbilityTrees.NTree

GetVisibleParams() public static method

public static GetVisibleParams ( string name ) : Dictionary>
name string
return Dictionary>

Mod() public static method

public static Mod ( string k, int v ) : int>.KeyValuePair
k string
v int
return int>.KeyValuePair

Property Details

Skills public_oe static_oe property

public static List Skills
return List