forked from Stefouch/sebedius-yearzero-discord-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
132 lines (132 loc) · 2.66 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"botID": "543445246143365130",
"betaBotID": "549319447240769542",
"ownerID": "405389936783523840",
"botGuildID": "585361465641271296",
"botLogChannelID": "752170706522865664",
"defaultPrefix": "!",
"perms": { "bitfield": 355392 },
"activityLoopDelay": 600,
"color": "0x1AA29B",
"wikiURL": "https://github.com/Stefouch/sebedius-yearzero-discord-bot/wiki",
"commands": {
"roll": {
"max": 42,
"pushIcon": "🔄",
"pushCooldown": 120000,
"options": {
"generic": {
"iconTemplate": "alien",
"successIcon": "❇",
"hasBlankDice": false,
"detailed": false,
"extraPushDice": null,
"trauma": false,
"gearDamage": false,
"panic": false,
"mishap": false,
"alias": {
"base": "skill",
"gear": "skill",
"neg": "--",
"stress": "--"
}
},
"myz": {
"successIcon": "<:b6:543422751428575238>",
"trauma": true,
"gearDamage": true
},
"fbl": {
"successIcon": "<:fblb6:585368712010399744>",
"trauma": true,
"gearDamage": true
},
"tales": {
"successIcon": "<:talesb6:746306489668468737>",
"alias": {
"base": "skill",
"gear": "skill",
"neg": "--"
},
"hasBlankDice": true,
"detailed": true
},
"coriolis": {
"successIcon": "<:coriolisb6:746306927524577280>",
"alias": {
"base": "skill",
"gear": "skill",
"neg": "--"
},
"hasBlankDice": true,
"detailed": true,
"reactionMenu": [
{
"name": "Pray",
"icon": "🙏",
"extraPushDice": ["skill"]
},
{
"name": "Chapel",
"icon": "🕌",
"extraPushDice": ["skill", "skill"]
}
]
},
"alien": {
"successIcon": "<:alienb6:746320623436955691>",
"alias": {
"base": "skill",
"skill": "stress",
"gear": "skill",
"neg": "--"
},
"extraPushDice": ["stress"],
"panic": true
},
"vaesen": {
"successIcon": "<:vaesenb6:721624875688787978>",
"alias": {
"base": "skill",
"gear": "skill",
"neg": "--"
},
"hasBlankDice": true,
"detailed": true
},
"t2k": {
"successIcon": "🎯",
"alias": {
"skill": "base",
"gear": "base",
"neg": "--"
},
"hasBlankDice": true,
"detailed": true,
"mishap": true
}
}
},
"init": {
"attack": {
"degrade": {
"myz": true,
"fbl": true
}
}
},
"stats": {
"start": "2020-12-05"
},
"scrap": {
"max": 20
}
},
"yargs": {
"short-option-groups": false,
"duplicate-arguments-array": false,
"flatten-duplicate-arrays": true,
"unknown-options-as-args": true
}
}