diff --git a/DataCollection/gamedata.json b/DataCollection/gamedata.json
index a0cb6fe..31e8bbc 100755
--- a/DataCollection/gamedata.json
+++ b/DataCollection/gamedata.json
@@ -290,11 +290,12 @@
"horse_relative_format":"^I252^T7A Horse Relative, the %NAME%:^D4c%ID%|VIEW^R1",
"maximum_stats":"MAXIMUM STATS:
^AA",
"breed_preview_format":"Viewing %NAME%:
%DESCRIPTION%^D4|RETURN TO BREED LIST^R2^H",
-
- "view_tack_set":"^I%ICONID%^T7View %SETNAME% Tack Set:^BM%SWF%^R1^H",
- "set_peice_format":"%ITEMNAME%: %ITEMDESC%
[ BONUS: %BONUS% ]
",
- "bonus_format":"+%BOOST% %STAT%",
- "and":" & "
+ "tack":{
+ "view_tack_set":"^I%ICONID%^T7View %SETNAME% Tack Set:^BM%SWF%^R1^H",
+ "set_peice_format":"%ITEMNAME%: %ITEMDESC%
[ BONUS: %BONUS% ]
",
+ "bonus_format":"+%BOOST% %STAT%",
+ "and":" & "
+ }
},
"multiroom":{
"other_players_participating":"
^LThe following other players are participating:",
diff --git a/Horse Isle Server/HorseIsleServer/Game/Messages.cs b/Horse Isle Server/HorseIsleServer/Game/Messages.cs
index 6448edb..e537333 100755
--- a/Horse Isle Server/HorseIsleServer/Game/Messages.cs
+++ b/Horse Isle Server/HorseIsleServer/Game/Messages.cs
@@ -185,6 +185,12 @@ namespace HISP.Game
public static string MaxJewelryMessage;
public static string RemoveJewelry;
+ // Tack (Libary)
+ public static string TackViewSetFormat;
+ public static string TackSetPeiceFormat;
+ public static string TackBonusFormat;
+ public static string TackAndSeperator;
+
// Horse
public static string BreedViewerMaximumStats;
public static string AdvancedStatFormat;