Toggle menu
1.3K
1.7K
703
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

Template page
Revision as of 01:40, 24 April 2022 by Davegdragon01 (talk | contribs)
Infobox armor
File:Infobox armor.png
Statistics
Type
Quality
Craftable
Armor
Stun Resistance
Max Energy
Energy Reward
Crit Power
Stealth
Technical Information
.vox File
.ron File
Sprite Manifest

<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", "type": "string", "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": "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" ], "format": "block" } </templatedat

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