mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-04 02:34:13 +02:00
import analyser and migrate to solidjs, untested
This commit is contained in:
parent
95d48e48e2
commit
fff554c3d3
42 changed files with 2910 additions and 4 deletions
38
script/viewer/Analyse/Render/killAlias.ts
Normal file
38
script/viewer/Analyse/Render/killAlias.ts
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
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'
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue