JSON validator
Validation
No errors found! (You have no schema selected, so only the basic JSON syntax was checked.)
Content
You can change JSON format () or edit this file.
{
"Format": "2.8.0",
"Changes": [
{
"Action": "Load",
"Target": "{{ModId}}/MyChannel",
"FromFile": "assets/channel.png"
},
{
"Action": "EditData",
"Target": "Astraios.BroadcastAPI/CustomChannels",
"Entries": {
"{{ModID}}_MyChannel": {
"Name": "{{ModID}}_MyChannel",
"Displayname": "Bez Channel",
"Dialogues": [
"Welcome to my custom channel!",
"... I don't know what to say here (>.<)"
],
"Texture": "{{ModId}}/MyChannel",
"SpriteRegion": {
"X": 0,
"Y": 0,
"Width": 16,
"Height": 32
},
"AnimationLength": 4,
"AnimationInterval": 200.0
}
}
}
]
}