Toggle menu
1.3K
1.7K
695
23.9K
Veloren Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox armor: Difference between revisions

Template page
Content added Content deleted
No edit summary
No edit summary
Line 47: Line 47:
| class="infobox-text" | {{{ron|}}}
| class="infobox-text" | {{{ron|}}}
|-
|-
| class="infobox-texttitle" | Loot Table{s)
| class="infobox-texttitle" | Sprite Manifest
| class="infobox-text" | {{{loottable|}}}
| class="infobox-text" | {{{manifest|}}}
|}</onlyinclude>
|}</onlyinclude>
[[Category:Infoboxes]][[Category:Templates]][[Category:Formatting Templates]]
[[Category:Infoboxes]][[Category:Templates]][[Category:Formatting Templates]]
<noinclude>
<templatedata>
{
"params": {
"image": {
"aliases": [
"picture",
"art"
],
"label": "Image",
"description": "Image name and the extension.",
"example": "CultistSword.png",
"type": "string",
"required": true
},
"title": {
"aliases": [
"name"
],
"label": "Title",
"description": "The equipments full name",
"example": "Magical Cultist Greatsword",
"type": "string",
"required": true
},
"type": {
"label": "Type",
"description": "The type of equipment.",
"example": "Legs (Hide)",
"type": "wiki-page-name",
"required": true
},
"quality": {
"label": "Quality",
"description": "The quality of said equipment.",
"example": "Epic",
"type": "wiki-template-name",
"default": "Common",
"required": true,
"autovalue": "{{}}"
},
"vox": {
"aliases": [
"model",
"voxel"
],
"label": "Vox",
"description": "The gitlab link to the .vox model.",
"example": "https://gitlab.com/veloren/veloren/-/blob/master/assets/voxygen/voxel/weapon/sword/cultist_purp_2h-0.vox cultist_purp_2h-0.vox",
"type": "url",
"suggested": true
},
"craftable": {
"label": "Is Craftable",
"description": "Is this item craftable.",
"example": "Yes/No",
"type": "string",
"default": "No",
"required": true
},
"ron": {
"label": ".ron File",
"description": "The Gitlab link for the glider's .ron file.",
"example": "[https://gitlab.com/veloren/veloren/-/blob/master/assets/common/items/glider/glider_snowraptor.ron glider_snowraptor.ron]",
"type": "string",
"required": true
},
"description": {
"label": "Description",
"description": "The description of the armor.",
"example": "\"This belonged to an evil cult leader.\"",
"type": "string",
"required": true
},
"manifest": {
"label": "Sprite Manifest",
"description": "The link to the line in the sprite manifest.",
"type": "string",
"suggested": true
},
"armor": {
"label": "Armor",
"description": "Amount of armor it gives.",
"example": "12.0",
"type": "number",
"required": true
},
"stunres": {
"label": "Stun Resistance ",
"description": "The stun resistance of the armor.",
"example": "10.0",
"type": "number",
"required": true
},
"maxenergy": {
"label": "Max Energy",
"description": "The amount of max energy the armor gives.",
"example": "25",
"type": "number",
"required": true
},
"energy": {
"label": "Energy Reward",
"description": "The amount of energy the armor rewards.",
"example": "10",
"type": "number",
"required": true
},
"critpower": {
"label": "Critical Power",
"description": "The crit power the armor gives.",
"example": "0.2",
"type": "number",
"required": true
},
"stealth": {
"label": "Stealth",
"description": "The amount of stealth the armor gives.",
"example": "1",
"required": true
}
},
"description": "This template will create create an infobox for a weapon in Veloren. Add information to each of the fields and the template will do the rest.",
"paramOrder": [
"image",
"title",
"description",
"type",
"quality",
"armor",
"stunres",
"maxenergy",
"energy",
"critpower",
"stealth",
"craftable",
"vox",
"ron",
"manifest"
]
}
</templatedata>
</noinclude>

Revision as of 17:28, 15 June 2021

[[Image:|class=infobox-image|180px|link=]]
Statistics
Type
Quality
Craftable
Armor
Stun Resistance
Max Energy
Energy Reward
Crit Power
Stealth
Technical Information
.vox File
.ron File
Sprite Manifest

This template will create create an infobox for a weapon in Veloren. Add information to each of the fields and the template will do the rest.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Imageimage picture art

Image name and the extension.

Example
CultistSword.png
Stringrequired
Titletitle name

The equipments full name

Example
Magical Cultist Greatsword
Stringrequired
Descriptiondescription

The description of the armor.

Example
"This belonged to an evil cult leader."
Stringrequired
Typetype

The type of equipment.

Example
Legs (Hide)
Page namerequired
Qualityquality

The quality of said equipment.

Default
Common
Example
Epic
Auto value
{{}}
Templaterequired
Armorarmor

Amount of armor it gives.

Example
12.0
Numberrequired
Stun Resistance stunres

The stun resistance of the armor.

Example
10.0
Numberrequired
Max Energymaxenergy

The amount of max energy the armor gives.

Example
25
Numberrequired
Energy Rewardenergy

The amount of energy the armor rewards.

Example
10
Numberrequired
Critical Powercritpower

The crit power the armor gives.

Example
0.2
Numberrequired
Stealthstealth

The amount of stealth the armor gives.

Example
1
Unknownrequired
Is Craftablecraftable

Is this item craftable.

Default
No
Example
Yes/No
Stringrequired
Voxvox model voxel

The gitlab link to the .vox model.

Example
https://gitlab.com/veloren/veloren/-/blob/master/assets/voxygen/voxel/weapon/sword/cultist_purp_2h-0.vox cultist_purp_2h-0.vox
URLsuggested
.ron Fileron

The Gitlab link for the glider's .ron file.

Example
[https://gitlab.com/veloren/veloren/-/blob/master/assets/common/items/glider/glider_snowraptor.ron glider_snowraptor.ron]
Stringrequired
Sprite Manifestmanifest

The link to the line in the sprite manifest.

Stringsuggested
Cookies help us deliver our services. By using our services, you agree to our use of cookies.