libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
GAME_AREA_PARAM_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
16 bool disableParam_NT : 1 { false };
17
21 unsigned char disableParamReserve1 : 7;
22
26 unsigned char disableParamReserve2[3];
27
34 unsigned int bonusSoul_single{ 0 };
35
42 unsigned int bonusSoul_multi{ 0 };
43
49 unsigned int humanityPointCountFlagIdTop{ 0 };
50
56 unsigned short humanityDropPoint1{ 0 };
57
63 unsigned short humanityDropPoint2{ 0 };
64
70 unsigned short humanityDropPoint3{ 0 };
71
77 unsigned short humanityDropPoint4{ 0 };
78
84 unsigned short humanityDropPoint5{ 0 };
85
91 unsigned short humanityDropPoint6{ 0 };
92
98 unsigned short humanityDropPoint7{ 0 };
99
105 unsigned short humanityDropPoint8{ 0 };
106
112 unsigned short humanityDropPoint9{ 0 };
113
119 unsigned short humanityDropPoint10{ 0 };
120
127 unsigned int soloBreakInPoint_Min{ 0 };
128
135 unsigned int soloBreakInPoint_Max{ 10000 };
136
144
148 unsigned int displayAimFlagId{ 0 };
149
153 unsigned int foundBossFlagId{ 0 };
154
159
164
173 unsigned int bossChallengeFlagId{ 0 };
174
182 unsigned int defeatBossFlagId{ 0 };
183
192 float bossPosX{ 0.f };
193
202 float bossPosY{ 0.f };
203
212 float bossPosZ{ 0.f };
213
222 unsigned char bossMapAreaNo{ 0 };
223
232 unsigned char bossMapBlockNo{ 0 };
233
242 unsigned char bossMapMapNo{ 0 };
243
244 unsigned char reserve[9];
245};
246
247}; // namespace paramdef
248}; // namespace from
249
250static_assert(sizeof(from::paramdef::GAME_AREA_PARAM_ST) == 96,
251 "GAME_AREA_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition GAME_AREA_PARAM_ST.hpp:10
unsigned int soloBreakInPoint_Max
Solo intrusion point addition value upper limit.
Definition GAME_AREA_PARAM_ST.hpp:135
unsigned int defeatBossFlagId
Boss defeat flag ID.
Definition GAME_AREA_PARAM_ST.hpp:182
float bossPosX
Boss position_X coordinates.
Definition GAME_AREA_PARAM_ST.hpp:192
unsigned int bonusSoul_multi
Clear bonus soul amount during multiplayer.
Definition GAME_AREA_PARAM_ST.hpp:42
unsigned int foundBossFlagId
Boss discovery flag ID.
Definition GAME_AREA_PARAM_ST.hpp:153
unsigned char disableParamReserve1
Reserve for package output 1.
Definition GAME_AREA_PARAM_ST.hpp:21
unsigned short humanityDropPoint10
Humanity drop required points 10.
Definition GAME_AREA_PARAM_ST.hpp:119
float bossPosY
Boss position_Y coordinates.
Definition GAME_AREA_PARAM_ST.hpp:202
unsigned short humanityDropPoint1
Human nature drop required point 1.
Definition GAME_AREA_PARAM_ST.hpp:56
unsigned short humanityDropPoint2
Human nature drop required point 2.
Definition GAME_AREA_PARAM_ST.hpp:63
unsigned int bossChallengeFlagId
Boss challengeable flag ID.
Definition GAME_AREA_PARAM_ST.hpp:173
unsigned short humanityDropPoint3
Human nature drop required point 3.
Definition GAME_AREA_PARAM_ST.hpp:70
unsigned char bossMapBlockNo
Boss position_grid X number (m00_XX_00_00)
Definition GAME_AREA_PARAM_ST.hpp:232
unsigned int humanityPointCountFlagIdTop
Human nature drop point count head flag ID.
Definition GAME_AREA_PARAM_ST.hpp:49
unsigned short humanityDropPoint7
Human nature drop required point 7.
Definition GAME_AREA_PARAM_ST.hpp:98
unsigned short humanityDropPoint5
Human nature drop required point 5.
Definition GAME_AREA_PARAM_ST.hpp:84
unsigned int displayAimFlagId
Purpose display flag ID.
Definition GAME_AREA_PARAM_ST.hpp:148
unsigned short humanityDropPoint8
Human nature drop required point 8.
Definition GAME_AREA_PARAM_ST.hpp:105
unsigned char bossMapMapNo
Boss position_grid Z number (m00_00_XX_00)
Definition GAME_AREA_PARAM_ST.hpp:242
int foundBossTextId
Text ID at the time of discovery.
Definition GAME_AREA_PARAM_ST.hpp:158
unsigned short humanityDropPoint6
Human nature drop required point 6.
Definition GAME_AREA_PARAM_ST.hpp:91
int notFindBossTextId
Undiscovered text ID.
Definition GAME_AREA_PARAM_ST.hpp:163
unsigned int bonusSoul_single
Single time clear bonus soul amount.
Definition GAME_AREA_PARAM_ST.hpp:34
float bossPosZ
Boss position_Z coordinates.
Definition GAME_AREA_PARAM_ST.hpp:212
bool disableParam_NT
Do you remove it from the NT version output?
Definition GAME_AREA_PARAM_ST.hpp:16
unsigned int defeatBossFlagId_forSignAimList
Boss defeated flag ID (for displaying purpose when hosting)
Definition GAME_AREA_PARAM_ST.hpp:143
unsigned char disableParamReserve2[3]
Reserve for package output 2.
Definition GAME_AREA_PARAM_ST.hpp:26
unsigned char bossMapAreaNo
Boss position_Area number (mXX_00_00_00)
Definition GAME_AREA_PARAM_ST.hpp:222
unsigned short humanityDropPoint4
Human nature drop required point 4.
Definition GAME_AREA_PARAM_ST.hpp:77
unsigned int soloBreakInPoint_Min
Solo intrusion point addition lower limit.
Definition GAME_AREA_PARAM_ST.hpp:127
unsigned short humanityDropPoint9
Human nature drop required point 9.
Definition GAME_AREA_PARAM_ST.hpp:112