Difference between revisions of "New Content"
Jump to navigation
Jump to search
>Mornsta-gpuser |
>FlareKyn |
||
| (88 intermediate revisions by 6 users not shown) | |||
| Line 2: | Line 2: | ||
==Quests== | ==Quests== | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Void Battles=== | ===Void Battles=== | ||
{{Main|[[Event Quests#Void Battles|Void Battles]]}} | {{Main|[[Event Quests#Void Battles|Void Battles]]}} | ||
| − | [[File:Void Battles | + | [[File:Banner Top Void Battles (November 2019).png|400px|link=Event Quests#Void Battles]] |
{{See|[[Shop#Void Battles|Void Battles Exchange]]}} | {{See|[[Shop#Void Battles|Void Battles Exchange]]}} | ||
Void Battles become available after completing Chapter 7/5-6, and rotate every day of the week at 6:00 AM UTC. They are the primary source of event materials used to craft weapons that have special abilities. Additional quests to take on and weapons to craft will be added every month. | Void Battles become available after completing Chapter 7/5-6, and rotate every day of the week at 6:00 AM UTC. They are the primary source of event materials used to craft weapons that have special abilities. Additional quests to take on and weapons to craft will be added every month. | ||
| Line 17: | Line 11: | ||
{{#invoke:CargoQuery|main | {{#invoke:CargoQuery|main | ||
|q?tables=Events | |q?tables=Events | ||
| − | |q?fields=Name | + | |q?fields=_pageName=Name,Name=GeneralEventName |
|q?where=NOW() between StartDate and EndDate | |q?where=NOW() between StartDate and EndDate | ||
|q?groupBy=_pageName | |q?groupBy=_pageName | ||
| Line 28: | Line 22: | ||
==Castle Stories== | ==Castle Stories== | ||
{{#cargo_query:tables=CastleStories | {{#cargo_query:tables=CastleStories | ||
| − | |fields=CONCAT('<div>[[File:', Id, '.png|500px|link=',_pageName,']]<br/>[[',_pageName,'|',Title,']]</div>') | + | |fields=CONCAT('<div>[[File:', Id, '.png|500px|link=',_pageName,']]<br />[[',_pageName,'|',Title,']]</div>') |
|where=Event="{{#cargo_query:tables=Events | |where=Event="{{#cargo_query:tables=Events | ||
|fields=Name | |fields=Name | ||
| Line 76: | Line 70: | ||
{{#invoke:CargoQuery|main | {{#invoke:CargoQuery|main | ||
|q?tables=SummonShowcase | |q?tables=SummonShowcase | ||
| − | |q?fields=Title,StartDate,EndDate | + | |q?fields=Image,BannerTopImage,Title,Type,MaxSummons,StartDate,EndDate,Adventurer,Dragons,Wyrmprints,Video |
|q?where=NOW() between StartDate and EndDate | |q?where=NOW() between StartDate and EndDate | ||
| − | |q?orderBy=StartDate DESC, Title ASC | + | |q?orderBy=Type DESC, StartDate DESC, Title ASC |
|q?groupBy=Title | |q?groupBy=Title | ||
|template=CT | |template=CT | ||
| Line 88: | Line 82: | ||
{{#invoke:CargoQuery|main | {{#invoke:CargoQuery|main | ||
|q?tables=Adventurers | |q?tables=Adventurers | ||
| − | |q?fields=FullName=Name | + | |q?fields=CONCAT('Adventurer')=Type,FullName=Name |
| − | |q?where=ReleaseDate="{{#cargo_query:tables=Events | + | |q?where=IsPlayable=1 AND (ReleaseDate>="{{#cargo_query:tables=SummonShowcase |
| + | |fields=StartDate | ||
| + | |where=NOW() between StartDate and EndDate | ||
| + | |group by=StartDate | ||
| + | |order by=StartDate ASC, | ||
| + | |limit= | ||
| + | |more results text= | ||
| + | |no html | ||
| + | }}" OR ReleaseDate>="{{#cargo_query:tables=Events | ||
| + | |fields=StartDate | ||
| + | |where=NOW() between StartDate and EndDate | ||
| + | |group by=StartDate | ||
| + | |order by=StartDate ASC | ||
| + | |limit= | ||
| + | |more results text= | ||
| + | |no html | ||
| + | }}") | ||
| + | |q?groupBy=_pageName | ||
| + | |q?orderBy= ReleaseDate DESC, Rarity DESC, ElementalTypeId ASC, WeaponTypeId ASC, Id DESC, FullName ASC | ||
| + | |more results text= | ||
| + | |template=Character info card | ||
| + | |default= | ||
| + | }} | ||
| + | |||
| + | ==Mana Spirals== | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=Adventurers | ||
| + | |q?fields=CONCAT('Adventurer')=Type,FullName=Name | ||
| + | |q?where=IsPlayable=1 AND (ManaSpiralDate>="{{#cargo_query:tables=SummonShowcase | ||
|fields=StartDate | |fields=StartDate | ||
|where=NOW() between StartDate and EndDate | |where=NOW() between StartDate and EndDate | ||
|group by=StartDate | |group by=StartDate | ||
| − | |order by=StartDate | + | |order by=StartDate ASC, |
| − | |limit= | + | |limit= |
|more results text= | |more results text= | ||
|no html | |no html | ||
| − | }}" OR | + | }}" OR ManaSpiralDate>="{{#cargo_query:tables=Events |
|fields=StartDate | |fields=StartDate | ||
| − | |where= | + | |where=NOW() between StartDate and EndDate |
|group by=StartDate | |group by=StartDate | ||
| − | |order by=StartDate | + | |order by=StartDate ASC |
| − | |limit= | + | |limit= |
|more results text= | |more results text= | ||
|no html | |no html | ||
| − | }}" | + | }}") |
|q?groupBy=_pageName | |q?groupBy=_pageName | ||
| − | |q?orderBy= | + | |q?orderBy= ManaSpiralDate DESC, Rarity DESC, ElementalTypeId ASC, WeaponTypeId ASC, Id DESC, FullName ASC |
|more results text= | |more results text= | ||
|template=Character info card | |template=Character info card | ||
| Line 116: | Line 138: | ||
{{#invoke:CargoQuery|main | {{#invoke:CargoQuery|main | ||
|q?tables=Dragons | |q?tables=Dragons | ||
| − | |q?fields=FullName=Name | + | |q?fields=CONCAT('Dragon')=Type,FullName=Name |
| − | |q?where=ReleaseDate="{{#cargo_query:tables= | + | |q?where=IsPlayable=1 AND (ReleaseDate>="{{#cargo_query:tables=SummonShowcase |
|fields=StartDate | |fields=StartDate | ||
|where=NOW() between StartDate and EndDate | |where=NOW() between StartDate and EndDate | ||
|group by=StartDate | |group by=StartDate | ||
| − | |order by=StartDate | + | |order by=StartDate ASC |
| − | |limit= | + | |limit= |
|more results text= | |more results text= | ||
|no html | |no html | ||
| − | }}" OR ReleaseDate="{{#cargo_query:tables= | + | }}" OR ReleaseDate>="{{#cargo_query:tables=Events |
|fields=StartDate | |fields=StartDate | ||
| − | |where= | + | |where=NOW() between StartDate and EndDate |
|group by=StartDate | |group by=StartDate | ||
| − | |order by=StartDate | + | |order by=StartDate ASC |
| − | |limit= | + | |limit= |
|more results text= | |more results text= | ||
|no html | |no html | ||
| − | }}" | + | }}") |
|q?groupBy=_pageName | |q?groupBy=_pageName | ||
| − | |q?orderBy=ReleaseDate DESC, Rarity DESC, | + | |q?orderBy=ReleaseDate DESC, Rarity DESC, ElementalTypeId ASC, Id DESC, FullName ASC |
|more results text= | |more results text= | ||
|template=Dragon info card | |template=Dragon info card | ||
| Line 144: | Line 166: | ||
{{#invoke:CargoQuery|main | {{#invoke:CargoQuery|main | ||
|q?tables=Wyrmprints | |q?tables=Wyrmprints | ||
| − | |q?fields=Name | + | |q?fields=CONCAT('Wyrmprint')=Type,Name=Name |
| − | |q?where=ReleaseDate="{{#cargo_query:tables= | + | |q?where=IsPlayable=1 AND (ReleaseDate>="{{#cargo_query:tables=SummonShowcase |
|fields=StartDate | |fields=StartDate | ||
|where=NOW() between StartDate and EndDate | |where=NOW() between StartDate and EndDate | ||
|group by=StartDate | |group by=StartDate | ||
| − | |order by=StartDate | + | |order by=StartDate ASC |
| − | |limit= | + | |limit= |
|more results text= | |more results text= | ||
|no html | |no html | ||
| − | }}" OR ReleaseDate="{{#cargo_query:tables= | + | }}" OR ReleaseDate>="{{#cargo_query:tables=Events |
|fields=StartDate | |fields=StartDate | ||
| − | |where= | + | |where=NOW() between StartDate and EndDate |
|group by=StartDate | |group by=StartDate | ||
| − | |order by=StartDate | + | |order by=StartDate ASC |
|limit=1 | |limit=1 | ||
|more results text= | |more results text= | ||
|no html | |no html | ||
| − | }}" | + | }}") |
|q?groupBy=_pageName | |q?groupBy=_pageName | ||
|q?orderBy=ReleaseDate DESC, Rarity DESC, BaseId DESC, Name ASC | |q?orderBy=ReleaseDate DESC, Rarity DESC, BaseId DESC, Name ASC | ||
| Line 191: | Line 213: | ||
}}" | }}" | ||
|q?groupBy=_pageName | |q?groupBy=_pageName | ||
| − | |q?orderBy= | + | |q?orderBy=ReleaseDate DESC, Rarity DESC, ElementalTypeId ASC, TypeId ASC, Id DESC, WeaponName ASC |
|more results text= | |more results text= | ||
| − | |template= | + | |template=Weapon info card |
|default= | |default= | ||
}} | }} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Latest revision as of 14:41, 13 April 2020
Quests
Void Battles
Main article: Void Battles
Void Battles become available after completing Chapter 7/5-6, and rotate every day of the week at 6:00 AM UTC. They are the primary source of event materials used to craft weapons that have special abilities. Additional quests to take on and weapons to craft will be added every month.
Events
Lua error: Error: Table Events not found..
Castle Stories
Error: Table CastleStories not found.
Facilities
Lua error: Error: Table Facilities not found..
Summon Showcase
Lua error: Error: Table SummonShowcase not found..
Adventurers
Lua error: Error: Table Adventurers not found..
Mana Spirals
Lua error: Error: Table Adventurers not found..
Dragons
Lua error: Error: Table Dragons not found..
Wyrmprints
Lua error: Error: Table Wyrmprints not found..
Weapons
Lua error: Error: Table Weapons not found..