mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
39 lines
1.3 KiB
TypeScript
39 lines
1.3 KiB
TypeScript
export const killAlias = {
|
|
'world': 'skull',
|
|
'player': 'skull',
|
|
'telefrag': 'skull',
|
|
'shotgun_pyro': 'shotgun',
|
|
'tf_projectile_pipe_remote': 'stickybomb_launcher',
|
|
'the_classic': 'classic',
|
|
'tf_projectile_arrow': 'huntsman',
|
|
'club': 'kukri',
|
|
'shotgun_primary': 'shotgun',
|
|
'shotgun_soldier': 'shotgun',
|
|
'shotgun_hwg': 'shotgun',
|
|
'pickaxe': 'escape_plan',
|
|
'tf_projectile_pipe': 'grenade_launcher',
|
|
'obj_sentrygun': 'sentrygun1',
|
|
'steel_fists': 'fists_of_steel',
|
|
'tf_projectile_rocket': 'rocket_launcher',
|
|
'obj_sentrygun3': 'sentrygun3',
|
|
'obj_sentrygun2': 'sentrygun2',
|
|
'worldspawn': 'skull',
|
|
'nonnonviolent_protest': 'conscientious_objector',
|
|
'deflect_promode': 'deflect_rocket',
|
|
'trigger_hurt': 'bleed',
|
|
'quake_rl': 'original',
|
|
'wrangler_kill': 'wrangler',
|
|
'obj_minisentry': 'minisentry',
|
|
'pistol_scout': 'pistol',
|
|
'bleed_kill': 'bleed',
|
|
'maxgun': 'lugermorph',
|
|
'rocketlauncher_directhit': 'direct_hit',
|
|
'frontier_kill': 'frontier_justice',
|
|
'robot_arm_kill': 'gunslinger',
|
|
'wrench_jag': 'jag',
|
|
'loose_cannon_explosion': 'loose_cannon',
|
|
'samrevolver': 'big_kill',
|
|
'long_heatmaker': 'huo-long_heater',
|
|
'pep_pistol': 'pistol',
|
|
'ai_flamethrower': 'flamethrower',
|
|
};
|