libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
EQUIP_PARAM_ACCESSORY_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
33 int refId{ -1 };
34
41 int sfxVariationId{ -1 };
42
46 float weight{ 1.f };
47
53 int behaviorId{ 0 };
54
58 int basicPrice{ 0 };
59
65 int sellValue{ 0 };
66
70 int sortId{ 0 };
71
75 int qwcId{ -1 };
76
80 unsigned short equipModelId{ 0 };
81
87 unsigned short iconId{ 0 };
88
94 short shopLv{ 0 };
95
99 short trophySGradeId{ -1 };
100
104 short trophySeqId{ -1 };
105
109 unsigned char equipModelCategory{ 0 };
110
116 unsigned char equipModelGender{ 0 };
117
123 unsigned char accessoryCategory{ 0 };
124
130 unsigned char refCategory{ 0 };
131
142 unsigned char spEffectCategory{ 0 };
143
150 unsigned char sortGroupId{ 255 };
151
158
165
172
178 bool isDeposit : 1 { false };
179
185 bool isEquipOutBrake : 1 { false };
186
190 bool disableMultiDropShare : 1 { false };
191
197 bool isDiscard : 1 { false };
198
204 bool isDrop : 1 { false };
205
212 bool showLogCondType : 1 { true };
213
220 unsigned char showDialogCondType : 2 { 2 };
221
227 unsigned char rarity{ 0 };
228
229 unsigned char pad2[2];
230
234 int saleValue{ -1 };
235
241 short accessoryGroup{ -1 };
242
243 unsigned char pad3[1];
244
250 signed char compTrophySedId{ -1 };
251
256
261
266
271
272 unsigned char pad1[4];
273};
274
275}; // namespace paramdef
276}; // namespace from
277
278static_assert(sizeof(from::paramdef::EQUIP_PARAM_ACCESSORY_ST) == 96,
279 "EQUIP_PARAM_ACCESSORY_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:10
int vagrantItemEneDropItemLotId
Vagrant item Enemy drop item Lottery ID_for map.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:171
short trophySeqId
Trophy SEQ number.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:104
unsigned char showDialogCondType
Acquisition dialog display condition.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:220
unsigned char disableParamReserve1
Reserve for package output 1.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:21
unsigned char rarity
Rarity.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:227
int sellValue
Sale price.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:65
float weight
Weight [kg].
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:46
int residentSpEffectId1
Resident special effect ID1.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:255
signed char compTrophySedId
Comptrophy SEQ number.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:250
int basicPrice
Basic price.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:58
bool disableMultiDropShare
Is multi-drop sharing prohibited?
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:190
int sfxVariationId
SFX variation ID.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:41
unsigned char spEffectCategory
Special effects category.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:142
bool isDeposit
Can i deposit.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:178
bool showLogCondType
Acquisition log display condition.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:212
unsigned char accessoryCategory
Decoration category.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:123
int residentSpEffectId2
Resident special effect ID2.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:260
int vagrantBonusEneDropItemLotId
Vagrant Bonus Enemy Drop Item Lottery ID_Map.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:164
bool isEquipOutBrake
Will it break if removed?
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:185
int sortId
sortID
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:70
int vagrantItemLotId
Item lottery ID_for map at the time of vagrant.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:157
unsigned short equipModelId
Equipment model number.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:80
short shopLv
Shop level.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:94
int residentSpEffectId4
Resident special effect ID4.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:270
int qwcId
QWCID.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:75
unsigned char refCategory
ID category.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:130
unsigned char equipModelGender
Equipment model gender.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:116
bool isDrop
Can you put it on the spot.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:204
short accessoryGroup
Wearing group ID.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:241
unsigned short iconId
Icon ID.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:87
short trophySGradeId
Trophy.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:99
int refId
Call ID.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:33
int residentSpEffectId3
Resident special effect ID3.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:265
unsigned char disableParamReserve2[3]
Reserve for package output 2.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:26
unsigned char sortGroupId
Sort item type ID.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:150
bool isDiscard
Can you throw it away.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:197
bool disableParam_NT
Do you remove it from the NT version output?
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:16
int saleValue
Selling price.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:234
int behaviorId
Action ID.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:53
unsigned char equipModelCategory
Equipment model type.
Definition EQUIP_PARAM_ACCESSORY_ST.hpp:109