Home
last modified time | relevance | path

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

/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dgame_actor.cpp1169 int new_attack_mod = data.attack_mod + (atk - GetBaseAtk()); in SetBaseAtk() local
1170 data.attack_mod = ClampStatMod(new_attack_mod, this); in SetBaseAtk()