Barotrauma Client Doc
Barotrauma.SkillPrefab Class Reference

Public Member Functions

 SkillPrefab (ContentXElement element)
 

Public Attributes

readonly Identifier Identifier
 
readonly float PriceMultiplier
 How much this skill affects characters' hiring cost More...
 

Properties

Range< float > LevelRange [get]
 
bool IsPrimarySkill [get]
 

Detailed Description

Definition at line 6 of file SkillPrefab.cs.

Constructor & Destructor Documentation

◆ SkillPrefab()

Barotrauma.SkillPrefab.SkillPrefab ( ContentXElement  element)

Definition at line 19 of file SkillPrefab.cs.

Member Data Documentation

◆ Identifier

readonly Identifier Barotrauma.SkillPrefab.Identifier

Definition at line 8 of file SkillPrefab.cs.

◆ PriceMultiplier

readonly float Barotrauma.SkillPrefab.PriceMultiplier

How much this skill affects characters' hiring cost

Definition at line 15 of file SkillPrefab.cs.

Property Documentation

◆ IsPrimarySkill

bool Barotrauma.SkillPrefab.IsPrimarySkill
get

Definition at line 17 of file SkillPrefab.cs.

◆ LevelRange

Range<float> Barotrauma.SkillPrefab.LevelRange
get

Definition at line 10 of file SkillPrefab.cs.