Config.damageTypes = {
['projectile'] = {
next = 'cut',
lang = 'Removing projectile...',
animationDict = 'amb_work@world_human_repair@med@oilcan@male_a@idle_b',
animation = 'idle_d',
duration = 5000
},
['cut'] = {
next = nil,
lang = 'Applying stitches...',
animationDict = 'script_re@injured_rider@dr_office',
animation = 'surgery_exit_doc',
duration = 20000
},
-- ...
['default'] = {
next = nil,
lang = 'Healing...',
animationDict = 'script_re@injured_rider@dr_office',
animation = 'surgery_exit_doc',
duration = 20000
}
}