Home
last modified time | relevance | path

Searched refs:_growth_skill_points (Results 1 – 2 of 2) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/common/global/
H A Dglobal_actors.cpp1306 _growth_skill_points(0.0f), in GlobalEnemy()
1376 _growth_skill_points = enemy_data.ReadFloat("skill_points"); in GlobalEnemy()
1487 _max_skill_points += static_cast<uint32>(_growth_skill_points * _experience_level); in Initialize()
H A Dglobal_actors.h980 float _growth_skill_points; variable