Chat type

New found feature, allowing me to change how chat is displayed by default. Other files might be added such as team-chat and msg's
This commit is contained in:
HeroChris 2024-12-16 12:24:04 +01:00
parent 49068b6989
commit f9f10ea2df

View File

@ -0,0 +1,19 @@
{
"chat": {
"parameters": [
"sender",
"content"
],
"style": {
"color": "#b6b6b6"
},
"translation_key": "chat.type.text"
},
"narration": {
"parameters": [
"sender",
"content"
],
"translation_key": "chat.type.text.narrate"
}
}