Skip to content

Commit

Permalink
Add treasure box fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Thealexbarney committed Apr 1, 2019
1 parent 11c441a commit cd408c4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions XbTool/XbTool/Data/xbx_fieldInfo.csv
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,14 @@ FLD_GameCondition,condType*,Enum,,,0,ConditionTypeXbx
FLD_Location,gameCondId,Reference,FLD_GameCondition,,0,
FLD_Location,Loc_name,Message,fieldnamelist_ms,,0,
FLD_Location,SkipTravel_id,Reference,FLD_SkipTravel,,0,
FLD_MobGrpList*,mob_*,Reference,FLD_MobIndivList*,,0,
FLD_SkipTravel,loc_name,Message,fieldnamelist_ms,,0,
FLD_SkipTravel,zone_id,Reference,MNU_ZoneNameConvert,,0,
FLD_TboxAll,item_cat,Enum,,,0,ItemTypeXbx
FLD_TboxAll,item_id,Item,,item_cat,0,
FLD_TboxPopList,name_id,Message,FLD_ObjectName,,0,
FLD_TboxPopList,reward,Reference,FLD_TboxAll,,0,
FLD_TboxPopList,skill_type,Enum,,,0,SkillTypeXbx
ITM_*,Caption,Message,ITM_*_ms,,0,
ITM_*,Name,Message,ITM_*_ms,,0,
ITM_Blueprint,category,Enum,,,0,ItemTypeXbx
Expand Down
7 changes: 7 additions & 0 deletions XbTool/XbTool/Types/BdatEnums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -508,4 +508,11 @@ public enum ConditionTypeXbx
Type20,
Type21
}

public enum SkillTypeXbx
{
Mechanical = 1,
Biological,
Archaeological
}
}

0 comments on commit cd408c4

Please sign in to comment.