Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

This template defines the table "weapons". View table. Weapon infobox, implemented in Module:Infobox and stored in the Cargo table weapons.

See /Skills for the automatic Skill linking part of the template.
See /Resource for the automatic resource node linking part of the template.

Example usage:

{{WeaponInfobox
| title = Copper Sword
| image =
| description = An all-round weapon that deals slash damage and has a greater effect on vegetation and thickets.
| structure = Crafting
| weapon_type = Sword
| gear_level = 9
| physical_power = 8.5
| stats = +25% Physical Damage to Vegetation
| durability = 1085
| salvageable = 12 [[Copper Ingot]]<br/>9 [[Plank]]
}}

<templatedata> { "params": { "weapon_type": {"suggested": true, "type": "string"}, "gear_level": {"suggested": true}, "physical_power": {"type": "number", "required": true, "suggested": true}, "durability": {"type": "number", "required": true, "suggested": true}, "stats": {"type": "string", "suggested": true}, "title": {"suggested": false}, "image": {"suggested": false}, "description": {"suggested": true}, "structure": {"type": "wiki-page-name", "suggested": true}, "salvageable": {"type": "wiki-page-name", "suggested": true} }, "sets": [], "paramOrder": ["title", "image", "description", "structure", "weapon_type", "gear_level", "physical_power", "stats", "durability", "salvageable"] } </templatedata>