0.0.1
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
|
||||
INSERT INTO `addon_account` (name, label, shared) VALUES
|
||||
('society_mechanic', 'Mehaničar', 1)
|
||||
;
|
||||
|
||||
INSERT INTO `addon_inventory` (name, label, shared) VALUES
|
||||
('society_mechanic', 'Mehaničar', 1)
|
||||
;
|
||||
|
||||
INSERT INTO `datastore` (name, label, shared) VALUES
|
||||
('society_mechanic', 'Mehaničar', 1)
|
||||
;
|
||||
|
||||
INSERT INTO `jobs` (name, label) VALUES
|
||||
('mechanic', 'Mehaničar')
|
||||
;
|
||||
|
||||
INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
|
||||
('mechanic',0,'recrue','Šegrt',12,'{}','{}'),
|
||||
('mechanic',1,'novice','Početnik',24,'{}','{}'),
|
||||
('mechanic',2,'experimente','Iskusni Radnik',36,'{}','{}'),
|
||||
('mechanic',3,'chief','Menadžer',48,'{}','{}'),
|
||||
('mechanic',4,'boss','Šef',0,'{}','{}')
|
||||
;
|
||||
|
||||
INSERT INTO `items` (name, label, weight) VALUES
|
||||
('gazbottle', 'Gas Bottle', 2),
|
||||
('fixtool', 'Repair Tools', 2),
|
||||
('carotool', 'Tools', 2),
|
||||
('blowpipe', 'Blowtorch', 2),
|
||||
('fixkit', 'Repair Kit', 3),
|
||||
('carokit', 'Body Kit', 3)
|
||||
;
|
||||
Reference in New Issue
Block a user