0.0.1
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
|
||||
('cannabis', 'Cannabis', 3, 0, 1),
|
||||
('marijuana', 'Marijuana', 2, 0, 1)
|
||||
;
|
||||
|
||||
INSERT INTO `licenses` (`type`, `label`) VALUES
|
||||
('weed_processing', 'Gras Herstellungserlaubnis')
|
||||
;
|
||||
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
|
||||
('cannabis', 'Cannabis', 3, 0, 1),
|
||||
('marijuana', 'Marijuana', 2, 0, 1)
|
||||
;
|
||||
|
||||
INSERT INTO `licenses` (`type`, `label`) VALUES
|
||||
('weed_processing', 'Weed Processing License')
|
||||
;
|
||||
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
|
||||
('cannabis', 'Marijuana húmeda', 3, 0, 1),
|
||||
('marijuana', 'Marijuana', 2, 0, 1)
|
||||
;
|
||||
|
||||
INSERT INTO `licenses` (`type`, `label`) VALUES
|
||||
('weed_processing', 'permiso de cultivo de Marijuana')
|
||||
;
|
||||
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
|
||||
('cannabis', 'Cannabis', 3, 0, 1),
|
||||
('marijuana', 'Marijuana', 2, 0, 1)
|
||||
;
|
||||
|
||||
INSERT INTO `licenses` (`type`, `label`) VALUES
|
||||
('weed_processing', 'Licence de traitement de cannabis')
|
||||
;
|
||||
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
|
||||
('cannabis', 'Cannabis', 3, 0, 1),
|
||||
('marijuana', 'Marihuána', 2, 0, 1)
|
||||
;
|
||||
|
||||
INSERT INTO `licenses` (`type`, `label`) VALUES
|
||||
('weed_processing', 'Fű termesztési engedély')
|
||||
;
|
||||
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
|
||||
('cannabis', 'Cannabis', 3, 0, 1),
|
||||
('marijuana', 'Marijuana', 2, 0, 1)
|
||||
;
|
||||
|
||||
INSERT INTO `licenses` (`type`, `label`) VALUES
|
||||
('weed_processing', 'Licenza Commerciale Cannabinoidi')
|
||||
;
|
||||
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
|
||||
('cannabis', 'Onvewerkte Wiet', 3, 0, 1),
|
||||
('marijuana', 'Wiet', 2, 0, 1)
|
||||
;
|
||||
|
||||
INSERT INTO `licenses` (`type`, `label`) VALUES
|
||||
('weed_processing', 'Wiet Verwerkings vergunning')
|
||||
;
|
||||
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
|
||||
('cannabis', 'Cannabis', 3, 0, 1),
|
||||
('marijuana', 'Marihuana', 2, 0, 1)
|
||||
;
|
||||
|
||||
INSERT INTO `licenses` (`type`, `label`) VALUES
|
||||
('weed_processing', 'Licenca za procesiranje trave')
|
||||
;
|
||||
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
|
||||
('cannabis', 'Kanabis', 3, 0, 1),
|
||||
('marijuana', 'Marihuana', 2, 0, 1)
|
||||
;
|
||||
|
||||
INSERT INTO `licenses` (`type`, `label`) VALUES
|
||||
('weed_processing', 'Licenca za preradu trave')
|
||||
;
|
||||
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
|
||||
('cannabis', 'Cannabis', 3, 0, 1),
|
||||
('marijuana', 'Marijuana', 2, 0, 1)
|
||||
;
|
||||
|
||||
INSERT INTO `licenses` (`type`, `label`) VALUES
|
||||
('weed_processing', 'Weed processerings licens')
|
||||
;
|
||||
Reference in New Issue
Block a user