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

Template:Infobox/Weapon/doc: Difference between revisions

Template page
Content added Content deleted
No edit summary
No edit summary
Line 15: Line 15:
| Reload Time =
| Reload Time =
| Fire Rate =
| Fire Rate =
| Variants =
| Buy Cost =
| Buy Cost =
| Sell Cost =
| Sell Cost =
Line 26: Line 27:
"params":{
"params":{
"Image":{
"Image":{
"type": "wiki-file-name"
"type":"wiki-file-name"
},
},
"Type":{
"Type":{
"type": "string",
"type":"string",
"description": "What type of weapon is this?",
"description":"What type of weapon is this?",
"example": "Assault Rifle / AK / Shotgun",
"example":"Assault Rifle / AK / Shotgun",
"required": true
"required":true
},
},
"Weight":{
"Weight":{
"type": "string",
"type":"string",
"required": true,
"required":true,
"description": "The weight stated on the weapon stats in kg."
"description":"The weight stated on the weapon stats in kg."
},
},
"Manufacturer":{
"Manufacturer":{
"type": "string",
"type":"string",
"required": true,
"required":true,
"description": "The company to makes the weapon stated on the weapon stats."
"description":"The company to makes the weapon stated on the weapon stats."
},
},
"Fuse Delay":{
"Fuse Delay":{
"type": "string",
"type":"string",
"description": "How long it takes for the weapon to explode after being thrown."
"description":"How long it takes for the weapon to explode after being thrown."
},
},
"Effective Radius":{
"Effective Radius":{
"type": "string",
"type":"string",
"description": "How far the grenade can damage from the center of the explosion."
"description":"How far the grenade can damage from the center of the explosion."
},
},
"Fragments":{
"Fragments":{
"type": "string",
"type":"string",
"description": "The number of fragments the grenade will split into when it explodes."
"description":"The number of fragments the grenade will split into when it explodes."
},
},
"Burning Time":{
"Burning Time":{
"type": "string",
"type":"string",
"description": "The time a smoke grenade will last when thrown."
"description":"The time a smoke grenade will last when thrown."
},
},
"Accuracy":{
"Accuracy":{
"type": "string",
"type":"string",
"required": true,
"required":true,
"description": "The MOA of the weapon stated on the weapon stats."
"description":"The MOA of the weapon stated on the weapon stats."
},
},
"Recoil Drain":{
"Recoil Drain":{
"type": "string",
"type":"string",
"required": true,
"required":true,
"description": "The parentage increase/decrease in Recoil Drain stated on the weapon stats."
"description":"The parentage increase/decrease in Recoil Drain stated on the weapon stats."
},
},
"Arm Stamina Drain":{
"Arm Stamina Drain":{
"type": "string",
"type":"string",
"required": true,
"required":true,
"description": "The parentage increase/decrease in Arm Stamina Drain stated on the weapon stats."
"description":"The parentage increase/decrease in Arm Stamina Drain stated on the weapon stats."
},
},
"Weapon Handling":{
"Weapon Handling":{
"type": "string",
"type":"string",
"required": true,
"required":true,
"description": "The parentage increase/decrease in handling stated on the weapon stats."
"description":"The parentage increase/decrease in handling stated on the weapon stats."
},
},
"Reload Time":{
"Reload Time":{
"type": "string",
"type":"string",
"required": true,
"required":true,
"description": "The reload time stated on the weapon stats."
"description":"The reload time stated on the weapon stats."
},
},
"Fire Rate":{
"Fire Rate":{
"type": "string",
"type":"string",
"required": true,
"required":true,
"description": "The rate at which the gun cycles a bullet stated on the weapon stats."
"description":"The rate at which the gun cycles a bullet stated on the weapon stats."
},
"Variants":{
"type":"string",
"description":"What other types of this wearable is there."
},
},
"Buy Cost":{
"Buy Cost":{
"type": "string",
"type":"string",
"required": true,
"required":true,
"description": "The cost to buy at the Trader."
"description":"The cost to buy at the Trader."
},
},
"Sell Cost":{
"Sell Cost":{
"type": "string",
"type":"string",
"required": true,
"required":true,
"description": "The cost to sell weapon at the Trader."
"description":"The cost to sell weapon at the Trader."
},
},
"Trader":{
"Trader":{
"type": "string",
"type":"string",
"required": true,
"required":true,
"description": "Name of the Vendor sold the item.",
"description":"Name of the Vendor sold the item.",
"example": "Gunny"
"example":"Gunny"
}
}
},
},
"description": "A Templated used in the creation of Weapons",
"description":"A Templated used in the creation of Weapons",
"format": "block",
"format":"block",
"paramOrder": [
"paramOrder":[
"Image",
"Image",
"Type",
"Type",
Line 124: Line 129:
"Reload Time",
"Reload Time",
"Fire Rate",
"Fire Rate",
"Variants",
"Buy Cost",
"Buy Cost",
"Sell Cost",
"Sell Cost",

Revision as of 01:28, 11 May 2024

Usage

{{Infobox Weapon
| Image =
| Type = 
| Weight = 
| Manufacturer =
| Fuse Delay =
| Effective Radius =
| Fragments =
| Burning Time =
| Accuracy =
| Recoil Drain =
| Arm Stamina Drain =
| Weapon Handling =
| Reload Time =
| Fire Rate =
| Variants = 
| Buy Cost =
| Sell Cost =
| Trader = (Name)
| Related =
}}

Template Data

A Templated used in the creation of Weapons

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
ImageImage

no description

Fileoptional
TypeType

What type of weapon is this?

Example
Assault Rifle / AK / Shotgun
Stringrequired
WeightWeight

The weight stated on the weapon stats in kg.

Stringrequired
ManufacturerManufacturer

The company to makes the weapon stated on the weapon stats.

Stringrequired
Fuse DelayFuse Delay

How long it takes for the weapon to explode after being thrown.

Stringoptional
Effective RadiusEffective Radius

How far the grenade can damage from the center of the explosion.

Stringoptional
FragmentsFragments

The number of fragments the grenade will split into when it explodes.

Stringoptional
Burning TimeBurning Time

The time a smoke grenade will last when thrown.

Stringoptional
AccuracyAccuracy

The MOA of the weapon stated on the weapon stats.

Stringrequired
Recoil DrainRecoil Drain

The parentage increase/decrease in Recoil Drain stated on the weapon stats.

Stringrequired
Arm Stamina DrainArm Stamina Drain

The parentage increase/decrease in Arm Stamina Drain stated on the weapon stats.

Stringrequired
Weapon HandlingWeapon Handling

The parentage increase/decrease in handling stated on the weapon stats.

Stringrequired
Reload TimeReload Time

The reload time stated on the weapon stats.

Stringrequired
Fire RateFire Rate

The rate at which the gun cycles a bullet stated on the weapon stats.

Stringrequired
VariantsVariants

What other types of this wearable is there.

Stringoptional
Buy CostBuy Cost

The cost to buy at the Trader.

Stringrequired
Sell CostSell Cost

The cost to sell weapon at the Trader.

Stringrequired
TraderTrader

Name of the Vendor sold the item.

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