EN Version Link Skills: Difference between revisions
From A3! Wiki
Creating page for link skills in English version - stil in testing fase |
Changed Serious/Sr to Drama/dr - "this might not work at all"-test |
||
Line 108: | Line 108: | ||
IF(chara5 IS NOT NULL, CONCAT('<br />',IFNULL(CONCAT('[[File:',file5,'|33px]] '),IFNULL(CONCAT('[[File:',CASE WHEN LOCATE(' ',chara5) = 0 THEN chara5 ELSE LEFT(chara5,LOCATE(' ',chara5) - 1) END,' Card Icon.png|33px]] '),'')), CONCAT('[[',chara5,'|', CASE WHEN LOCATE(' ',chara5) = 0 THEN chara5 ELSE LEFT(chara5,LOCATE(' ',chara5) - 1) END,']]') ),'') ) ) = Characters, | IF(chara5 IS NOT NULL, CONCAT('<br />',IFNULL(CONCAT('[[File:',file5,'|33px]] '),IFNULL(CONCAT('[[File:',CASE WHEN LOCATE(' ',chara5) = 0 THEN chara5 ELSE LEFT(chara5,LOCATE(' ',chara5) - 1) END,' Card Icon.png|33px]] '),'')), CONCAT('[[',chara5,'|', CASE WHEN LOCATE(' ',chara5) = 0 THEN chara5 ELSE LEFT(chara5,LOCATE(' ',chara5) - 1) END,']]') ),'') ) ) = Characters, | ||
description=Description, | description=Description, | ||
CONCAT(CASE WHEN attribute = "Co" THEN CONCAT('[[File:Comedy.png|20px|link=|Comedy]] Co ', bonus, '% Up') WHEN attribute = "Ac" THEN CONCAT('[[File:Action.png|20px|link=|Action]] Ac ', bonus, '% Up') ELSE CONCAT('[[File:Serious.png|20px|link=| | CONCAT(CASE WHEN attribute = "Co" THEN CONCAT('[[File:Comedy.png|20px|link=|Comedy]] Co ', bonus, '% Up') WHEN attribute = "Ac" THEN CONCAT('[[File:Action.png|20px|link=|Action]] Ac ', bonus, '% Up') ELSE CONCAT('[[File:Serious.png|20px|link=|Drama]] Dr ', bonus, '% Up') END) = Bonus | ||
|where=attribute="Co" AND type="ENVersion" | |where=attribute="Co" AND type="ENVersion" | ||
|format=table | |format=table | ||
Line 129: | Line 129: | ||
IF(chara5 IS NOT NULL, CONCAT('<br />',IFNULL(CONCAT('[[File:',file5,'|33px]] '),IFNULL(CONCAT('[[File:',CASE WHEN LOCATE(' ',chara5) = 0 THEN chara5 ELSE LEFT(chara5,LOCATE(' ',chara5) - 1) END,' Card Icon.png|33px]] '),'')), CONCAT('[[',chara5,'|', CASE WHEN LOCATE(' ',chara5) = 0 THEN chara5 ELSE LEFT(chara5,LOCATE(' ',chara5) - 1) END,']]') ),'') ) ) = Characters, | IF(chara5 IS NOT NULL, CONCAT('<br />',IFNULL(CONCAT('[[File:',file5,'|33px]] '),IFNULL(CONCAT('[[File:',CASE WHEN LOCATE(' ',chara5) = 0 THEN chara5 ELSE LEFT(chara5,LOCATE(' ',chara5) - 1) END,' Card Icon.png|33px]] '),'')), CONCAT('[[',chara5,'|', CASE WHEN LOCATE(' ',chara5) = 0 THEN chara5 ELSE LEFT(chara5,LOCATE(' ',chara5) - 1) END,']]') ),'') ) ) = Characters, | ||
description=Description, | description=Description, | ||
CONCAT(CASE WHEN attribute = "Co" THEN CONCAT('[[File:Comedy.png|20px|link=|Comedy]] Co ', bonus, '% Up') WHEN attribute = "Ac" THEN CONCAT('[[File:Action.png|20px|link=|Action]] Ac ', bonus, '% Up') ELSE CONCAT('[[File:Serious.png|20px|link=| | CONCAT(CASE WHEN attribute = "Co" THEN CONCAT('[[File:Comedy.png|20px|link=|Comedy]] Co ', bonus, '% Up') WHEN attribute = "Ac" THEN CONCAT('[[File:Action.png|20px|link=|Action]] Ac ', bonus, '% Up') ELSE CONCAT('[[File:Serious.png|20px|link=|Drama]] Dr ', bonus, '% Up') END) = Bonus | ||
|where=attribute="Ac" AND type="ENVersion" | |where=attribute="Ac" AND type="ENVersion" | ||
|format=table | |format=table | ||
Line 138: | Line 138: | ||
</div> | </div> | ||
===[[File:Serious.png|25px]] | ===[[File:Serious.png|25px]] Drama Link Skills=== | ||
<div class="table srskill linkskilltable"> | <div class="table srskill linkskilltable"> | ||
{{#cargo_query: | {{#cargo_query: | ||
Line 150: | Line 150: | ||
IF(chara5 IS NOT NULL, CONCAT('<br />',IFNULL(CONCAT('[[File:',file5,'|33px]] '),IFNULL(CONCAT('[[File:',CASE WHEN LOCATE(' ',chara5) = 0 THEN chara5 ELSE LEFT(chara5,LOCATE(' ',chara5) - 1) END,' Card Icon.png|33px]] '),'')), CONCAT('[[',chara5,'|', CASE WHEN LOCATE(' ',chara5) = 0 THEN chara5 ELSE LEFT(chara5,LOCATE(' ',chara5) - 1) END,']]') ),'') ) ) = Characters, | IF(chara5 IS NOT NULL, CONCAT('<br />',IFNULL(CONCAT('[[File:',file5,'|33px]] '),IFNULL(CONCAT('[[File:',CASE WHEN LOCATE(' ',chara5) = 0 THEN chara5 ELSE LEFT(chara5,LOCATE(' ',chara5) - 1) END,' Card Icon.png|33px]] '),'')), CONCAT('[[',chara5,'|', CASE WHEN LOCATE(' ',chara5) = 0 THEN chara5 ELSE LEFT(chara5,LOCATE(' ',chara5) - 1) END,']]') ),'') ) ) = Characters, | ||
description=Description, | description=Description, | ||
CONCAT(CASE WHEN attribute = "Co" THEN CONCAT('[[File:Comedy.png|20px|link=|Comedy]] Co ', bonus, '% Up') WHEN attribute = "Ac" THEN CONCAT('[[File:Action.png|20px|link=|Action]] Ac ', bonus, '% Up') ELSE CONCAT('[[File:Serious.png|20px|link=| | CONCAT(CASE WHEN attribute = "Co" THEN CONCAT('[[File:Comedy.png|20px|link=|Comedy]] Co ', bonus, '% Up') WHEN attribute = "Ac" THEN CONCAT('[[File:Action.png|20px|link=|Action]] Ac ', bonus, '% Up') ELSE CONCAT('[[File:Serious.png|20px|link=|Drama]] dr ', bonus, '% Up') END) = Bonus | ||
|where=attribute="Sr" AND type="ENVersion" | |where=attribute="Sr" AND type="ENVersion" | ||
|format=table | |format=table |
Revision as of 20:12, 9 January 2020
This is still a work in progress!! I 'm currently testing things out (Yukari)
Link Skills (リンクスキル)can help increase the overall points in your team which is vital for events. Skills are activated when the right characters are in your team and can be stacked with other skills that boost the same attribute. The card's rarity does not matter and will still trigger the skill. A maximum of three Link Skills will take effect at any given time.
The list below only contains link skills in the current version of the English server of A3!
Link Skills by Attribute
Comedy Link Skills
Identifier must not contain quote, dot or null characters
Action Link Skills
Identifier must not contain quote, dot or null characters
Drama Link Skills
Identifier must not contain quote, dot or null characters