mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-10 07:05:41 +12:00
Register Tack Libary Related Strings to Messages.cs
This commit is contained in:
parent
36fec12dc4
commit
747bebe306
2 changed files with 12 additions and 5 deletions
|
@ -290,11 +290,12 @@
|
||||||
"horse_relative_format":"^I252^T7A Horse Relative, the %NAME%:^D4c%ID%|VIEW^R1",
|
"horse_relative_format":"^I252^T7A Horse Relative, the %NAME%:^D4c%ID%|VIEW^R1",
|
||||||
"maximum_stats":"<B>MAXIMUM STATS:</B><BR>^AA",
|
"maximum_stats":"<B>MAXIMUM STATS:</B><BR>^AA",
|
||||||
"breed_preview_format":"<B>Viewing %NAME%:</B><BR>%DESCRIPTION%^D4|RETURN TO BREED LIST^R2^H",
|
"breed_preview_format":"<B>Viewing %NAME%:</B><BR>%DESCRIPTION%^D4|RETURN TO BREED LIST^R2^H",
|
||||||
|
"tack":{
|
||||||
"view_tack_set":"^I%ICONID%^T7View %SETNAME% Tack Set:^BM%SWF%^R1^H",
|
"view_tack_set":"^I%ICONID%^T7View %SETNAME% Tack Set:^BM%SWF%^R1^H",
|
||||||
"set_peice_format":"<B>%ITEMNAME%</B>: %ITEMDESC% <br> <B><font color='#880000'>[ BONUS: %BONUS% ]</font></B><BR>",
|
"set_peice_format":"<B>%ITEMNAME%</B>: %ITEMDESC% <br> <B><font color='#880000'>[ BONUS: %BONUS% ]</font></B><BR>",
|
||||||
"bonus_format":"+%BOOST% %STAT%",
|
"bonus_format":"+%BOOST% %STAT%",
|
||||||
"and":" & "
|
"and":" & "
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"multiroom":{
|
"multiroom":{
|
||||||
"other_players_participating":"<BR>^LThe following other players are participating:",
|
"other_players_participating":"<BR>^LThe following other players are participating:",
|
||||||
|
|
|
@ -185,6 +185,12 @@ namespace HISP.Game
|
||||||
public static string MaxJewelryMessage;
|
public static string MaxJewelryMessage;
|
||||||
public static string RemoveJewelry;
|
public static string RemoveJewelry;
|
||||||
|
|
||||||
|
// Tack (Libary)
|
||||||
|
public static string TackViewSetFormat;
|
||||||
|
public static string TackSetPeiceFormat;
|
||||||
|
public static string TackBonusFormat;
|
||||||
|
public static string TackAndSeperator;
|
||||||
|
|
||||||
// Horse
|
// Horse
|
||||||
public static string BreedViewerMaximumStats;
|
public static string BreedViewerMaximumStats;
|
||||||
public static string AdvancedStatFormat;
|
public static string AdvancedStatFormat;
|
||||||
|
|
Loading…
Add table
Reference in a new issue