Closed boundir closed 2 months ago
Brutal uses GetBaseStat() instead of GetCurrentStat(). The result in most occasions is a will gain.
GetBaseStat()
GetCurrentStat()
Affected methods: X2Effect_Brutal::OnEffectAdded X2Effect_Brutal::AddX2ActionsForVisualization
X2Effect_Brutal::OnEffectAdded
X2Effect_Brutal::AddX2ActionsForVisualization
Will need to split the commit in two if adding new files - first commit adding the file and the other documenting the changes.
Brutal uses
GetBaseStat()
instead ofGetCurrentStat()
. The result in most occasions is a will gain.Affected methods:
X2Effect_Brutal::OnEffectAdded
X2Effect_Brutal::AddX2ActionsForVisualization