Home
last modified time | relevance | path

Searched refs:_agility_growth (Results 1 – 4 of 4) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/common/global/
H A Dglobal_actors.cpp684 _agility_growth(0), in GlobalCharacterGrowth()
723 if (_agility_growth != 0) in AcknowledgeGrowth()
724 _character_owner->AddAgility(_agility_growth); in AcknowledgeGrowth()
734 _agility_growth = 0; in AcknowledgeGrowth()
859 _agility_growth += _agility_periodic_growth[i].second; in _CheckForGrowth()
997 _agility_growth += _agility_periodic_growth.begin()->second; in _CheckForGrowth()
1029 _agility_periodic_growth.push_back(make_pair(_experience_for_next_level, _agility_growth)); in _ConstructPeriodicGrowth()
1038 _agility_growth = 0; in _ConstructPeriodicGrowth()
H A Dglobal_actors.h631 { return _agility_growth; } in GetAgilityGrowth()
672 uint32 _agility_growth; variable
H A Ddefs_global.cpp263 .def_readwrite("_agility_growth", &GlobalCharacterGrowth::_agility_growth) in BindGlobalsToLua()
/dports/games/allacrost/allacrost-1.0.2/dat/actors/
H A Dcharacters.lua394 character_growth._agility_growth = growth_table["agility"];