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
|
# File 'lib/time_egg/characters_quotes.rb', line 2
def self.execution_quotes
[
{
start: "\e[34mChrono raises his blade high: 'Let’s start this!'\e[0m",
finish: "\e[32mChrono lowers his blade: 'It’s done. The path is clear.'\e[0m",
failure: -> (error) { "\e[31mChrono falters mid-swing, his grip trembling: 'The strike didn’t land. The shadows whisper of an error: \"\e[35m#{error.message}\e[31m\".'\e[0m" }
},
{
start: "\e[34mLucca powers up her contraption: 'Initiating the sequence!'\e[0m",
finish: "\e[32mLucca wipes her goggles: 'Sequence complete! Everything’s working perfectly.'\e[0m",
failure: -> (error) { "\e[31mLucca slaps her machine, sparks flying: 'The system’s malfunctioned! Error detected: \"\e[35m#{error.message}\e[31m\".'\e[0m" }
},
{
start: "\e[34mMarle steadies her crossbow: 'The moment is here!'\e[0m",
finish: "\e[32mMarle smiles with relief: 'That’s a bullseye!'\e[0m",
failure: -> (error) { "\e[31mMarle lowers her crossbow with a sigh: 'I missed... something’s off. Error: \"\e[35m#{error.message}\e[31m\".'\e[0m" }
},
{
start: "\e[34mFrog raises the Masamune: 'Let us strike with honor and valor!'\e[0m",
finish: "\e[32mFrog sheathes the Masamune: 'The deed is done. Honor and time are preserved.'\e[0m",
failure: -> (error) { "\e[31mFrog kneels solemnly, the Masamune trembling in his hands: 'T’is ill fortune. The strike hath failed us. Error: \"\e[35m#{error.message}\e[31m\".'\e[0m" }
},
{
start: "\e[34mMagus glances to the sky: 'The gears of fate are in motion now.'\e[0m",
finish: "\e[32mMagus folds his arms: 'The outcome is clear. Let us proceed.'\e[0m",
failure: -> (error) { "\e[31mMagus glares into the void, his voice low: 'The threads of destiny slip from my grasp. Error: \"\e[35m#{error.message}\e[31m\". Fate resists me... for now.'\e[0m" }
},
{
start: "\e[34mAyla shouts: 'Me start smash now!'\e[0m",
finish: "\e[32mAyla cheers: 'Smash done! Me ready for next one!'\e[0m",
failure: -> (error) { "\e[31mAyla groans, frustrated: 'Smash no work. Error say: \"\e[35m#{error.message}\e[31m\". Ayla fix and try again!'\e[0m" }
},
{
start: "\e[34mRobo activates his systems: 'Executing command protocol...'\e[0m",
finish: "\e[32mRobo powers down slightly: 'Command executed. Awaiting next input.'\e[0m",
failure: -> (error) { "\e[31mRobo’s circuits flicker, a faint whir escaping: 'Critical error detected: \"\e[35m#{error.message}\e[31m\". Systems need recalibration.'\e[0m" }
},
{
start: "\e[34mEpoch charges its engines: 'Time to break the barrier!'\e[0m",
finish: "\e[32mEpoch settles back into the timestream: 'Barrier broken. Ready for the next jump.'\e[0m",
failure: -> (error) { "\e[31mEpoch halts mid-flight, systems flickering: 'Temporal jump failed. Error: \"\e[35m#{error.message}\e[31m\". Recalibrating coordinates.'\e[0m" }
},
{
start: "\e[34mSchala’s voice echoes softly: 'The journey begins...'\e[0m",
finish: "\e[32mSchala’s voice fades gently: 'The task is complete. You’ve done well.'\e[0m",
failure: -> (error) { "\e[31mSchala’s voice trembles, filled with sorrow: 'The path is obstructed... Error: \"\e[35m#{error.message}\e[31m\". We must find another way.'\e[0m" }
},
{
start: "\e[34mThe gates of time shimmer: 'Opening the path to destiny...'\e[0m",
finish: "\e[32mThe gates of time close softly: 'The timeline is stable once more.'\e[0m",
failure: -> (error) { "\e[31mThe gates of time flicker violently: 'The path resists us. Error: \"\e[35m#{error.message}\e[31m\". The way remains sealed.'\e[0m" }
},
{
start: "\e[34mChrono leaps forward: 'The enemy will fall before me!'\e[0m",
finish: "\e[32mChrono stands victorious: 'The battle is won!'\e[0m",
failure: -> (error) { "\e[31mChrono stumbles back, exhausted: 'I’ve failed... Error: \"\e[35m#{error.message}\e[31m\". I must try again.'\e[0m" }
},
{
start: "\e[34mLucca adjusts the dials: 'Let’s see if this works!'\e[0m",
finish: "\e[32mLucca lets out a sigh of relief: 'It’s working. We’ve made it through.'\e[0m",
failure: -> (error) { "\e[31mLucca’s machine whirs and sputters: 'Something went wrong. Error: \"\e[35m#{error.message}\e[31m\". The system is failing.'\e[0m" }
},
{
start: "\e[34mMarle steadies herself: 'I won’t miss this time!'\e[0m",
finish: "\e[32mMarle celebrates: 'Bullseye! The target is down.'\e[0m",
failure: -> (error) { "\e[31mMarle curses under her breath: 'Not again! Error: \"\e[35m#{error.message}\e[31m\". I’ll need to re-aim.'\e[0m" }
},
{
start: "\e[34mFrog charges into battle: 'For the kingdom! For the honor!'\e[0m",
finish: "\e[32mFrog sheathes his sword: 'The mission is complete. Honor has been upheld.'\e[0m",
failure: -> (error) { "\e[31mFrog grips the Masamune tightly, his face somber: 'The mission was a failure. Error: \"\e[35m#{error.message}\e[31m\". We must regroup.'\e[0m" }
},
{
start: "\e[34mMagus conjures dark energy: 'Let the power of the darkness be unleashed!'\e[0m",
finish: "\e[32mMagus surveys the aftermath: 'The chaos has been contained... for now.'\e[0m",
failure: -> (error) { "\e[31mMagus clenches his fist in frustration: 'The power slipped through my grasp. Error: \"\e[35m#{error.message}\e[31m\". I must find another way.'\e[0m" }
},
{
start: "\e[34mAyla cracks her knuckles: 'Smash time!' \e[0m",
finish: "\e[32mAyla cheers: 'Smash complete! Me win again!'\e[0m",
failure: -> (error) { "\e[31mAyla looks disappointed: 'Smash no work. Error: \"\e[35m#{error.message}\e[31m\". Me need to try harder!'\e[0m" }
},
{
start: "\e[34mRobo activates his boosters: 'Systems online. Ready for action.'\e[0m",
finish: "\e[32mRobo reports: 'Mission complete. All systems stable.'\e[0m",
failure: -> (error) { "\e[31mRobo’s mechanical arm freezes in place: 'Error detected: \"\e[35m#{error.message}\e[31m\". Recalibrating.'\e[0m" }
},
{
start: "\e[34mEpoch charges its temporal engines: 'Navigating through time!'\e[0m",
finish: "\e[32mEpoch lands with a soft thud: 'Timeline verified. Jump successful.'\e[0m",
failure: -> (error) { "\e[31mEpoch jolts, systems crashing: 'Temporal disruption detected. Error: \"\e[35m#{error.message}\e[31m\". Initiating repair.'\e[0m" }
},
{
start: "\e[34mSchala prepares the spell: 'The moment is upon us.'\e[0m",
finish: "\e[32mSchala breathes out softly: 'The spell is cast. We are safe for now.'\e[0m",
failure: -> (error) { "\e[31mSchala’s energy flares out of control: 'The spell is incomplete. Error: \"\e[35m#{error.message}\e[31m\". We must start anew.'\e[0m" }
},
{
start: "\e[34mThe gates of time hum: 'Temporal doorways are opening.'\e[0m",
finish: "\e[32mThe gates close gently: 'The timeline is restored.'\e[0m",
failure: -> (error) { "\e[31mThe gates flicker and close rapidly: 'Error in time manipulation: \"\e[35m#{error.message}\e[31m\". Recalibration needed.'\e[0m" }
},
{
start: "\e[34mChrono draws his sword: 'I’ll fight for the future!'\e[0m",
finish: "\e[32mChrono wipes his brow: 'The fight is over. The world is safe.'\e[0m",
failure: -> (error) { "\e[31mChrono stumbles, sword dropping from his hand: 'The battle has been lost. Error: \"\e[35m#{error.message}\e[31m\". I must try again.'\e[0m" }
},
{
start: "\e[34mLucca adjusts her goggles: 'Let’s make history!'\e[0m",
finish: "\e[32mLucca exclaims: 'It worked! The past has been changed!'\e[0m",
failure: -> (error) { "\e[31mLucca slams her fist on the console: 'This wasn’t supposed to happen. Error: \"\e[35m#{error.message}\e[31m\". I need to reprogram.'\e[0m" }
},
{
start: "\e[34mMarle raises her bow: 'I’ll hit my target this time!'\e[0m",
finish: "\e[32mMarle cheers: 'Perfect shot! The mission is complete.'\e[0m",
failure: -> (error) { "\e[31mMarle frowns, frustrated: 'I missed! Error: \"\e[35m#{error.message}\e[31m\". I’ll try again.'\e[0m" }
},
{
start: "\e[34mFrog charges forward: 'For the kingdom!'\e[0m",
finish: "\e[32mFrog nods in approval: 'The battle has ended. We are victorious.'\e[0m",
failure: -> (error) { "\e[31mFrog’s Masamune falters: 'The kingdom is in danger... Error: \"\e[35m#{error.message}\e[31m\". We must try again.'\e[0m" }
}
].sample
end
|