Files
esx_core/localization/sv_esx_mecanojob.sql
T
2018-08-08 20:25:46 -04:00

31 lines
867 B
SQL

USE `essentialmode`;
INSERT INTO `addon_account` (name, label, shared) VALUES
('society_mecano', 'Mekaniker', 1)
;
INSERT INTO `addon_inventory` (name, label, shared) VALUES
('society_mecano', 'Mekaniker', 1)
;
INSERT INTO `jobs` (name, label) VALUES
('mecano', 'Mekaniker')
;
INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
('mecano',0,'recrue','Rekryt',12,'{}','{}'),
('mecano',1,'novice','Nyanställd',24,'{}','{}'),
('mecano',2,'experimente','Erfaren',36,'{}','{}'),
('mecano',3,'chief','Chef',48,'{}','{}'),
('mecano',4,'boss','Ägare',0,'{}','{}')
;
INSERT INTO `items` (name, label, `limit`) VALUES
('gazbottle', 'Gas Flaska', 11),
('fixtool', 'Reparationsverktyg', 6),
('carotool', 'Verktyg', 4),
('blowpipe', 'Blåslampa', 10),
('fixkit', 'Reparationssats', 5),
('carokit', 'Karosskit', 3)
;