pub const SKILL_MODIFIERS: SkillTreeModifiers;
Expand description

Tree of modifiers that represent how stats are changed per each skill level.

It’s used as bridge between ECS systems and voxygen Diary for skill descriptions and helps to sync them.

NOTE: Just adding constant does nothing, you need to use it in both ECS systems and Diary.