libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
RESIST_CORRECT_PARAM_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
17 float addPoint1{ 0.f };
18
25 float addPoint2{ 0.f };
26
33 float addPoint3{ 0.f };
34
41 float addPoint4{ 0.f };
42
49 float addPoint5{ 0.f };
50
57 float addRate1{ 1.f };
58
65 float addRate2{ 1.f };
66
73 float addRate3{ 1.f };
74
81 float addRate4{ 1.f };
82
89 float addRate5{ 1.f };
90};
91
92}; // namespace paramdef
93}; // namespace from
94
95static_assert(sizeof(from::paramdef::RESIST_CORRECT_PARAM_ST) == 40,
96 "RESIST_CORRECT_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition RESIST_CORRECT_PARAM_ST.hpp:10
float addRate5
Magnification after the 5th activation.
Definition RESIST_CORRECT_PARAM_ST.hpp:89
float addRate1
Magnification after the first activation.
Definition RESIST_CORRECT_PARAM_ST.hpp:57
float addRate3
Magnification after the third activation.
Definition RESIST_CORRECT_PARAM_ST.hpp:73
float addRate4
Magnification after the 4th activation.
Definition RESIST_CORRECT_PARAM_ST.hpp:81
float addPoint3
Addition after the third activation pt.
Definition RESIST_CORRECT_PARAM_ST.hpp:33
float addPoint4
Addition after the 4th activation pt.
Definition RESIST_CORRECT_PARAM_ST.hpp:41
float addPoint5
Addition after the 5th activation pt.
Definition RESIST_CORRECT_PARAM_ST.hpp:49
float addPoint2
Addition after the second activation pt.
Definition RESIST_CORRECT_PARAM_ST.hpp:25
float addRate2
Magnification after the second activation.
Definition RESIST_CORRECT_PARAM_ST.hpp:65
float addPoint1
Addition after the first activation pt.
Definition RESIST_CORRECT_PARAM_ST.hpp:17