Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Discord server
Recent changes
Random page
Community
Discord
Steam
Search
Search
English
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Template:Ability card v2/Card/doc
(section)
Template
Discussion
English
Read
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Languages
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Overview == ''This template is designed to be used via [[Template:Ability_card_v2]]. In cases where the ability data is not available, we can instead use this template to build the ability card more manually.'' This template allows building the ability card manually. Many arguments are templates, so refer to [[Template:Ability_card_v2/Card/MainBox]], [[Template:Ability_card_v2/Card/AltBox]] and [[Template:Ability_card_v2/Card/UpgradeBox]] for their specific documentation. === Examples === {{Ability card v2/Card | name=Some Ability | icon=Catalyst.png | range=99 | radius=99 | duration=99 | num_of_charges=99 | charge_cooldown=99 | cooldown=99 | duration=99 | info1_desc=This ability does something | info1_mainbox1= {{Template:Ability card v2/Card/MainBox | value=50 | key=DPS | type=tech_damage | icon_color=Purple }} | info1_mainbox2= {{Template:Ability card v2/Card/MainBox | value=99 | key=HealthRegen | type=healing }} | info1_altbox1= {{Template:Ability card v2/Card/AltBox | value=10 | key=BonusMoveSpeedPercent | type=move_speed }} | info1_altbox2= {{Template:Ability card v2/Card/AltBox | value=22.5 | key=FireRateBonus | type=fire_rate }} | info1_altbox3= {{Template:Ability card v2/Card/AltBox | value=100 | label=Positive Vibes }} | upgrade1= {{Template:Ability card v2/Card/UpgradeBox | cost = 1 | description = An upgrade | scale_value = 0.123 | scale_type = spirit }} | upgrade2= {{Template:Ability card v2/Card/UpgradeBox | cost = 2 | description = An upgrade | scale_value = 0.123 | scale_type = spirit }} | upgrade3= {{Template:Ability card v2/Card/UpgradeBox | cost = 5 | description = An upgrade | scale_value = 0.123 | scale_type = spirit }} }} <pre><nowiki>Eg. {{Ability card v2/Card | name=Some Ability | icon=Catalyst.png | range=99 | radius=99 | duration=99 | num_of_charges=99 | charge_cooldown=99 | cooldown=99 | duration=99 | info1_desc=This ability does something | info1_mainbox1= {{Template:Ability card v2/Card/MainBox | value=50 | key=DPS | type=tech_damage | icon_color=Purple }} | info1_mainbox2= {{Template:Ability card v2/Card/MainBox | value=99 | key=HealthRegen | type=healing }} | info1_altbox1= {{Template:Ability card v2/Card/AltBox | value=10 | key=BonusMoveSpeedPercent | type=move_speed }} | info1_altbox2= {{Template:Ability card v2/Card/AltBox | value=22.5 | key=FireRateBonus | type=fire_rate }} | info1_altbox3= {{Template:Ability card v2/Card/AltBox | value=100 | label=Positive Vibes }} | upgrade1= {{Template:Ability card v2/Card/UpgradeBox | cost = 1 | description = An upgrade | scale_value = 0.123 | scale_type = spirit }} | upgrade2= {{Template:Ability card v2/Card/UpgradeBox | cost = 2 | description = An upgrade | scale_value = 0.123 | scale_type = spirit }} | upgrade3= {{Template:Ability card v2/Card/UpgradeBox | cost = 5 | description = An upgrade | scale_value = 0.123 | scale_type = spirit }} }} </nowiki></pre> <templatedata> { "params": { "name": { "description": "Name of the ability", "type": "string", "required": true }, "icon": { "description": "Icon file name of the ability", "example": "Catalyst.png", "type": "string", "required": true }, "range": { "description": "Cast range of ability", "type": "number" }, "range_ss": { "description": "Range spirit scale multiplier", "type": "number" }, "radius": { "description": "Radius of ability's effect", "type": "number" }, "radius_ss": { "description": "Radius spirit scale multiplier", "type": "number" }, "duration": { "description": "Duration of ability's effect", "type": "number" }, "duration_ss": { "description": "Duration spirit scale multiplier", "type": "number" }, "num_of_charges": { "description": "Total number of charges", "type": "number" }, "charge_cooldown": { "example": "Cooldown of ability after a charge is used", "type": "number" }, "charge_cooldown_ss": { "description": "Charge cooldown spirit scale multiplier", "type": "number" }, "cooldown": { "description": "Cooldown of ability", "type": "number" }, "cooldown_ss": { "description": "Cooldown spirit scale multiplier", "type": "number" }, "info1_desc": { "description": "Description for Infobox #1", "type": "string" }, "info1_mainbox1": { "description": "Mainbox #1 for Infobox #1", "example": "{{Ability card v2/Card/MainBox ...}}", "type": "wiki-template-name" }, "info1_mainbox2": { "description": "Mainbox #2 for Infobox #1", "example": "{{Ability card v2/Card/MainBox ...}}", "type": "wiki-template-name" }, "info1_mainbox3": { "description": "Mainbox #3 for Infobox #1", "example": "{{Ability card v2/Card/MainBox ...}}", "type": "wiki-template-name" }, "info1_altbox1": { "description": "Altbox #1 for Infobox #1", "example": "{{Ability card v2/Card/AltBox ...}}", "type": "wiki-template-name" }, "info1_altbox2": { "description": "Altbox #2 for Infobox #1", "example": "{{Ability card v2/Card/AltBox ...}}", "type": "wiki-template-name" }, "info1_altbox3": { "description": "Altbox #3 for Infobox #1", "example": "{{Ability card v2/Card/AltBox ...}}", "type": "wiki-template-name" }, "info1_altbox4": { "description": "Altbox #4 for Infobox #1", "example": "{{Ability card v2/Card/AltBox ...}}", "type": "wiki-template-name" }, "info1_altbox5": { "description": "Altbox #5 for Infobox #1", "example": "{{Ability card v2/Card/AltBox ...}}", "type": "wiki-template-name" }, "info1_altbox6": { "description": "Altbox #6 for Infobox #1", "example": "{{Ability card v2/Card/AltBox ...}}", "type": "wiki-template-name" }, "info2_desc": { "description": "Description for Infobox #2", "type": "string" }, "info2_mainbox1": { "description": "Mainbox #1 for Infobox #2", "example": "{{Ability card v2/Card/MainBox ...}}", "type": "wiki-template-name" }, "info2_mainbox2": { "description": "Mainbox #2 for Infobox #2", "example": "{{Ability card v2/Card/MainBox ...}}", "type": "wiki-template-name" }, "info2_mainbox3": { "description": "Mainbox #3 for Infobox #2", "example": "{{Ability card v2/Card/MainBox ...}}", "type": "wiki-template-name" }, "info2_altbox1": { "description": "Altbox #1 for Infobox #2", "example": "{{Ability card v2/Card/AltBox ...}}", "type": "wiki-template-name" }, "info2_altbox2": { "description": "Altbox #2 for Infobox #2", "example": "{{Ability card v2/Card/AltBox ...}}", "type": "wiki-template-name" }, "info2_altbox3": { "description": "Altbox #3 for Infobox #2", "example": "{{Ability card v2/Card/AltBox ...}}", "type": "wiki-template-name" }, "info2_altbox4": { "description": "Altbox #4 for Infobox #2", "example": "{{Ability card v2/Card/AltBox ...}}", "type": "wiki-template-name" }, "info2_altbox5": { "description": "Altbox #5 for Infobox #2", "example": "{{Ability card v2/Card/AltBox ...}}", "type": "wiki-template-name" }, "info2_altbox6": { "description": "Altbox #6 for Infobox #2", "example": "{{Ability card v2/Card/AltBox ...}}", "type": "wiki-template-name" }, "upgrade1": { "description": "Upgrade box #1", "example": "{{Ability card v2/Card/UpgradeBox ...}}", "type": "wiki-template-name", "required": true }, "upgrade2": { "description": "Upgrade box #2", "example": "{{Ability card v2/Card/UpgradeBox ...}}", "type": "wiki-template-name", "required": true }, "upgrade3": { "description": "Upgrade box #3", "example": "{{Ability card v2/Card/UpgradeBox ...}}", "type": "wiki-template-name", "required": true }, "notes": { "description": "User-defined notes to display in the footer", "type": "string" } } } </templatedata>
Summary:
Please note that all contributions to Deadlock Wiki are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
Deadlock:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Preview page with this template
This page is a member of a hidden category:
Category:Pages using duplicate arguments in template calls