Method DamageVulnerability
DamageVulnerability(IPDamageType, IPDamageVulnerabilityType)
Makes the wielder more vulnerable to a damage type by a percentage.
public static ItemProperty DamageVulnerability(IPDamageType damageType, IPDamageVulnerabilityType damageVulnerability)
Parameters
damageTypeIPDamageTypeThe damage type.
damageVulnerabilityIPDamageVulnerabilityTypeThe vulnerability percentage category.
Returns
- ItemProperty
The created item property.