AbilityScore..::..ModifyStatValue Method

Modifies an ability score taking into account that scores above 18 are modified in tenths

Namespace:  AngbandOS.Core
Assembly:  AngbandOS.Core (in AngbandOS.Core.dll)

Syntax


public int ModifyStatValue(
	int value,
	int amount
)

Parameters

value
Type: Int32
The value of the score before the modification
amount
Type: Int32
The amount by which the score is to be modified

Return Value

The modified value of the ability score