“She was the star that lit my path. Without her… darkness.” Quote Images

“She was the star that lit my path. Without her… darkness.”

Viego (League of Legends)

The above quote is from the game League of Legends and is said by one of its champions- Viego, also known as the Ruined King.

Quote Images

Quote Meaning

Viego’s wife- the Queen was the most important person in his life and presumably helped him in various ways. She played a guiding role in his life and like a star in the night sky, she made it brighter and more beautiful and set him on the right path.

After she passed away, he feels a deep sense of loss and emptiness. There is a void now, where used to be her. Her absence leaves him in the dark and there is no one there for him to love and to guide him. In conclusion the quote is about the dependency on someone for positivity and guidance in one’s light and how devastating losing that person can be.

Leave a Comment

Your email address will not be published. Required fields are marked *

// Add this code to your theme's footer or in a custom plugin jQuery(document).ready(function($) { // Check if the drum pattern container exists if ($('.drum-pattern-container').length) { console.log('Found drum pattern container'); // Get raw pattern data var rawPatternData = $('.drum-pattern-container').attr('data-pattern-data'); console.log('Raw pattern data:', rawPatternData); // Try to manually display empty data to replace the problematic one $('.drum-pattern-container').attr('data-pattern-data', '[]'); // Force a basic pattern structure var basicPattern = [ { id: 0, beats: [ { id: 0, notes: [] }, { id: 1, notes: [] }, { id: 2, notes: [] }, { id: 3, notes: [] } ] } ]; // Try this alternate approach $('.drum-pattern-container').data('pattern-data', basicPattern); console.log('Fixed with empty pattern'); } else { console.log('No drum pattern container found'); } });