Skip to content

Prototype Killmail Data #842

@a-tal

Description

@a-tal

As per the announcement by CCP Seagull during the Fanfest 2018 keynote, we have been prototyping an alternative killmail system. This new system runs outside of the monolith, and does not add any additional load to battles, etc.

There is no release date for this. We would like to gather player feedback around the data.

There is an accompanying commit for this issue which contains some example killmails from the battle of 9-4. Keep in mind these are not the final models for this data.

What follows is an example, cut down version of what you can expect from the new killmail system. For full examples please see the new_killmails directory in this repository.

{
    "allies": [
        {
            "owner_id": 911710003,
            "owner_ships": [
                {
                    "ship_id": 1016139319185,
                    "ship_items": [
                        {
                            "item_activation_amount": 2240.0,
                            "item_activation_count": 9,
                            "item_target_id": 1023459972182,
                            "item_type_id": 16451
                        },
                        {
                            "item_activation_amount": 448.0,
                            "item_activation_count": 13,
                            "item_target_id": 1023459972182,
                            "item_type_id": 16447
                        }
                    ],
                    "ship_type_id": 11987
                }
            ]
        },
        {
            "owner_id": 94689960,
            "owner_ships": [
                {
                    "ship_id": 1024261282294,
                    "ship_items": [
                        {
                            "item_activation_amount": 4928.0,
                            "item_activation_count": 11,
                            "item_target_id": 1023459972182,
                            "item_type_id": 16455
                        },
                        {
                            "item_activation_amount": 238.91807038459228,
                            "item_activation_count": 2,
                            "item_target_id": 1023459972182,
                            "item_type_id": 16447
                        }
                    ],
                    "ship_type_id": 11989
                }
            ]
        }
    ],
    "enemies": [
        {
            "owner_id": 93285732,
            "owner_ships": [
                {
                    "ship_id": 1026355872766,
                    "ship_items": [
                        {
                            "item_activation_amount": 36.0,
                            "item_activation_count": 1,
                            "item_target_id": 1023459972182,
                            "item_type_id": 14158
                        },
                        {
                            "item_activation_amount": 0,
                            "item_activation_count": 0,
                            "item_target_id": 1023459972182,
                            "item_type_id": 448
                        },
                        {
                            "item_activation_amount": 0,
                            "item_activation_count": 0,
                            "item_target_id": 1023459972182,
                            "item_type_id": 527
                        },
                        {
                            "item_activation_amount": 370.7250589254084,
                            "item_activation_count": 12,
                            "item_target_id": 1023459972182,
                            "item_type_id": 3082
                        }
                    ],
                    "ship_type_id": 29988
                }
            ]
        },
        {
            "owner_id": 96150783,
            "owner_ships": [
                {
                    "ship_id": 1026443961967,
                    "ship_items": [
                        {
                            "item_activation_amount": 467.5786904365719,
                            "item_activation_count": 1,
                            "item_target_id": 1023459972182,
                            "item_type_id": 9491
                        }
                    ],
                    "ship_type_id": 17732
                }
            ]
        },
        {
            "owner_id": 765184199,
            "owner_ships": [
                {
                    "ship_id": 1025207795128,
                    "ship_items": [
                        {
                            "item_activation_amount": 175.06290818742428,
                            "item_activation_count": 12,
                            "item_target_id": 1026624606651,
                            "item_type_id": 16451
                        }
                    ],
                    "ship_type_id": 11987
                }
            ]
        },
        {
            "owner_id": 93898272,
            "owner_ships": [
                {
                    "ship_id": 1026585408585,
                    "ship_items": [
                        {
                            "item_activation_amount": 0,
                            "item_activation_count": 10,
                            "item_target_id": 1026624606651,
                            "item_type_id": 16451
                        }
                    ],
                    "ship_type_id": 11987
                }
            ]
        }
    ],
    "killer": {
        "owner_alliance_id": 99002938,
        "owner_corp_id": 98389189,
        "owner_id": 1593413364,
        "ship_id": 1026629247321,
        "ship_kill_count": 1,
        "ship_name": "T-F-I",
        "ship_skin_id": 213,
        "ship_type_id": 17732,
        "weapon_amount": 1003.8719019683282,
        "weapon_type_id": 2961
    },
    "killmail_id": "f97778b9-05ea-464a-893b-af9af581ae1c",
    "sim_timestamp": 131612146562377872,
    "solar_system_id": 30004059,
    "timestamp": "2018-01-24T00:56:08.221787Z",
    "victim": {
        "owner_alliance_id": 1354830081,
        "owner_corp_id": 98370861,
        "owner_id": 95576839,
        "ship_id": 1023459972182,
        "ship_items": [
            {
                "destroyed": false,
                "flag_id": 5,
                "singleton": false,
                "stack_size": 9,
                "type_id": 32014
            },
            {
                "destroyed": true,
                "flag_id": 30,
                "singleton": true,
                "stack_size": 1,
                "type_id": 9491
            },
            {
                "destroyed": false,
                "flag_id": 31,
                "singleton": false,
                "stack_size": 11,
                "type_id": 28332
            }
        ],
        "ship_kill_count": null,
        "ship_name": "INS Glory",
        "ship_skin_id": null,
        "ship_type_id": 17738,
        "ship_was_piloted": true
    }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions