-
Notifications
You must be signed in to change notification settings - Fork 3
/
monster_alarms.json.example
23 lines (23 loc) · 1.03 KB
/
monster_alarms.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"discord_alarm":{
"active":true,
"type":"discord",
"webhook_url": "<discord channel ID>",
"startup_message":false,
"monsters":{
"username":"<form_or_empty> <mon_name> - <city>",
"icon_url":"https://websiteURL/<mon_id>.png",
"avatar_url":"https://websiteURL/<mon_id>.png",
"title": "<gender> <form_or_empty> <mon_name> in <city>",
"url": "<gmaps>",
"body": "**IV:** <iv_0>% A(<atk>)/D(<def>)/S(<sta>) \n**CP:** <cp> (Level <mon_lvl>) \n**Type:** <types> <types_emoji> \n**Move Set:** <quick_move> <quick_type_emoji> / <charge_move> <charge_type_emoji> \n**Boosted by:** <weather> <weather_emoji> \n \n---------------- \n**Despawn Time:** <12h_time> (<time_left> remaining) \n**Verified Despawn Time?:** <spawn_verified> \n**Location:** <address> <city> <postal> \n**Map Links:** [[Apple Maps]](<applemaps>) - [[Google Maps]](<gmaps>)",
"map": {
"enabled":"true",
"width":"250",
"height":"125",
"maptype":"roadmap",
"zoom":"15"
}
}
}
}