Skip to content

Commit

Permalink
basic skl_dat support #16
Browse files Browse the repository at this point in the history
  • Loading branch information
fre-sch committed Feb 3, 2020
1 parent c16940d commit bff1982
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/mhw_armor_edit/ftypes/skl_dat.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@


class SklDatEntry(Struct):
STRUCT_SIZE = 11
STRUCT_SIZE = 19
skill_id: ft.ushort()
level: ft.ubyte()
param1: ft.ushort()
param2: ft.ushort()
param3: ft.ushort()
param4: ft.ushort()
param5: ft.ushort()
param6: ft.ushort()
param7: ft.ushort()
param8: ft.ushort()


class SklDat(StructFile):
Expand Down

0 comments on commit bff1982

Please sign in to comment.