Template:BBDW Quest: Difference between revisions

Template page
m (apply new item format (template:bbdw can take amounts now & switch to icononly display for items))
(added parameters for questtype, skip summaries, location, enemies, boss; changed items to break on semicolons instead of commas; colored tables by questtype instead of element)
Line 1: Line 1:
<includeonly><!--
<includeonly>{{#vardefine:TABLECOLOR|{{#switch:{{{questtype|}}}
-->{| class="wikitable {{#if:{{{element|}}}|bbdw-{{{element|}}}}}" style="margin:0;width:100%;"
|Battle and story=bbdw-water
! {{{difficulty|Normal}}} || {{{nameen|}}}<br/>{{{namejp|}}}
|Story only=bbdw-wind
|Battle only
|#default=bbdw-fire
}}}}
{| class="wikitable {{#if:{{{questtype|}}}|{{#var:TABLECOLOR}}}}" style="margin:0;width:100%;"
! {{{difficulty|Normal}}}{{#if:{{{questtype|}}}|<br><small>({{{questtype|}}})</small>}}
!{{{nameen|}}}<br/>{{{namejp|}}}
|}
|}
{| class="wikitable" style="margin:0;width:100%;"
{| class="wikitable" style="margin:0;width:100%;"
| style="width:30%" | Location: {{{locationen|}}}{{#if:{{{locationjp|}}}|{{{locationjp|}}}}}
| style="width:30%" | Level: {{{level|}}}
| style="width:30%" | Level: {{{level|}}}
| style="width:30%" | AL Cost: {{{AL|}}}
| style="width:30%" | AL Cost: {{{AL|}}}
| style="width:30%" | Enemy Element: {{bbdw|{{{element|}}}}}
|}
{{#if:{{{summary|}}}{{{summary1|}}}|
<table class="wikitable mw-collapsible mw-collapsed" style="margin:0;width:100%;">
<tr><th>Story Skip Summary</th></tr>
<tr><td>{{{summary|}}}</td></tr><!--
-->{{#if:{{{summary2|}}}|<tr><td>{{{summary2|}}}</td></tr>}}<!--
--></table>
}}
{| class="wikitable" style="margin:0; width:100%;"
! Enemies
! {{bbdw|{{{element|}}}}}
|-
| colspan="2" | {{{enemies|}}}
|-
{{#if:{{{boss|}}}|
! colspan=2 {{!}} Boss
{{!}}-
{{!}} colspan=2 {{!}} {{{boss|}}}</td>
}}
|}
|}
{| class="wikitable" style="margin:0;width:100%;"
{| class="wikitable" style="margin:0;width:100%;"
! colspan="2" | Rewards
! colspan="2" | Rewards
|-
|-
! style="width:100px;" | Player EXP
! Clear Bonus
| {{{exp|}}}
! Guaranteed Drop
! Player EXP
|-
|-
! Clear bonus
| {{bbdw|item|{{{clearbonus|Crystallized Azure*10}}}|display=icononly}}
| {{bbdw|item|{{{clearbonus|Crystallized Azure*10}}}|display=icononly}}
|-
! Guaranteed Drop
| {{#arraymap:{{{guaranteeddrop|}}}|,|x|{{bbdw|item|x|display=icononly}}}}
| {{#arraymap:{{{guaranteeddrop|}}}|,|x|{{bbdw|item|x|display=icononly}}}}
| {{{exp|}}}
|-
|-
! Other Drops
! Other Drops
| style="vertical-align:top;" | {{#arraymap:{{{otherdrops_grims|}}}|,|x|{{bbdw|grimoire|x}}|}}
| style="vertical-align:top;" | {{#arraymap:{{{otherdrops_grims|}}}|;|x|{{bbdw|grimoire|x}}|}}
{{#arraymap:{{{otherdrops|}}}|,|x|{{bbdw|item|x|display=icononly}}|}}
{{#arraymap:{{{otherdrops|}}}|;|x|{{bbdw|item|x|display=icononly}}|}}
|}
|}
<div style="display:flex;flex-flow:row wrap;align-content:stretch;">
<div style="display:flex;flex-flow:row wrap;align-content:stretch;">
Line 53: Line 77:
__TOC__
__TOC__
<div style="display:flex; flex-flow: row wrap">
<div style="display:flex; flex-flow: row wrap">
<div style="flex:1;">
<div style="flex:1;min-width:300px;">
==Normal Quests==
==Normal Quests==
{{BBDW Quest
{{BBDW Quest
|difficulty=Normal
|difficulty=Normal
|questtype=Battle and story
|namejp=2節「記憶 I ①」
|namejp=2節「記憶 I ①」
|nameen=Section 2: Memory I - 1
|nameen=Section 2: Memory I - 1
Line 62: Line 87:
|guaranteeddrop=Memory Fragment*80
|guaranteeddrop=Memory Fragment*80
|otherdrops_grims=Tentama Udon,Affection
|otherdrops_grims=Tentama Udon,Affection
|otherdrops=EXP Crystal (M),EXP Crystal (S),P$*40,P$*100
|otherdrops=EXP Crystal (M);EXP Crystal (S);P$*40;P$*100
|boss= test
|enemies=Enemy 1, Enemy 2
|summary=This is the skip summary for the story before the battle.
|summary2=This is the skip summary for the story after the battle.
}}
}}
{{BBDW Quest
{{BBDW Quest
|difficulty=Normal
|difficulty=Normal
|questtype=Battle only
|namejp=2節「記憶 I ②」
|namejp=2節「記憶 I ②」
|nameen=Section 2: Memory I - 2
|nameen=Section 2: Memory I - 2
|element=fire|AL=8|level=5|exp=
|element=fire|AL=8|level=5|exp=
|guaranteeddrop=Memory Fragment*80
|guaranteeddrop=Memory Fragment*80
|otherdrops_grims=ターターさん,快復
|otherdrops_grims=ターターさん;快復
|otherdrops=EXP Crystal (M),EXP Crystal (S),P$*40,P$*100
|otherdrops=EXP Crystal (M);EXP Crystal (S);P$*40;P$*100
}}
}}
{{BBDW Quest
{{BBDW Quest
|difficulty=Normal
|difficulty=Normal
|questtype=Battle and story
|namejp=2節「記憶 I ③」
|namejp=2節「記憶 I ③」
|nameen=Section 2: Memory I - 3
|nameen=Section 2: Memory I - 3
|element=wind|AL=8|level=6|exp=
|element=wind|AL=8|level=6|exp=
|guaranteeddrop=Memory Fragment*80
|guaranteeddrop=Memory Fragment*80
|otherdrops_grims=デスデイナー,帯刀
|otherdrops_grims=デスデイナー;帯刀
|otherdrops=EXP Crystal (M),EXP Crystal (S),P$*40,P$*100
|otherdrops=EXP Crystal (M);EXP Crystal (S);P$*40;P$*100
}}
}}
</div>
</div>
<div style="flex:1;">
<div style="flex:1;min-width:300px;">
==Hard Quests==
==Hard Quests==
{{BBDW Quest
{{BBDW Quest
|difficulty=Hard
|difficulty=Hard
|questtype=Battle only
|namejp=2節「記憶 I ①」
|namejp=2節「記憶 I ①」
|nameen=Section 2: Memory I - 1
|nameen=Section 2: Memory I - 1
|element=fire|AL=13|level=18|exp=
|element=fire|AL=13|level=18|exp=
|guaranteeddrop=Memory Fragment*260
|guaranteeddrop=Memory Fragment*260
|otherdrops_grims=Knife,Combustion
|otherdrops_grims=Knife;Combustion
|otherdrops=EXP Crystal (M),EXP Crystal (S),P$*52,P$*130
|otherdrops=EXP Crystal (M);EXP Crystal (S);P$*52;P$*130
}}
}}
</div>
</div>
Line 103: Line 135:
|nameen=
|nameen=
|difficulty=Normal, Hard (by default, Normal)
|difficulty=Normal, Hard (by default, Normal)
|element=
|questtype=Battle only, Battle and story, Story only (if unspecified, by default Battle only)
|locationen=
|locationjp=
|summary=Skip summary
|summary2=For post-battle skip summaries, if any
|element=enemy element
|enemies=
|AL=
|AL=
|level=
|level=
|exp=
|exp=
|guaranteeddrop=
|otherdrops_grims=List grimoire drops, separated by semicolons
|otherdrops=List items separated by semicolons e.g. Crystallized Azure*20;P$*2000
|starcond1=(by default, Win the battle)
|starcond1=(by default, Win the battle)
|starcond2=(by default, Win with less than 2 allies fallen)
|starcond2=(by default, Win with less than 2 allies fallen)
Line 114: Line 155:
|starbonus3=(by default, Crystallized Azure*10)
|starbonus3=(by default, Crystallized Azure*10)
|clearbonus=(by default, Crystallized Azure*10)
|clearbonus=(by default, Crystallized Azure*10)
|guaranteeddrop=
|otherdrops_grims=List grimoire drops, separated by commas
|otherdrops=List items separated by commas
}}
}}
</nowiki></pre>
</nowiki></pre>
</noinclude>
</noinclude>

Revision as of 19:53, 5 March 2021

Normal Quests

Normal
(Battle and story)
Section 2: Memory I - 1
2節「記憶 I ①」
Location: Level: 5 AL Cost: 8
Story Skip Summary
This is the skip summary for the story before the battle.
This is the skip summary for the story after the battle.
Enemies BBDW Element Fire.png
Enemy 1, Enemy 2
Boss
test
Rewards
Clear Bonus Guaranteed Drop Player EXP
BBDW Item Ao no Kesshou.pngCrystallized Azure
200 Crystallized Azure is needed for 1 pull of the Crystallized Azure Gacha. It has free and paid versions.
 x10
 x80
Other Drops Tentama Udon,Affection
BBDW Item EXP Kesshou 2.pngEXP Crystal (M)
Gives 500 EXP.
BBDW Item EXP Kesshou 1.pngEXP Crystal (S)
Gives 50 EXP.
 x40
 x100
Win the battle.
BBDW Item Ao no Kesshou.pngCrystallized Azure
200 Crystallized Azure is needed for 1 pull of the Crystallized Azure Gacha. It has free and paid versions.
 x5
Win with less than 2 allies fallen.
BBDW Item Ao no Kesshou.pngCrystallized Azure
200 Crystallized Azure is needed for 1 pull of the Crystallized Azure Gacha. It has free and paid versions.
 x5
Win with less than 1 ally fallen.
BBDW Item Ao no Kesshou.pngCrystallized Azure
200 Crystallized Azure is needed for 1 pull of the Crystallized Azure Gacha. It has free and paid versions.
 x10
Normal
(Battle only)
Section 2: Memory I - 2
2節「記憶 I ②」
Location: Level: 5 AL Cost: 8
Enemies BBDW Element Fire.png
Rewards
Clear Bonus Guaranteed Drop Player EXP
BBDW Item Ao no Kesshou.pngCrystallized Azure
200 Crystallized Azure is needed for 1 pull of the Crystallized Azure Gacha. It has free and paid versions.
 x10
 x80
Other Drops
BBDW Item EXP Kesshou 2.pngEXP Crystal (M)
Gives 500 EXP.
BBDW Item EXP Kesshou 1.pngEXP Crystal (S)
Gives 50 EXP.
 x40
 x100
Win the battle.
BBDW Item Ao no Kesshou.pngCrystallized Azure
200 Crystallized Azure is needed for 1 pull of the Crystallized Azure Gacha. It has free and paid versions.
 x5
Win with less than 2 allies fallen.
BBDW Item Ao no Kesshou.pngCrystallized Azure
200 Crystallized Azure is needed for 1 pull of the Crystallized Azure Gacha. It has free and paid versions.
 x5
Win with less than 1 ally fallen.
BBDW Item Ao no Kesshou.pngCrystallized Azure
200 Crystallized Azure is needed for 1 pull of the Crystallized Azure Gacha. It has free and paid versions.
 x10
Normal
(Battle and story)
Section 2: Memory I - 3
2節「記憶 I ③」
Location: Level: 6 AL Cost: 8
Enemies BBDW Element Wind.png
Rewards
Clear Bonus Guaranteed Drop Player EXP
BBDW Item Ao no Kesshou.pngCrystallized Azure
200 Crystallized Azure is needed for 1 pull of the Crystallized Azure Gacha. It has free and paid versions.
 x10
 x80
Other Drops デスデイナー
Blazblue Alternative Dark War 1star Grimoire 3.png
(★1) Swordbelt
BBDW Item EXP Kesshou 2.pngEXP Crystal (M)
Gives 500 EXP.
BBDW Item EXP Kesshou 1.pngEXP Crystal (S)
Gives 50 EXP.
 x40
 x100
Win the battle.
BBDW Item Ao no Kesshou.pngCrystallized Azure
200 Crystallized Azure is needed for 1 pull of the Crystallized Azure Gacha. It has free and paid versions.
 x5
Win with less than 2 allies fallen.
BBDW Item Ao no Kesshou.pngCrystallized Azure
200 Crystallized Azure is needed for 1 pull of the Crystallized Azure Gacha. It has free and paid versions.
 x5
Win with less than 1 ally fallen.
BBDW Item Ao no Kesshou.pngCrystallized Azure
200 Crystallized Azure is needed for 1 pull of the Crystallized Azure Gacha. It has free and paid versions.
 x10

Hard Quests

Hard
(Battle only)
Section 2: Memory I - 1
2節「記憶 I ①」
Location: Level: 18 AL Cost: 13
Enemies BBDW Element Fire.png
Rewards
Clear Bonus Guaranteed Drop Player EXP
BBDW Item Ao no Kesshou.pngCrystallized Azure
200 Crystallized Azure is needed for 1 pull of the Crystallized Azure Gacha. It has free and paid versions.
 x10
 x260
Other Drops
Blazblue Alternative Dark War 2star Grimoire 7.png
(★2) Knife
Blazblue Alternative Dark War 1star Grimoire 7.png
(★1) Combustion
BBDW Item EXP Kesshou 2.pngEXP Crystal (M)
Gives 500 EXP.
BBDW Item EXP Kesshou 1.pngEXP Crystal (S)
Gives 50 EXP.
 x52
 x130
Win the battle.
BBDW Item Ao no Kesshou.pngCrystallized Azure
200 Crystallized Azure is needed for 1 pull of the Crystallized Azure Gacha. It has free and paid versions.
 x5
Win with less than 2 allies fallen.
BBDW Item Ao no Kesshou.pngCrystallized Azure
200 Crystallized Azure is needed for 1 pull of the Crystallized Azure Gacha. It has free and paid versions.
 x5
Win with less than 1 ally fallen.
BBDW Item Ao no Kesshou.pngCrystallized Azure
200 Crystallized Azure is needed for 1 pull of the Crystallized Azure Gacha. It has free and paid versions.
 x10

Usage

{{BBDW Quest
|namejp=
|nameen=
|difficulty=Normal, Hard (by default, Normal)
|questtype=Battle only, Battle and story, Story only (if unspecified, by default Battle only)
|locationen=
|locationjp=
|summary=Skip summary
|summary2=For post-battle skip summaries, if any
|element=enemy element
|enemies=
|AL=
|level=
|exp=
|guaranteeddrop=
|otherdrops_grims=List grimoire drops, separated by semicolons
|otherdrops=List items separated by semicolons e.g. Crystallized Azure*20;P$*2000
|starcond1=(by default, Win the battle)
|starcond2=(by default, Win with less than 2 allies fallen)
|starcond3=(by default, Win with less than 1 ally fallen)
|starbonus1=(by default, Crystallized Azure*5)
|starbonus2=(by default, Crystallized Azure*5)
|starbonus3=(by default, Crystallized Azure*10)
|clearbonus=(by default, Crystallized Azure*10)
}}