libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
Public Attributes | List of all members
from::paramdef::TOUGHNESS_PARAM_ST Struct Reference

This struct was automatically generated from XML paramdefs. More...

#include <TOUGHNESS_PARAM_ST.hpp>

Public Attributes

float correctionRate { 1.f }
 Weapon toughness correction factor.
 
unsigned short minToughness { 0 }
 Minimum toughness.
 
bool isNonEffectiveCorrectionForMin { false }
 Minimum toughness value is not affected by toughness multiplier.
 
int spEffectId { -1 }
 Special effect ID.
 
float proCorrectionRate { 1.f }
 Armor toughness correction factor.
 

Detailed Description

This struct was automatically generated from XML paramdefs.

Member Data Documentation

◆ correctionRate

float from::paramdef::TOUGHNESS_PARAM_ST::correctionRate { 1.f }

Weapon toughness correction factor.

It is a correction magnification applied to the "toughness correction magnification" of the weapon when calculating the toughness.

◆ isNonEffectiveCorrectionForMin

bool from::paramdef::TOUGHNESS_PARAM_ST::isNonEffectiveCorrectionForMin { false }

Minimum toughness value is not affected by toughness multiplier.

The toughness correction factor will no longer be applied to the minimum toughness.

◆ minToughness

unsigned short from::paramdef::TOUGHNESS_PARAM_ST::minToughness { 0 }

Minimum toughness.

The lower limit of current toughness applied at the beginning of the toughness period. If the toughness falls below this value at the start of toughness, it will recover to this value.

◆ proCorrectionRate

float from::paramdef::TOUGHNESS_PARAM_ST::proCorrectionRate { 1.f }

Armor toughness correction factor.

This is the correction factor applied to the "toughness correction factor" of the armor when determining the toughness.

◆ spEffectId

int from::paramdef::TOUGHNESS_PARAM_ST::spEffectId { -1 }

Special effect ID.

Replacement special effect Id that takes place during the toughness period. If -1, the normal replacement rule applies. Only used by player characters


The documentation for this struct was generated from the following file: