diff --git a/resources/[freizeit]/[gym]/mz-skills/config.lua b/resources/[freizeit]/[gym]/mz-skills/config.lua index adc315104..3870319d6 100644 --- a/resources/[freizeit]/[gym]/mz-skills/config.lua +++ b/resources/[freizeit]/[gym]/mz-skills/config.lua @@ -37,76 +37,4 @@ Config.Skills = { ["Stat"] = "MP0_STRENGTH", ['icon'] = 'fas fa-dumbbell', }, - ["Searching"] = { - ["Current"] = 0, - ["RemoveAmount"] = 0, - ["Stat"] = "BINDIVE_ABILITY", - ['icon'] = 'fas fa-trash', - }, - ["Scraping"] = { - ["Current"] = 0, - ["RemoveAmount"] = 0, - ["Stat"] = "SCRAP_ABILITY", - ['icon'] = 'fas fa-screwdriver', - }, - ["Hacking"] = { - ["Current"] = 0, - ["RemoveAmount"] = 0, - ["Stat"] = "HACK_ABILITY", - ['icon'] = 'fas fa-laptop-code', - }, - ["Street Reputation"] = { - ["Current"] = 0, - ["RemoveAmount"] = 0, - ["Stat"] = "DRUGREP_ABILITY", - ['icon'] = 'fas fa-cannabis', - }, - ["Drug Manufacture"] = { - ["Current"] = 0, - ["RemoveAmount"] = 0, - ["Stat"] = "DRUGMAKE_ABILITY", - ['icon'] = 'fas fa-pills', - }, - ["Delivery Runner"] = { - ["Current"] = 0, - ["RemoveAmount"] = 0, - ["Stat"] = "RUNNER_ABILITY", - ['icon'] = 'fas fa-car', - }, - ["Hitman"] = { - ["Current"] = 0, - ["RemoveAmount"] = 0, - ["Stat"] = "HITMAN_ABILITY", - ['icon'] = 'fas fa-skull', - }, - ["Driving"] = { - ["Current"] = 0, - ["RemoveAmount"] = 0, - ["Stat"] = "DRIVER_ABILITY", - ['icon'] = 'fas fa-car-alt', - }, - ["Lumberjack"] = { - ["Current"] = 0, - ["RemoveAmount"] = 0, - ["Stat"] = "TREE_ABILITY", - ['icon'] = 'fas fa-tree', - }, - ["Heist Reputation"] = { - ["Current"] = 0, - ["RemoveAmount"] = 0, - ["Stat"] = "HEIST_ABILITY", - ['icon'] = 'fa-solid fa-user-secret', - }, - ["Diving"] = { - ["Current"] = 0, - ["RemoveAmount"] = 0, - ["Stat"] = "DIVING_ABILITY", - ['icon'] = 'fas fa-water', - }, - ["Electrical"] = { - ["Current"] = 0, - ["RemoveAmount"] = 0, - ["Stat"] = "ELECTRICAL_ABILITY", - ['icon'] = 'fas fa-bolt', - }, }