This commit is contained in:
2026-07-07 21:08:52 +02:00
commit 4c20cfc716
2613 changed files with 318021 additions and 0 deletions

View File

@@ -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')
;

View File

@@ -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')
;

View File

@@ -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')
;

View File

@@ -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')
;

View File

@@ -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')
;

View File

@@ -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')
;

View File

@@ -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')
;

View File

@@ -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')
;

View File

@@ -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')
;

View File

@@ -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')
;