This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
beebot/config.default.json

814 lines
16 KiB
JSON
Raw Permalink Normal View History

2017-12-07 03:30:56 +01:00
{
2018-01-07 23:00:58 +01:00
"http": {
2021-05-10 14:16:10 +02:00
"host": null,
2018-01-07 23:00:58 +01:00
"port": 3002
},
2018-01-07 22:58:48 +01:00
"discord": {
"token": "<discord bot token>",
"client_id": "<discord client id>",
"public": true
2018-01-07 22:58:48 +01:00
},
"templates": {
"bee": {
"src": "./resources/BeeTemplate.png",
"z": 0,
"anchor": {
"x": {
"position": 50,
"offset": 475,
"size": 600
},
"y": {
"position": 100,
"offset": 530
}
}
2021-02-07 12:37:49 +01:00
},
"chicken": {
"src": "./resources/Chicken.png",
"z": 0,
"anchor": {
"x": {
"position": 50,
"offset": 475,
"size": 600
},
"y": {
"position": 100,
"offset": 530
}
}
2018-01-07 22:58:48 +01:00
},
"turtle": {
"src": "./resources/TurtleTemplate.png",
"z": 0,
"anchor": {
"x": {
"position": 50,
"offset": 210,
"size": 150
},
"y": {
"position": 100,
"offset": 150
}
}
},
"santa": {
"src": "./resources/SantaHat.png",
"z": 2,
"anchor": {
"x": {
"position": 50,
"offset": 275,
"size": 350
},
"y": {
"position": 0,
"offset": 150
}
}
},
"birthday": {
"src": "./resources/BirthdayHat.png",
"z": 2,
"anchor": {
"x": {
"position": 50,
"offset": 512,
"size": 1000
},
"y": {
"position": 0,
"offset": 700
}
}
2018-01-05 13:54:35 +01:00
},
2018-01-07 22:58:48 +01:00
"dank": {
"src": "./resources/DankHat.png",
"z": 2,
"anchor": {
"x": {
"position": 50,
"offset": 150,
"size": 320
},
"y": {
"position": 0,
"offset": 220
}
}
},
2021-02-07 12:37:49 +01:00
"cat": [
{
"src": "./resources/CatEars.png",
"z": 2,
"anchor": {
"x": {
"position": 50,
"offset": 300,
"size": 500
},
"y": {
"position": 100,
"offset": 550,
"size": 500
}
},
"attributes": {
"globalCompositeOperation": "destination-in"
}
},
{
"src": "./resources/CatEars.png",
"z": 2,
"anchor": {
"x": {
"position": 0,
"offset": 0,
"size": 600
},
"y": {
"position": 0,
"offset": 0,
"size": 565
}
}
}
],
2020-03-13 21:46:54 +01:00
"space": [
{
"src": "./resources/AstronautMask.png",
"z": 2,
"anchor": {
"x": {
"position": 50,
"offset": 300,
"size": 500
},
"y": {
"position": 100,
"offset": 550,
"size": 500
}
2018-01-07 22:58:48 +01:00
},
2020-03-13 21:46:54 +01:00
"attributes": {
"globalCompositeOperation": "destination-in"
2018-01-07 22:58:48 +01:00
}
2018-02-09 15:32:26 +01:00
},
2020-03-13 21:46:54 +01:00
{
"src": "./resources/AstronautHelmet.png",
"z": 2,
"anchor": {
"x": {
"position": 0,
"offset": 0,
"size": 600
},
"y": {
"position": 0,
"offset": 0,
"size": 565
}
2018-02-09 15:32:26 +01:00
}
}
2020-03-13 21:46:54 +01:00
],
2018-01-07 22:58:48 +01:00
"comfy": [
2018-02-09 15:32:26 +01:00
{
"src": "./resources/ComfyBackground.png",
"z": 2,
"anchor": {
2020-03-13 21:46:54 +01:00
"x": {
"position": 0,
"offset": 0,
"size": 500
2018-02-09 15:32:26 +01:00
},
"y": {
"position": 0,
"offset": 0,
"size": 500
}
},
"attributes": {
"globalCompositeOperation": "destination-in"
}
},
2018-01-07 22:58:48 +01:00
{
"src": "./resources/ComfyTemplate.png",
"z": 2,
"anchor": {
"x": {
"position": 45,
"offset": 210,
"size": 380
},
"y": {
"position": 100,
"offset": 480,
"size": 380
}
}
},
{
"src": "./resources/ComfyBackground.png",
"z": 0,
"anchor": {
"x": {
"position": 0,
"offset": 0,
"size": 500
},
"y": {
"position": 0,
"offset": 0,
"size": 500
}
}
}
],
"netneutrality": {
"src": "./resources/NetNeutrality.png",
"z": 2,
"anchor": {
"x": {
"position": 50,
"offset": 256,
"size": 512
},
"y": {
"position": 50,
"offset": 256,
"size": 512
}
}
},
"anger": {
"src": "./resources/anger.png",
"z": 2,
"anchor": {
"x": {
"position": 75,
"offset": 22.5,
"size": 100
},
"y": {
"position": 25,
"offset": 22.5
}
}
},
2020-03-13 21:46:54 +01:00
"snowglobe": [
{
"src": "./resources/SnowGlobeMask.png",
"z": 2,
"anchor": {
"x": {
"position": 50,
"offset": 92.5,
"size": 185
},
"y": {
"position": 0,
"offset": 0,
"size": 185
}
2018-01-07 22:58:48 +01:00
},
2020-03-13 21:46:54 +01:00
"attributes": {
"globalCompositeOperation": "destination-in"
2018-01-07 22:58:48 +01:00
}
2018-02-09 15:32:26 +01:00
},
2020-03-13 21:46:54 +01:00
{
"src": "./resources/SnowGlobe.png",
"z": 2,
"anchor": {
"x": {
"position": 0,
"offset": 0,
"size": 185
},
"y": {
"position": 0,
"offset": 0,
"size": 212
}
2018-02-09 15:32:26 +01:00
}
}
2020-03-13 21:46:54 +01:00
],
"ice": [
{
"src": "./resources/IceCubeMask.png",
"z": 2,
"anchor": {
"x": {
"position": 50,
"offset": 128,
"size": 200
},
"y": {
"position": 50,
"offset": 128,
"size": 200
}
2018-01-07 22:58:48 +01:00
},
2020-03-13 21:46:54 +01:00
"attributes": {
"globalCompositeOperation": "destination-in"
2018-01-07 22:58:48 +01:00
}
2018-02-09 15:32:26 +01:00
},
2020-03-13 21:46:54 +01:00
{
"src": "./resources/IceCube.png",
"z": 2,
"anchor": {
"x": {
"position": 0,
"offset": 0,
"size": 256
},
"y": {
"position": 0,
"offset": 0,
"size": 256
}
2018-02-09 15:32:26 +01:00
}
}
2020-03-13 21:46:54 +01:00
],
2018-01-07 22:58:48 +01:00
"snowman": [
{
"src": "./resources/SnowMan.png",
"z": 0,
"anchor": {
"x": {
"position": 50,
"offset": 125,
"size": 120
},
"y": {
"position": 100,
"offset": 60
}
}
},
{
"src": "./resources/SnowManHat.png",
"z": 2,
"anchor": {
"x": {
"position": 50,
"offset": 60,
"size": 200
},
"y": {
"position": 0,
"offset": 50
}
}
}
],
"thinking": {
"src": "./resources/thinking.png",
"z": 2,
"anchor": {
"x": {
"position": 0,
"offset": -25,
"size": 190
},
"y": {
"position": 100,
"offset": 70
}
}
},
2020-03-13 21:46:54 +01:00
"window": [
{
"src": "./resources/WindowMask.png",
"z": 2,
"anchor": {
"x": {
"position": 50,
"offset": 64,
"size": 100
},
"y": {
"position": 50,
"offset": 64,
"size": 100
}
2018-01-07 22:58:48 +01:00
},
2020-03-13 21:46:54 +01:00
"attributes": {
"globalCompositeOperation": "destination-in"
2018-01-07 22:58:48 +01:00
}
2018-02-09 15:32:26 +01:00
},
2020-03-13 21:46:54 +01:00
{
"src": "./resources/WindowTemplate.png",
"z": 2,
"anchor": {
"x": {
"position": 0,
"offset": 0,
"size": 128
},
"y": {
"position": 0,
"offset": 0,
"size": 128
}
2018-02-09 15:32:26 +01:00
}
}
2020-03-13 21:46:54 +01:00
],
2018-01-07 22:58:48 +01:00
"omegalul": [
{
2018-02-09 15:32:26 +01:00
"src": "./resources/OmegaLULBackground.png",
2018-01-07 22:58:48 +01:00
"z": 2,
"anchor": {
"x": {
"position": 50,
2018-02-12 14:04:22 +01:00
"offset": 58,
2018-01-07 22:58:48 +01:00
"size": 100
},
"y": {
"position": 50,
2018-02-12 14:04:22 +01:00
"offset": 68,
2018-01-07 22:58:48 +01:00
"size": 100
}
2018-02-09 15:32:26 +01:00
},
"attributes": {
"globalCompositeOperation": "destination-in"
}
},
{
"src": "./resources/OmegaLULTemplate.png",
"z": 2,
"anchor": {
"x": {
"position": 0,
"offset": 0,
"size": 122
},
"y": {
"position": 0,
"offset": 0,
"size": 128
}
2018-01-07 22:58:48 +01:00
}
},
{
"src": "./resources/OmegaLULBackground.png",
"z": 0,
"anchor": {
"x": {
2018-02-09 15:32:26 +01:00
"position": 0,
"offset": 0,
2018-01-07 22:58:48 +01:00
"size": 122
},
"y": {
2018-02-09 15:32:26 +01:00
"position": 0,
"offset": 0,
2018-01-07 22:58:48 +01:00
"size": 128
}
}
}
],
2018-01-07 03:15:32 +01:00
"shoot": {
"src": "./resources/BulletHole.png",
"z": 2,
"anchor": {
"x": {
"absolute": true,
"position": 0,
"offset": "Math.random()*(imgWidth - 123/5)",
2018-01-07 03:15:32 +01:00
"size": "123*5"
},
"y": {
"absolute": true,
"position": 0,
"offset": "Math.random()*(imgHeight - 130/5)",
2018-01-07 03:15:32 +01:00
"size": "130*5"
}
}
2018-01-07 22:58:48 +01:00
},
"ban": {
"src": "./resources/BanTemplate.png",
"z": 2,
"anchor": {
"x": {
"position": 50,
"offset": 512,
"size": 1200
},
"y": {
"position": 50,
"offset": 500,
"size": 1200
}
}
2018-02-25 18:47:47 +01:00
},
"pride": {
"src": "./resources/PrideOverlay.png",
"z": 2,
"anchor": {
"x": {
"position": 0,
"offset": 0,
"size": 512
},
"y": {
"position": 0,
"offset": 0,
"size": 512
}
},
"filter": "pride"
2021-02-07 12:37:49 +01:00
},
"transpride": {
"src": "./resources/TransPrideOverlay.png",
"z": 2,
"anchor": {
"x": {
"position": 0,
"offset": 0,
"size": 512
},
"y": {
"position": 0,
"offset": 0,
"size": 512
}
},
"filter": "pride"
2018-06-11 15:55:38 +02:00
},
"couch": [
{
"src": "./resources/CouchTemplate.png",
"z": 2,
"anchor": {
"x": {
"position": 50,
"offset": 964
},
"y": {
"position": 50,
"offset": 530,
"size": 200
}
}
},
{
"src": "./resources/CouchBackground.png",
"z": 0,
"anchor": {
"x": {
"position": 0,
"offset": 0,
"size": 1920
},
"y": {
"position": 0,
"offset": 0,
"size": 1080
}
}
}
],
"ping": {
"src": "./resources/ping.png",
"z": 2,
"anchor": {
"x": {
2018-06-11 16:01:44 +02:00
"position": 0,
"offset": -94,
2018-06-11 15:55:38 +02:00
"size": 1024
},
"y": {
"position": 0,
"offset": -94,
"size": 1024
}
}
2018-06-19 09:40:50 +02:00
},
"unity": {
"src": "./resources/twitchunity.png",
"z": 2,
"anchor": {
"x": {
"position": 50,
"offset": 150,
"size": 300
},
"y": {
"position": 50,
"offset": 150,
"size": 250
}
}
},
"blood": {
"src": "./resources/bloodTemplate.png",
"z": 2,
"anchor": {
"x": {
"absolute": true,
"position": 0,
"offset": "Math.random()*(imgWidth - 400/5)",
"size": "123*5"
},
"y": {
"absolute": true,
"position": 0,
"offset": "Math.random()*(imgHeight - 368/5)",
"size": "130*5"
}
}
},
"hypers": {
"src": "./resources/hypersTemplate.png",
2018-12-04 02:03:02 +01:00
"z": 2,
"anchor": {
"x": {
"position": 0,
"offset": 70,
"size": 450
},
"y": {
2018-12-04 02:00:00 +01:00
"position": 100,
"offset": 445,
"size": 445
}
}
},
"deer": {
"src": "./resources/deer.png",
"z": 0,
"anchor": {
"x": {
"position": 0,
"offset": 0,
"size": 100
},
"y": {
"position": 0,
2018-12-04 02:00:00 +01:00
"offset": 35,
"size": 100
}
}
},
2018-12-05 22:17:38 +01:00
"ornament": [
{
"src": "./resources/christmasBellMask.png",
"z": 2,
"anchor": {
"x": {
2018-12-04 02:17:57 +01:00
"position": 50,
"offset": 190,
"size": 325
},
"y": {
2018-12-04 02:17:57 +01:00
"position": 50,
"offset": 220,
"size": 330
}
},
"attributes": {
"globalCompositeOperation": "destination-in"
}
},
{
"src": "./resources/christmasBell.png",
"z": 2,
"anchor": {
"x": {
"position": 0,
"offset": 0,
"size": 380
},
"y": {
"position": 0,
"offset": 0,
"size": 380
}
}
}
],
"star": [
{
"src": "./resources/starMask.png",
"z": 2,
"anchor": {
"x": {
2018-12-04 02:17:57 +01:00
"position": 50,
"offset": 512,
"size": 900
},
"y": {
2018-12-04 02:17:57 +01:00
"position": 50,
"offset": 512,
"size": 900
}
},
"attributes": {
"globalCompositeOperation": "destination-in"
}
},
{
"src": "./resources/star.png",
"z": 2,
"anchor": {
"x": {
"position": 0,
"offset": 0,
"size": 1024
},
"y": {
"position": 0,
"offset": 0,
"size": 1024
}
}
}
2019-01-25 18:16:08 +01:00
],
2020-03-13 21:46:54 +01:00
"chef": [
{
"src": "./resources/ChefHat.png",
"z": 2,
"anchor": {
"x": {
"position": 35,
"offset": 199,
"size": 398
},
"y": {
"position": 25,
"offset": 300,
"size": 369
}
2019-01-25 18:16:08 +01:00
}
2020-03-13 21:46:54 +01:00
},
{
"src": "./resources/ChefBackground.png",
"z": 0,
"anchor": {
"x": {
"position": 0,
"offset": 0,
"size": "imgWidth / previousCalculation.templateScale"
},
"y": {
"position": 0,
"offset": 0
}
2019-01-25 18:16:08 +01:00
}
}
2020-03-13 21:46:54 +01:00
],
2019-05-04 20:15:23 +02:00
"police": {
"src": "./resources/PoliceHat.png",
"z": 2,
"anchor": {
"x": {
"position": 50,
"offset": 400,
"size": 700
},
"y": {
"position": 0,
"offset": 400
}
}
2020-03-13 21:46:54 +01:00
},
"hazmat": [
{
"src": "./resources/HazmatMask.png",
"z": 2,
"anchor": {
"x": {
"position": 50,
"offset": 225,
"size": 450
2020-03-13 21:46:54 +01:00
},
"y": {
"position": 50,
"offset": 225,
"size": 450
2020-03-13 21:46:54 +01:00
}
},
"attributes": {
"globalCompositeOperation": "destination-in"
}
},
{
"src": "./resources/HazmatSuit.png",
"z": 2,
"anchor": {
"x": {
"position": 0,
"offset": 0,
"size": 490
},
"y": {
"position": 0,
"offset": 0,
"size": 490
}
}
}
]
2018-01-07 03:15:32 +01:00
}
2020-03-13 21:46:54 +01:00
}