User:Harmonea/Sandbox: Difference between revisions

From Tears of Themis Wiki
imported>Harmonea
No edit summary
mNo edit summary
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Let's scribble down some stuff about how to navigate the datamine. I'm not gonna talk about how to access it in hopes that the page won't get nuked.
{{#cargo_query:tables=Card
 
|fields=CONCAT('[[File:', name, ' icon.png|50px]] [[', name ,']]')=Card,CONCAT('[[', name, '/Rewards]]')=Rewards Page,CONCAT('[[Media:',image1,']]<br />[[Media:',still1,']]')=image1,CONCAT('[[Media:',image2,']]<br />[[Media:',still2,']]')=image2,CONCAT('[[Media:',image3,']]<br />[[Media:',still3,']]')=image3
==Common Terms/Shorthand==
|where=rarity IN ("SSS", "SSR", "SR", "MR")
These shortcuts are found throughout the files in various situations. Card types, level labels, etc.
|format=table
 
|limit=999
* Sun - Logic
|order by=releaseDate DESC
* Moon - Empathy
}}
* Star - Intuition
* Spy / XY - Luke
* Lawyer / ZR - Artem
* Professor / MY - Vyn
* Richson  / LJH - Marius (I lol'd)
* Richman - Summer Breeze
* Island - Lost Gold
* Urbanlegend - Symphony of the Night
* Iceland - Skadi
 
Any text in <code>code tags</code> is discussing a filename (and possibly subsection of that file)
 
==translationen==
Meat and potatoes of where to pull text from. Enormous. Has two sections: StoryMainEN and TextMapEN.
 
===StoryMainEN===
StoryMainEN is the source of all ''story dialogue'' text in the game. Not battles, menus, text messages, phone calls, etc, but the actual main script of the VN itself. It exists entirely to be called by the <code>story</code> file.
 
<nowiki>            {
                "IncrementalID": 505053,
                "StoryID": 20024,
                "DialogID": 120,
                "TextEN": "Concerns? Was it because of me?"
            },</nowiki>
* IncrementalID - just an index that is not referenced by outside sources.
* StoryID, DialogueID - is called by <code>story</code>. Denotes which line is being translated.
 
===TextMapEN===
TextMapEN in the source of all ''other'' text in the game. If it doesn't pop up in a dialogue box in the center of your screen, it's probably from here.
 
<nowiki>            {
                "IncrementalID": 7001363,
                "ID": 4147972,
                "English": "What did Prometheus give to humanity?"
            },,</nowiki>
* IncrementalID - just an index that is not referenced by outside sources.
* ID - these vary WILDLY and are not in any discernable order -- trials of Athena in the 4140000 range comes before battleTalk in the 200000 range which both come before clue names in the 301000 range, for example -- but they are '''unique''' and are called by many different files.
 
==level==
Describes Stages and stage-related data.
 
===BattleTalk===
MC's counterarguments.
 
<nowiki>            {
                "ID": 283,
                "TalkInfos": [
                    {
                        "TalkOrderID": 1,
                        "AttributeType": "Sun",
                        "TalkTextID": 2000831
                    },</nowiki>
 
* ID - each group of counterarguments is defined by this single ID that can be called by multiple stages.
* Talkinfos - container for group of individual lines
* TalkOrderID - untested - probably defines the order in which they come out? seems unimportant
* AttributeType - this counterargument comes when the player selects this element from the personal deck (see common terms above for equivalent to sun/moon/star)
* TalkTextID - calling translationen/TextMapEN
 
===Buff===
Empty section
 
===Condition===
Empty section
 
===Group===
<nowiki>                        {
                "ID": 17,
                "Order": 4,
                "Type": 4,
                "JumpTargetType": "GotoBirthday",
                "LockTextmapID": "1008",
                "BannerPath": "subbanner/sub_banner_birthday_my",
                "IsDisplay": true
            },</nowiki>
 
Have not delved too deeply into this. Appears to describe what buttons a player can touch to go to which stage listings. Includes event listings such as the above which is important later....
 
===Reward===
Have not studied. Appears to describe stage rewards e.g. first time completion S-chips. Might warrant digging into but we as players can also easily observe and record this with little effort.
 
===Star===
Empty section
 
===Week===
Have not studied. Appears to link back to groups. You'd think it describes our daily schedule, but there are 9 entries.
 
===Schedule===
Describes the event schedule. '''!!!Dates listed here should be treated as tentative until officially announced!!!'''
 
<nowiki>            {
                "ID": 3,
                "GroupID": 17,
                "StartTime": "2021-09-22 12:00:00",
                "EndTime": "2021-10-03 03:59:59"
            },</nowiki>
 
GroupID links back to groups above; this example is group 17 which is described in the group section as birthday_my, so here we have a tentative schedule for Vyn's birthday event.
 
===Bonus===
Appears to describe some mechanism for certain cards being more powerful in certain stages.
 
<nowiki>            {
                "ID": 7,
                "BonusInfos": [
                    {
                        "CardStar": 2,
                        "CoinID": 10,
                        "CardID": [
                            10115,
                            10117,
                            10112,
                            10118
                        ],
                        "MainBonus": 125,
                        "SupportBonus": 125
                    }
                ]
            },</nowiki>
 
I tried looking into this, but none of the cards listed (CardID links to <code>card</code>) are any we have access to at this time, so this is future content. Having played other gachas though, it's not unheard of for event-specific units to get power boosts during their event. The above describes the R cards "All Ready," "Here For You," "Another Side of You," and "Practice Makes Perfect" as performing at maybe +25% or even +125% effectiveness, the latter of which would see them performing better than basegame SSRs... but then there are other entries describing event SSRs as getting a massive +400% bonus, just in case you thought they were being nice.
 
===Main===
Finally the good part. This tells you pretty much everything you need to know about a stage. Here's [[Main Story 01-16]] to start us off.
 
<nowiki>           {
                "ID": 16,
                "GroupID": 1,
                "LevelType": "FinalJudge2",
                "LevelTypeForServer": 1,
                "BattleRepeatBlock": 1,
                "Parentid": [
                    15
                ],
                "Hardlevel": 3575,
                "StaminaCost": 20,
                "StageType": "Main1",
                "ChapterID": 1,
                "PartID": 16,
                "LevelDetailPicPath": "leveldetail/bg_judge_01_s",
                "BackgroundPath": "storyBackground/bg_judge_01",
                "IconPath": "icon/level/lv_img_lawyer2",
                "LevelDetialImgPath": "lv_img_cooperation7",
                "LevelTitleTextID": "level_title_16",
                "LevelOpenWordTextID": "30084|30085",
                "PreStoryID": 13,
                "StoryID": "14",
                "ClearStoryID": 15,
                "FailStoryID": 16,
                "PlayerExp": 400,
                "CardExp": 400,
                "Coin": 1600,
                "RewardType": 1,
                "FirstReward": 1,
                "BossID": 6,
                "AttributesID": 1,
                "BattleTalkID": 6,
                "DropHintMaterialID": [
                    30002
                ],
                "DropHintSC": 1,
                "BattleStartPicPath": "battle_player/player_court",
                "BattleResultWinPicPath": "battle_player/player_court_win",
                "BattleResultLosePicPath": "battle_player/player_court_lose",
                "BattleSpine": "Player/player_court"
            },</nowiki>
 
* ID - unique identifier, referenced by other entries in this section
* GroupID - Describes what group this stage belongs to.
* LevelType - Valid leveltypes are Battle1 (regular debate), FinalJudge2 (trial), Story3 (regular story), Research4 (investigation), Monopoly5 (game board stages e.g. Summer Breeze fake staff battle), Tower6 (Trials of Themis / Temple of Trials)
* LevelTypeForServer - valid values are 1-10, describing (1) Main Story, (2) Character story, (3) Legal studies, (5) game board levels, (6) Temple of Trials of Themis, (7) Anomaly levels, (8) unknown, (9) Lost Gold, (10) Skadi
* BattleRepeatBlock - is set to 1 for Trials and level types 8-10.
* MaxBattleTimesEveryDay - sets the limit of 3/day on Anomaly stages
* ContinueTimes - on battles that can be fought multiple times in a row, defines the max number of auto-debates the player can direct the game to do at once.
* RoleID - for character stories, describes which character's affection level will be checked in the next field (valid values 1-4 in the order listed in "common terms").
* FavorLimit - describes the affection level required to enter this stage.
* Parentid - level IDs for stages that must be completed before accessing this one.
* IsUnlocked - is set to 1 on stages that have no prerequisites e.g. Main story 01-01 or Monopoly stages.
* Hardlevel - for debate stages, defines the recommended power level.
* StaminaCost - ¯\_(ツ)_/¯ I mean--
* StageType - a more descriptive stage subdivision. Examples: Main1, Elite2 (Anomaly), EvolveLawyer20, RichsonPerson14 (Marius character story), Island24 (Lost Gold), etc.
* ChapterID - for main story and character story, which chapter we're in. Note that internally, chapter 5 pt2 is logged as Ch6 and chapter 5 pt3 is logged as Ch7. Presumably this pattern will continue.
* PartID - for main story and character story, which stage within the chapter we're in.
* LevelDetailPicPAth / BackgroundPath / IconPath / LevelDetialImgPath - graphical assets used to display the level in the menu
* LevelNameTextID - links to <code>translationen/TextMapEN</code> - describes any extra text present in the menu, such as investigation partners.
* LevelTitleTextID - doesn't appear to link to anything which is a bit weird. Maybe talks to the Lua folder?
* LevelOpenWordTextID - only noted on trial stages. links to <code>translationen/TextMapEN</code> and describes a brief setting e.g. "Civil Court, 10:00"
* DescriptionTextID - links to <code>translationen/TextMapEN</code> and describes the blurb present before entering the stage on debate stages (someone laid down in front of our car!).
* PreStoryID - links to <code>story</code>; displays a prequel story that plays before the main meat of the stage. Not commonly defined, most often the pre-trial waiting room dialogue.
* StoryID - links to <code>story</code>; displays the main dialogue of a non-debate story. Can have multiple listings separated by a bar for e.g. the part before and the part after an investigation.
* ClearStoryID - links to <code>story</code>; describes a story that plays if the trial's battle is won.
* FailStoryID - links to <code>story</code>; describes a story that plays if the trial's battle is lost.
* PlayerExp / CardExp / Coin - self-explanatory
* RewardType - You'd think this part would link to the Reward section above, but currently the only values in this column are 1 or blank, and the blank is only used in Monopoly and Temple of Trials of Themis... and future event stuff
* FirstReward - this probably links to Reward section above. valid values 1-5.
* BossID - links to <code>battle/Boss</code> and describes the stage's debate opponent.
* AttributesID - is set to 1 for debate stages
* BattleTalkID - links to <code>level/BattleTalk</code> and describes what set of counter-arguments the player will see in this debate.
* DropHintMaterialID - links to <code>item</code> and describes what items' icons will be displayed with the level in the menu.
* DropHintSC - not sure what this does; very rarely used and only ever set to 1.
* DropHintCoinID, DropBonus - appears to be future event stuff
* BattleStartPicPath / BattleResultWinPicPath / BattleResultLosePicPath / BattleSpine - describes graphics used in this stage's debate; the last one describes the player sprite (e.g. greek outfit in ToToT levels).
 
==more to come unless I get screamed at==

Latest revision as of 23:23, 5 November 2023

Card Rewards Page image1 image2 image3
Luke "Leaping" icon.png Luke "Leaping" Luke "Leaping"/Rewards Media:Luke "Leaping" Base.webm
Media:Luke "Leaping" Base.png
Media:Luke "Leaping" Evolve 1.webm
Media:Luke "Leaping" Evolve 1.png
Luke "Summer Starlight" icon.png Luke "Summer Starlight" Luke "Summer Starlight"/Rewards Media:Luke "Summer Starlight" Base.webm
Media:Luke "Summer Starlight" Base.png
Media:Luke "Summer Starlight" Evolve 1.webm
Media:Luke "Summer Starlight" Evolve 1.png
Media:Luke "Summer Starlight" Evolve 2.webm
Media:Luke "Summer Starlight" Evolve 2.png
Marius "Seaside Sweetness" icon.png Marius "Seaside Sweetness" Marius "Seaside Sweetness"/Rewards Media:Marius "Seaside Sweetness" Base.webm
Media:Marius "Seaside Sweetness" Base.png
Media:Marius "Seaside Sweetness" Evolve 1.webm
Media:Marius "Seaside Sweetness" Evolve 1.png
Media:Marius "Seaside Sweetness" Evolve 2.webm
Media:Marius "Seaside Sweetness" Evolve 2.png
Artem "Ocean's Enchantment" icon.png Artem "Ocean's Enchantment" Artem "Ocean's Enchantment"/Rewards Media:Artem "Ocean's Enchantment" Base.webm
Media:Artem "Ocean's Enchantment" Base.png
Media:Artem "Ocean's Enchantment" Evolve 1.webm
Media:Artem "Ocean's Enchantment" Evolve 1.png
Media:Artem "Ocean's Enchantment" Evolve 2.webm
Media:Artem "Ocean's Enchantment" Evolve 2.png
Vyn "Sunkissed Vacation" icon.png Vyn "Sunkissed Vacation" Vyn "Sunkissed Vacation"/Rewards Media:Vyn "Sunkissed Vacation" Base.webm
Media:Vyn "Sunkissed Vacation" Base.png
Media:Vyn "Sunkissed Vacation" Evolve 1.webm
Media:Vyn "Sunkissed Vacation" Evolve 1.png
Media:Vyn "Sunkissed Vacation" Evolve 2.webm
Media:Vyn "Sunkissed Vacation" Evolve 2.png
Luke "Spice and Synergy" icon.png Luke "Spice and Synergy" Luke "Spice and Synergy"/Rewards Media:Luke "Spice and Synergy" Base.webm
Media:Luke "Spice and Synergy" Base.png
Media:Luke "Spice and Synergy" Evolve 1.webm
Media:Luke "Spice and Synergy" Evolve 1.png
Media:Luke "Spice and Synergy" Evolve 2.webm
Media:Luke "Spice and Synergy" Evolve 2.png
Marius "Leaning Close" icon.png Marius "Leaning Close" Marius "Leaning Close"/Rewards Media:Marius "Leaning Close" Base.webm
Media:Marius "Leaning Close" Base.png
Media:Marius "Leaning Close" Evolve 1.webm
Media:Marius "Leaning Close" Evolve 1.png
Artem "Gentle Murmurs" icon.png Artem "Gentle Murmurs" Artem "Gentle Murmurs"/Rewards Media:Artem "Gentle Murmurs" Base.webm
Media:Artem "Gentle Murmurs" Base.png
Media:Artem "Gentle Murmurs" Evolve 1.webm
Media:Artem "Gentle Murmurs" Evolve 1.png
Luke "In Your Arms" icon.png Luke "In Your Arms" Luke "In Your Arms"/Rewards Media:Luke "In Your Arms" Base.webm
Media:Luke "In Your Arms" Base.png
Media:Luke "In Your Arms" Evolve 1.webm
Media:Luke "In Your Arms" Evolve 1.png
Vyn "Always Together" icon.png Vyn "Always Together" Vyn "Always Together"/Rewards Media:Vyn "Always Together" Base.webm
Media:Vyn "Always Together" Base.png
Media:Vyn "Always Together" Evolve 1.webm
Media:Vyn "Always Together" Evolve 1.png
Artem "Love for the Ages" icon.png Artem "Love for the Ages" Artem "Love for the Ages"/Rewards Media:Artem "Love for the Ages" Base.webm
Media:Artem "Love for the Ages" Base.png
Media:Artem "Love for the Ages" Evolve 1.webm
Media:Artem "Love for the Ages" Evolve 1.png
Media:Artem "Love for the Ages" Evolve 2.webm
Media:Artem "Love for the Ages" Evolve 2.png
Vyn "Thoughts and Desires" icon.png Vyn "Thoughts and Desires" Vyn "Thoughts and Desires"/Rewards Media:Vyn "Thoughts and Desires" Base.webm
Media:Vyn "Thoughts and Desires" Base.jpg
Media:Vyn "Thoughts and Desires" Evolve 1.webm
Media:Vyn "Thoughts and Desires" Evolve 1.jpg
Media:Vyn "Thoughts and Desires" Evolve 2.webm
Media:Vyn "Thoughts and Desires" Evolve 2.jpg
Vyn "Musings in the Rain" icon.png Vyn "Musings in the Rain" Vyn "Musings in the Rain"/Rewards Media:Vyn "Musings in the Rain" Base.webm
Media:Vyn "Musings in the Rain" Base.png
Media:Vyn "Musings in the Rain" Evolve 1.webm
Media:Vyn "Musings in the Rain" Evolve 1.png
Media:Vyn "Musings in the Rain" Evolve 2.webm
Media:Vyn "Musings in the Rain" Evolve 2.png
Artem "Velocity of Desire" icon.png Artem "Velocity of Desire" Artem "Velocity of Desire"/Rewards Media:Artem "Velocity of Desire" Base.webm
Media:Artem "Velocity of Desire" Base.png
Media:Artem "Velocity of Desire" Evolve 1.webm
Media:Artem "Velocity of Desire" Evolve 1.png
Media:Artem "Velocity of Desire" Evolve 2.webm
Media:Artem "Velocity of Desire" Evolve 2.png
Artem "Endearment" icon.png Artem "Endearment" Artem "Endearment"/Rewards Media:Artem "Endearment" Base.webm
Media:Artem "Endearment" Base.png
Media:Artem "Endearment" Evolve 1.webm
Media:Artem "Endearment" Evolve 1.png
Luke "Indulgence" icon.png Luke "Indulgence" Luke "Indulgence"/Rewards Media:Luke "Indulgence" Base.webm
Media:Luke "Indulgence" Base.png
Media:Luke "Indulgence" Evolve 1.webm
Media:Luke "Indulgence" Evolve 1.png
Vyn "Closeness" icon.png Vyn "Closeness" Vyn "Closeness"/Rewards Media:Vyn "Closeness" Base.webm
Media:Vyn "Closeness" Base.png
Media:Vyn "Closeness" Evolve 1.webm
Media:Vyn "Closeness" Evolve 1.png
Marius "Linger" icon.png Marius "Linger" Marius "Linger"/Rewards Media:Marius "Linger" Base.webm
Media:Marius "Linger" Base.png
Media:Marius "Linger" Evolve 1.webm
Media:Marius "Linger" Evolve 1.png
Luke "Entanglement" icon.png Luke "Entanglement" Luke "Entanglement"/Rewards Media:Luke "Entanglement" Base.webm
Media:Luke "Entanglement" Base.png
Media:Luke "Entanglement" Evolve 1.webm
Media:Luke "Entanglement" Evolve 1.png
Marius "Wherever We May Go" icon.png Marius "Wherever We May Go" Marius "Wherever We May Go"/Rewards Media:Marius "Wherever We May Go" Base.webm
Media:Marius "Wherever We May Go" Base.png
Media:Marius "Wherever We May Go" Evolve 1.webm
Media:Marius "Wherever We May Go" Evolve 1.png
Media:Marius "Wherever We May Go" Evolve 2.webm
Media:Marius "Wherever We May Go" Evolve 2.png
Marius "Seeking Sweetness" icon.png Marius "Seeking Sweetness" Marius "Seeking Sweetness"/Rewards Media:Marius "Seeking Sweetness" Base.webm
Media:Marius "Seeking Sweetness" Base.png
Media:Marius "Seeking Sweetness" Evolve 1.webm
Media:Marius "Seeking Sweetness" Evolve 1.png
Luke "Mouth-Watering" icon.png Luke "Mouth-Watering" Luke "Mouth-Watering"/Rewards Media:Luke "Mouth-Watering" Base.webm
Media:Luke "Mouth-Watering" Base.png
Media:Luke "Mouth-Watering" Evolve 1.webm
Media:Luke "Mouth-Watering" Evolve 1.png
Vyn "Delectable" icon.png Vyn "Delectable" Vyn "Delectable"/Rewards Media:Vyn "Delectable" Base.webm
Media:Vyn "Delectable" Base.png
Media:Vyn "Delectable" Evolve 1.webm
Media:Vyn "Delectable" Evolve 1.png
Artem "Smooth as Pearls" icon.png Artem "Smooth as Pearls" Artem "Smooth as Pearls"/Rewards Media:Artem "Smooth as Pearls" Base.webm
Media:Artem "Smooth as Pearls" Base.png
Media:Artem "Smooth as Pearls" Evolve 1.webm
Media:Artem "Smooth as Pearls" Evolve 1.png
Artem "Calm as the Night" icon.png Artem "Calm as the Night" Artem "Calm as the Night"/Rewards Media:Artem "Calm as the Night" Base.webm
Media:Artem "Calm as the Night" Base.png
Media:Artem "Calm as the Night" Evolve 1.webm
Media:Artem "Calm as the Night" Evolve 1.png
Media:Artem "Calm as the Night" Evolve 2.webm
Media:Artem "Calm as the Night" Evolve 2.png
Luke "Burning Heart" icon.png Luke "Burning Heart" Luke "Burning Heart"/Rewards Media:Luke "Burning Heart" Base.webm
Media:Luke "Burning Heart" Base.png
Media:Luke "Burning Heart" Evolve 1.webm
Media:Luke "Burning Heart" Evolve 1.png
Media:Luke "Burning Heart" Evolve 2.webm
Media:Luke "Burning Heart" Evolve 2.png
Vyn "Depth of Desire" icon.png Vyn "Depth of Desire" Vyn "Depth of Desire"/Rewards Media:Vyn "Depth of Desire" Base.webm
Media:Vyn "Depth of Desire" Base.png
Media:Vyn "Depth of Desire" Evolve 1.webm
Media:Vyn "Depth of Desire" Evolve 1.png
Media:Vyn "Depth of Desire" Evolve 2.webm
Media:Vyn "Depth of Desire" Evolve 2.png
Vyn "Imprints in Oblivion" icon.png Vyn "Imprints in Oblivion" Vyn "Imprints in Oblivion"/Rewards Media:Vyn "Imprints in Oblivion" Base.webm
Media:Vyn "Imprints in Oblivion" Base.png
Media:Vyn "Imprints in Oblivion" Evolve 1.webm
Media:Vyn "Imprints in Oblivion" Evolve 1.png
Media:Vyn "Imprints in Oblivion" Evolve 2.webm
Media:Vyn "Imprints in Oblivion" Evolve 2.png
Artem "Enshrouded Sunglow" icon.png Artem "Enshrouded Sunglow" Artem "Enshrouded Sunglow"/Rewards Media:Artem "Enshrouded Sunglow" Base.webm
Media:Artem "Enshrouded Sunglow" Base.png
Media:Artem "Enshrouded Sunglow" Evolve 1.webm
Media:Artem "Enshrouded Sunglow" Evolve 1.png
Media:Artem "Enshrouded Sunglow" Evolve 2.webm
Media:Artem "Enshrouded Sunglow" Evolve 2.png
Marius "Path of Thorns" icon.png Marius "Path of Thorns" Marius "Path of Thorns"/Rewards Media:Marius "Path of Thorns" Base.webm
Media:Marius "Path of Thorns" Base.png
Media:Marius "Path of Thorns" Evolve 1.webm
Media:Marius "Path of Thorns" Evolve 1.png
Media:Marius "Path of Thorns" Evolve 2.webm
Media:Marius "Path of Thorns" Evolve 2.png
Luke "Sky Ashes" icon.png Luke "Sky Ashes" Luke "Sky Ashes"/Rewards Media:Luke "Sky Ashes" Base.webm
Media:Luke "Sky Ashes" Base.png
Media:Luke "Sky Ashes" Evolve 1.webm
Media:Luke "Sky Ashes" Evolve 1.png
Media:Luke "Sky Ashes" Evolve 2.webm
Media:Luke "Sky Ashes" Evolve 2.png
Marius "Unchanged by Time" icon.png Marius "Unchanged by Time" Marius "Unchanged by Time"/Rewards Media:Marius "Unchanged by Time" Base.webm
Media:Marius "Unchanged by Time" Base.png
Media:Marius "Unchanged by Time" Evolve 1.webm
Media:Marius "Unchanged by Time" Evolve 1.png
Media:Marius "Unchanged by Time" Evolve 2.webm
Media:Marius "Unchanged by Time" Evolve 2.png
Luke "Honeyed Secret" icon.png Luke "Honeyed Secret" Luke "Honeyed Secret"/Rewards Media:Luke "Honeyed Secret" Base.webm
Media:Luke "Honeyed Secret" Base.png
Media:Luke "Honeyed Secret" Evolve 1.webm
Media:Luke "Honeyed Secret" Evolve 1.png
Media:Luke "Honeyed Secret" Evolve 2.webm
Media:Luke "Honeyed Secret" Evolve 2.png
Vyn "Timeless Wishes" icon.png Vyn "Timeless Wishes" Vyn "Timeless Wishes"/Rewards Media:Vyn "Timeless Wishes" Base.webm
Media:Vyn "Timeless Wishes" Base.png
Media:Vyn "Timeless Wishes" Evolve 1.webm
Media:Vyn "Timeless Wishes" Evolve 1.png
Media:Vyn "Timeless Wishes" Evolve 2.webm
Media:Vyn "Timeless Wishes" Evolve 2.png
Artem "Voice of Comfort" icon.png Artem "Voice of Comfort" Artem "Voice of Comfort"/Rewards Media:Artem "Voice of Comfort" Base.webm
Media:Artem "Voice of Comfort" Base.png
Media:Artem "Voice of Comfort" Evolve 1.webm
Media:Artem "Voice of Comfort" Evolve 1.png
Media:Artem "Voice of Comfort" Evolve 2.webm
Media:Artem "Voice of Comfort" Evolve 2.png
Vyn "Blooming Fragrance" icon.png Vyn "Blooming Fragrance" Vyn "Blooming Fragrance"/Rewards Media:Vyn "Blooming Fragrance" Base.webm
Media:Vyn "Blooming Fragrance" Base.png
Media:Vyn "Blooming Fragrance" Evolve 1.webm
Media:Vyn "Blooming Fragrance" Evolve 1.png
Media:Vyn "Blooming Fragrance" Evolve 2.webm
Media:Vyn "Blooming Fragrance" Evolve 2.png
Luke "Burning Reminiscence" icon.png Luke "Burning Reminiscence" Luke "Burning Reminiscence"/Rewards Media:Luke "Burning Reminiscence" Base.webm
Media:Luke "Burning Reminiscence" Base.png
Media:Luke "Burning Reminiscence" Evolve 1.webm
Media:Luke "Burning Reminiscence" Evolve 1.png
Media:Luke "Burning Reminiscence" Evolve 2.webm
Media:Luke "Burning Reminiscence" Evolve 2.png
Marius "A Bespoke Romance" icon.png Marius "A Bespoke Romance" Marius "A Bespoke Romance"/Rewards Media:Marius "A Bespoke Romance" Base.webm
Media:Marius "A Bespoke Romance" Base.jpg
Media:Marius "A Bespoke Romance" Evolve 1.webm
Media:Marius "A Bespoke Romance" Evolve 1.jpg
Media:Marius "A Bespoke Romance" Evolve 2.webm
Media:Marius "A Bespoke Romance" Evolve 2.jpg
Artem "Traces of the Deerman" icon.png Artem "Traces of the Deerman" Artem "Traces of the Deerman"/Rewards Media:Artem "Traces of the Deerman" Base.webm
Media:Artem "Traces of the Deerman" Base.jpg
Media:Artem "Traces of the Deerman" Evolve 1.webm
Media:Artem "Traces of the Deerman" Evolve 1.jpg
Luke "Alluring Illusion" icon.png Luke "Alluring Illusion" Luke "Alluring Illusion"/Rewards Media:Luke "Alluring Illusion" Base.webm
Media:Luke "Alluring Illusion" Base.png
Media:Luke "Alluring Illusion" Evolve 1.webm
Media:Luke "Alluring Illusion" Evolve 1.png
Marius "Dream a Dream" icon.png Marius "Dream a Dream" Marius "Dream a Dream"/Rewards Media:Marius "Dream a Dream" Base.webm
Media:Marius "Dream a Dream" Base.png
Media:Marius "Dream a Dream" Evolve 1.webm
Media:Marius "Dream a Dream" Evolve 1.png
Vyn "Lure of the Merman" icon.png Vyn "Lure of the Merman" Vyn "Lure of the Merman"/Rewards Media:Vyn "Lure of the Merman" Base.webm
Media:Vyn "Lure of the Merman" Base.png
Media:Vyn "Lure of the Merman" Evolve 1.webm
Media:Vyn "Lure of the Merman" Evolve 1.png
Artem "Stormy Enigma" icon.png Artem "Stormy Enigma" Artem "Stormy Enigma"/Rewards Media:Artem "Stormy Enigma" Base.webm
Media:Artem "Stormy Enigma" Base.jpg
Media:Artem "Stormy Enigma" Evolve 1.webm
Media:Artem "Stormy Enigma" Evolve 1.jpg
Media:Artem "Stormy Enigma" Evolve 2.webm
Media:Artem "Stormy Enigma" Evolve 2.jpg
Luke "Invincible for Love" icon.png Luke "Invincible for Love" Luke "Invincible for Love"/Rewards Media:Luke "Invincible for Love" Base.webm
Media:Luke "Invincible for Love" Base.jpg
Media:Luke "Invincible for Love" Evolve 1.webm
Media:Luke "Invincible for Love" Evolve 1.jpg
Media:Luke "Invincible for Love" Evolve 2.webm
Media:Luke "Invincible for Love" Evolve 2.jpg
Luke "Love in Mist City" icon.png Luke "Love in Mist City" Luke "Love in Mist City"/Rewards Media:Luke "Love in Mist City" Base.webm
Media:Luke "Love in Mist City" Base.jpg
Media:Luke "Love in Mist City" Evolve 1.webm
Media:Luke "Love in Mist City" Evolve 1.jpg
Media:Luke "Love in Mist City" Evolve 2.webm
Media:Luke "Love in Mist City" Evolve 2.jpg
Marius "Laments at Sea" icon.png Marius "Laments at Sea" Marius "Laments at Sea"/Rewards Media:Marius "Laments at Sea" Base.webm
Media:Marius "Laments at Sea" Base.jpg
Media:Marius "Laments at Sea" Evolve 1.webm
Media:Marius "Laments at Sea" Evolve 1.jpg
Media:Marius "Laments at Sea" Evolve 2.webm
Media:Marius "Laments at Sea" Evolve 2.jpg
Vyn "Fluttering Wings" icon.png Vyn "Fluttering Wings" Vyn "Fluttering Wings"/Rewards Media:Vyn "Fluttering Wings" Base.webm
Media:Vyn "Fluttering Wings" Base.jpg
Media:Vyn "Fluttering Wings" Evolve 1.webm
Media:Vyn "Fluttering Wings" Evolve 1.jpg
Media:Vyn "Fluttering Wings" Evolve 2.webm
Media:Vyn "Fluttering Wings" Evolve 2.jpg
Artem "Belle Nuit d'Amour" icon.png Artem "Belle Nuit d'Amour" Artem "Belle Nuit d'Amour"/Rewards Media:Artem "Belle Nuit d'Amour" Base.webm
Media:Artem "Belle Nuit d'Amour" Base.jpg
Media:Artem "Belle Nuit d'Amour" Evolve 1.webm
Media:Artem "Belle Nuit d'Amour" Evolve 1.jpg
Media:Artem "Belle Nuit d'Amour" Evolve 2.webm
Media:Artem "Belle Nuit d'Amour" Evolve 2.jpg
Vyn "Dreams of Light" icon.png Vyn "Dreams of Light" Vyn "Dreams of Light"/Rewards Media:Vyn "Dreams of Light" Base.webm
Media:Vyn "Dreams of Light" Base.jpg
Media:Vyn "Dreams of Light" Evolve 1.webm
Media:Vyn "Dreams of Light" Evolve 1.jpg
Media:Vyn "Dreams of Light" Evolve 2.webm
Media:Vyn "Dreams of Light" Evolve 2.jpg
Artem "Here and Now" icon.png Artem "Here and Now" Artem "Here and Now"/Rewards Media:Artem "Here and Now" Base.webm
Media:Artem "Here and Now" Base.jpg
Media:Artem "Here and Now" Evolve 1.webm
Media:Artem "Here and Now" Evolve 1.jpg
Media:Artem "Here and Now" Evolve 2.webm
Media:Artem "Here and Now" Evolve 2.jpg
Artem "Cutie Ollie" icon.png Artem "Cutie Ollie" Artem "Cutie Ollie"/Rewards Media:Artem "Cutie Ollie" Base.webm
Media:Artem "Cutie Ollie" Base.jpg
Media:Artem "Cutie Ollie" Evolve 1.webm
Media:Artem "Cutie Ollie" Evolve 1.jpg
Media:Artem "Cutie Ollie" Evolve 2.webm
Media:Artem "Cutie Ollie" Evolve 2.jpg
Marius "Sweet Berry" icon.png Marius "Sweet Berry" Marius "Sweet Berry"/Rewards Media:Marius "Sweet Berry" Base.webm
Media:Marius "Sweet Berry" Base.jpg
Media:Marius "Sweet Berry" Evolve 1.webm
Media:Marius "Sweet Berry" Evolve 1.jpg
Media:Marius "Sweet Berry" Evolve 2.webm
Media:Marius "Sweet Berry" Evolve 2.jpg
Luke "Attunement of Guqin" icon.png Luke "Attunement of Guqin" Luke "Attunement of Guqin"/Rewards Media:Luke "Attunement of Guqin" Base.webm
Media:Luke "Attunement of Guqin" Base.jpg
Media:Luke "Attunement of Guqin" Evolve 1.webm
Media:Luke "Attunement of Guqin" Evolve 1.jpg
Marius "Immersion of Tea" icon.png Marius "Immersion of Tea" Marius "Immersion of Tea"/Rewards Media:Marius "Immersion of Tea" Base.webm
Media:Marius "Immersion of Tea" Base.jpg
Media:Marius "Immersion of Tea" Evolve 1.webm
Media:Marius "Immersion of Tea" Evolve 1.jpg
Vyn "Fragrancy of Incense" icon.png Vyn "Fragrancy of Incense" Vyn "Fragrancy of Incense"/Rewards Media:Vyn "Fragrancy of Incense" Base.webm
Media:Vyn "Fragrancy of Incense" Base.jpg
Media:Vyn "Fragrancy of Incense" Evolve 1.webm
Media:Vyn "Fragrancy of Incense" Evolve 1.jpg
Artem "Composition of Ink" icon.png Artem "Composition of Ink" Artem "Composition of Ink"/Rewards Media:Artem "Composition of Ink" Base.webm
Media:Artem "Composition of Ink" Base.jpg
Media:Artem "Composition of Ink" Evolve 1.webm
Media:Artem "Composition of Ink" Evolve 1.jpg
Vyn "Buckle Down" icon.png Vyn "Buckle Down" Vyn "Buckle Down"/Rewards Media:Vyn "Buckle Down" Base.webm
Media:Vyn "Buckle Down" Base.jpg
Media:Vyn "Buckle Down" Evolve 1.webm
Media:Vyn "Buckle Down" Evolve 1.jpg
Luke "Threads of Time" icon.png Luke "Threads of Time" Luke "Threads of Time"/Rewards Media:Luke "Threads of Time" Base.webm
Media:Luke "Threads of Time" Base.jpg
Media:Luke "Threads of Time" Evolve 1.webm
Media:Luke "Threads of Time" Evolve 1.jpg
Media:Luke "Threads of Time" Evolve 2.webm
Media:Luke "Threads of Time" Evolve 2.jpg
Luke "Orange Scent" icon.png Luke "Orange Scent" Luke "Orange Scent"/Rewards Media:Luke "Orange Scent" Base.webm
Media:Luke "Orange Scent" Base.jpg
Media:Luke "Orange Scent" Evolve 1.webm
Media:Luke "Orange Scent" Evolve 1.jpg
Media:Luke "Orange Scent" Evolve 2.webm
Media:Luke "Orange Scent" Evolve 2.jpg
Marius "World of Glitz" icon.png Marius "World of Glitz" Marius "World of Glitz"/Rewards Media:Marius "World of Glitz" Base.webm
Media:Marius "World of Glitz" Base.jpg
Media:Marius "World of Glitz" Evolve 1.webm
Media:Marius "World of Glitz" Evolve 1.jpg
Media:Marius "World of Glitz" Evolve 2.webm
Media:Marius "World of Glitz" Evolve 2.jpg
Vyn "Drowning in the Ashes" icon.png Vyn "Drowning in the Ashes" Vyn "Drowning in the Ashes"/Rewards Media:Vyn "Drowning in the Ashes" Base.webm
Media:Vyn "Drowning in the Ashes" Base.jpg
Media:Vyn "Drowning in the Ashes" Evolve 1.webm
Media:Vyn "Drowning in the Ashes" Evolve 1.jpg
Media:Vyn "Drowning in the Ashes" Evolve 2.webm
Media:Vyn "Drowning in the Ashes" Evolve 2.jpg
Artem "Lavish Invitation" icon.png Artem "Lavish Invitation" Artem "Lavish Invitation"/Rewards Media:Artem "Lavish Invitation" Base.webm
Media:Artem "Lavish Invitation" Base.jpg
Media:Artem "Lavish Invitation" Evolve 1.webm
Media:Artem "Lavish Invitation" Evolve 1.jpg
Media:Artem "Lavish Invitation" Evolve 2.webm
Media:Artem "Lavish Invitation" Evolve 2.jpg
Vyn "Under the Tea Tree" icon.png Vyn "Under the Tea Tree" Vyn "Under the Tea Tree"/Rewards Media:Vyn "Under the Tea Tree" Base.webm
Media:Vyn "Under the Tea Tree" Base.jpg
Media:Vyn "Under the Tea Tree" Evolve 1.webm
Media:Vyn "Under the Tea Tree" Evolve 1.jpg
Media:Vyn "Under the Tea Tree" Evolve 2.webm
Media:Vyn "Under the Tea Tree" Evolve 2.jpg
Luke "Notches on the Heart" icon.png Luke "Notches on the Heart" Luke "Notches on the Heart"/Rewards Media:Luke "Notches on the Heart" Base.webm
Media:Luke "Notches on the Heart" Base.jpg
Media:Luke "Notches on the Heart" Evolve 1.webm
Media:Luke "Notches on the Heart" Evolve 1.jpg
Media:Luke "Notches on the Heart" Evolve 2.webm
Media:Luke "Notches on the Heart" Evolve 2.jpg
Marius "Eternal Flame" icon.png Marius "Eternal Flame" Marius "Eternal Flame"/Rewards Media:Marius "Eternal Flame" Base.webm
Media:Marius "Eternal Flame" Base.jpg
Media:Marius "Eternal Flame" Evolve 1.webm
Media:Marius "Eternal Flame" Evolve 1.jpg
Media:Marius "Eternal Flame" Evolve 2.webm
Media:Marius "Eternal Flame" Evolve 2.jpg
Luke "A Dream of Benji" icon.png Luke "A Dream of Benji" Luke "A Dream of Benji"/Rewards Media:Luke "A Dream of Benji" Base.webm
Media:Luke "A Dream of Benji" Base.jpg
Media:Luke "A Dream of Benji" Evolve 1.webm
Media:Luke "A Dream of Benji" Evolve 1.jpg
Media:Luke "A Dream of Benji" Evolve 2.webm
Media:Luke "A Dream of Benji" Evolve 2.jpg
Vyn "Trace of Puff" icon.png Vyn "Trace of Puff" Vyn "Trace of Puff"/Rewards Media:Vyn "Trace of Puff" Base.webm
Media:Vyn "Trace of Puff" Base.jpg
Media:Vyn "Trace of Puff" Evolve 1.webm
Media:Vyn "Trace of Puff" Evolve 1.jpg
Media:Vyn "Trace of Puff" Evolve 2.webm
Media:Vyn "Trace of Puff" Evolve 2.jpg
Vyn "Gilded Gloaming" icon.png Vyn "Gilded Gloaming" Vyn "Gilded Gloaming"/Rewards Media:Vyn "Gilded Gloaming" Base.webm
Media:Vyn "Gilded Gloaming" Base.jpg
Media:Vyn "Gilded Gloaming" Evolve 1.webm
Media:Vyn "Gilded Gloaming" Evolve 1.jpg
Media:Vyn "Gilded Gloaming" Evolve 2.webm
Media:Vyn "Gilded Gloaming" Evolve 2.jpg
Marius "Heart Ring" icon.png Marius "Heart Ring" Marius "Heart Ring"/Rewards Media:Marius "Heart Ring" Base.webm
Media:Marius "Heart Ring" Base.jpg
Media:Marius "Heart Ring" Evolve 1.webm
Media:Marius "Heart Ring" Evolve 1.jpg
Artem "Day and Night" icon.png Artem "Day and Night" Artem "Day and Night"/Rewards Media:Artem "Day and Night" Base.webm
Media:Artem "Day and Night" Base.jpg
Media:Artem "Day and Night" Evolve 1.webm
Media:Artem "Day and Night" Evolve 1.jpg
Media:Artem "Day and Night" Evolve 2.webm
Media:Artem "Day and Night" Evolve 2.jpg
Luke "Clear Day" icon.png Luke "Clear Day" Luke "Clear Day"/Rewards Media:Luke "Clear Day" Base.webm
Media:Luke "Clear Day" Base.jpg
Media:Luke "Clear Day" Evolve 1.webm
Media:Luke "Clear Day" Evolve 1.jpg
Marius "Wander About" icon.png Marius "Wander About" Marius "Wander About"/Rewards Media:Marius "Wander About" Base.webm
Media:Marius "Wander About" Base.jpg
Media:Marius "Wander About" Evolve 1.webm
Media:Marius "Wander About" Evolve 1.jpg
Vyn "Sweet Dream" icon.png Vyn "Sweet Dream" Vyn "Sweet Dream"/Rewards Media:Vyn "Sweet Dream" Base.webm
Media:Vyn "Sweet Dream" Base.jpg
Media:Vyn "Sweet Dream" Evolve 1.webm
Media:Vyn "Sweet Dream" Evolve 1.jpg
Artem "Bright Moonlight" icon.png Artem "Bright Moonlight" Artem "Bright Moonlight"/Rewards Media:Artem "Bright Moonlight" Base.webm
Media:Artem "Bright Moonlight" Base.jpg
Media:Artem "Bright Moonlight" Evolve 1.webm
Media:Artem "Bright Moonlight" Evolve 1.jpg
Marius "Unconcealable" icon.png Marius "Unconcealable" Marius "Unconcealable"/Rewards Media:Marius "Unconcealable" Base.webm
Media:Marius "Unconcealable" Base.jpg
Media:Marius "Unconcealable" Evolve 1.webm
Media:Marius "Unconcealable" Evolve 1.jpg
Media:Marius "Unconcealable" Evolve 2.webm
Media:Marius "Unconcealable" Evolve 2.jpg
Luke "Prosperous Shade" icon.png Luke "Prosperous Shade" Luke "Prosperous Shade"/Rewards Media:Luke "Prosperous Shade" Base.webm
Media:Luke "Prosperous Shade" Base.jpg
Media:Luke "Prosperous Shade" Evolve 1.webm
Media:Luke "Prosperous Shade" Evolve 1.jpg
Media:Luke "Prosperous Shade" Evolve 2.webm
Media:Luke "Prosperous Shade" Evolve 2.jpg
Artem "Hook of Love" icon.png Artem "Hook of Love" Artem "Hook of Love"/Rewards Media:Artem "Hook of Love" Base.webm
Media:Artem "Hook of Love" Base.jpg
Media:Artem "Hook of Love" Evolve 1.webm
Media:Artem "Hook of Love" Evolve 1.jpg
Media:Artem "Hook of Love" Evolve 2.webm
Media:Artem "Hook of Love" Evolve 2.jpg
Artem "Ready to Go" icon.png Artem "Ready to Go" Artem "Ready to Go"/Rewards Media:Artem "Ready to Go" Base.webm
Media:Artem "Ready to Go" Base.jpg
Media:Artem "Ready to Go" Evolve 1.webm
Media:Artem "Ready to Go" Evolve 1.jpg
Vyn "Hungering Desire" icon.png Vyn "Hungering Desire" Vyn "Hungering Desire"/Rewards Media:Vyn "Hungering Desire" Base.webm
Media:Vyn "Hungering Desire" Base.jpg
Media:Vyn "Hungering Desire" Evolve 1.webm
Media:Vyn "Hungering Desire" Evolve 1.jpg
Media:Vyn "Hungering Desire" Evolve 2.webm
Media:Vyn "Hungering Desire" Evolve 2.jpg
Artem "Longing" icon.png Artem "Longing" Artem "Longing"/Rewards Media:Artem "Longing" Base.webm
Media:Artem "Longing" Base.jpg
Media:Artem "Longing" Evolve 1.webm
Media:Artem "Longing" Evolve 1.jpg
Luke "Passionate" icon.png Luke "Passionate" Luke "Passionate"/Rewards Media:Luke "Passionate" Base.webm
Media:Luke "Passionate" Base.jpg
Media:Luke "Passionate" Evolve 1.webm
Media:Luke "Passionate" Evolve 1.jpg
Marius "Sincerity" icon.png Marius "Sincerity" Marius "Sincerity"/Rewards Media:Marius "Sincerity" Base.webm
Media:Marius "Sincerity" Base.jpg
Media:Marius "Sincerity" Evolve 1.webm
Media:Marius "Sincerity" Evolve 1.jpg
Vyn "Unforgettable" icon.png Vyn "Unforgettable" Vyn "Unforgettable"/Rewards Media:Vyn "Unforgettable" Base.webm
Media:Vyn "Unforgettable" Base.jpg
Media:Vyn "Unforgettable" Evolve 1.webm
Media:Vyn "Unforgettable" Evolve 1.jpg
Marius "Wishing Star" icon.png Marius "Wishing Star" Marius "Wishing Star"/Rewards Media:Marius "Wishing Star" Base.webm
Media:Marius "Wishing Star" Base.jpg
Media:Marius "Wishing Star" Evolve 1.webm
Media:Marius "Wishing Star" Evolve 1.jpg
Media:Marius "Wishing Star" Evolve 2.webm
Media:Marius "Wishing Star" Evolve 2.jpg
Vyn "Sunset-Dyed Sand" icon.png Vyn "Sunset-Dyed Sand" Vyn "Sunset-Dyed Sand"/Rewards Media:Vyn "Sunset-Dyed Sand" Base.webm
Media:Vyn "Sunset-Dyed Sand" Base.jpg
Media:Vyn "Sunset-Dyed Sand" Evolve 1.webm
Media:Vyn "Sunset-Dyed Sand" Evolve 1.jpg
Media:Vyn "Sunset-Dyed Sand" Evolve 2.webm
Media:Vyn "Sunset-Dyed Sand" Evolve 2.jpg
Vyn "Bustling Dream" icon.png Vyn "Bustling Dream" Vyn "Bustling Dream"/Rewards Media:Vyn "Bustling Dream" Base.webm
Media:Vyn "Bustling Dream" Base.jpg
Media:Vyn "Bustling Dream" Evolve 1.webm
Media:Vyn "Bustling Dream" Evolve 1.jpg
Media:Vyn "Bustling Dream" Evolve 2.webm
Media:Vyn "Bustling Dream" Evolve 2.jpg
Artem "The Weeds" icon.png Artem "The Weeds" Artem "The Weeds"/Rewards Media:Artem "The Weeds" Base.webm
Media:Artem "The Weeds" Base.jpg
Media:Artem "The Weeds" Evolve 1.webm
Media:Artem "The Weeds" Evolve 1.jpg
Media:Artem "The Weeds" Evolve 2.webm
Media:Artem "The Weeds" Evolve 2.jpg
Luke "Dreamlike Drama" icon.png Luke "Dreamlike Drama" Luke "Dreamlike Drama"/Rewards Media:Luke "Dreamlike Drama" Base.webm
Media:Luke "Dreamlike Drama" Base.jpg
Media:Luke "Dreamlike Drama" Evolve 1.webm
Media:Luke "Dreamlike Drama" Evolve 1.jpg
Media:Luke "Dreamlike Drama" Evolve 2.webm
Media:Luke "Dreamlike Drama" Evolve 2.jpg
Marius "Engravings" icon.png Marius "Engravings" Marius "Engravings"/Rewards Media:Marius "Engravings" Base.webm
Media:Marius "Engravings" Base.jpg
Media:Marius "Engravings" Evolve 1.webm
Media:Marius "Engravings" Evolve 1.jpg
Media:Marius "Engravings" Evolve 2.webm
Media:Marius "Engravings" Evolve 2.jpg
Marius "Mirage of You" icon.png Marius "Mirage of You" Marius "Mirage of You"/Rewards Media:Marius "Mirage of You" Base.webm
Media:Marius "Mirage of You" Base.jpg
Media:Marius "Mirage of You" Evolve 1.webm
Media:Marius "Mirage of You" Evolve 1.jpg
Media:Marius "Mirage of You" Evolve 2.webm
Media:Marius "Mirage of You" Evolve 2.jpg
Vyn "Burning Embrace" icon.png Vyn "Burning Embrace" Vyn "Burning Embrace"/Rewards Media:Vyn "Burning Embrace" Base.webm
Media:Vyn "Burning Embrace" Base.jpg
Media:Vyn "Burning Embrace" Evolve 1.webm
Media:Vyn "Burning Embrace" Evolve 1.jpg
Media:Vyn "Burning Embrace" Evolve 2.webm
Media:Vyn "Burning Embrace" Evolve 2.jpg
Artem "Paired Blessings" icon.png Artem "Paired Blessings" Artem "Paired Blessings"/Rewards Media:Artem "Paired Blessings" Base.webm
Media:Artem "Paired Blessings" Base.jpg
Media:Artem "Paired Blessings" Evolve 1.webm
Media:Artem "Paired Blessings" Evolve 1.jpg
Media:Artem "Paired Blessings" Evolve 2.webm
Media:Artem "Paired Blessings" Evolve 2.jpg
Luke "Lukewarm Fragrance" icon.png Luke "Lukewarm Fragrance" Luke "Lukewarm Fragrance"/Rewards Media:Luke "Lukewarm Fragrance" Base.webm
Media:Luke "Lukewarm Fragrance" Base.jpg
Media:Luke "Lukewarm Fragrance" Evolve 1.webm
Media:Luke "Lukewarm Fragrance" Evolve 1.jpg
Media:Luke "Lukewarm Fragrance" Evolve 2.webm
Media:Luke "Lukewarm Fragrance" Evolve 2.jpg
Artem "Masquerade Passion" icon.png Artem "Masquerade Passion" Artem "Masquerade Passion"/Rewards Media:Artem "Masquerade Passion" Base.webm
Media:Artem "Masquerade Passion" Base.jpg
Media:Artem "Masquerade Passion" Evolve 1.webm
Media:Artem "Masquerade Passion" Evolve 1.jpg
Media:Artem "Masquerade Passion" Evolve 2.webm
Media:Artem "Masquerade Passion" Evolve 2.jpg
Marius "Love Berries" icon.png Marius "Love Berries" Marius "Love Berries"/Rewards Media:Marius "Love Berries" Base.webm
Media:Marius "Love Berries" Base.jpg
Media:Marius "Love Berries" Evolve 1.webm
Media:Marius "Love Berries" Evolve 1.jpg
Media:Marius "Love Berries" Evolve 2.webm
Media:Marius "Love Berries" Evolve 2.jpg
Vyn "Aimed At Your Heart" icon.png Vyn "Aimed At Your Heart" Vyn "Aimed At Your Heart"/Rewards Media:Vyn "Aimed At Your Heart" Base.webm
Media:Vyn "Aimed At Your Heart" Base.jpg
Media:Vyn "Aimed At Your Heart" Evolve 1.webm
Media:Vyn "Aimed At Your Heart" Evolve 1.jpg
Media:Vyn "Aimed At Your Heart" Evolve 2.webm
Media:Vyn "Aimed At Your Heart" Evolve 2.jpg
Luke "Dark Swirl" icon.png Luke "Dark Swirl" Luke "Dark Swirl"/Rewards Media:Luke "Dark Swirl" Base.webm
Media:Luke "Dark Swirl" Base.jpg
Media:Luke "Dark Swirl" Evolve 1.webm
Media:Luke "Dark Swirl" Evolve 1.jpg
Media:Luke "Dark Swirl" Evolve 2.webm
Media:Luke "Dark Swirl" Evolve 2.jpg
Marius "First Glimpse" icon.png Marius "First Glimpse" Marius "First Glimpse"/Rewards Media:Marius "First Glimpse" Base.webm
Media:Marius "First Glimpse" Base.jpg
Media:Marius "First Glimpse" Evolve 1.webm
Media:Marius "First Glimpse" Evolve 1.jpg
Marius "Tideborne Romance" icon.png Marius "Tideborne Romance" Marius "Tideborne Romance"/Rewards Media:Marius "Tideborne Romance" Base.webm
Media:Marius "Tideborne Romance" Base.jpg
Media:Marius "Tideborne Romance" Evolve 1.webm
Media:Marius "Tideborne Romance" Evolve 1.jpg
Media:Marius "Tideborne Romance" Evolve 2.webm
Media:Marius "Tideborne Romance" Evolve 2.jpg
Artem "Imitation" icon.png Artem "Imitation" Artem "Imitation"/Rewards Media:Artem "Imitation" Base.webm
Media:Artem "Imitation" Base.jpg
Media:Artem "Imitation" Evolve 1.webm
Media:Artem "Imitation" Evolve 1.jpg
Luke "Moonlit Prisoner" icon.png Luke "Moonlit Prisoner" Luke "Moonlit Prisoner"/Rewards Media:Luke "Moonlit Prisoner" Base.webm
Media:Luke "Moonlit Prisoner" Base.jpg
Media:Luke "Moonlit Prisoner" Evolve 1.webm
Media:Luke "Moonlit Prisoner" Evolve 1.jpg
Marius "Sinful Lust" icon.png Marius "Sinful Lust" Marius "Sinful Lust"/Rewards Media:Marius "Sinful Lust" Base.webm
Media:Marius "Sinful Lust" Base.jpg
Media:Marius "Sinful Lust" Evolve 1.webm
Media:Marius "Sinful Lust" Evolve 1.jpg
Vyn "Return to Night" icon.png Vyn "Return to Night" Vyn "Return to Night"/Rewards Media:Vyn "Return to Night" Base.webm
Media:Vyn "Return to Night" Base.jpg
Media:Vyn "Return to Night" Evolve 1.webm
Media:Vyn "Return to Night" Evolve 1.jpg
Artem "Heart Listener" icon.png Artem "Heart Listener" Artem "Heart Listener"/Rewards Media:Artem "Heart Listener" Base.webm
Media:Artem "Heart Listener" Base.jpg
Media:Artem "Heart Listener" Evolve 1.webm
Media:Artem "Heart Listener" Evolve 1.jpg
Media:Artem "Heart Listener" Evolve 2.webm
Media:Artem "Heart Listener" Evolve 2.jpg
Luke "Persistent Wishes" icon.png Luke "Persistent Wishes" Luke "Persistent Wishes"/Rewards Media:Luke "Persistent Wishes" Base.webm
Media:Luke "Persistent Wishes" Base.jpg
Media:Luke "Persistent Wishes" Evolve 1.webm
Media:Luke "Persistent Wishes" Evolve 1.jpg
Media:Luke "Persistent Wishes" Evolve 2.webm
Media:Luke "Persistent Wishes" Evolve 2.jpg
Marius "Sweet Wonders" icon.png Marius "Sweet Wonders" Marius "Sweet Wonders"/Rewards Media:Marius "Sweet Wonders" Base.webm
Media:Marius "Sweet Wonders" Base.jpg
Media:Marius "Sweet Wonders" Evolve 1.webm
Media:Marius "Sweet Wonders" Evolve 1.jpg
Media:Marius "Sweet Wonders" Evolve 2.webm
Media:Marius "Sweet Wonders" Evolve 2.jpg
Vyn "Entangled in Love" icon.png Vyn "Entangled in Love" Vyn "Entangled in Love"/Rewards Media:Vyn "Entangled in Love" Base.webm
Media:Vyn "Entangled in Love" Base.jpg
Media:Vyn "Entangled in Love" Evolve 1.webm
Media:Vyn "Entangled in Love" Evolve 1.jpg
Media:Vyn "Entangled in Love" Evolve 2.webm
Media:Vyn "Entangled in Love" Evolve 2.jpg
Vyn "Fetters of the Past" icon.png Vyn "Fetters of the Past" Vyn "Fetters of the Past"/Rewards Media:Vyn "Fetters of the Past" Base.webm
Media:Vyn "Fetters of the Past" Base.jpg
Media:Vyn "Fetters of the Past" Evolve 1.webm
Media:Vyn "Fetters of the Past" Evolve 1.jpg
Media:Vyn "Fetters of the Past" Evolve 2.webm
Media:Vyn "Fetters of the Past" Evolve 2.jpg
Vyn "Eternal Whispers" icon.png Vyn "Eternal Whispers" Vyn "Eternal Whispers"/Rewards Media:Vyn "Eternal Whispers" Base.webm
Media:Vyn "Eternal Whispers" Base.jpg
Media:Vyn "Eternal Whispers" Evolve 1.webm
Media:Vyn "Eternal Whispers" Evolve 1.jpg
Media:Vyn "Eternal Whispers" Evolve 2.webm
Media:Vyn "Eternal Whispers" Evolve 2.jpg
Marius "Precious Mornings" icon.png Marius "Precious Mornings" Marius "Precious Mornings"/Rewards Media:Marius "Precious Mornings" Base.webm
Media:Marius "Precious Mornings" Base.jpg
Media:Marius "Precious Mornings" Evolve 1.webm
Media:Marius "Precious Mornings" Evolve 1.jpg
Media:Marius "Precious Mornings" Evolve 2.webm
Media:Marius "Precious Mornings" Evolve 2.jpg
Luke "Love between Pages" icon.png Luke "Love between Pages" Luke "Love between Pages"/Rewards Media:Luke "Love between Pages" Base.webm
Media:Luke "Love between Pages" Base.jpg
Media:Luke "Love between Pages" Evolve 1.webm
Media:Luke "Love between Pages" Evolve 1.jpg
Media:Luke "Love between Pages" Evolve 2.webm
Media:Luke "Love between Pages" Evolve 2.jpg
Artem "New Skies" icon.png Artem "New Skies" Artem "New Skies"/Rewards Media:Artem "New Skies" Base.webm
Media:Artem "New Skies" Base.jpg
Media:Artem "New Skies" Evolve 1.webm
Media:Artem "New Skies" Evolve 1.jpg
Media:Artem "New Skies" Evolve 2.webm
Media:Artem "New Skies" Evolve 2.jpg
Marius "Under the Silence" icon.png Marius "Under the Silence" Marius "Under the Silence"/Rewards Media:Marius "Under the Silence" Base.webm
Media:Marius "Under the Silence" Base.jpg
Media:Marius "Under the Silence" Evolve 1.webm
Media:Marius "Under the Silence" Evolve 1.jpg
Media:Marius "Under the Silence" Evolve 2.webm
Media:Marius "Under the Silence" Evolve 2.jpg
Luke "Looming Nightmare" icon.png Luke "Looming Nightmare" Luke "Looming Nightmare"/Rewards Media:Luke "Looming Nightmare" Base.webm
Media:Luke "Looming Nightmare" Base.jpg
Media:Luke "Looming Nightmare" Evolve 1.webm
Media:Luke "Looming Nightmare" Evolve 1.jpg
Media:Luke "Looming Nightmare" Evolve 2.webm
Media:Luke "Looming Nightmare" Evolve 2.jpg
Luke "Under the Milky Way" icon.png Luke "Under the Milky Way" Luke "Under the Milky Way"/Rewards Media:Luke "Under the Milky Way" Base.webm
Media:Luke "Under the Milky Way" Base.jpg
Media:Luke "Under the Milky Way" Evolve 1.webm
Media:Luke "Under the Milky Way" Evolve 1.jpg
Media:Luke "Under the Milky Way" Evolve 2.webm
Media:Luke "Under the Milky Way" Evolve 2.jpg
Marius "Expression Through Art" icon.png Marius "Expression Through Art" Marius "Expression Through Art"/Rewards Media:Marius "Expression Through Art" Base.webm
Media:Marius "Expression Through Art" Base.jpg
Media:Marius "Expression Through Art" Evolve 1.webm
Media:Marius "Expression Through Art" Evolve 1.jpg
Media:Marius "Expression Through Art" Evolve 2.webm
Media:Marius "Expression Through Art" Evolve 2.jpg
Vyn "Committed" icon.png Vyn "Committed" Vyn "Committed"/Rewards Media:Vyn "Committed" Base.webm
Media:Vyn "Committed" Base.jpg
Media:Vyn "Committed" Evolve 1.webm
Media:Vyn "Committed" Evolve 1.jpg
Media:Vyn "Committed" Evolve 2.webm
Media:Vyn "Committed" Evolve 2.jpg
Artem "Eternal Yearning" icon.png Artem "Eternal Yearning" Artem "Eternal Yearning"/Rewards Media:Artem "Eternal Yearning" Base.webm
Media:Artem "Eternal Yearning" Base.jpg
Media:Artem "Eternal Yearning" Evolve 1.webm
Media:Artem "Eternal Yearning" Evolve 1.jpg
Media:Artem "Eternal Yearning" Evolve 2.webm
Media:Artem "Eternal Yearning" Evolve 2.jpg
Artem "Unwilling to Part" icon.png Artem "Unwilling to Part" Artem "Unwilling to Part"/Rewards Media:Artem "Unwilling to Part" Base.webm
Media:Artem "Unwilling to Part" Base.jpg
Media:Artem "Unwilling to Part" Evolve 1.webm
Media:Artem "Unwilling to Part" Evolve 1.jpg
Luke "Entrusted Feelings" icon.png Luke "Entrusted Feelings" Luke "Entrusted Feelings"/Rewards Media:Luke "Entrusted Feelings" Base.webm
Media:Luke "Entrusted Feelings" Base.jpg
Media:Luke "Entrusted Feelings" Evolve 1.webm
Media:Luke "Entrusted Feelings" Evolve 1.jpg
Marius "Palpitations" icon.png Marius "Palpitations" Marius "Palpitations"/Rewards Media:Marius "Palpitations" Base.webm
Media:Marius "Palpitations" Base.jpg
Media:Marius "Palpitations" Evolve 1.webm
Media:Marius "Palpitations" Evolve 1.jpg
Vyn "Focused Gaze" icon.png Vyn "Focused Gaze" Vyn "Focused Gaze"/Rewards Media:Vyn "Focused Gaze" Base.webm
Media:Vyn "Focused Gaze" Base.jpg
Media:Vyn "Focused Gaze" Evolve 1.webm
Media:Vyn "Focused Gaze" Evolve 1.jpg
Marius "Crown of Glory" icon.png Marius "Crown of Glory" Marius "Crown of Glory"/Rewards Media:Marius "Crown of Glory" Base.webm
Media:Marius "Crown of Glory" Base.jpg
Media:Marius "Crown of Glory" Evolve 1.webm
Media:Marius "Crown of Glory" Evolve 1.jpg
Media:Marius "Crown of Glory" Evolve 2.webm
Media:Marius "Crown of Glory" Evolve 2.jpg
Luke "Shining Warmth" icon.png Luke "Shining Warmth" Luke "Shining Warmth"/Rewards Media:Luke "Shining Warmth" Base.webm
Media:Luke "Shining Warmth" Base.jpg
Media:Luke "Shining Warmth" Evolve 1.webm
Media:Luke "Shining Warmth" Evolve 1.jpg
Luke "Overflowing Thoughts" icon.png Luke "Overflowing Thoughts" Luke "Overflowing Thoughts"/Rewards Media:Luke "Overflowing Thoughts" Base.webm
Media:Luke "Overflowing Thoughts" Base.jpg
Media:Luke "Overflowing Thoughts" Evolve 1.webm
Media:Luke "Overflowing Thoughts" Evolve 1.jpg
Media:Luke "Overflowing Thoughts" Evolve 2.webm
Media:Luke "Overflowing Thoughts" Evolve 2.jpg
Marius "Dimly Lit" icon.png Marius "Dimly Lit" Marius "Dimly Lit"/Rewards Media:Marius "Dimly Lit" Base.webm
Media:Marius "Dimly Lit" Base.jpg
Media:Marius "Dimly Lit" Evolve 1.webm
Media:Marius "Dimly Lit" Evolve 1.jpg
Media:Marius "Dimly Lit" Evolve 2.webm
Media:Marius "Dimly Lit" Evolve 2.jpg
Artem "Echoes Ablaze" icon.png Artem "Echoes Ablaze" Artem "Echoes Ablaze"/Rewards Media:Artem "Echoes Ablaze" Base.webm
Media:Artem "Echoes Ablaze" Base.jpg
Media:Artem "Echoes Ablaze" Evolve 1.webm
Media:Artem "Echoes Ablaze" Evolve 1.jpg
Media:Artem "Echoes Ablaze" Evolve 2.webm
Media:Artem "Echoes Ablaze" Evolve 2.jpg
Vyn "Flickering Moonlight" icon.png Vyn "Flickering Moonlight" Vyn "Flickering Moonlight"/Rewards Media:Vyn "Flickering Moonlight" Base.webm
Media:Vyn "Flickering Moonlight" Base.jpg
Media:Vyn "Flickering Moonlight" Evolve 1.webm
Media:Vyn "Flickering Moonlight" Evolve 1.jpg
Media:Vyn "Flickering Moonlight" Evolve 2.webm
Media:Vyn "Flickering Moonlight" Evolve 2.jpg
Artem "Unusual Love" icon.png Artem "Unusual Love" Artem "Unusual Love"/Rewards Media:Artem "Unusual Love" Base.webm
Media:Artem "Unusual Love" Base.jpg
Media:Artem "Unusual Love" Evolve 1.webm
Media:Artem "Unusual Love" Evolve 1.jpg
Media:Artem "Unusual Love" Evolve 2.webm
Media:Artem "Unusual Love" Evolve 2.jpg
Artem "Two Hearts as One" icon.png Artem "Two Hearts as One" Artem "Two Hearts as One"/Rewards Media:Artem "Two Hearts as One" Base.webm
Media:Artem "Two Hearts as One" Base.jpg
Media:Artem "Two Hearts as One" Evolve 1.webm
Media:Artem "Two Hearts as One" Evolve 1.jpg
Media:Artem "Two Hearts as One" Evolve 2.webm
Media:Artem "Two Hearts as One" Evolve 2.jpg
Artem "Winning Ball" icon.png Artem "Winning Ball" Artem "Winning Ball"/Rewards Media:Artem "Winning Ball" Base.webm
Media:Artem "Winning Ball" Base.jpg
Media:Artem "Winning Ball" Evolve 1.webm
Media:Artem "Winning Ball" Evolve 1.jpg
Media:Artem "Winning Ball" Evolve 2.webm
Media:Artem "Winning Ball" Evolve 2.jpg
Luke "Through the Heavens" icon.png Luke "Through the Heavens" Luke "Through the Heavens"/Rewards Media:Luke "Through the Heavens" Base.webm
Media:Luke "Through the Heavens" Base.jpg
Media:Luke "Through the Heavens" Evolve 1.webm
Media:Luke "Through the Heavens" Evolve 1.jpg
Media:Luke "Through the Heavens" Evolve 2.webm
Media:Luke "Through the Heavens" Evolve 2.jpg
Marius "Vibrant Graffiti" icon.png Marius "Vibrant Graffiti" Marius "Vibrant Graffiti"/Rewards Media:Marius "Vibrant Graffiti" Base.webm
Media:Marius "Vibrant Graffiti" Base.jpg
Media:Marius "Vibrant Graffiti" Evolve 1.webm
Media:Marius "Vibrant Graffiti" Evolve 1.jpg
Media:Marius "Vibrant Graffiti" Evolve 2.webm
Media:Marius "Vibrant Graffiti" Evolve 2.jpg
Vyn "Neon Melody" icon.png Vyn "Neon Melody" Vyn "Neon Melody"/Rewards Media:Vyn "Neon Melody" Base.webm
Media:Vyn "Neon Melody" Base.jpg
Media:Vyn "Neon Melody" Evolve 1.webm
Media:Vyn "Neon Melody" Evolve 1.jpg
Media:Vyn "Neon Melody" Evolve 2.webm
Media:Vyn "Neon Melody" Evolve 2.jpg
Artem "Choice" icon.png Artem "Choice" Artem "Choice"/Rewards Media:Artem "Choice" Base.webm
Media:Artem "Choice" Base.jpg
Media:Artem "Choice" Evolve 1.webm
Media:Artem "Choice" Evolve 1.jpg
Media:Artem "Choice" Evolve 2.webm
Media:Artem "Choice" Evolve 2.jpg
Vyn "Food for Thought" icon.png Vyn "Food for Thought" Vyn "Food for Thought"/Rewards Media:Vyn "Food for Thought" Base.webm
Media:Vyn "Food for Thought" Base.jpg
Media:Vyn "Food for Thought" Evolve 1.webm
Media:Vyn "Food for Thought" Evolve 1.jpg
Media:Vyn "Food for Thought" Evolve 2.webm
Media:Vyn "Food for Thought" Evolve 2.jpg
Artem "Sunshine After the Rain" icon.png Artem "Sunshine After the Rain" Artem "Sunshine After the Rain"/Rewards Media:Artem "Sunshine After the Rain" Base.webm
Media:Artem "Sunshine After the Rain" Base.jpg
Media:Artem "Sunshine After the Rain" Evolve 1.webm
Media:Artem "Sunshine After the Rain" Evolve 1.jpg
Media:Artem "Sunshine After the Rain" Evolve 2.webm
Media:Artem "Sunshine After the Rain" Evolve 2.jpg
Artem "Intentions" icon.png Artem "Intentions" Artem "Intentions"/Rewards Media:Artem "Intentions" Base.webm
Media:Artem "Intentions" Base.jpg
Media:Artem "Intentions" Evolve 1.webm
Media:Artem "Intentions" Evolve 1.jpg
Luke "Companionship" icon.png Luke "Companionship" Luke "Companionship"/Rewards Media:Luke "Companionship" Base.webm
Media:Luke "Companionship" Base.jpg
Media:Luke "Companionship" Evolve 1.webm
Media:Luke "Companionship" Evolve 1.jpg
Marius "Keepsake" icon.png Marius "Keepsake" Marius "Keepsake"/Rewards Media:Marius "Keepsake" Base.webm
Media:Marius "Keepsake" Base.jpg
Media:Marius "Keepsake" Evolve 1.webm
Media:Marius "Keepsake" Evolve 1.jpg
Vyn "Promise" icon.png Vyn "Promise" Vyn "Promise"/Rewards Media:Vyn "Promise" Base.webm
Media:Vyn "Promise" Base.jpg
Media:Vyn "Promise" Evolve 1.webm
Media:Vyn "Promise" Evolve 1.jpg
Artem "Stretching" icon.png Artem "Stretching" Artem "Stretching"/Rewards Media:Artem "Stretching" Base.webm
Media:Artem "Stretching" Base.jpg
Media:Artem "Stretching" Evolve 1.webm
Media:Artem "Stretching" Evolve 1.jpg
Artem "Wandering Heart" icon.png Artem "Wandering Heart" Artem "Wandering Heart"/Rewards Media:Artem "Wandering Heart" Base.webm
Media:Artem "Wandering Heart" Base.jpg
Media:Artem "Wandering Heart" Evolve 1.webm
Media:Artem "Wandering Heart" Evolve 1.jpg
Media:Artem "Wandering Heart" Evolve 2.webm
Media:Artem "Wandering Heart" Evolve 2.jpg
Luke "Twinkling Eyes" icon.png Luke "Twinkling Eyes" Luke "Twinkling Eyes"/Rewards Media:Luke "Twinkling Eyes" Base.webm
Media:Luke "Twinkling Eyes" Base.jpg
Media:Luke "Twinkling Eyes" Evolve 1.webm
Media:Luke "Twinkling Eyes" Evolve 1.jpg
Media:Luke "Twinkling Eyes" Evolve 2.webm
Media:Luke "Twinkling Eyes" Evolve 2.jpg
Marius "Daytime Aurora" icon.png Marius "Daytime Aurora" Marius "Daytime Aurora"/Rewards Media:Marius "Daytime Aurora" Base.webm
Media:Marius "Daytime Aurora" Base.jpg
Media:Marius "Daytime Aurora" Evolve 1.webm
Media:Marius "Daytime Aurora" Evolve 1.jpg
Media:Marius "Daytime Aurora" Evolve 2.webm
Media:Marius "Daytime Aurora" Evolve 2.jpg
Vyn "Blazing Colors" icon.png Vyn "Blazing Colors" Vyn "Blazing Colors"/Rewards Media:Vyn "Blazing Colors" Base.webm
Media:Vyn "Blazing Colors" Base.jpg
Media:Vyn "Blazing Colors" Evolve 1.webm
Media:Vyn "Blazing Colors" Evolve 1.jpg
Media:Vyn "Blazing Colors" Evolve 2.webm
Media:Vyn "Blazing Colors" Evolve 2.jpg
Vyn "Morning Glory" icon.png Vyn "Morning Glory" Vyn "Morning Glory"/Rewards Media:Vyn "Morning Glory" Base.webm
Media:Vyn "Morning Glory" Base.jpg
Media:Vyn "Morning Glory" Evolve 1.webm
Media:Vyn "Morning Glory" Evolve 1.jpg
Luke "A Star in the Palm" icon.png Luke "A Star in the Palm" Luke "A Star in the Palm"/Rewards Media:Luke "A Star in the Palm" Base.webm
Media:Luke "A Star in the Palm" Base.jpg
Media:Luke "A Star in the Palm" Evolve 1.webm
Media:Luke "A Star in the Palm" Evolve 1.jpg
Media:Luke "A Star in the Palm" Evolve 2.webm
Media:Luke "A Star in the Palm" Evolve 2.jpg
Marius "All Through the Night" icon.png Marius "All Through the Night" Marius "All Through the Night"/Rewards Media:Marius "All Through the Night" Base.webm
Media:Marius "All Through the Night" Base.jpg
Media:Marius "All Through the Night" Evolve 1.webm
Media:Marius "All Through the Night" Evolve 1.jpg
Media:Marius "All Through the Night" Evolve 2.webm
Media:Marius "All Through the Night" Evolve 2.jpg
Vyn "Snowy Fairy Tale" icon.png Vyn "Snowy Fairy Tale" Vyn "Snowy Fairy Tale"/Rewards Media:Vyn "Snowy Fairy Tale" Base.webm
Media:Vyn "Snowy Fairy Tale" Base.jpg
Media:Vyn "Snowy Fairy Tale" Evolve 1.webm
Media:Vyn "Snowy Fairy Tale" Evolve 1.jpg
Media:Vyn "Snowy Fairy Tale" Evolve 2.webm
Media:Vyn "Snowy Fairy Tale" Evolve 2.jpg
Artem "Por Una Cabeza" icon.png Artem "Por Una Cabeza" Artem "Por Una Cabeza"/Rewards Media:Artem "Por Una Cabeza" Base.webm
Media:Artem "Por Una Cabeza" Base.jpg
Media:Artem "Por Una Cabeza" Evolve 1.webm
Media:Artem "Por Una Cabeza" Evolve 1.jpg
Media:Artem "Por Una Cabeza" Evolve 2.webm
Media:Artem "Por Una Cabeza" Evolve 2.jpg
Luke "Warm Embrace" icon.png Luke "Warm Embrace" Luke "Warm Embrace"/Rewards Media:Luke "Warm Embrace" Base.webm
Media:Luke "Warm Embrace" Base.jpg
Media:Luke "Warm Embrace" Evolve 1.webm
Media:Luke "Warm Embrace" Evolve 1.jpg
Media:Luke "Warm Embrace" Evolve 2.webm
Media:Luke "Warm Embrace" Evolve 2.jpg
Luke "Peaceful Place" icon.png Luke "Peaceful Place" Luke "Peaceful Place"/Rewards Media:Luke "Peaceful Place" Base.webm
Media:Luke "Peaceful Place" Base.jpg
Media:Luke "Peaceful Place" Evolve 1.webm
Media:Luke "Peaceful Place" Evolve 1.jpg
Media:Luke "Peaceful Place" Evolve 2.webm
Media:Luke "Peaceful Place" Evolve 2.jpg
Marius "Will of the Trees" icon.png Marius "Will of the Trees" Marius "Will of the Trees"/Rewards Media:Marius "Will of the Trees" Base.webm
Media:Marius "Will of the Trees" Base.jpg
Media:Marius "Will of the Trees" Evolve 1.webm
Media:Marius "Will of the Trees" Evolve 1.jpg
Media:Marius "Will of the Trees" Evolve 2.webm
Media:Marius "Will of the Trees" Evolve 2.jpg
Luke "How I Remember You" icon.png Luke "How I Remember You" Luke "How I Remember You"/Rewards Media:Luke "How I Remember You" Base.webm
Media:Luke "How I Remember You" Base.jpg
Media:Luke "How I Remember You" Evolve 1.webm
Media:Luke "How I Remember You" Evolve 1.jpg
Media:Luke "How I Remember You" Evolve 2.webm
Media:Luke "How I Remember You" Evolve 2.jpg
Marius "Fabulous Feast" icon.png Marius "Fabulous Feast" Marius "Fabulous Feast"/Rewards Media:Marius "Fabulous Feast" Base.webm
Media:Marius "Fabulous Feast" Base.jpg
Media:Marius "Fabulous Feast" Evolve 1.webm
Media:Marius "Fabulous Feast" Evolve 1.jpg
Media:Marius "Fabulous Feast" Evolve 2.webm
Media:Marius "Fabulous Feast" Evolve 2.jpg
Vyn "Between Good and Evil" icon.png Vyn "Between Good and Evil" Vyn "Between Good and Evil"/Rewards Media:Vyn "Between Good and Evil" Base.webm
Media:Vyn "Between Good and Evil" Base.jpg
Media:Vyn "Between Good and Evil" Evolve 1.webm
Media:Vyn "Between Good and Evil" Evolve 1.jpg
Media:Vyn "Between Good and Evil" Evolve 2.webm
Media:Vyn "Between Good and Evil" Evolve 2.jpg
Artem "Fixated on You" icon.png Artem "Fixated on You" Artem "Fixated on You"/Rewards Media:Artem "Fixated on You" Base.webm
Media:Artem "Fixated on You" Base.jpg
Media:Artem "Fixated on You" Evolve 1.webm
Media:Artem "Fixated on You" Evolve 1.jpg
Media:Artem "Fixated on You" Evolve 2.webm
Media:Artem "Fixated on You" Evolve 2.jpg
Vyn "A Star in the Night" icon.png Vyn "A Star in the Night" Vyn "A Star in the Night"/Rewards Media:Vyn "A Star in the Night" Base.webm
Media:Vyn "A Star in the Night" Base.jpg
Media:Vyn "A Star in the Night" Evolve 1.webm
Media:Vyn "A Star in the Night" Evolve 1.jpg
Media:Vyn "A Star in the Night" Evolve 2.webm
Media:Vyn "A Star in the Night" Evolve 2.jpg
Luke "Iridescent Heartbeat" icon.png Luke "Iridescent Heartbeat" Luke "Iridescent Heartbeat"/Rewards Media:Luke "Iridescent Heartbeat" Base.webm
Media:Luke "Iridescent Heartbeat" Base.jpg
Media:Luke "Iridescent Heartbeat" Evolve 1.webm
Media:Luke "Iridescent Heartbeat" Evolve 1.jpg
Media:Luke "Iridescent Heartbeat" Evolve 2.webm
Media:Luke "Iridescent Heartbeat" Evolve 2.jpg
Marius "In the Darkness" icon.png Marius "In the Darkness" Marius "In the Darkness"/Rewards Media:Marius "In the Darkness" Base.webm
Media:Marius "In the Darkness" Base.jpg
Media:Marius "In the Darkness" Evolve 1.webm
Media:Marius "In the Darkness" Evolve 1.jpg
Media:Marius "In the Darkness" Evolve 2.webm
Media:Marius "In the Darkness" Evolve 2.jpg
Vyn "Heartfelt Suspense" icon.png Vyn "Heartfelt Suspense" Vyn "Heartfelt Suspense"/Rewards Media:Vyn "Heartfelt Suspense" Base.webm
Media:Vyn "Heartfelt Suspense" Base.jpg
Media:Vyn "Heartfelt Suspense" Evolve 1.webm
Media:Vyn "Heartfelt Suspense" Evolve 1.jpg
Media:Vyn "Heartfelt Suspense" Evolve 2.webm
Media:Vyn "Heartfelt Suspense" Evolve 2.jpg
Artem "Dreamful Melodies" icon.png Artem "Dreamful Melodies" Artem "Dreamful Melodies"/Rewards Media:Artem "Dreamful Melodies" Base.webm
Media:Artem "Dreamful Melodies" Base.jpg
Media:Artem "Dreamful Melodies" Evolve 1.webm
Media:Artem "Dreamful Melodies" Evolve 1.jpg
Media:Artem "Dreamful Melodies" Evolve 2.webm
Media:Artem "Dreamful Melodies" Evolve 2.jpg
Vyn "Entrapped" icon.png Vyn "Entrapped" Vyn "Entrapped"/Rewards Media:Vyn "Entrapped" Base.webm
Media:Vyn "Entrapped" Base.jpg
Media:Vyn "Entrapped" Evolve 1.webm
Media:Vyn "Entrapped" Evolve 1.jpg
Media:Vyn "Entrapped" Evolve 2.webm
Media:Vyn "Entrapped" Evolve 2.jpg
Luke "Shape of You" icon.png Luke "Shape of You" Luke "Shape of You"/Rewards Media:Luke "Shape of You" Base.webm
Media:Luke "Shape of You" Base.jpg
Media:Luke "Shape of You" Evolve 1.webm
Media:Luke "Shape of You" Evolve 1.jpg
Media:Luke "Shape of You" Evolve 2.webm
Media:Luke "Shape of You" Evolve 2.jpg
Marius "Twilight Beauty" icon.png Marius "Twilight Beauty" Marius "Twilight Beauty"/Rewards Media:Marius "Twilight Beauty" Base.webm
Media:Marius "Twilight Beauty" Base.jpg
Media:Marius "Twilight Beauty" Evolve 1.webm
Media:Marius "Twilight Beauty" Evolve 1.jpg
Media:Marius "Twilight Beauty" Evolve 2.webm
Media:Marius "Twilight Beauty" Evolve 2.jpg
Vyn "Cool Summer" icon.png Vyn "Cool Summer" Vyn "Cool Summer"/Rewards Media:Vyn "Cool Summer" Base.webm
Media:Vyn "Cool Summer" Base.jpg
Media:Vyn "Cool Summer" Evolve 1.webm
Media:Vyn "Cool Summer" Evolve 1.jpg
Media:Vyn "Cool Summer" Evolve 2.webm
Media:Vyn "Cool Summer" Evolve 2.jpg
Artem "Entwined Fate" icon.png Artem "Entwined Fate" Artem "Entwined Fate"/Rewards Media:Artem "Entwined Fate" Base.webm
Media:Artem "Entwined Fate" Base.jpg
Media:Artem "Entwined Fate" Evolve 1.webm
Media:Artem "Entwined Fate" Evolve 1.jpg
Media:Artem "Entwined Fate" Evolve 2.webm
Media:Artem "Entwined Fate" Evolve 2.jpg
Luke "Alluring Gaze" icon.png Luke "Alluring Gaze" Luke "Alluring Gaze"/Rewards Media:Luke "Alluring Gaze" Base.webm
Media:Luke "Alluring Gaze" Base.jpg
Media:Luke "Alluring Gaze" Evolve 1.webm
Media:Luke "Alluring Gaze" Evolve 1.jpg
Media:Luke "Alluring Gaze" Evolve 2.webm
Media:Luke "Alluring Gaze" Evolve 2.jpg
Luke "Among the Great Blue" icon.png Luke "Among the Great Blue" Luke "Among the Great Blue"/Rewards Media:Luke "Among the Great Blue" Base.webm
Media:Luke "Among the Great Blue" Base.jpg
Media:Luke "Among the Great Blue" Evolve 1.webm
Media:Luke "Among the Great Blue" Evolve 1.jpg
Media:Luke "Among the Great Blue" Evolve 2.webm
Media:Luke "Among the Great Blue" Evolve 2.jpg
Luke "Inner Sanctum" icon.png Luke "Inner Sanctum" Luke "Inner Sanctum"/Rewards Media:Luke "Inner Sanctum" Base.webm
Media:Luke "Inner Sanctum" Base.jpg
Media:Luke "Inner Sanctum" Evolve 1.webm
Media:Luke "Inner Sanctum" Evolve 1.jpg
Media:Luke "Inner Sanctum" Evolve 2.webm
Media:Luke "Inner Sanctum" Evolve 2.jpg
Luke "Moment of Danger" icon.png Luke "Moment of Danger" Luke "Moment of Danger"/Rewards Media:Luke "Moment of Danger" Base.webm
Media:Luke "Moment of Danger" Base.jpg
Media:Luke "Moment of Danger" Evolve 1.webm
Media:Luke "Moment of Danger" Evolve 1.jpg
Media:Luke "Moment of Danger" Evolve 2.webm
Media:Luke "Moment of Danger" Evolve 2.jpg
Luke "Perfect Partner" icon.png Luke "Perfect Partner" Luke "Perfect Partner"/Rewards Media:Luke "Perfect Partner" Base.webm
Media:Luke "Perfect Partner" Base.jpg
Media:Luke "Perfect Partner" Evolve 1.webm
Media:Luke "Perfect Partner" Evolve 1.jpg
Media:Luke "Perfect Partner" Evolve 2.webm
Media:Luke "Perfect Partner" Evolve 2.jpg
Luke "Radiant Sunlight" icon.png Luke "Radiant Sunlight" Luke "Radiant Sunlight"/Rewards Media:Luke "Radiant Sunlight" Base.webm
Media:Luke "Radiant Sunlight" Base.jpg
Media:Luke "Radiant Sunlight" Evolve 1.webm
Media:Luke "Radiant Sunlight" Evolve 1.jpg
Media:Luke "Radiant Sunlight" Evolve 2.webm
Media:Luke "Radiant Sunlight" Evolve 2.jpg
Luke "Timely Rescue" icon.png Luke "Timely Rescue" Luke "Timely Rescue"/Rewards Media:Luke "Timely Rescue" Base.webm
Media:Luke "Timely Rescue" Base.jpg
Media:Luke "Timely Rescue" Evolve 1.webm
Media:Luke "Timely Rescue" Evolve 1.jpg
Media:Luke "Timely Rescue" Evolve 2.webm
Media:Luke "Timely Rescue" Evolve 2.jpg
Marius "A Dance on the Clouds" icon.png Marius "A Dance on the Clouds" Marius "A Dance on the Clouds"/Rewards Media:Marius "A Dance on the Clouds" Base.webm
Media:Marius "A Dance on the Clouds" Base.jpg
Media:Marius "A Dance on the Clouds" Evolve 1.webm
Media:Marius "A Dance on the Clouds" Evolve 1.jpg
Media:Marius "A Dance on the Clouds" Evolve 2.webm
Media:Marius "A Dance on the Clouds" Evolve 2.jpg
Marius "Child at Heart" icon.png Marius "Child at Heart" Marius "Child at Heart"/Rewards Media:Marius "Child at Heart" Base.webm
Media:Marius "Child at Heart" Base.jpg
Media:Marius "Child at Heart" Evolve 1.webm
Media:Marius "Child at Heart" Evolve 1.jpg
Media:Marius "Child at Heart" Evolve 2.webm
Media:Marius "Child at Heart" Evolve 2.jpg
Marius "Dream of Thebes" icon.png Marius "Dream of Thebes" Marius "Dream of Thebes"/Rewards Media:Marius "Dream of Thebes" Base.webm
Media:Marius "Dream of Thebes" Base.jpg
Media:Marius "Dream of Thebes" Evolve 1.webm
Media:Marius "Dream of Thebes" Evolve 1.jpg
Media:Marius "Dream of Thebes" Evolve 2.webm
Media:Marius "Dream of Thebes" Evolve 2.jpg
Marius "Eye of the Beholder" icon.png Marius "Eye of the Beholder" Marius "Eye of the Beholder"/Rewards Media:Marius "Eye of the Beholder" Base.webm
Media:Marius "Eye of the Beholder" Base.jpg
Media:Marius "Eye of the Beholder" Evolve 1.webm
Media:Marius "Eye of the Beholder" Evolve 1.jpg
Media:Marius "Eye of the Beholder" Evolve 2.webm
Media:Marius "Eye of the Beholder" Evolve 2.jpg
Marius "Matching Tattoos" icon.png Marius "Matching Tattoos" Marius "Matching Tattoos"/Rewards Media:Marius "Matching Tattoos" Base.webm
Media:Marius "Matching Tattoos" Base.jpg
Media:Marius "Matching Tattoos" Evolve 1.webm
Media:Marius "Matching Tattoos" Evolve 1.jpg
Media:Marius "Matching Tattoos" Evolve 2.webm
Media:Marius "Matching Tattoos" Evolve 2.jpg
Marius "Narrow Road" icon.png Marius "Narrow Road" Marius "Narrow Road"/Rewards Media:Marius "Narrow Road" Base.webm
Media:Marius "Narrow Road" Base.jpg
Media:Marius "Narrow Road" Evolve 1.webm
Media:Marius "Narrow Road" Evolve 1.jpg
Media:Marius "Narrow Road" Evolve 2.webm
Media:Marius "Narrow Road" Evolve 2.jpg
Marius "Overtone" icon.png Marius "Overtone" Marius "Overtone"/Rewards Media:Marius "Overtone" Base.webm
Media:Marius "Overtone" Base.jpg
Media:Marius "Overtone" Evolve 1.webm
Media:Marius "Overtone" Evolve 1.jpg
Media:Marius "Overtone" Evolve 2.webm
Media:Marius "Overtone" Evolve 2.jpg
Vyn "False Tears" icon.png Vyn "False Tears" Vyn "False Tears"/Rewards Media:Vyn "False Tears" Base.webm
Media:Vyn "False Tears" Base.jpg
Media:Vyn "False Tears" Evolve 1.webm
Media:Vyn "False Tears" Evolve 1.jpg
Media:Vyn "False Tears" Evolve 2.webm
Media:Vyn "False Tears" Evolve 2.jpg
Vyn "Gentleman's Game" icon.png Vyn "Gentleman's Game" Vyn "Gentleman's Game"/Rewards Media:Vyn "Gentleman's Game" Base.webm
Media:Vyn "Gentleman's Game" Base.jpg
Media:Vyn "Gentleman's Game" Evolve 1.webm
Media:Vyn "Gentleman's Game" Evolve 1.jpg
Media:Vyn "Gentleman's Game" Evolve 2.webm
Media:Vyn "Gentleman's Game" Evolve 2.jpg
Vyn "Medieval Suspense" icon.png Vyn "Medieval Suspense" Vyn "Medieval Suspense"/Rewards Media:Vyn "Medieval Suspense" Base.webm
Media:Vyn "Medieval Suspense" Base.jpg
Media:Vyn "Medieval Suspense" Evolve 1.webm
Media:Vyn "Medieval Suspense" Evolve 1.jpg
Media:Vyn "Medieval Suspense" Evolve 2.webm
Media:Vyn "Medieval Suspense" Evolve 2.jpg
Vyn "Mended Heart" icon.png Vyn "Mended Heart" Vyn "Mended Heart"/Rewards Media:Vyn "Mended Heart" Base.webm
Media:Vyn "Mended Heart" Base.jpg
Media:Vyn "Mended Heart" Evolve 1.webm
Media:Vyn "Mended Heart" Evolve 1.jpg
Media:Vyn "Mended Heart" Evolve 2.webm
Media:Vyn "Mended Heart" Evolve 2.jpg
Vyn "Mercury in Retrograde" icon.png Vyn "Mercury in Retrograde" Vyn "Mercury in Retrograde"/Rewards Media:Vyn "Mercury in Retrograde" Base.webm
Media:Vyn "Mercury in Retrograde" Base.jpg
Media:Vyn "Mercury in Retrograde" Evolve 1.webm
Media:Vyn "Mercury in Retrograde" Evolve 1.jpg
Media:Vyn "Mercury in Retrograde" Evolve 2.webm
Media:Vyn "Mercury in Retrograde" Evolve 2.jpg
Vyn "Near and Far" icon.png Vyn "Near and Far" Vyn "Near and Far"/Rewards Media:Vyn "Near and Far" Base.webm
Media:Vyn "Near and Far" Base.jpg
Media:Vyn "Near and Far" Evolve 1.webm
Media:Vyn "Near and Far" Evolve 1.jpg
Media:Vyn "Near and Far" Evolve 2.webm
Media:Vyn "Near and Far" Evolve 2.jpg
Vyn "Lingering Warmth" icon.png Vyn "Lingering Warmth" Vyn "Lingering Warmth"/Rewards Media:Vyn "Lingering Warmth" Base.webm
Media:Vyn "Lingering Warmth" Base.jpg
Media:Vyn "Lingering Warmth" Evolve 1.webm
Media:Vyn "Lingering Warmth" Evolve 1.jpg
Media:Vyn "Lingering Warmth" Evolve 2.webm
Media:Vyn "Lingering Warmth" Evolve 2.jpg
Artem "Darkest before Dawn" icon.png Artem "Darkest before Dawn" Artem "Darkest before Dawn"/Rewards Media:Artem "Darkest before Dawn" Base.webm
Media:Artem "Darkest before Dawn" Base.jpg
Media:Artem "Darkest before Dawn" Evolve 1.webm
Media:Artem "Darkest before Dawn" Evolve 1.jpg
Media:Artem "Darkest before Dawn" Evolve 2.webm
Media:Artem "Darkest before Dawn" Evolve 2.jpg
Artem "Staying Humble" icon.png Artem "Staying Humble" Artem "Staying Humble"/Rewards Media:Artem "Staying Humble" Base.webm
Media:Artem "Staying Humble" Base.jpg
Media:Artem "Staying Humble" Evolve 1.webm
Media:Artem "Staying Humble" Evolve 1.jpg
Media:Artem "Staying Humble" Evolve 2.webm
Media:Artem "Staying Humble" Evolve 2.jpg
Luke "Once Upon a Time" icon.png Luke "Once Upon a Time" Luke "Once Upon a Time"/Rewards Media:Luke "Once Upon a Time" Base.webm
Media:Luke "Once Upon a Time" Base.jpg
Media:Luke "Once Upon a Time" Evolve 1.webm
Media:Luke "Once Upon a Time" Evolve 1.jpg
Media:Luke "Once Upon a Time" Evolve 2.webm
Media:Luke "Once Upon a Time" Evolve 2.jpg
Luke "Together with You" icon.png Luke "Together with You" Luke "Together with You"/Rewards Media:Luke "Together with You" Base.webm
Media:Luke "Together with You" Base.jpg
Media:Luke "Together with You" Evolve 1.webm
Media:Luke "Together with You" Evolve 1.jpg
Media:Luke "Together with You" Evolve 2.webm
Media:Luke "Together with You" Evolve 2.jpg
Marius "Butterflies" icon.png Marius "Butterflies" Marius "Butterflies"/Rewards Media:Marius "Butterflies" Base.webm
Media:Marius "Butterflies" Base.jpg
Media:Marius "Butterflies" Evolve 1.webm
Media:Marius "Butterflies" Evolve 1.jpg
Media:Marius "Butterflies" Evolve 2.webm
Media:Marius "Butterflies" Evolve 2.jpg
Marius "Falling into You" icon.png Marius "Falling into You" Marius "Falling into You"/Rewards Media:Marius "Falling into You" Base.webm
Media:Marius "Falling into You" Base.jpg
Media:Marius "Falling into You" Evolve 1.webm
Media:Marius "Falling into You" Evolve 1.jpg
Media:Marius "Falling into You" Evolve 2.webm
Media:Marius "Falling into You" Evolve 2.jpg
Vyn "Spilling Light" icon.png Vyn "Spilling Light" Vyn "Spilling Light"/Rewards Media:Vyn "Spilling Light" Base.webm
Media:Vyn "Spilling Light" Base.jpg
Media:Vyn "Spilling Light" Evolve 1.webm
Media:Vyn "Spilling Light" Evolve 1.jpg
Media:Vyn "Spilling Light" Evolve 2.webm
Media:Vyn "Spilling Light" Evolve 2.jpg
Artem "Atmospherics" icon.png Artem "Atmospherics" Artem "Atmospherics"/Rewards Media:Artem "Atmospherics" Base.webm
Media:Artem "Atmospherics" Base.jpg
Media:Artem "Atmospherics" Evolve 1.webm
Media:Artem "Atmospherics" Evolve 1.jpg
Media:Artem "Atmospherics" Evolve 2.webm
Media:Artem "Atmospherics" Evolve 2.jpg
Artem "Autumn Dreams" icon.png Artem "Autumn Dreams" Artem "Autumn Dreams"/Rewards Media:Artem "Autumn Dreams" Base.webm
Media:Artem "Autumn Dreams" Base.jpg
Media:Artem "Autumn Dreams" Evolve 1.webm
Media:Artem "Autumn Dreams" Evolve 1.jpg
Media:Artem "Autumn Dreams" Evolve 2.webm
Media:Artem "Autumn Dreams" Evolve 2.jpg
Artem "Focus Fire" icon.png Artem "Focus Fire" Artem "Focus Fire"/Rewards Media:Artem "Focus Fire" Base.webm
Media:Artem "Focus Fire" Base.jpg
Media:Artem "Focus Fire" Evolve 1.webm
Media:Artem "Focus Fire" Evolve 1.jpg
Media:Artem "Focus Fire" Evolve 2.webm
Media:Artem "Focus Fire" Evolve 2.jpg
Artem "In Sickness or in Health" icon.png Artem "In Sickness or in Health" Artem "In Sickness or in Health"/Rewards Media:Artem "In Sickness or in Health" Base.webm
Media:Artem "In Sickness or in Health" Base.jpg
Media:Artem "In Sickness or in Health" Evolve 1.webm
Media:Artem "In Sickness or in Health" Evolve 1.jpg
Media:Artem "In Sickness or in Health" Evolve 2.webm
Media:Artem "In Sickness or in Health" Evolve 2.jpg
Artem "Loving Memories" icon.png Artem "Loving Memories" Artem "Loving Memories"/Rewards Media:Artem "Loving Memories" Base.webm
Media:Artem "Loving Memories" Base.jpg
Media:Artem "Loving Memories" Evolve 1.webm
Media:Artem "Loving Memories" Evolve 1.jpg
Media:Artem "Loving Memories" Evolve 2.webm
Media:Artem "Loving Memories" Evolve 2.jpg
Artem "Sparks" icon.png Artem "Sparks" Artem "Sparks"/Rewards Media:Artem "Sparks" Base.webm
Media:Artem "Sparks" Base.jpg
Media:Artem "Sparks" Evolve 1.webm
Media:Artem "Sparks" Evolve 1.jpg
Media:Artem "Sparks" Evolve 2.webm
Media:Artem "Sparks" Evolve 2.jpg
Artem "Thin Veil" icon.png Artem "Thin Veil" Artem "Thin Veil"/Rewards Media:Artem "Thin Veil" Base.webm
Media:Artem "Thin Veil" Base.jpg
Media:Artem "Thin Veil" Evolve 1.webm
Media:Artem "Thin Veil" Evolve 1.jpg
Media:Artem "Thin Veil" Evolve 2.webm
Media:Artem "Thin Veil" Evolve 2.jpg