Links
Comment on page

SkillRelyOn

Scriptable Object used in saving skills one relies on to disk.

Implementation

public class SkillRelyOn : ScriptableObject

Inheritance

Fields

Name
Description
uuid
Unique id of the skill
skillName
Localized string for the name of the skill
Localized string for the description of the skill
icon
Icon for the image
skillType
Type of the skill
Execution type of the skill
castTime
Cast time duration of the skill in seconds
Execution time duration of the skill in seconds
Cooldown time duration of the skill in seconds
State of the skill at start
Checkbox to define whether skill points should be used to unlock
Amount of skill points needed to unlock
Checkbox to define whether this skill has a level requirement
level
Level of the skill needed to unlock
Checkbox to define whether this skill can be added to a skill bar
Last modified 2yr ago