Data:PVP Deaths.tab: Difference between revisions

From Legendary Hardcore Wiki
Jump to navigation Jump to search
Created page with "{ "license": "CC0-1.0", "description": { "en": "Percentage of deaths that are player killings by month", }, "schema": { "fields": [ { "name": "month", "type": "string", "title": { "en": "Month" } }, { "name": "deaths_pct", "type": "number", "title": { "en..."
 
No edit summary
 
Line 2: Line 2:
     "license": "CC0-1.0",
     "license": "CC0-1.0",
     "description": {
     "description": {
         "en": "Percentage of deaths that are player killings by month"
         "en": "PVP related deaths by month"
     },
     },
     "schema": {
     "schema": {
         "fields": [
         "fields": [
             {
             {
                 "name": "month",
                 "name": "date",
                 "type": "string",
                 "type": "string",
                 "title": {
                 "title": {
                     "en": "Month"
                     "en": "Date"
                 }
                 }
             },
             },
             {
             {
                 "name": "deaths_pct",
                 "name": "blown_up",
                 "type": "number",
                 "type": "number",
                 "title": {
                 "title": {
                     "en": "% of deaths"
                     "en": "Blown Up"
                }
            },
            {
                "name": "maced",
                "type": "number",
                "title": {
                    "en": "Maced"
                }
            },
            {
                "name": "slain",
                "type": "number",
                "title": {
                    "en": "Slain"
                }
            },
            {
                "name": "other",
                "type": "number",
                "title": {
                    "en": "Other"
                 }
                 }
             }
             }
Line 23: Line 44:
     },
     },
     "data": [
     "data": [
        [
            "Feb 25",
            0
        ],
         [
         [
             "Mar 25",
             "Mar 25",
             8.3
             0,
            4,
            29,
            2
         ],
         ],
         [
         [
             "Apr 25",
             "Apr 25",
             5.9
             4,
            4,
            15,
            6
         ],
         ],
         [
         [
             "May 25",
             "May 25",
             8.4
            5,
             8,
            18,
            3
         ],
         ],
         [
         [
             "Jun 25",
             "Jun 25",
             4.4
            2,
             4,
            23,
            4
         ],
         ],
         [
         [
             "Jul 25",
             "Jul 25",
             5.1
             1,
            3,
            14,
            6
         ],
         ],
         [
         [
             "Aug 25",
             "Aug 25",
             8.8
             8,
            6,
            30,
            8
         ],
         ],
         [
         [
             "Sep 25",
             "Sep 25",
             10.5
             19,
            13,
            48,
            9
         ],
         ],
         [
         [
             "Oct 25",
             "Oct 25",
             9.3
            26,
             9,
            51,
            11
         ],
         ],
         [
         [
             "Nov 25",
             "Nov 25",
            31,
            14,
            43,
             12
             12
         ],
         ],
         [
         [
             "Dec 25",
             "Dec 25",
             7.6
             37,
            30,
            54,
            15
         ],
         ],
         [
         [
             "Jan 26",
             "Jan 26",
             11.9
             82,
            37,
            122,
            41
         ],
         ],
         [
         [
             "Feb 26",
             "Feb 26",
             11.5
             87,
            37,
            128,
            24
         ]
         ]
     ]
     ]
}
}

Latest revision as of 10:05, 25 February 2026

PVP related deaths by month

dateblown_upmacedslainother
stringnumbernumbernumbernumber
DateBlown UpMacedSlainOther
Mar 2504292
Apr 2544156
May 2558183
Jun 2524234
Jul 2513146
Aug 2586308
Sep 251913489
Oct 252695111
Nov 2531144312
Dec 2537305415
Jan 26823712241
Feb 26873712824

Data available under Creative Commons Zero.