libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
REINFORCE_PARAM_PROTECTOR_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
16 float physicsDefRate{ 1.f };
17
23 float magicDefRate{ 1.f };
24
30 float fireDefRate{ 1.f };
31
37 float thunderDefRate{ 1.f };
38
44 float slashDefRate{ 1.f };
45
51 float blowDefRate{ 1.f };
52
58 float thrustDefRate{ 1.f };
59
65 float resistPoisonRate{ 1.f };
66
72 float resistDiseaseRate{ 1.f };
73
79 float resistBloodRate{ 1.f };
80
86 float resistCurseRate{ 1.f };
87
93 unsigned char residentSpEffectId1{ 0 };
94
100 unsigned char residentSpEffectId2{ 0 };
101
107 unsigned char residentSpEffectId3{ 0 };
108
114 unsigned char materialSetId{ 0 };
115
121 float darkDefRate{ 1.f };
122
128 float resistFreezeRate{ 1.f };
129
135 float resistSleepRate{ 1.f };
136
142 float resistMadnessRate{ 1.f };
143};
144
145}; // namespace paramdef
146}; // namespace from
147
148static_assert(sizeof(from::paramdef::REINFORCE_PARAM_PROTECTOR_ST) == 64,
149 "REINFORCE_PARAM_PROTECTOR_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition REINFORCE_PARAM_PROTECTOR_ST.hpp:10
float thrustDefRate
Puncture defense.
Definition REINFORCE_PARAM_PROTECTOR_ST.hpp:58
float slashDefRate
Slash defense.
Definition REINFORCE_PARAM_PROTECTOR_ST.hpp:44
float resistPoisonRate
Poison resistance.
Definition REINFORCE_PARAM_PROTECTOR_ST.hpp:65
unsigned char residentSpEffectId2
Resident special effect ID2.
Definition REINFORCE_PARAM_PROTECTOR_ST.hpp:100
float resistDiseaseRate
Epidemic resistance.
Definition REINFORCE_PARAM_PROTECTOR_ST.hpp:72
float magicDefRate
Magic defense.
Definition REINFORCE_PARAM_PROTECTOR_ST.hpp:23
float darkDefRate
Dark defense.
Definition REINFORCE_PARAM_PROTECTOR_ST.hpp:121
float blowDefRate
Strike defense.
Definition REINFORCE_PARAM_PROTECTOR_ST.hpp:51
float resistBloodRate
Bleeding resistance.
Definition REINFORCE_PARAM_PROTECTOR_ST.hpp:79
float resistCurseRate
Curse resistance.
Definition REINFORCE_PARAM_PROTECTOR_ST.hpp:86
float physicsDefRate
Physical defense.
Definition REINFORCE_PARAM_PROTECTOR_ST.hpp:16
float resistSleepRate
Sleep tolerance.
Definition REINFORCE_PARAM_PROTECTOR_ST.hpp:135
float resistMadnessRate
Madness resistance.
Definition REINFORCE_PARAM_PROTECTOR_ST.hpp:142
unsigned char residentSpEffectId1
Resident special effect ID1.
Definition REINFORCE_PARAM_PROTECTOR_ST.hpp:93
float fireDefRate
Fire defense.
Definition REINFORCE_PARAM_PROTECTOR_ST.hpp:30
float resistFreezeRate
Cold resistance.
Definition REINFORCE_PARAM_PROTECTOR_ST.hpp:128
unsigned char residentSpEffectId3
Resident special effect ID3.
Definition REINFORCE_PARAM_PROTECTOR_ST.hpp:107
float thunderDefRate
Electric shock defense.
Definition REINFORCE_PARAM_PROTECTOR_ST.hpp:37
unsigned char materialSetId
Material ID addition value.
Definition REINFORCE_PARAM_PROTECTOR_ST.hpp:114