From 747bebe30635205401e94d961c7427a47cd820b0 Mon Sep 17 00:00:00 2001 From: SilicaPi Date: Sat, 30 Jan 2021 23:31:08 +1300 Subject: [PATCH] Register Tack Libary Related Strings to Messages.cs --- DataCollection/gamedata.json | 11 ++++++----- Horse Isle Server/HorseIsleServer/Game/Messages.cs | 6 ++++++ 2 files changed, 12 insertions(+), 5 deletions(-) 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;