mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
More events
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ client.dispatcher.addInhibitor(msg => {
|
||||
|
||||
client.login(TOKEN);
|
||||
|
||||
// setInterval(() => process.exit(0), 8.64e+7);
|
||||
// Uncomment if memory is low: setInterval(() => process.exit(0), 8.64e+7);
|
||||
|
||||
process.on('unhandledRejection', err => {
|
||||
console.error('[FATAL] Unhandled Promise Rejection.', err);
|
||||
|
||||
@@ -409,6 +409,31 @@
|
||||
"text": "(Player1) repeatedly stabs (Player2) to death with sais.",
|
||||
"tributes": 2,
|
||||
"deaths": [2]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) goes berserk, killing (Player2), (Player3), (Player4), (Player5), and (Player6) before killing themself.",
|
||||
"tributes": 6,
|
||||
"deaths": [1, 2, 3, 4, 5, 6]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) drops a boulder on (Player2)",
|
||||
"tributes": 2,
|
||||
"deaths": [2]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) holds (Player2)'s hand",
|
||||
"tributes": 2,
|
||||
"deaths": []
|
||||
},
|
||||
{
|
||||
"text": "(Player1) tries to hold (Player2)'s hand, but (Player2) pulls away and stabs them.",
|
||||
"tributes": 2,
|
||||
"deaths": [1]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) accidently kills (Player2) with their knife, who commits suicide at their loss.",
|
||||
"tributes": 2,
|
||||
"deaths": [1, 2]
|
||||
}
|
||||
],
|
||||
"day": [
|
||||
@@ -652,6 +677,11 @@
|
||||
"tributes": 2,
|
||||
"deaths": []
|
||||
},
|
||||
{
|
||||
"text": "(Player1) forces (Player2) to eat pant. (Player2) chokes and dies.",
|
||||
"tributes": 2,
|
||||
"deaths": [2]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) catches (Player2) off guard and kills them.",
|
||||
"tributes": 2,
|
||||
@@ -1031,6 +1061,76 @@
|
||||
"text": "(Player1) repeatedly stabs (Player2) to death with sais.",
|
||||
"tributes": 2,
|
||||
"deaths": [2]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) goes berserk, killing (Player2), (Player3), (Player4), (Player5), and (Player6) before killing themself.",
|
||||
"tributes": 6,
|
||||
"deaths": [1, 2, 3, 4, 5, 6]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) drops a boulder on (Player2)",
|
||||
"tributes": 2,
|
||||
"deaths": [2]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) holds (Player2)'s hand",
|
||||
"tributes": 2,
|
||||
"deaths": []
|
||||
},
|
||||
{
|
||||
"text": "(Player1) tries to hold (Player2)'s hand, but (Player2) pulls away and stabs them.",
|
||||
"tributes": 2,
|
||||
"deaths": [1]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) accidently kills (Player2) with their knife, who commits suicide at their loss.",
|
||||
"tributes": 2,
|
||||
"deaths": [1, 2]
|
||||
},
|
||||
{
|
||||
"text": "A swarm of Tracker Jackers kills (Player1), (Player2), and (Player3).",
|
||||
"tributes": 3,
|
||||
"deaths": [1, 2, 3]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) is killed in a landslide.",
|
||||
"tributes": 1,
|
||||
"deaths": [1]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) tames a swarm of Tracker Jackers, who kill (Player2), (Player3), and (Player4) before being killed by (Player5).",
|
||||
"tributes": 5,
|
||||
"deaths": [2, 3, 4]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) doodles in the dirt.",
|
||||
"tributes": 1,
|
||||
"deaths": []
|
||||
},
|
||||
{
|
||||
"text": "(Player1) chases a butterfly.",
|
||||
"tributes": 1,
|
||||
"deaths": []
|
||||
},
|
||||
{
|
||||
"text": "(Player1) writes in their journal.",
|
||||
"tributes": 1,
|
||||
"deaths": []
|
||||
},
|
||||
{
|
||||
"text": "(Player1) and (Player2) fight for (Player3)'s love. (Player1) wins.",
|
||||
"tributes": 3,
|
||||
"deaths": [2]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) and (Player2) fight for (Player3)'s love. (Player2) wins.",
|
||||
"tributes": 3,
|
||||
"deaths": [1]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) and (Player2) fight for (Player3)'s love. (Player3) takes advantage and kills them both.",
|
||||
"tributes": 3,
|
||||
"deaths": [1, 2]
|
||||
}
|
||||
],
|
||||
"night": [
|
||||
@@ -1269,6 +1369,11 @@
|
||||
"tributes": 2,
|
||||
"deaths": []
|
||||
},
|
||||
{
|
||||
"text": "(Player1) forces (Player2) to eat pant. (Player2) chokes and dies.",
|
||||
"tributes": 2,
|
||||
"deaths": [2]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) catches (Player2) off guard and kills them.",
|
||||
"tributes": 2,
|
||||
@@ -1648,6 +1753,86 @@
|
||||
"text": "(Player1) repeatedly stabs (Player2) to death with sais.",
|
||||
"tributes": 2,
|
||||
"deaths": [2]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) goes berserk, killing (Player2), (Player3), (Player4), (Player5), and (Player6) before killing themself.",
|
||||
"tributes": 6,
|
||||
"deaths": [1, 2, 3, 4, 5, 6]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) drops a boulder on (Player2)",
|
||||
"tributes": 2,
|
||||
"deaths": [2]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) holds (Player2)'s hand",
|
||||
"tributes": 2,
|
||||
"deaths": []
|
||||
},
|
||||
{
|
||||
"text": "(Player1) tries to hold (Player2)'s hand, but (Player2) pulls away and stabs them.",
|
||||
"tributes": 2,
|
||||
"deaths": [1]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) accidently kills (Player2) with their knife, who commits suicide at their loss.",
|
||||
"tributes": 2,
|
||||
"deaths": [1, 2]
|
||||
},
|
||||
{
|
||||
"text": "A swarm of Tracker Jackers kills (Player1), (Player2), and (Player3).",
|
||||
"tributes": 3,
|
||||
"deaths": [1, 2, 3]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) is killed in a landslide.",
|
||||
"tributes": 1,
|
||||
"deaths": [1]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) tames a swarm of Tracker Jackers, who kill (Player2), (Player3), and (Player4) before being killed by (Player5).",
|
||||
"tributes": 5,
|
||||
"deaths": [2, 3, 4]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) doodles in the dirt.",
|
||||
"tributes": 1,
|
||||
"deaths": []
|
||||
},
|
||||
{
|
||||
"text": "(Player1) chases a moth.",
|
||||
"tributes": 1,
|
||||
"deaths": []
|
||||
},
|
||||
{
|
||||
"text": "(Player1) writes in their journal.",
|
||||
"tributes": 1,
|
||||
"deaths": []
|
||||
},
|
||||
{
|
||||
"text": "(Player1) and (Player2) fight for (Player3)'s love. (Player1) wins.",
|
||||
"tributes": 3,
|
||||
"deaths": [2]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) and (Player2) fight for (Player3)'s love. (Player2) wins.",
|
||||
"tributes": 3,
|
||||
"deaths": [1]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) and (Player2) fight for (Player3)'s love. (Player3) takes advantage and kills them both.",
|
||||
"tributes": 3,
|
||||
"deaths": [1, 2]
|
||||
},
|
||||
{
|
||||
"text": "(Player1) sneaks a kiss on (Player2)'s cheek while (Player2) sleeps.",
|
||||
"tributes": 2,
|
||||
"deaths": []
|
||||
},
|
||||
{
|
||||
"text": "(Player1) sneaks a kiss on (Player2)'s cheek, but (Player2) wakes up and kills them.",
|
||||
"tributes": 2,
|
||||
"deaths": [1]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiaobot",
|
||||
"version": "47.6.1",
|
||||
"version": "47.6.2",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Shard.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user