Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ ChangeAgiModifier
Method
ChangeAgiModifier
src/game_battler.cpp:780–784 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
778
}
779
780
int Game_Battler::ChangeAgiModifier(int modifier) {
781
auto delta = CanChangeAgiModifier(modifier);
782
SetAgiModifier(agi_modifier + delta);
783
return delta;
784
}
785
Callers
4
ApplyAgiEffect
Method · 0.80
game_actor.cpp
File · 0.80
game_enemy.cpp
File · 0.80
game_battlealgorithm.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected