Template:Shipbox/doc: Difference between revisions
Oscillator (talk | contribs) mNo edit summary |
Oscillator (talk | contribs) mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 10: | Line 10: | ||
|DamageReflection= Value% | |DamageReflection= Value% | ||
|ShieldRecharge= Value / turn | |ShieldRecharge= Value / turn | ||
| | |BS= Value | ||
|CriticalChance= Value% | |CriticalChance= Value% | ||
|CSS= Value/Value | |CSS= Value/Value | ||
| Line 36: | Line 36: | ||
|DamageReflection= 0% | |DamageReflection= 0% | ||
|ShieldRecharge= 0 / turn | |ShieldRecharge= 0 / turn | ||
| | |BS= 0 | ||
|CriticalChance= 0% | |CriticalChance= 0% | ||
|CSS= 15/15 | |CSS= 15/15 | ||
| Line 60: | Line 60: | ||
|DamageReflection= 0% | |DamageReflection= 0% | ||
|ShieldRecharge= 0 / turn | |ShieldRecharge= 0 / turn | ||
| | |BS= 0 | ||
|CriticalChance= 0 | |CriticalChance= 0 | ||
|CSS= 15/15 | |CSS= 15/15 | ||
| Line 75: | Line 75: | ||
|Threat= +1% | |Threat= +1% | ||
}} | }} | ||
<templatedata> | {{TemplateData|<templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"TR": {}, | "TR": { | ||
"Armor": {}, | "description": "Ships Target Rating", | ||
"Attack": {}, | "example": "TR= 75", | ||
"Damage": {}, | "type": "number", | ||
"DamageReflection": {}, | "required": true | ||
"ShieldRecharge": {}, | }, | ||
"CriticalChance": {}, | "Armor": { | ||
" | "description": "Ships Armor Rating", | ||
"Threat": {}, | "example": "Armor= 200", | ||
"CSS": {}, | "type": "number", | ||
"EvasionRating": {}, | "required": true | ||
"DamageReduction": {}, | }, | ||
"Defense": {}, | "Attack": { | ||
"HackRating": {}, | "description": "Ships Attack Rating", | ||
"HR": {}, | "example": "Attack= 0", | ||
"Intel": {}, | "type": "number", | ||
"Salvage": {}, | "required": true | ||
"SensorScan": {}, | }, | ||
"Shields": {}, | "Damage": { | ||
"ShieldBoost": {} | "description": "Ships Damage Rating", | ||
"example": "Damage= 5", | |||
"type": "number" | |||
}, | |||
"DamageReflection": { | |||
"description": "Ships Damage Reflection. Add %", | |||
"example": "DamageReflection= 0%", | |||
"type": "string" | |||
}, | |||
"ShieldRecharge": { | |||
"description": "Ships Shield Recharge - value / turn", | |||
"example": "ShieldRecharg= 0 / turn", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"CriticalChance": { | |||
"description": "Ships Critical Chance. Add %.", | |||
"example": "CriticalChance= 0%", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"BS": { | |||
"description": "Ships Base Speed.", | |||
"example": "BS= 0", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Threat": { | |||
"description": "Ships Threat Value, + or - and % required", | |||
"example": "Threat= +1%", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"CSS": { | |||
"description": "Ships Cargo Space / Shielded Cargo ", | |||
"example": "CSS= 15/15", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"EvasionRating": { | |||
"description": "Ships Evasion Rating", | |||
"example": "EvasionRating= 0", | |||
"type": "number" | |||
}, | |||
"DamageReduction": { | |||
"description": "Ships Damage Reduction. In %", | |||
"example": "DamageReduction= 0%", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Defense": { | |||
"description": "Ships Defense Rating", | |||
"example": "Defense= 1", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"HackRating": { | |||
"description": "Ships Hack Rating. In %", | |||
"example": "HackRating= 10%", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"HR": { | |||
"description": "Ships Heat Rating in %", | |||
"example": "HR= 10%", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Intel": { | |||
"description": "Ships Intel in %", | |||
"example": "Intel= 0%", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Salvage": { | |||
"description": "Ships Salvage Rating in %", | |||
"example": "Salvage= 0%", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"SensorScan": { | |||
"description": "Ships Sensor Scan Value", | |||
"example": "SensorScan= 3", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"Shields": { | |||
"description": "Ships Shields Rating", | |||
"example": "Shields= 200", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"ShieldBoost": { | |||
"description": "Ships Shield Boost Rating in %", | |||
"example": "ShieldBoost= 20%", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | }, | ||
"description": "This template allows you to display information for a particular ship class in an easy to read table.", | "description": "This template allows you to display information for a particular ship class in an easy to read table.", | ||
"format": "block" | "format": "block" | ||
} | } | ||
</templatedata> | </templatedata>}} | ||