Data:PVP Deaths.tab

From Legendary Hardcore Wiki
Revision as of 08:34, 25 February 2026 by Natonite (talk | contribs) (Created page with "{ "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"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{

   "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]
   ]

}