Template:Infobox consumable: Difference between revisions

Template page
Content added Content deleted
m (Added duration, hp rate, hp restored and if we can use it during fight)
mNo edit summary
Line 74: Line 74:
"type": "wiki-template-name",
"type": "wiki-template-name",
"autovalue": "{{}}",
"autovalue": "{{}}",
"required": true
},
"heals": {
"label": "Heals/sec",
"description": "How much the consumable heals per second as given on the tooltip.",
"example": "Heals 10 [[Image:health.png]] over 10 seconds.",
"autovalue": "[[Image:health.png]]",
"required": true
"required": true
},
},
Line 111: Line 104:
"example": "[https://gitlab.com/veloren/veloren/-/blob/master/assets/voxygen/voxel/sprite_manifest.ron#L458 #L458]",
"example": "[https://gitlab.com/veloren/veloren/-/blob/master/assets/voxygen/voxel/sprite_manifest.ron#L458 #L458]",
"suggested": true
"suggested": true
}
},
"hp rate": {
"aliases": [
"Heals/sec"
],
"type": "number",
"suggested": true
},
"hp duration": {
"label": "Heal duration in second, (number only)",
"description": "How long do it heals ?",
"example": "10",
"type": "number",
"suggested": true
},
"hp restored": {
"label": "Total health restored (only number)",
"description": "hp/s x duration = ???",
"example": "100",
"type": "number",
"suggested": true
},
"infight": {}
},
},
"description": "An infobox template used for all types of consumables in Veloren.",
"description": "An infobox template used for all types of consumables in Veloren.",
Line 118: Line 133:
"type",
"type",
"quality",
"quality",
"heals",
"hp rate",
"hp duration",
"hp restored",
"craftable",
"craftable",
"vox",
"vox",
"ron",
"ron",
"manifest"
"manifest",
"infight"
],
],
"format": "block"
"format": "block"

Revision as of 15:23, 4 October 2022

Infobox consumable
Statistics
Type
Quality
Heals/sec
Duration
HP restored
In fight
Craftable
Technical Information
.vox File
.ron File
Sprite Manifest


An infobox template used for all types of consumables in Veloren.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Descriptiondescription

The description of the consumable as given on the tooltip when you hover over it. Place it in " ".

Example
"Red and Juicy"
Auto value
""
Stringrequired
Typetype

The type of consumable.

Example
Basic
Auto value
Stringrequired
Qualityquality

The quality colour of the consumable.

Example
{{Common}}
Auto value
{{}}
Templaterequired
hp ratehp rate Heals/sec

no description

Numbersuggested
Heal duration in second, (number only)hp duration

How long do it heals ?

Example
10
Numbersuggested
Total health restored (only number)hp restored

hp/s x duration = ???

Example
100
Numbersuggested
Is Craftablecraftable

Is this item craftable. Yes/No

Example
Yes
Booleanrequired
.vox Filevox

The file link as linked on gitlab.com/veloren/veloren. Place the link in the [[]] and add a space after the url with the text you want to display in the infobox.

Example
[[www.veloren.net Veloren]]
Auto value
[[]]
URLsuggested
.ron Fileron

The gitlab link to the .ron file. Place the url in the [[]] with a space after the text. Then add what you want to show in the infobox.

Example
[[www.veloren.net Veloren]]
Auto value
[[]]
URLsuggested
Sprite Manifestmanifest

The link to the line in the sprite manifest.

Example
[https://gitlab.com/veloren/veloren/-/blob/master/assets/voxygen/voxel/sprite_manifest.ron#L458 #L458]
Unknownsuggested
infightinfight

no description

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