Add BBCODE to Horse Descriptions, Player Descriptions and Ranch Descriptions.

This commit is contained in:
SilicaAndPina 2021-02-13 17:47:28 +13:00
parent bdebe4d84a
commit 72bc81d900
14 changed files with 142 additions and 40 deletions

View file

@ -1,4 +1,49 @@
{
"bbcode":[
{"tag":"[b]", "meta":"<b>"},
{"tag":"[/b]", "meta":"</b>"},
{"tag":"[i]", "meta":"<i>"},
{"tag":"[/i]", "meta":"</i>"},
{"tag":"[u]", "meta":"<u>"},
{"tag":"[/u]", "meta":"</u>"},
{"tag":"[silver]", "meta":"<font color='#C0C0C0'>"},
{"tag":"[grey]", "meta":"<font color='#808080'>"},
{"tag":"[black]", "meta":"<font color='#000000'>"},
{"tag":"[maroon]", "meta":"<font color='#800000'>"},
{"tag":"[brown]", "meta":"<font color='#A52A2A'>"},
{"tag":"[red]", "meta":"<font color='#FF0000'>"},
{"tag":"[orange]", "meta":"<font color='#FFA500'>"},
{"tag":"[yellow]", "meta":"<font color='#FFFF00'>"},
{"tag":"[lime]", "meta":"<font color='#00FF00'>"},
{"tag":"[green]", "meta":"<font color='#008800'>"},
{"tag":"[olive]", "meta":"<font color='#808000'>"},
{"tag":"[teal]", "meta":"<font color='#008080'>"},
{"tag":"[aqua]", "meta":"<font color='#00FFFF'>"},
{"tag":"[blue]", "meta":"<font color='#0000FF'>"},
{"tag":"[navy]", "meta":"<font color='#000080'>"},
{"tag":"[purple]", "meta":"<font color='#800080'>"},
{"tag":"[fuchsia]", "meta":"<font color='#FF00FF'>"},
{"tag":"[pink]", "meta":"<font color='#FFC0CB'>"},
{"tag":"[turquoise]", "meta":"<font color='#18af8d'>"},
{"tag":"[gold]", "meta":"<font color='#FFD700'>"},
{"tag":"[azure]", "meta":"<font color='#99cdea'>"},
{"tag":"[lilac]", "meta":"<font color='#a986bf'>"},
{"tag":"[umber]", "meta":"<font color='#8a530c'>"},
{"tag":"[rose]", "meta":"<font color='#c65367'>"},
{"tag":"[forest]", "meta":"<font color='#639627'>"},
{"tag":"[beige]", "meta":"<font color='#d6bc97'>"},
{"tag":"[charcoal]", "meta":"<font color='#43413f'>"},
{"tag":"[violet]", "meta":"<font color='#622571'>"},
{"tag":"[mint]", "meta":"<font color='#8cc28c'>"},
{"tag":"[beryl]", "meta":"<font color='#026581'>"},
{"tag":"[apricot]", "meta":"<font color='#eac47e'>"},
{"tag":"[mauve]", "meta":"<font color='#d4c6ec'>"},
{"tag":"[blush]", "meta":"<font color='#d4afb8'>"},
{"tag":"[coral]", "meta":"<font color='#FF7256'>"},
{"tag":"[marigold]", "meta":"<font color='#fcc006'>"},
{"tag":"[chestnut]", "meta":"<font color='#b97a08'>"},
],
"messages":{
"welcome_format":"Welcome to the land of Horse Isle, %USERNAME%!!",
"motd_format":"<FONT COLOR='#FF0000'><B>Today's Note:</B> %MOTD%</FONT>",
@ -201,6 +246,7 @@
"training_pen":"<BR>^T6You can train all your horses via the Pen^D13|TRAIN ALL^R1",
"train_all":"You attempt to train all of your horses:",
"train_success":"<BR>Training <B>%HORSENAME%</B>: +%SPEED%SP +%STRENGTH%ST +%CONFORMATION%CO +%AGILITY%AG +%ENDURANCE%EN +%EXP%exp",
"train_bad_mood":"<BR>Training <B>%HORSENAME%</B>: Horse is in way too bad a mood.",
"train_cant_train":"<BR><B>%HORSENAME%</B>: Horse needs to rest %TIME% game minutes.",
"fully_rested":"<BR>You have a Barn. All of your horses are fully relaxed now.",
"wagon_used":"Your wagon dropped you off at the nearest station."
@ -632,7 +678,7 @@
"tired_stat_name":"tired",
"player_stats":[
"not at all %STAT%","a tiny bit %STAT%","a little bit %STAT%",
"kind of %STAT","%STAT%","really %STAT%","seriously %STAT%",
"kind of %STAT%","%STAT%","really %STAT%","seriously %STAT%",
"desperately %STAT%","incredibly %STAT%","unbearably %STAT%"
],
"msg":{