-
Notifications
You must be signed in to change notification settings - Fork 28
.em117iot
DorfDork edited this page Apr 17, 2020
·
2 revisions
//------------------------------------------------
//--- 010 Editor v10.0 Binary Template
//
// File: rEm117Lot
// Authors: DorfDork
// Version:
// Purpose:
// Category: chunk\common\equip
// File Mask: .em117iot
// ID Bytes:
// History:
//------------------------------------------------
typedef struct {
uint Index;
uint WeaponType;
uint WeaponID;
uint Grade1; //R6 low
uint Grade2; //R6 high
uint Grade3; //R7
uint Grade4; //R8
uint Grade5; //Kjaar
} Tier;
ushort Header;
uint NumOfTiers;
Tier lot[NumOfTiers];