Main/resources/[creator]/drugs_creator/sql/items_weight.sql

36 lines
1.3 KiB
MySQL
Raw Permalink Normal View History

2025-06-07 08:51:21 +02:00
/*
Only for ESX with "weight" for items
Only for ESX with "weight" for items
Only for ESX with "weight" for items
Only for ESX with "weight" for items
For QBCore check documentation
For QBCore check documentation
For QBCore check documentation
For QBCore check documentation
*/
INSERT IGNORE `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('ammonium_nitrate', 'Ammonium nitrate', 1, 0, 1),
('carbon', 'Carbon', 1, 0, 1),
('codeine', 'Codeine', 1, 0, 1),
('drink_sprite', 'Sprite', 1, 0, 1),
('drug_ecstasy', 'Ecstasy', 1, 0, 1),
('drug_lean', 'Lean', 1, 0, 1),
('drug_lsd', 'LSD', 1, 0, 1),
('drug_meth', 'Meth', 1, 0, 1),
('hydrogen', 'Hydrogen', 1, 0, 1),
('ice', 'Ice', 1, 0, 1),
('jolly_ranchers', 'Jolly Ranchers', 1, 0, 1),
('liquid_sulfur', 'Liquid Sulfur', 1, 0, 1),
('muriatic_acid', 'Muriatic Acid', 1, 0, 1),
('nitrogen', 'Nitrogen', 1, 0, 1),
('oxygen', 'Oxygen', 1, 0, 1),
('pseudoefedrine', 'Pseudoefedrine', 1, 0, 1),
('red_sulfur', 'Red Sulfur', 1, 0, 1),
('sodium_hydroxide', 'Sodium hydroxide', 1, 0, 1),
('water', 'Water', 1, 0, 1),
('cannabis', 'Cannabis', 1, 0, 1),
('green_gelato_cannabis', 'Green Gelato Cannabis', 1, 0, 1),
('opium', 'Opium', 1, 0, 1),
('cocaine', 'Cocaine', 1, 0, 1)
;