Template:Ability: Difference between revisions

From Dune: Awakening Community Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:
|title    = {{{name}}}
|title    = {{{name}}}
|image    = [[File:{{{image}}}|thumb]]
|image    = [[File:{{{image}}}|thumb]]
|header10 = Vehicle Basics
|header10 = Ability Basics
|label11  = Added
|label11  = Added
|data11  = {{{added}}}
|data11  = {{{added}}}
|label12  = Type
|label12  = Type
|data12  = {{{type}}}
|data12  = {{{type}}}
|label13  = Market price
|label14  = Tier
|data13  = {{{marketprice|}}}
|data14  = {{{tier|}}}
|label14  = Rarity
|data14  = {{{rarity|}}}
|label15  = Size
|data15  = {{{size}}}


|header20 = Satistics
 
|label21  = Damage
|header20 = Statistics
|data21  = {{{damage|}}}
|label21  = Effect
|label22  = Armour
|data21  = {{{Effect|}}}
|data22  = {{{armour|}}}
|label26  = Spice consumption
|label23  = Ammo
|data26  = {{{spicecon|}}}
|data23  = {{{ammo|}}}|
|label27  = Upgradability
|label24  = Fuel
|data27  = {{{upgradability|}}}
|data24  = {{{fueltype|}}}
|label25  = Shield strengh
|data25  = {{{shstrg|}}}
|label26  = Fuel consumption
|data26  = {{{fuelcons|}}}
|label27  = Modifications
|data27  = {{{mods|}}}
|label28  = Magazine size
|data28  = {{{magsize|}}}
|label29  = Reload time
|label29  = Reload time
|data29  = {{{reload|}}}
|data29  = {{{reload|}}}
|label30  = Durability
|label22 = Range
|data30  = {{{durability|}}}
|data22 = {{{range|}}}
|label31  = Crafted in
|data31  = {{{craftedin|}}}
|label32  = Materials
|data32  = {{{materials|}}}


}}
}}
Line 53: Line 36:
"added": {
"added": {
"label": "added",
"label": "added",
"description": "When was this item added?",
"description": "When was this ability added?",
"example": "Update 11 - Shai-Hulud",
"example": "Update 11 - Shai-Hulud",
"type": "string",
"type": "string",
Line 61: Line 44:
"label": "type",
"label": "type",
"description": "What type of ability is it?",
"description": "What type of ability is it?",
"example": "DPS",
"example": "Damaging",
"type": "string",
"type": "string",
"suggestedvalues": [
"suggestedvalues": [
"DPS",
"Damaging",
"Healing",
"DoT",
"Passive",
"Utility/Support",
"Support/Utility"
"Healing"
],
],
"required": true
"required": true
},
"Cooldown": {
"label": "Cooldown",
"description": "How long does it take to be used again?",
"example": "5s",
"type": "string",
"suggested": true
},
"Spice consumption": {
"label": "spiceconsomption",
"description": "Spice consumption(if any)",
"example": "x",
"type": "string",
"suggested": true
},
},
"Tier": {
"Tier": {
"label": "rarity",
"label": "Tier",
"description": "What Tier is this ability(in skill tree)(ascending)",
"description": "What tier is the ability(ascending)?",
"example": "1",
"example": "1",
"type": "string",
"type": "number",
"suggestedvalues": [
"suggestedvalues": [
"1",
"1",
Line 95: Line 64:
"3",
"3",
"4",
"4",
"5"
"5",
"6"
],
],
"suggested": true
"suggested": true
Line 102: Line 72:
"label": "Effect",
"label": "Effect",
"description": "What does it do?",
"description": "What does it do?",
"example": "80 damage ",
"example": "Scan range for enemies",
"type": "string",
"type": "string",
"suggestedvalues": [
"(description of ability)"
],
"suggested": true
"suggested": true
},
},
"Upgradability": {
"spicecon": {
"label": "Upgradeable:",
"label": "SpiceConsumption",
"description": "How much spice does it consume(if any)?",
"example": "3lbs",
"type": "string",
"suggested": true
},
"upgradability": {
"label": "Upgradability",
"description": "Can the ability be upgraded?",
"description": "Can the ability be upgraded?",
"example": "Yes",
"example": "Yes",
"type": "string",
"suggested": true
},
"reload": {
"label": "Cooldown Time",
"description": "How long does it take to cooldown(if any)?",
"example": "1m",
"type": "string",
"type": "string",
"suggestedvalues": [
"suggestedvalues": [
"yes",
"5s",
"no"
"0s"
],
],
"suggested": true
},
"range": {
"label": "Ability Range",
"description": "How far can the ability reach?",
"example": "30ft",
"type": "string",
"suggested": true
"suggested": true
}
}
},
},
"description": "Infobox for displaying Item data",
"description": "Infobox for displaying ability data",
"format": "block",
"format": "block"
"paramOrder": [
"name",
"image",
"added",
"type",
"Tier",
"Effect",
"Spice consumption",
"Cooldown",
"Upgradability"
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 19:35, 22 March 2024

{{{name}}}
[[File:{{{image}}}|thumb]]
Ability Basics
Added{{{added}}}
Type{{{type}}}
Statistics


Infobox for displaying ability data

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
namename

no description

Unknownoptional
imageimage

no description

Filesuggested
addedadded

When was this ability added?

Example
Update 11 - Shai-Hulud
Stringsuggested
typetype

What type of ability is it?

Suggested values
Damaging DoT Utility/Support Healing
Example
Damaging
Stringrequired
TierTier

What tier is the ability(ascending)?

Suggested values
1 2 3 4 5 6
Example
1
Numbersuggested
EffectEffect

What does it do?

Suggested values
(description of ability)
Example
Scan range for enemies
Stringsuggested
SpiceConsumptionspicecon

How much spice does it consume(if any)?

Example
3lbs
Stringsuggested
Upgradabilityupgradability

Can the ability be upgraded?

Example
Yes
Stringsuggested
Cooldown Timereload

How long does it take to cooldown(if any)?

Suggested values
5s 0s
Example
1m
Stringsuggested
Ability Rangerange

How far can the ability reach?

Example
30ft
Stringsuggested