Data:PVP Deaths.tab
{
"license": "CC0-1.0",
"description": {
"en": "Percentage of deaths from player killings by month"
},
"schema": {
"fields": [
{
"name": "month",
"type": "string",
"title": {
"en": "Month"
}
},
{
"name": "pvp_deaths_pct",
"type": "number",
"title": {
"en": "% of deaths"
}
}
]
},
"data": [
["Feb 25", 0],
["Mar 25", 8.3],
["Apr 25", 5.9],
["May 25", 8.4],
["Jun 25", 4.4],
["Jul 25", 5.1],
["Aug 25", 8.8],
["Sep 25", 10.5],
["Oct 25", 9.3],
["Nov 25", 12.0],
["Dec 25", 7.6],
["Jan 26", 11.9],
["Feb 26", 11.5]
]
}