Template:Ship Infobox: Difference between revisions

fixing dps labels
No edit summary
(fixing dps labels)
Line 105: Line 105:
   <data source="cmax_drift"><label>Custom Max Drift</label></data>
   <data source="cmax_drift"><label>Custom Max Drift</label></data>
    
    
   <data source="turret_dps"><label>Total Turret DPS</label></data>
   <data source="turret_dps"><label>Average Turret DPS</label></data>
    
    
   <data source="spinal_dps"><label>Total Spinal DPS</label></data>
   <data source="spinal_dps"><label>Average Spinal DPS</label></data>


   <data source="fighter_turret_dps"><label>Total Fighter Turret DPS</label></data>
   <data source="fighter_turret_dps"><label>Total Fighter Turret DPS</label></data>
Line 356: Line 356:
},
},
"turret_dps": {
"turret_dps": {
"description": "Can be found by doing the :info command ingame.",
"type": "number",
"type": "number"
"label": "Average Turret DPS"
},
},
"spinal_dps": {
"spinal_dps": {
"description": "Leave blank if the ship does not have spinals. Can be found by doing the :info command ingame.",
"description": "Leave blank if the ship does not have spinals",
"type": "number"
"type": "number",
"label": "Average Spinal DPS"
},
},
"fighter_turret_dps": {
"fighter_turret_dps": {