Difference between revisions of "New Content"

From Dragalia Lost Wiki
Jump to navigation Jump to search
imported>Elaeagnifolia
>FlareKyn
 
(37 intermediate revisions by 5 users not shown)
Line 4: Line 4:
 
===Void Battles===
 
===Void Battles===
 
{{Main|[[Event Quests#Void Battles|Void Battles]]}}
 
{{Main|[[Event Quests#Void Battles|Void Battles]]}}
[[File:Banner Top Void Battles (May 2019).png|400px|link=Event Quests#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 22: 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 70: 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 82: 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
 
|fields=StartDate
 
|where=NOW() between StartDate and EndDate
 
|where=NOW() between StartDate and EndDate
 
|group by=StartDate
 
|group by=StartDate
|order by=StartDate DESC
+
|order by=StartDate ASC,
|limit=1
+
|limit=
 
|more results text=
 
|more results text=
 
|no html
 
|no html
}}" OR ReleaseDate="{{#cargo_query:tables=SummonShowcase
+
}}" OR ReleaseDate>="{{#cargo_query:tables=Events
 
|fields=StartDate
 
|fields=StartDate
|where=StartDate < NOW()
+
|where=NOW() between StartDate and EndDate
 
|group by=StartDate
 
|group by=StartDate
|order by=StartDate DESC
+
|order by=StartDate ASC
|limit=1
+
|limit=
 
|more results text=
 
|more results text=
 
|no html
 
|no html
}}"
+
}}")
 
|q?groupBy=_pageName
 
|q?groupBy=_pageName
 
|q?orderBy= ReleaseDate DESC, Rarity DESC, ElementalTypeId ASC, WeaponTypeId ASC, Id DESC, FullName ASC
 
|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
 +
|where=NOW() between StartDate and EndDate
 +
|group by=StartDate
 +
|order by=StartDate ASC,
 +
|limit=
 +
|more results text=
 +
|no html
 +
}}" OR ManaSpiralDate>="{{#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= 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 110: 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=Events
+
|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 DESC
+
|order by=StartDate ASC
|limit=1
+
|limit=
 
|more results text=
 
|more results text=
 
|no html
 
|no html
}}" OR ReleaseDate="{{#cargo_query:tables=SummonShowcase
+
}}" OR ReleaseDate>="{{#cargo_query:tables=Events
 
|fields=StartDate
 
|fields=StartDate
|where=StartDate < NOW()
+
|where=NOW() between StartDate and EndDate
 
|group by=StartDate
 
|group by=StartDate
|order by=StartDate DESC
+
|order by=StartDate ASC
|limit=1
+
|limit=
 
|more results text=
 
|more results text=
 
|no html
 
|no html
}}"
+
}}")
 
|q?groupBy=_pageName
 
|q?groupBy=_pageName
 
|q?orderBy=ReleaseDate DESC, Rarity DESC, ElementalTypeId ASC, Id DESC, FullName ASC
 
|q?orderBy=ReleaseDate DESC, Rarity DESC, ElementalTypeId ASC, Id DESC, FullName ASC
Line 138: 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 between "{{#cargo_query:tables=Events
+
|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 DESC
+
|order by=StartDate ASC
|limit=1
+
|limit=
 
|more results text=
 
|more results text=
 
|no html
 
|no html
}}" and "{{#cargo_query:tables=Events
+
}}" OR ReleaseDate>="{{#cargo_query:tables=Events
|fields=EndDate
+
|fields=StartDate
 
|where=NOW() between StartDate and EndDate
 
|where=NOW() between StartDate and EndDate
|group by=EndDate
 
|order by=EndDate DESC
 
|limit=1
 
|more results text=
 
|no html
 
}}"
 
OR ReleaseDate="{{#cargo_query:tables=SummonShowcase
 
|fields=StartDate
 
|where=StartDate < NOW()
 
 
|group by=StartDate
 
|group by=StartDate
|order by=StartDate DESC
+
|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 199: Line 218:
 
|default=
 
|default=
 
}}
 
}}
 
==Mechanics==
 
{{See|[[Version Changelog]]}}
 
<!--
 
===Half Anniversary Login Bonus===
 
*A [[Login Bonus]] commemorating the half anniversary of the game is underway.
 
*Implementation: March 27th, 2019
 
 
===Equipping Two Wyrmprints===
 
*You can equip two wyrmprints per adventurer.
 
*However, one adventurer cannot equip two of the same wyrmprint.
 
*If you equip two wyrmprints which have the same effect, the effects will stack up to a certain limit.
 
*The feature will unlock after completing chapter 4.
 
*Implementation: March 27th, 2019
 
 
===Creating Conditional Rooms when Playing Co-op and Rebattling===
 
*When playing co-op, you'll be able to create rooms with certain conditions for entry.
 
*You'll be able to set element, weapon type, and might (up to +500 of the room setter's) as conditions, and you'll match with players who meet those conditions when they select Find a Room.
 
*Implementation: March 27th, 2019
 
 
===Trading for Insufficient Materials on the Spot===
 
*When you don't have enough materials for mana circles, building facilities, or crafting, you'll be able to remain on those screens and trade without going to Treasure Trade in the shop.
 
*Implementation: March 27th, 2019
 
 
===New Button to Change Game Speed===
 
*A button will be implemented which will let you change the speed of the game when playing a quest.
 
*This feature will only be available during solo play, but it will increase the overall game speed when enabled.
 
*Four speeds are planned to be implemented: Normal, 1.2x, 1.5x, and 2x.
 
*Implementation: March 27th, 2019
 
 
===Damage Source Display===
 
*When you or an enemy receives persistent damage, such as that from afflictions, an icon will now display beside the numerical value to denote the source.
 
*Implementation: March 27th, 2019
 
 
===Display Changes for Switching Teams===
 
*The team leader's element will now display on the UI for switching between teams.
 
*You can change teams by tapping the team-page icon in co-op rooms as well.
 
*Implementation: March 27th, 2019-->
 
<!--Remove above changes AFTER they are added to appropriate version change-log-->
 
Five updates were added May 24, 2019.
 
===Clear-time display===
 
* The quest results screen will display the clear time. In terms of gameplay, this feature may be used in endeavor conditions.
 
===Matching with nearby players===
 
* When playing co-op, it will be possible to match with nearby players using GPS functionality. This will let players enjoy co-op without entering an ID, making it a bit easier to play with those around the player.
 
===Crafting-feature improvements===
 
* Players will be able to directly craft weapons of 2nd tier or higher. Up until now, crafting has required a lot of operational steps, but this will make it possible to do all that crafting at once as long as the player has the necessary materials.
 
* At the time of implementation, players will not be able to use weapons already obtained as materials, nor will it be possible to enhance weapons directly.
 
===Dragon's Roost gift-giving feature improvements===
 
* The gift-giving feature in the Dragon's Roost will be improved by making it possible to select multiple gifts at once (not counting four-leaf clovers).
 
===Adventurer AI adjustments===
 
* In a recent update the AI were made to attack more actively, such as by using Force Strike.
 
* In the next update, the AI will move in response to enemy markers.
 

Latest revision as of 14:41, 13 April 2020

See: New Content, Upcoming Content, Unconfirmed Content, Version Changelog


Quests

Void Battles

Main article: Void Battles

Banner Top Void Battles (November 2019).png

See: 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.

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..