problem import sql

venyn29's profile image venyn29 posted 3 weeks ago in Import/Export Permalink

i have this error trying to import this sql / SQL Error (1064): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'SET @OLD_TIME_ZONE=@@TIME_ZONE /' at line 1666 */

`-- -------------------------------------------------------- -- Host: 127.0.0.1 -- Server version: 10.4.32-MariaDB - mariadb.org binary distribution -- Server OS: Win64 -- HeidiSQL Version: 12.8.0.6908


/!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT /; /!40101 SET NAMES utf8 /; /!50503 SET NAMES utf8mb4 /; /!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE /; /!40103 SET TIME_ZONE='+00:00' /; /!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 /; /!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' /; /!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 /;

-- Dumping database structure for vorpcore_991064 CREATE DATABASE IF NOT EXISTS vorpcore_991064 /!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci /; USE vorpcore_991064;

-- Dumping structure for table vorpcore_991064.items CREATE TABLE IF NOT EXISTS items ( item varchar(50) NOT NULL, label varchar(50) NOT NULL, limit int(11) NOT NULL DEFAULT 1, can_remove tinyint(1) NOT NULL DEFAULT 1, type varchar(50) DEFAULT NULL, usable tinyint(1) DEFAULT NULL, id int(11) NOT NULL AUTO_INCREMENT, groupId int(10) unsigned NOT NULL DEFAULT 1 COMMENT 'Item Group ID for Filtering', metadata longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT '{}', desc varchar(5550) NOT NULL DEFAULT 'nice item', weight decimal(20,2) NOT NULL DEFAULT 0.25, PRIMARY KEY (item) USING BTREE, UNIQUE KEY id (id) USING BTREE, KEY FK_items_item_group (groupId) USING BTREE, CONSTRAINT FK_items_item_group FOREIGN KEY (groupId) REFERENCES item_group (id) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT metadata CHECK (json_valid(metadata)) ) ENGINE=InnoDB AUTO_INCREMENT=6016 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- Dumping data for table vorpcore_991064.items: ~1,674 rows (approximately) DELETE FROM items; INSERT INTO items (item, label, limit, can_remove, type, usable, id, groupId, metadata, desc, weight) VALUES ('0', 'o', 1, 1, 'item_standard', 1, 5118, 1, '{}', 'nice item', 0.25), ('acid', 'Acid', 10, 1, 'item_standard', 1, 1, 1, '{}', 'A corrosive substance used for various purposes.', 0.25), ('Agarita', 'Agarita', 10, 1, 'item_standard', 1, 2, 1, '{}', 'A flowering plant found in the wild, known for its medicinal properties.', 0.25), ('Agarita_Seed', 'Agarita Seed', 10, 1, 'item_standard', 1, 3, 1, '{}', 'A seed that can be planted to grow Agarita plants.', 0.25), ('Alaskan_Ginseng', 'Alaskan Ginseng', 10, 1, 'item_standard', 1, 4, 1, '{}', 'A type of ginseng native to the Alaskan region, prized for its healing properties.', 0.25), ('Alaskan_Ginseng_Seed', 'Alaskan Ginseng Seed', 10, 1, 'item_standard', 1, 5, 1, '{}', 'A seed that can be planted to grow Alaskan Ginseng.', 0.25), ('alcohol', 'Alcohol', 10, 1, 'item_standard', 1, 6, 1, '{}', 'An intoxicating beverage consumed for recreational purposes.', 0.25), ('aligatormeat', 'Alligator Meat', 20, 1, 'item_standard', 1, 7, 1, '{}', 'Raw meat obtained from hunting alligators, suitable for cooking.', 0.25), ('aligators', 'Alligator Pelt', 20, 1, 'item_standard', 1, 8, 1, '{}', 'The skin of an alligator, commonly used for crafting and trading.', 0.25), ('aligatorto', 'Alligator Tooth', 20, 1, 'item_standard', 1, 9, 1, '{}', 'A tooth extracted from an alligator, sometimes used for decorative purposes.', 0.25), ('American_Ginseng', 'Ginseng', 100, 1, 'item_standard', 1, 10, 1, '{}', 'A species of ginseng native to North America, valued for its medicinal properties.', 0.25), ('American_Ginseng_Seed', 'Seminte ginseng', 100, 1, 'item_standard', 1, 11, 1, '{}', 'A seed that can be planted to grow American Ginseng.', 0.25), ('ammoarrowdynamite', 'Sageti cu Explozibil', 10, 1, 'item_standard', 1, 13, 1, '{}', 'An explosive arrow designed to cause significant damage upon impact.', 0.25), ('ammoarrowfire', 'Sageti cu Foc', 10, 1, 'item_standard', 1, 14, 1, '{}', 'An arrow equipped with a flaming tip, capable of setting targets on fire.', 0.25), ('ammoarrowimproved', 'Sageti Imbunatatite', 10, 1, 'item_standard', 1, 15, 1, '{}', 'An upgraded arrow with improved accuracy and damage.', 0.25), ('ammoarrownormal', 'Sageti Normale', 10, 1, 'item_standard', 1, 12, 1, '{}', 'A standard arrow used with bows for hunting and combat.', 0.25), ('ammoarrowpoison', 'Sageti Otravite', 10, 1, 'item_standard', 1, 16, 1, '{}', 'An arrow coated with a poisonous substance, capable of inflicting additional damage over time.', 0.25), ('ammoarrowsmallgame', 'Arrow Small Game', 10, 1, 'item_standard', 1, 17, 1, '{}', 'A specialized arrow designed for hunting small game without damaging their pelts.', 0.25), ('ammobola', 'ammobola', 20, 1, 'item_standard', 1, 2081, 1, '{}', 'nice item', 0.25), ('ammobolahawk', 'Bola Ammo Hawk', 10, 1, 'item_standard', 1, 18, 1, '{}', 'A projectile consisting of weights attached to ropes, used to immobilize targets.', 0.25), ('ammobolainterwired', 'Bola Ammo Interwired', 10, 1, 'item_standard', 1, 19, 1, '{}', 'A reinforced bola ammunition with interwoven materials, providing enhanced durability.', 0.25), ('ammobolaironspiked', 'Bola Ammo Ironspiked', 10, 1, 'item_standard', 1, 20, 1, '{}', 'A bola ammunition featuring iron spikes, inflicting additional damage to immobilized targets.', 0.25), ('ammobolla', 'Bolla Ammo', 10, 1, 'item_standard', 1, 21, 1, '{}', 'A weighted throwing weapon used to ensnare and immobilize targets.', 0.25), ('ammodynamite', 'Dynamite Ammo', 10, 1, 'item_standard', 1, 22, 1, '{}', 'An explosive device with a short fuse, capable of causing significant damage.', 0.25), ('ammoelephant', 'Elephant Rifle Ammo', 10, 1, 'item_standard', 1, 23, 1, '{}', 'Ammunition specifically designed for powerful elephant rifles, providing superior stopping power.', 0.25), ('ammoknives', 'Knives Ammo', 10, 1, 'item_standard', 1, 24, 1, '{}', 'Ammunition for a throwing knife, used as a versatile and silent weapon.', 0.25), ('ammomolotov', 'Molotov Ammo', 10, 1, 'item_standard', 1, 25, 1, '{}', 'A glass bottle filled with flammable liquid, designed to burst into flames upon impact.', 0.25), ('ammopistolexplosive', 'Pistol Ammo Explosive', 10, 1, 'item_standard', 1, 26, 1, '{}', 'Ammunition for a pistol with explosive properties, causing significant damage upon impact.', 0.25), ('ammopistolexpress', 'Pistol Ammo Express', 10, 1, 'item_standard', 1, 27, 1, '{}', 'High-velocity ammunition specifically designed for pistols, providing increased range and damage.', 0.25), ('ammopistolnormal', 'Pistol Ammo Normal', 10, 1, 'item_standard', 1, 28, 1, '{}', 'Standard ammunition used with pistols for self-defense and combat.', 0.25), ('ammopistolsplitpoint', 'Pistol Ammo Splitpoint', 10, 1, 'item_standard', 1, 29, 1, '{}', 'Ammunition with a split point tip, designed to cause more damage and improve accuracy.', 0.25), ('ammopistolvelocity', 'Pistol Ammo Velocity', 10, 1, 'item_standard', 1, 30, 1, '{}', 'Ammunition designed to enhance the velocity and accuracy of pistol shots.', 0.25), ('ammopoisonbottle', 'Poison Bottle Ammo', 10, 1, 'item_standard', 1, 31, 1, '{}', 'A glass bottle filled with a poisonous substance, used to coat weapons and inflict additional damage.', 0.25), ('ammorepeaterexplosive', 'Repeater Ammo Explosive', 10, 1, 'item_standard', 1, 32, 1, '{}', 'Ammunition for a repeater rifle with explosive properties, causing significant damage upon impact.', 0.25), ('ammorepeaterexpress', 'Repeater Ammo Express', 10, 1, 'item_standard', 1, 33, 1, '{}', 'High-velocity ammunition specifically designed for repeater rifles, providing increased range and damage.', 0.25), ('ammorepeaternormal', 'Repeater Ammo Normal', 10, 1, 'item_standard', 1, 34, 1, '{}', 'Standard ammunition used with repeater rifles for self-defense and combat.', 0.25), ('ammorepeatersplitpoint', 'Repeater Ammo Splitpoint', 10, 1, 'item_standard', 1, 35, 1, '{}', 'Ammunition with a split point tip, designed to cause more damage and improve accuracy when used with repeater rifles.', 0.25), ('ammorepeatervelocity', 'Repeater Ammo Velocity', 10, 1, 'item_standard', 1, 36, 1, '{}', 'Ammunition designed to enhance the velocity and accuracy of repeater rifle shots.', 0.25), ('ammorevolverexplosive', 'Revolver Ammo Explosive', 10, 1, 'item_standard', 1, 37, 1, '{}', 'Ammunition for a revolver with explosive properties, causing significant damage upon impact.', 0.25), ('ammorevolverexpress', 'Revolver Ammo Express', 10, 1, 'item_standard', 1, 38, 1, '{}', 'High-velocity ammunition specifically designed for revolvers, providing increased range and damage.', 0.25), ('ammorevolvernormal', 'Revolver Ammo Normal', 10, 1, 'item_standard', 1, 39, 1, '{}', 'Standard ammunition used with revolvers for self-defense and combat.', 0.25), ('ammorevolversplitpoint', 'Revolver Ammo Splitpoint', 10, 1, 'item_standard', 1, 40, 1, '{}', 'Ammunition with a split point tip, designed to cause more damage and improve accuracy when used with revolvers.', 0.25), ('ammorevolvervelocity', 'Revolver Ammo Velocity', 10, 1, 'item_standard', 1, 41, 1, '{}', 'Ammunition designed to enhance the velocity and accuracy of revolver shots.', 0.25), ('ammorifleexplosive', 'Rifle Ammo Explosive', 10, 1, 'item_standard', 1, 42, 1, '{}', 'Ammunition for a rifle with explosive properties, causing significant damage upon impact.', 0.25), ('ammorifleexpress', 'Rifle Ammo Express', 10, 1, 'item_standard', 1, 43, 1, '{}', 'High-velocity ammunition specifically designed for rifles, providing increased range and damage.', 0.25), ('ammoriflenormal', 'Rifle Ammo Normal', 10, 1, 'item_standard', 1, 44, 1, '{}', 'Standard ammunition used with rifles for self-defense and combat.', 0.25), ('ammoriflesplitpoint', 'Rifle Ammo Splitpoint', 10, 1, 'item_standard', 1, 45, 1, '{}', 'Ammunition with a split point tip, designed to cause more damage and improve accuracy when used with rifles.', 0.25), ('ammoriflevelocity', 'Rifle Ammo Velocity', 10, 1, 'item_standard', 1, 46, 1, '{}', 'Ammunition designed to enhance the velocity and accuracy of rifle shots.', 0.25), ('ammoshotgunexplosive', 'Shotgun Ammo Explosive', 10, 1, 'item_standard', 1, 47, 1, '{}', 'Ammunition for a shotgun with explosive properties, causing significant damage upon impact.', 0.25), ('ammoshotgunincendiary', 'Shotgun Ammo Incendiary', 10, 1, 'item_standard', 1, 48, 1, '{}', 'Ammunition designed to ignite targets, causing them to burst into flames.', 0.25), ('ammoshotgunnormal', 'Shotgun Ammo Normal', 10, 1, 'item_standard', 1, 49, 1, '{}', 'Standard ammunition used with shotguns for self-defense and combat.', 0.25), ('ammoshotgunslug', 'Shotgun Ammo Slug', 10, 1, 'item_standard', 1, 50, 1, '{}', 'Ammunition with a single solid projectile, offering increased accuracy and range for shotguns.', 0.25), ('ammotomahawk', 'Tomahawk Ammo', 10, 1, 'item_standard', 1, 51, 1, '{}', 'Ammo used for Tomahawk throwing weapons', 0.25), ('ammovarmint', 'Varmint Ammo', 10, 1, 'item_standard', 1, 52, 1, '{}', 'Ammo used for Varmint rifles', 0.25), ('ammovarminttranq', 'Varmint Tranquilizer Ammo', 10, 1, 'item_standard', 1, 53, 1, '{}', 'Ammo used for tranquilizing animals with Varmint rifles', 0.25), ('ammovoldynamite', 'Volatile Dynamite Ammo', 10, 1, 'item_standard', 1, 54, 1, '{}', 'Ammo used for crafting Volatile Dynamite', 0.25), ('ammovolmolotov', 'Volatile Molotov Ammo', 10, 1, 'item_standard', 1, 55, 1, '{}', 'Ammo used for crafting Volatile Molotovs', 0.25), ('animal_crawfish', 'Crawfish', 10, 1, 'item_standard', 1, 2000, 1, '{}', 'Nice item', 0.25), ('antibiotics', 'Antibiotice', 10, 1, 'item_standard', 1, 2017, 1, '{}', 'Nice item', 0.25), ('antipoison', 'Antiotrava', 20, 1, 'item_standard', 1, 56, 1, '{}', 'A medicine used to counteract the effects of poison', 0.25), ('antipoison2', 'Anti Snake Poison', 20, 1, 'item_standard', 1, 57, 1, '{}', 'A poison used to fend off snakes', 0.25), ('apple', 'Mar', 20, 1, 'item_standard', 1, 58, 1, '{}', 'A juicy and delicious fruit', 0.25), ('applebarrel', 'Apple Barrel', 20, 1, 'item_standard', 1, 59, 1, '{}', 'A barrel filled with fresh apples', 0.25), ('applebasket', 'Apple Basket', 20, 1, 'item_standard', 1, 60, 1, '{}', 'A basket filled with fresh apples', 0.25), ('appleCrumbMash', 'Minty Berry Mash', 10, 1, 'item_standard', 1, 61, 1, '{}', 'A mashed mixture of mint and berries used for crafting Moonshine', 0.25), ('appleCrumbMoonshine', 'Minty Berry Moonshine', 10, 1, 'item_standard', 1, 62, 1, '{}', 'A strong alcoholic beverage made from mint and berries', 0.25), ('appleseeds', 'Seminte mere', 100, 1, 'item_standard', 1, 3000, 1, '{}', 'Lean meat obtained from deer.', 0.25), ('apple_barrel', 'Apple Barrel', 20, 1, 'item_standard', 1, 63, 1, '{}', 'A barrel filled with fresh apples', 0.25), ('apple_basket', 'Apple Basket', 20, 1, 'item_standard', 1, 64, 1, '{}', 'A basket filled with fresh apples', 0.25), ('Apple_Seed', 'Seminte mere', 100, 1, 'item_standard', 1, 65, 1, '{}', 'A seed used for growing apple trees', 0.25), ('archivesbook', 'Carte Arhiva', 10, 1, 'item_standard', 1, 2032, 1, '{}', 'nice item', 0.25), ('armadilloc', 'Armadillo Claws', 20, 1, 'item_standard', 1, 66, 1, '{}', 'Sharp claws harvested from an Armadillo', 0.25), ('armadillos', 'Armadillo Pelt', 20, 1, 'item_standard', 1, 67, 1, '{}', 'A pelt taken from an Armadillo', 0.25), ('asnakes', 'Copperhead Snake pelt', 20, 1, 'item_standard', 1, 68, 1, '{}', 'A valuable pelt from a Copperhead Snake.', 0.25), ('a_c_fishbluegil_01_ms', 'Medium Bluegil', 10, 1, 'item_standard', 0, 69, 1, '{}', 'A medium-sized Bluegil fish.', 0.25), ('a_c_fishbluegil_01_sm', 'Small Bluegil', 5, 1, 'item_standard', 0, 70, 1, '{}', 'A small Bluegil fish.', 0.25), ('a_c_fishbullheadcat_01_ms', 'Medium Bullhead', 10, 1, 'item_standard', 0, 71, 1, '{}', 'A medium-sized Bullhead fish.', 0.25), ('a_c_fishbullheadcat_01_sm', 'Small Bullhead', 5, 1, 'item_standard', 0, 72, 1, '{}', 'A small Bullhead fish.', 0.25), ('a_c_fishchainpickerel_01_ms', 'Medium Pickerel', 10, 1, 'item_standard', 0, 73, 1, '{}', 'A medium-sized Pickerel fish.', 0.25), ('a_c_fishchainpickerel_01_sm', 'Small Pickerel', 5, 1, 'item_standard', 0, 74, 1, '{}', 'A small Pickerel fish.', 0.25), ('a_c_fishlargemouthbass_01_ms', 'Largemouth Bass', 10, 1, 'item_standard', 0, 75, 1, '{}', 'A large Largemouth Bass fish.', 0.25), ('a_c_fishperch_01_ms', 'Medium Perch', 10, 1, 'item_standard', 0, 76, 1, '{}', 'A medium-sized Perch fish.', 0.25), ('a_c_fishperch_01_sm', 'Small Perch', 5, 1, 'item_standard', 0, 77, 1, '{}', 'A small Perch fish.', 0.25), ('a_c_fishrainbowtrout_01_ms', 'Rainbow Trout', 10, 1, 'item_standard', 0, 78, 1, '{}', 'A Rainbow Trout fish.', 0.25), ('a_c_fishredfinpickerel_01_ms', 'Medium Redfin Pickerel', 10, 1, 'item_standard', 0, 79, 1, '{}', 'A medium-sized Redfin Pickerel fish.', 0.25), ('a_c_fishredfinpickerel_01_sm', 'Small Redfin Pickerel', 5, 1, 'item_standard', 0, 80, 1, '{}', 'A small Redfin Pickerel fish.', 0.25), ('a_c_fishrockbass_01_ms', 'Medium Rockbass', 10, 1, 'item_standard', 0, 81, 1, '{}', 'A medium-sized Rockbass fish.', 0.25), ('a_c_fishrockbass_01_sm', 'Small Rockbass', 5, 1, 'item_standard', 0, 82, 1, '{}', 'A small Rockbass fish.', 0.25), ('a_c_fishsalmonsockeye_01_ms', 'Sockeye Salmon', 10, 1, 'item_standard', 0, 83, 1, '{}', 'A Sockeye Salmon fish.', 0.25), ('a_c_fishsmallmouthbass_01_ms', 'Smallmouth Bass', 10, 1, 'item_standard', 0, 84, 1, '{}', 'A small and tasty bass fish.', 0.25), ('bacon', 'Bacon', 10, 1, 'item_standard', 1, 731, 1, '{}', 'Bacon what else do you need to know?', 0.25), ('badge', 'Insigna', 20, 1, 'item_standard', 1, 2080, 1, '{}', 'Insigna politist', 0.25), ('badgers', 'Badger skin', 20, 1, 'item_standard', 1, 85, 1, '{}', 'Skin obtained from a badger.', 0.25), ('bait', 'Bait', 20, 1, 'item_standard', 1, 86, 1, '{}', 'Used as bait to attract fish while fishing.', 0.25), ('banana', 'Banana', 20, 1, 'item_standard', 1, 87, 1, '{}', 'A delicious and nutritious tropical fruit.', 0.25), ('bandage', 'Bandaje', 20, 1, 'item_standard', 1, 88, 1, '{}', 'A medical item used to dress wounds.', 0.25), ('barrel', 'Barrel', 5, 1, 'item_standard', 1, 89, 1, '{}', 'A container made of wood or metal used for storing or transporting goods.', 0.25), ('bat_c', 'Bat', 20, 1, 'item_standard', 1, 90, 1, '{}', 'A flying mammal known for its nocturnal habits.', 0.25), ('Bay_Bolete', 'Bay Bolete', 10, 1, 'item_standard', 1, 91, 1, '{}', 'An edible mushroom with a brown cap and yellow pores.', 0.25), ('Bay_Bolete_Seed', 'Bay Bolete Seed', 10, 1, 'item_standard', 1, 92, 1, '{}', 'A seed that can be planted to grow Bay Bolete mushrooms.', 0.25), ('bbears', 'Black Bear skin', 20, 1, 'item_standard', 1, 93, 1, '{}', 'Skin obtained from a black bear.', 0.25), ('bbirdb', 'Cormorant beak', 20, 1, 'item_standard', 1, 94, 1, '{}', 'Beak obtained from a cormorant bird.', 0.25), ('bbirdf', 'Cormorant feather', 20, 1, 'item_standard', 1, 95, 1, '{}', 'Feather obtained from a cormorant bird.', 0.25), ('bcandle', 'Bottle Candle', 20, 1, 'item_standard', 1, 96, 1, '{}', 'A candle made from a glass bottle.', 0.25), ('bearbench', 'Bear Bench', 20, 1, 'item_standard', 1, 97, 1, '{}', 'A bench made from the hide and bones of a bear.', 0.25), ('bearc', 'Bear claws', 20, 1, 'item_standard', 1, 98, 1, '{}', 'Sharp claws obtained from a bear.', 0.25), ('beart', 'Bear tooth', 20, 1, 'item_standard', 1, 99, 1, '{}', 'A tooth obtained from a bear.', 0.25), ('beartrap', 'Beartrap', 10, 1, 'item_standard', 1, 732, 1, '{}', 'A sturdy beartrap used for catching animals or stopping trespassers', 0.25), ('bear_bench', 'Bear Bench', 20, 1, 'item_standard', 1, 100, 1, '{}', 'A bench made from the hide and bones of a bear.', 0.25), ('beavertail', 'Beaver tail', 20, 1, 'item_standard', 1, 101, 1, '{}', 'A flat and scaly tail obtained from a beaver.', 0.25), ('beawers', 'Beaver pelt', 20, 1, 'item_standard', 1, 102, 1, '{}', 'A pelt obtained from a beaver.', 0.25), ('beef', 'Beef', 20, 1, 'item_standard', 1, 103, 1, '{}', 'Fresh and tender beef meat.', 0.25), ('beefjerky', 'Beef Jerky', 20, 1, 'item_standard', 1, 104, 1, '{}', 'Dried and seasoned beef meat.', 0.25), ('beer', 'Bere', 10, 1, 'item_standard', 1, 105, 1, '{}', 'An alcoholic beverage brewed from grains.', 0.25), ('beerbox', 'Beer Box', 20, 1, 'item_standard', 1, 106, 1, '{}', 'A container holding multiple bottles of beer.', 0.25), ('bici', 'Bici', 1, 1, 'item_standard', 1, 5081, 1, '{}', 'nice item', 0.25), ('bigbomb', 'Dinamita mare', 4, 1, 'item_standard', 1, 5084, 1, '{}', 'nice item', 0.25), ('bigchest', 'Big Chest', 1, 1, 'item_standard', 1, 107, 1, '{}', 'A large chest for storing items.', 0.25), ('bigfirecracker', 'Big firecracker', 10, 1, 'item_standard', 1, 2051, 1, '{}', 'nice item', 0.25), ('bigfirework', 'Big firework', 10, 1, 'item_standard', 1, 2054, 1, '{}', 'nice item', 0.25), ('biggame', 'Big Game Meat', 20, 1, 'item_standard', 1, 108, 1, '{}', 'Meat obtained from a large game animal.', 0.25), ('Big_Leather', 'Big Leather', 10, 1, 'item_standard', 1, 109, 1, '{}', 'Large piece of leather.', 0.25), ('bird', 'Bird Meat', 20, 1, 'item_standard', 1, 110, 1, '{}', 'Meat obtained from a bird.', 0.25), ('birdalert', 'Porumbel', 10, 1, 'item_standard', 1, 444, 1, '{}', 'Player need to have this with him to alert the doctor when is injured!', 0.25), ('biscuitbox', 'Biscuitbox', 10, 1, 'item_standard', 1, 733, 1, '{}', 'A box of assorted biscuits.', 0.25), ('bisonhorn', 'Bison horn', 20, 1, 'item_standard', 1, 111, 1, '{}', 'A horn obtained from a bison.', 0.25), ('bisons', 'Bison pelt', 20, 1, 'item_standard', 1, 112, 1, '{}', 'A pelt obtained from a bison.', 0.25), ('Bitter_Weed', 'Bitter Weed', 10, 1, 'item_standard', 1, 113, 1, '{}', 'A type of bitter herb.', 0.25), ('Bitter_Weed_Seed', 'Bitter Weed Seed', 10, 1, 'item_standard', 1, 114, 1, '{}', 'A seed that can be planted to grow bitter weed.', 0.25), ('blackberryale', 'Black Berry Ale', 10, 1, 'item_standard', 1, 115, 1, '{}', 'An ale made from blackberries.', 0.25), ('Black_Berry', 'Mure', 100, 1, 'item_standard', 1, 116, 1, '{}', 'A small and sweet black-colored berry.', 0.25), ('Black_Berry_Seed', 'Seminte mure', 100, 1, 'item_standard', 1, 117, 1, '{}', 'A seed that can be planted to grow blackberries.', 0.25), ('Black_Currant', 'Black Currant', 10, 1, 'item_standard', 1, 118, 1, '{}', 'A small dark purple berry with a tart flavor.', 0.25), ('Black_Currant_Seed', 'Black Currant Seed', 10, 1, 'item_standard', 1, 119, 1, '{}', 'A seed that can be planted to grow black currants.', 0.25), ('blanketbear', 'blanketbear', 1, 1, 'item_standard', 1, 5063, 1, '{}', 'nice item', 0.25), ('blanketbox', 'Blanket Box', 20, 1, 'item_standard', 1, 120, 1, '{}', 'A box used for storing blankets.', 0.25), ('blanketwolf', 'blanketwolf', 1, 1, 'item_standard', 1, 5054, 1, '{}', 'nice item', 0.25), ('blanket_box', 'Blanket Box', 20, 1, 'item_standard', 1, 121, 1, '{}', 'A box used for storing blankets.', 0.25), ('Blood_Flower', 'Floare mexicana', 100, 1, 'item_standard', 1, 122, 1, '{}', 'A type of flower with red petals.', 0.25), ('Blood_Flower_Seed', 'Seminte Floare Mexicana', 100, 1, 'item_standard', 1, 123, 1, '{}', 'A seed that can be planted to grow blood flowers.', 0.25), ('blueberry', 'Blueberry', 10, 1, 'item_standard', 1, 124, 1, '{}', 'A small sweet fruit with a bluish color.', 0.25), ('bluejay_c', 'Blue jay', 20, 1, 'item_standard', 1, 125, 1, '{}', 'A colorful bird known as blue jay.', 0.25), ('bmdresser', 'brown mirror dresser', 20, 1, 'item_standard', 1, 126, 1, '{}', 'A dresser with a brown mirror.', 0.25), ('boarmusk', 'Boar tusk', 20, 1, 'item_standard', 1, 127, 1, '{}', 'A large tusk obtained from a boar.', 0.25), ('boars', 'Boar pelt', 20, 1, 'item_standard', 1, 128, 1, '{}', 'A pelt obtained from a boar.', 0.25), ('boaskin', 'Boa Snake pelt', 20, 1, 'item_standard', 1, 129, 1, '{}', 'A snake skin obtained from a boa.', 0.25), ('boiledegg', 'Oua fierte', 10, 1, 'item_standard', 1, 130, 1, '{}', 'An egg cooked by boiling.', 0.25), ('bolts', 'Suruburi', 10, 1, 'item_standard', 1, 734, 1, '{}', 'Metal bolts often used in construction.', 0.25), ('boobyb', 'Red-footed booby beak', 20, 1, 'item_standard', 1, 131, 1, '{}', 'A beak obtained from a red-footed booby bird.', 0.25), ('boobyf', 'Red-footed booby feather', 20, 1, 'item_standard', 1, 132, 1, '{}', 'A feather obtained from a red-footed booby bird.', 0.25), ('book', 'Book', 5, 1, 'item_standard', 1, 133, 1, '{}', 'A written or printed work consisting of pages.', 0.25), ('bookcase', 'Biblioteca', 10, 1, 'item_standard', 1, 5029, 1, '{}', 'nice item', 0.25), ('bountylicense', 'Licenta vanator de recompense', 1, 1, 'item_standard', 1, 5107, 1, '{}', 'Licenta vanator de recompense', 0.25), ('bountylicns', 'Bounty Hunter License', 10, 1, 'item_standard', 1, 134, 1, '{}', 'A license granting permission to be a bounty hunter.', 0.25), ('bouqet', 'Galeata', 10, 1, 'item_standard', 1, 2044, 1, '{}', 'nice item', 0.25), ('bouquet', 'Bouquet', 1, 1, 'item_standard', 1, 135, 1, '{}', 'A collection of flowers arranged in an artistic way.', 0.25), ('bparrotb', 'Parrot beak', 20, 1, 'item_standard', 1, 136, 1, '{}', 'A beak obtained from a parrot.', 0.25), ('bparrotf', 'Parrot feather', 20, 1, 'item_standard', 1, 137, 1, '{}', 'A feather obtained from a parrot.', 0.25), ('bread', 'Paine', 10, 1, 'item_standard', 1, 2041, 1, '{}', 'Paine', 0.25), ('breedpills', 'Pastila de imperechere cai', 5, 1, 'item_standard', 1, 5077, 1, '{}', 'nice item', 0.25), ('brokenpearlnecklace', 'Broken Pearl Necklace', 10, 1, 'item_standard', 1, 735, 1, '{}', 'A broken pearl necklace.', 0.25), ('buckantler', 'Buck Antlers', 20, 1, 'item_standard', 1, 138, 1, '{}', 'Antlers obtained from a buck.', 0.25), ('bucks', 'Buck skin', 20, 1, 'item_standard', 1, 139, 1, '{}', 'A pelt obtained from a buck.', 0.25), ('bullhorn', 'Bull horn', 20, 1, 'item_standard', 1, 140, 1, '{}', 'A horn obtained from a bull.', 0.25), ('bulls', 'Bull pelt', 20, 1, 'item_standard', 1, 141, 1, '{}', 'A pelt obtained from a bull.', 0.25), ('Bulrush', 'Bulrush', 10, 1, 'item_standard', 1, 142, 1, '{}', 'A type of tall wetland plant.', 0.25), ('Bulrush_Seed', 'Bulrush Seed', 10, 1, 'item_standard', 1, 143, 1, '{}', 'A seed that can be planted to grow bulrushes.', 0.25), ('bunkbed', 'bunk bed', 20, 1, 'item_standard', 1, 144, 1, '{}', 'A bed with two tiers, designed for multiple occupants.', 0.25), ('Burdock_Root', 'Burdock Root', 10, 1, 'item_standard', 1, 145, 1, '{}', 'The root of a burdock plant, often used for medicinal purposes.', 0.25), ('Burdock_Root_Seed', 'Burdock Root Seed', 10, 1, 'item_standard', 1, 146, 1, '{}', 'A seed that can be planted to grow burdock roots.', 0.25), ('butchertable1', 'Small Butcher Table', 20, 1, 'item_standard', 1, 147, 1, '{}', 'A small table used for butchering animals.', 0.25), ('butchertable2', 'Medium Butcher Table', 20, 1, 'item_standard', 1, 148, 1, '{}', 'A medium-sized table used for butchering animals.', 0.25), ('butchertable3', 'Large Butcher Table', 20, 1, 'item_standard', 1, 149, 1, '{}', 'A large table used for butchering animals.', 0.25), ('bwdresser', 'brown wood dresser', 20, 1, 'item_standard', 1, 150, 1, '{}', 'A dresser made of brown wood.', 0.25), ('cage', 'Cusca', 10, 1, 'item_standard', 1, 5027, 1, '{}', 'nice item', 0.25), ('camera', 'Camera', 1, 1, 'item_standard', 1, 151, 1, '{}', 'A device used to capture photographs.', 0.25), ('campfire', 'Foc de tabara', 5, 1, 'item_standard', 1, 152, 1, '{}', 'A fire pit used for cooking and warmth during camping.', 0.25), ('candlea', 'Candle', 20, 1, 'item_standard', 1, 153, 1, '{}', 'A wax candle that provides light.', 0.25), ('cane', 'Cane', 1, 1, 'item_standard', 1, 154, 1, '{}', 'A walking stick for support and stability.', 0.25), ('caplopata', 'Cap de Lopata', 100, 1, 'item_standard', 1, 5111, 1, '{}', 'nice item', 0.25), ('captarnacop', 'Cap de Tarnacop', 100, 1, 'item_standard', 1, 5114, 1, '{}', 'nice item', 0.25), ('captopor', 'Cap de Topor', 100, 1, 'item_standard', 1, 5113, 1, '{}', 'nice item', 0.25), ('carbune', 'Minereu de carbune', 100, 1, 'item_standard', 1, 2073, 1, '{}', 'Nice item', 0.25), ('cardinal_c', 'Cardinal bird', 20, 1, 'item_standard', 1, 155, 1, '{}', 'A small, colorful bird known for its distinctive crest.', 0.25), ('Cardinal_Flower', 'Cardinal Flower', 10, 1, 'item_standard', 1, 156, 1, '{}', 'A vibrant red flower often found near water.', 0.25), ('Cardinal_Flower_Seed', 'Cardinal Flower Seed', 10, 1, 'item_standard', 1, 157, 1, '{}', 'A seed that can be planted to grow Cardinal Flowers.', 0.25), ('ceasargint', 'Ceas argint', 10, 1, 'item_standard', 1, 2047, 1, '{}', 'nice item', 0.25), ('ceasaurrubine', 'Ceas aurrubine', 10, 1, 'item_standard', 1, 2048, 1, '{}', 'nice item', 0.25), ('ceasca', 'Ceasca', 100, 1, 'item_standard', 1, 5103, 1, '{}', 'Ceasca goala', 0.25), ('cedarwaxwing_c', 'Cedar waxwing', 20, 1, 'item_standard', 1, 159, 1, '{}', 'A medium-sized bird with a distinctive crest and red tips on its wings.', 0.25), ('certificate', 'Certificat Proprietate', 1, 1, 'item_standard', 1, 5139, 1, '{}', 'Lopata', 0.25), ('chamomile_flower', 'Flori de musetel', 100, 1, 'item_standard', 1, 5098, 1, '{}', 'Flori de musetel folosite pentru ceaiuri', 0.25), ('chamomile_seed', 'Seminte musetel', 100, 1, 'item_standard', 1, 5035, 1, '{}', 'nice item', 0.25), ('changer', 'Changer', 10, 1, 'item_standard', 1, 5011, 1, '{}', 'nice item', 0.25), ('Chanterelles', 'Chanterelles', 10, 1, 'item_standard', 1, 160, 1, '{}', 'A type of edible mushroom with a fruity aroma.', 0.25), ('Chanterelles_Seed', 'Chanterelles Seed', 10, 1, 'item_standard', 1, 161, 1, '{}', 'A seed that can be planted to grow Chanterelles mushrooms.', 0.25), ('char', 'Char', 10, 1, 'item_standard', 0, 162, 1, '{}', 'A type of fish commonly found in cold, deep lakes and rivers.', 0.25), ('cheesecake', 'Cheesecake', 10, 1, 'item_standard', 1, 736, 1, '{}', 'A tasty cheesecake.', 0.25), ('chest1', ' Cufar 1', 10, 1, 'item_standard', 1, 5012, 1, '{}', 'nice item', 0.25), ('chest2', ' Cufar 2', 10, 1, 'item_standard', 1, 5013, 1, '{}', 'nice item', 0.25), ('chest3', ' Cufar 3', 10, 1, 'item_standard', 1, 5014, 1, '{}', 'nice item', 0.25), ('chestc', 'Chest C', 20, 1, 'item_standard', 1, 163, 1, '{}', 'A storage container used to store items securely.', 0.25), ('chewingtobacco', 'Chewing Tobacco', 20, 1, 'item_standard', 1, 164, 1, '{}', 'A form of tobacco that is chewed rather than smoked.', 0.25), ('chewtobaco', 'Chewtobaco', 10, 1, 'item_standard', 1, 2018, 1, '{}', 'Nice item', 0.25), ('chibrit', 'Chibrit', 10, 1, 'item_standard', 1, 5043, 1, '{}', 'nice item', 0.25), ('chickenf', 'Chicken feather', 20, 1, 'item_standard', 1, 165, 1, '{}', 'A feather obtained from a chicken.', 0.25), ('chickenheart', 'Chicken heart', 20, 1, 'item_standard', 1, 166, 1, '{}', 'The internal organ of a chicken.', 0.25), ('chipmunk_c', 'Chipmunk', 20, 1, 'item_standard', 1, 167, 1, '{}', 'A small, striped rodent known for its burrowing habits.', 0.25), ('chococake', 'Chocolate Cake', 10, 1, 'item_standard', 1, 737, 1, '{}', 'A tasty chocolate cake.', 0.25), ('Choc_Daisy', 'Margarete', 100, 1, 'item_standard', 1, 168, 1, '{}', 'A beautiful Choc Daisy.', 0.25), ('Choc_Daisy_Seed', 'Seminte margarete', 100, 1, 'item_standard', 1, 169, 1, '{}', 'A seed to grow Choc Daisies.', 0.25), ('cigar', 'Trabuc', 20, 1, 'item_standard', 1, 170, 1, '{}', 'A fine cigar for relaxing.', 0.25), ('cigarette', 'Tigara', 20, 1, 'item_standard', 1, 171, 1, '{}', 'A cigarette for a quick smoke.', 0.25), ('cigarettefilter', 'Cig Filter', 20, 1, 'item_standard', 1, 172, 1, '{}', 'A filter for cigarettes.', 0.25), ('cinematicket', 'Ticket', 2, 1, 'item_standard', 0, 173, 1, '{}', 'A ticket for a movie or event.', 0.25), ('clay', 'Lut', 100, 1, 'item_standard', 1, 174, 1, '{}', 'A block of clay for crafting.', 0.25), ('cleanser', 'Cleanser', 5, 1, 'item_standard', 1, 175, 1, '{}', 'A cleanser for various uses.', 0.25), ('cloth', 'Cloth', 10, 1, 'item_standard', 1, 738, 1, '{}', 'Simple cloth with many uses.', 0.25), ('clothbench', 'Cloth Bench', 20, 1, 'item_standard', 1, 176, 1, '{}', 'A bench made of cloth material.', 0.25), ('clothesline', 'Clothes Line', 20, 1, 'item_standard', 1, 177, 1, '{}', 'A line for hanging clothes.', 0.25), ('clothes_line', 'Clothes Line', 20, 1, 'item_standard', 1, 178, 1, '{}', 'A line for hanging clothes.', 0.25), ('cloth_bench', 'Cloth Bench', 20, 1, 'item_standard', 1, 179, 1, '{}', 'A bench made of cloth material.', 0.25), ('coal', 'Carbune', 100, 1, 'item_standard', 1, 180, 1, '{}', 'A chunk of coal for fuel.', 0.25), ('cocaina', 'Cocaina', 100, 1, 'item_standard', 1, 5119, 1, '{}', 'nice item', 0.25), ('coca_leaves', 'Frunze de Coca', 100, 1, 'item_standard', 1, 5116, 1, '{}', 'nice item', 0.25), ('coca_seed', 'Seminte de Coca', 100, 1, 'item_standard', 1, 5115, 1, '{}', 'nice item', 0.25), ('cockc', 'Rooster claws', 20, 1, 'item_standard', 1, 181, 1, '{}', 'Claws from a rooster.', 0.25), ('cockf', 'Rooster feather', 20, 1, 'item_standard', 1, 182, 1, '{}', 'Feathers from a rooster.', 0.25), ('cocoa', 'Cacao', 100, 1, 'item_standard', 1, 183, 1, '{}', 'Cocoa beans for making chocolate.', 0.25), ('cocoaseeds', 'Seminte cacao', 100, 1, 'item_standard', 1, 184, 1, '{}', 'Seeds to grow cocoa plants.', 0.25), ('codpenal', 'Cod penal', 20, 1, 'item_standard', 1, 2059, 1, '{}', 'nice item', 0.25), ('coffeebeans', 'Boabe de cafea', 100, 1, 'item_standard', 1, 739, 1, '{}', 'Coffee beans for making that beautiful brew.', 0.25), ('coffeefilter', 'Coffee Filter', 10, 1, 'item_standard', 1, 740, 1, '{}', 'A simple coffee filter.', 0.25), ('coffeeseeds', 'Seminte Cafea', 100, 1, 'item_standard', 1, 5039, 1, '{}', 'nice item', 0.25), ('coffindecor', 'Coffin Decor', 20, 1, 'item_standard', 1, 185, 1, '{}', 'Decorations for a coffin.', 0.25), ('collector_fossil_bivalve', 'Bivalve Fossil', 10, 1, 'item_standard', 1, 741, 1, '{}', 'A common fossilized mollusc, badly worn.', 0.25), ('collector_fossil_brachiopod', 'Brachiopod Fossil', 10, 1, 'item_standard', 1, 742, 1, '{}', 'A common Brachiopod fossil with some chips and scrapes.', 0.25), ('collector_fossil_brow_horn', 'Brow Horn Fossil', 10, 1, 'item_standard', 1, 743, 1, '{}', 'A rare fossilized brow horn, believed to have belonged to a Triceratops.', 0.25), ('collector_fossil_cephalopod', 'Cephalopod Fossil', 10, 1, 'item_standard', 1, 744, 1, '{}', 'A common cephalopod fossil. Slightly damaged and brittle.', 0.25), ('collector_fossil_coral', 'Agatized Coral Fossil', 10, 1, 'item_standard', 1, 745, 1, '{}', 'A common piece of agatized coral, weather-beaten but still striking.', 0.25), ('collector_fossil_neo', 'Neospirifer Fossil', 10, 1, 'item_standard', 1, 746, 1, '{}', 'A common Neospirifer fossil, millions of years old. Good condition.', 0.25), ('collector_fossil_pet_wood', 'Common Petrified Wood Fossil', 10, 1, 'item_standard', 1, 747, 1, '{}', 'A common chunk of wood turned to stone over the years.', 0.25), ('collector_fossil_pet_wood_rainbow', 'Rainbow Petrified Wood Fossil', 10, 1, 'item_standard', 1, 748, 1, '{}', 'An uncommon piece of petrified wood filled with multicolored crystals.', 0.25), ('collector_fossil_pet_wood_yellow_cat', 'Yellow Cat Petrified Wood Fossil', 10, 1, 'item_standard', 1, 749, 1, '{}', 'An uncommon lump of petrified wood featuring bright red and yellow colors.', 0.25), ('collector_fossil_sea_lily', 'Sea Lily Fossil', 10, 1, 'item_standard', 1, 750, 1, '{}', 'An uncommon fossilized crinoid, a marine animal millions of years old.', 0.25), ('collector_fossil_sea_scorpion', 'Sea Scorpion Fossil', 10, 1, 'item_standard', 1, 751, 1, '{}', 'An uncommon eurypterid fossil in good condition.', 0.25), ('collector_fossil_stone', 'Petoskey Stone Fossil', 10, 1, 'item_standard', 1, 752, 1, '{}', 'A common rock made of fossilized coral. Unpolished.', 0.25), ('collector_fossil_tail_spike', 'Tail Spike Fossil', 10, 1, 'item_standard', 1, 753, 1, '{}', 'A rare fossilized tail spike, thought to have belonged to a Stegosaurus.', 0.25), ('collector_fossil_toe_claw', 'Toe Sickle Claw Fossil', 10, 1, 'item_standard', 1, 754, 1, '{}', 'A rare fossilized claw. Still sharp, it belonged to a genus of Dromaeosauridae.', 0.25), ('collector_fossil_tooth_mega', 'Upper Tooth Fossil', 10, 1, 'item_standard', 1, 755, 1, '{}', 'A rare fossilized tooth from a Megalodon.', 0.25), ('collector_fossil_tooth_serrated', 'Serrated Tooth Fossil', 10, 1, 'item_standard', 1, 756, 1, '{}', 'A rare and jagged fossilized tooth, once belonging to an Allosaurus.', 0.25), ('collector_fossil_tooth_trex', 'Front Tooth Fossil', 10, 1, 'item_standard', 1, 757, 1, '{}', 'A rare fossilized front tooth, perhaps belonging to the recently discovered Manospondylus Gigas. Highly prized.', 0.25), ('collector_fossil_trilobite_crypto', 'Cryptolithus Trilobite Fossil', 10, 1, 'item_standard', 1, 758, 1, '{}', 'A small, uncommon trilobite fossil. Good condition.', 0.25), ('collector_fossil_trilobite_iso', 'Isotelus Trilobite Fossil', 10, 1, 'item_standard', 1, 759, 1, '{}', 'An uncommon fossil of a huge trilobite. Fully intact.', 0.25), ('collector_fossil_tully_monster', 'Tully Monster Fossil', 10, 1, 'item_standard', 1, 760, 1, '{}', 'An uncommon Tullimonstrum fossil, nicely preserved.', 0.25), ('condenser', 'Condenser', 5, 1, 'item_standard', 1, 186, 1, '{}', 'A device used to condense substances.', 0.25), ('condorb', 'Condor beak', 20, 1, 'item_standard', 1, 187, 1, '{}', 'A beak from a condor bird.', 0.25), ('condorf', 'Condor feather', 20, 1, 'item_standard', 1, 188, 1, '{}', 'A beautiful feather from a condor.', 0.25), ('consumable_blueberrypie', 'Blueberry Pie', 10, 1, 'item_standard', 1, 761, 1, '{}', 'A delicious pie made with blueberries.', 0.25), ('consumable_bluegil', 'Dried Bluegil', 10, 1, 'item_standard', 1, 189, 1, '{}', 'A dried Bluegil fish.', 0.25), ('consumable_breakfast', 'Micdejun', 10, 1, 'item_standard', 1, 190, 1, '{}', 'A hearty breakfast meal.', 0.25), ('consumable_caramel', 'Caramel', 5, 1, 'item_standard', 1, 191, 1, '{}', 'Sweet and sticky caramel.', 0.25), ('consumable_chickenpie', 'Chicken Pie', 10, 1, 'item_standard', 1, 762, 1, '{}', 'A delicious pie made with chicken.', 0.25), ('consumable_chocolate', 'Ciocolata', 10, 1, 'item_standard', 1, 192, 1, '{}', 'A delicious chocolate bar.', 0.25), ('consumable_chocolatecake', 'Chocolate Cake', 10, 1, 'item_standard', 1, 763, 1, '{}', 'A tasty chocolate cake.', 0.25), ('consumable_chocolatecoffee', 'Chocolate Coffee', 10, 1, 'item_standard', 1, 764, 1, '{}', 'A chocolate flaverd coffee drink.', 0.25), ('consumable_coffee', 'Cafea', 5, 1, 'item_standard', 1, 193, 1, '{}', 'A warm cup of coffee.', 0.25), ('consumable_coffeecake', 'Coffee Cake', 10, 1, 'item_standard', 1, 765, 1, '{}', 'A delicious coffee cake.', 0.25), ('consumable_crumbcake', 'Crumb Cake', 10, 1, 'item_standard', 1, 766, 1, '{}', 'A delicious crumb cake.', 0.25), ('consumable_cupcake', 'Cupcake', 10, 1, 'item_standard', 1, 767, 1, '{}', 'A delicious cupcake.', 0.25), ('consumable_donut', 'Gogoasa', 10, 1, 'item_standard', 1, 768, 1, '{}', 'A tasty donut.', 0.25), ('consumable_fruitsalad', 'Salata de fructe', 10, 1, 'item_standard', 1, 194, 1, '{}', 'A refreshing fruit salad.', 0.25), ('consumable_game', 'Jerkied GameMeat', 10, 1, 'item_standard', 1, 195, 1, '{}', 'Dried and seasoned game meat.', 0.25), ('consumable_grapejelly', 'Grape Jelly', 10, 1, 'item_standard', 1, 769, 1, '{}', 'Grape flavored jelly.', 0.25), ('consumable_haycube', 'Cub de zahar', 10, 1, 'item_standard', 1, 196, 1, '{}', 'A compact cube of hay.', 0.25), ('consumable_herb_chanterelles', 'Chanterelles', 10, 1, 'item_standard', 1, 197, 1, '{}', 'A bundle of Chanterelle mushrooms.', 0.25), ('consumable_herb_evergreen_huckleberry', 'Evergreen Huckleberry', 10, 1, 'item_standard', 1, 198, 1, '{}', 'Plump and juicy Evergreen Huckleberries.', 0.25), ('consumable_herb_oregano', 'Oregano', 10, 1, 'item_standard', 1, 199, 1, '{}', 'Fragrant oregano leaves.', 0.25), ('consumable_herb_vanilla_flower', 'Vanilla Flower', 10, 1, 'item_standard', 1, 200, 1, '{}', 'A delicate vanilla flower.', 0.25), ('consumable_herb_wintergreen_berry', 'Wintergreen Berry', 10, 1, 'item_standard', 1, 201, 1, '{}', 'Tart and refreshing Wintergreen Berries.', 0.25), ('consumable_horsepeppermints', 'Peppermint Stick', 10, 1, 'item_standard', 1, 770, 1, '{}', 'Peppermint flavored candy stick.', 0.25), ('consumable_kidneybeans_can', 'Kidney Beans', 5, 1, 'item_standard', 1, 202, 1, '{}', 'Canned kidney beans.', 0.25), ('consumable_lemoncake', 'Lemon Cake', 10, 1, 'item_standard', 1, 771, 1, '{}', 'A delicious lemon cake', 0.25), ('consumable_lemondrops', 'Leamon Drops', 10, 1, 'item_standard', 1, 772, 1, '{}', 'Lemon flavored candy.', 0.25), ('consumable_lock_breaker', 'Lock Breaker', 10, 1, 'item_standard', 1, 203, 1, '{}', 'A tool for breaking locks.', 0.25), ('consumable_meat_greavy', 'Tocana de carne', 12, 1, 'item_standard', 1, 204, 1, '{}', 'A hearty meat stew.', 0.25), ('consumable_medicine', 'Medicine', 100, 1, 'item_standard', 1, 205, 1, '{}', 'Medicinal treatment.', 0.25), ('consumable_peach', 'Piersica', 100, 1, 'item_standard', 1, 206, 1, '{}', 'Juicy and ripe peach.', 0.25), ('consumable_peachcobbler', 'Peach Cobbler', 10, 1, 'item_standard', 1, 773, 1, '{}', 'A tasty peach cobbler.', 0.25), ('consumable_peachjelly', 'Peach Jelly', 10, 1, 'item_standard', 1, 774, 1, '{}', 'Peach flavored jelly.', 0.25), ('consumable_pear', 'Para', 100, 1, 'item_standard', 1, 207, 1, '{}', 'A sweet and juicy pear.', 0.25), ('consumable_peppermint', 'Peppermint', 10, 1, 'item_standard', 1, 775, 1, '{}', 'Peppermint flavored candy.', 0.25), ('consumable_poundcake', 'Pound Cake', 10, 1, 'item_standard', 1, 776, 1, '{}', 'A delicious pound cake.', 0.25), ('consumable_pretzel', 'Pretzel', 10, 1, 'item_standard', 1, 777, 1, '{}', 'A tasty pretzel with salt.', 0.25), ('consumable_raspberryjelly', 'Raspberry Jelly', 10, 1, 'item_standard', 1, 778, 1, '{}', 'Raspberry flavored jelly.', 0.25), ('consumable_raspberrywater', 'Berry Water', 10, 1, 'item_standard', 1, 208, 1, '{}', 'Refreshing water infused with berries.', 0.25), ('consumable_salmon', 'Dried Salmon', 10, 1, 'item_standard', 1, 209, 1, '{}', 'A dried and preserved salmon.', 0.25), ('consumable_salmon_can', 'Conserva somon', 10, 1, 'item_standard', 1, 210, 1, '{}', 'Canned salmon.', 0.25), ('consumable_spongecake', 'Sponge Cake', 10, 1, 'item_standard', 1, 779, 1, '{}', 'A soft and delicious spong cake.', 0.25), ('consumable_steakpie', 'Placinta cu carne', 10, 1, 'item_standard', 1, 780, 1, '{}', 'A delicious pie made with beef.', 0.25), ('consumable_trout', 'Cooked Trout', 10, 1, 'item_standard', 1, 211, 1, '{}', 'A cooked and seasoned trout.', 0.25), ('consumable_veggies', 'Edible Veggies', 5, 1, 'item_standard', 1, 212, 1, '{}', 'A mix of various edible vegetables.', 0.25), ('cookedbluegil', 'Cooked Bluegil with Veggies', 5, 1, 'item_standard', 1, 213, 1, '{}', 'A cooked Bluegil fish served with vegetables.', 0.25), ('copperbar', 'Lingou cupru', 100, 1, 'item_standard', 1, 214, 1, '{}', 'A piece of copper.', 0.25), ('cordbow', 'Bow Cord', 10, 1, 'item_standard', 1, 781, 1, '{}', 'Cord used for making a bow.', 0.25), ('corn', 'Porumb', 100, 1, 'item_standard', 1, 215, 1, '{}', 'Fresh and juicy corn.', 0.25), ('cornseed', 'Seminte porumb', 100, 1, 'item_standard', 1, 216, 1, '{}', 'Seeds for growing corn.', 0.25), ('cougarf', 'Cougar tooth', 20, 1, 'item_standard', 1, 217, 1, '{}', 'A sharp tooth from a cougar.', 0.25), ('cougars', 'Cougar skin', 20, 1, 'item_standard', 1, 218, 1, '{}', 'The thick and durable skin of a cougar.', 0.25), ('cougartaxi', 'Cougar Taxidermy', 20, 1, 'item_standard', 1, 219, 1, '{}', 'A taxidermy mount of a cougar.', 0.25), ('cougar_taxidermy', 'Cougar Taxidermy', 20, 1, 'item_standard', 1, 220, 1, '{}', 'A taxidermy mount of a cougar.', 0.25), ('cowh', 'Cow horn', 20, 1, 'item_standard', 1, 221, 1, '{}', 'A long and curved horn from a cow.', 0.25), ('cows', 'Cow pelt', 20, 1, 'item_standard', 1, 222, 1, '{}', 'The soft and furry pelt of a cow.', 0.25), ('coyotef', 'Coyote tooth', 20, 1, 'item_standard', 1, 223, 1, '{}', 'A sharp tooth from a coyote.', 0.25), ('coyotepelt', 'Coyote Pelt', 20, 1, 'item_standard', 1, 224, 1, '{}', 'The fur pelt of a coyote.', 0.25), ('coyotes', 'Coyote skin', 20, 1, 'item_standard', 1, 225, 1, '{}', 'The rugged and weathered skin of a coyote.', 0.25), ('coyotetaxi', 'Coyote Taxidermy', 20, 1, 'item_standard', 1, 226, 1, '{}', 'A taxidermy mount of a coyote.', 0.25), ('coyote_pelt', 'Coyote Pelt', 20, 1, 'item_standard', 1, 227, 1, '{}', 'The fur pelt of a coyote.', 0.25), ('coyote_taxidermy', 'Coyote Taxidermy', 20, 1, 'item_standard', 1, 228, 1, '{}', 'A taxidermy mount of a coyote.', 0.25), ('crabbutter', 'Crab Butter', 10, 1, 'item_standard', 1, 782, 1, '{}', 'Butter made from crab. Delicious on toast.', 0.25), ('crablegs', 'Crab Legs', 10, 1, 'item_standard', 1, 783, 1, '{}', 'Legs from a crab.', 0.25), ('crab_c', 'Crab', 20, 1, 'item_standard', 1, 229, 1, '{}', 'A crab with a hard shell.', 0.25), ('craftingfire', 'Crafting Fire', 20, 1, 'item_standard', 1, 230, 1, '{}', 'A fire used for crafting.', 0.25), ('crafting_fire', 'Crafting Fire', 20, 1, 'item_standard', 1, 231, 1, '{}', 'A fire used for crafting.', 0.25), ('crawfish_c', 'Crawfish', 20, 1, 'item_standard', 1, 232, 1, '{}', 'A small freshwater crustacean.', 0.25), ('Creeking_Thyme', 'Cimbru', 100, 1, 'item_standard', 1, 233, 1, '{}', 'A fragrant herb with small purple flowers.', 0.25), ('Creeking_Thyme_Seed', 'Seminte cimbru', 100, 1, 'item_standard', 1, 234, 1, '{}', 'Seeds for growing creeping thyme.', 0.25), ('Creekplum', 'Prune', 100, 1, 'item_standard', 1, 235, 1, '{}', 'A small and juicy creekplum.', 0.25), ('Creekplum_Seed', 'Seminte Prune', 100, 1, 'item_standard', 1, 236, 1, '{}', 'Seeds for growing creekplums.', 0.25), ('crown_m', 'Corona Rege', 1, 1, 'item_standard', 1, 5087, 1, '{}', 'Corona Rege', 0.25), ('Crows_Garlic', 'Usturoi', 100, 1, 'item_standard', 1, 237, 1, '{}', 'A pungent garlic with black bulbs.', 0.25), ('Crows_Garlic_Seed', 'Seminte usturoi', 100, 1, 'item_standard', 1, 238, 1, '{}', 'Seeds for growing crows garlic.', 0.25), ('crow_c', 'Crow', 20, 1, 'item_standard', 1, 239, 1, '{}', 'A black-feathered bird with a sharp beak.', 0.25), ('cupru', 'Minereu de cupru', 100, 1, 'item_standard', 1, 2072, 1, '{}', 'Nice item', 0.25), ('darub', 'Crane beak', 20, 1, 'item_standard', 1, 240, 1, '{}', 'A long and slender beak from a crane.', 0.25), ('daruf', 'Crane feather', 20, 1, 'item_standard', 1, 241, 1, '{}', 'A beautiful feather from a crane.', 0.25), ('dbcandle', 'Dbl Candle', 20, 1, 'item_standard', 1, 242, 1, '{}', 'A double-sided candle with two wicks.', 0.25), ('decortent1', 'Decor Tent 1 Set', 20, 1, 'item_standard', 1, 243, 1, '{}', 'A decorative tent set with unique patterns.', 0.25), ('decortent2', 'Decor Tent 2 Set', 20, 1, 'item_standard', 1, 244, 1, '{}', 'A decorative tent set with unique patterns.', 0.25), ('decortent3', 'Decor Tent 3 Set', 20, 1, 'item_standard', 1, 245, 1, '{}', 'A decorative tent set with unique patterns.', 0.25), ('deerheart', 'Deer heart', 20, 1, 'item_standard', 1, 246, 1, '{}', 'The heart of a deer.', 0.25), ('deerpelt', 'Deer pelt', 20, 1, 'item_standard', 1, 247, 1, '{}', 'The soft and warm pelt of a deer.', 0.25), ('deerskin', 'Deer skin', 20, 1, 'item_standard', 1, 248, 1, '{}', 'The skin of a deer.', 0.25), ('deertaxi', 'Deer Taxidermy', 20, 1, 'item_standard', 1, 249, 1, '{}', 'A taxidermy mount of a deer.', 0.25), ('deer_pelt', 'Deer Pelt', 20, 1, 'item_standard', 1, 250, 1, '{}', 'The soft and warm pelt of a deer.', 0.25), ('deer_taxidermy', 'Deer Taxidermy', 20, 1, 'item_standard', 1, 251, 1, '{}', 'A taxidermy mount of a deer.', 0.25), ('Desert_Sage', 'Desert Sage', 10, 1, 'item_standard', 1, 252, 1, '{}', 'A bundle of Desert Sage used for crafting and medicinal purposes.', 0.25), ('Desert_Sage_Seed', 'Desert Sage Seed', 10, 1, 'item_standard', 1, 253, 1, '{}', 'A seed of Desert Sage that can be planted to grow Desert Sage plants.', 0.25), ('detectiveverify', 'Detectiveverify', 10, 1, 'item_standard', 1, 2030, 1, '{}', 'nice item', 0.25), ('diamond', 'Diamond', 20, 1, 'item_standard', 1, 254, 1, '{}', 'A precious gemstone known for its brilliance and value.', 0.25), ('dleguans', 'Desert Iguana pelt', 20, 1, 'item_standard', 1, 255, 1, '{}', 'The skin of a Desert Iguana, commonly used for crafting and trading.', 0.25), ('docanimalkit', 'Animals Medical Kit', 10, 1, 'item_standard', 1, 446, 1, '{}', 'Need to have it all time, a lot of snakes in zone!', 0.25), ('docbandage', 'Heal Bandage', 10, 1, 'item_standard', 1, 442, 1, '{}', 'Bandage to heal players when they have low HP!', 0.25), ('docburnedkit', 'Burned Medical Kit', 10, 1, 'item_standard', 1, 440, 1, '{}', 'Need this to treat burned people!', 0.25), ('docfirstaidkit', 'First AidKit', 10, 1, 'item_standard', 1, 2065, 1, '{}', 'Need this to treat injured people from other reasons!', 0.25), ('dochitkit', 'Hitted Medical Kit', 10, 1, 'item_standard', 1, 443, 1, '{}', 'Need this to treat hitted players after a hit!', 0.25), ('docmeleekit', 'Stabbed Medical Kit', 10, 1, 'item_standard', 1, 445, 1, '{}', 'Need this to treat players they was stabbed!', 0.25), ('docsnakekit', 'Snake Medical Kit', 10, 1, 'item_standard', 1, 2066, 1, '{}', 'Need this to treat players after snake bites!', 0.25), ('docunarmedkit', 'Unarmed Medical Kit', 10, 1, 'item_standard', 1, 441, 1, '{}', 'Need this to treat players after they was beaten!', 0.25), ('docverify', 'Verify Injury Kit', 10, 1, 'item_standard', 1, 2067, 1, '{}', 'Take this kit to verify injured people!', 0.25), ('docweaponskit', 'Shot Medical Kit', 10, 1, 'item_standard', 1, 2068, 1, '{}', 'Need this to treat players after a shot!', 0.25), ('dreamcatcher', 'Dream Catcher', 20, 1, 'item_standard', 1, 256, 1, '{}', 'A traditional Native American ornament believed to filter out bad dreams and let only good dreams pass through.', 0.25), ('drinksbook', 'Carte craftat bauturi', 1, 1, 'item_standard', 1, 5093, 1, '{}', 'Carte de bauturi', 0.25), ('Drink_For_Dog', 'Pet Water', 10, 1, 'item_standard', 1, 257, 1, '{}', 'A refreshing drink specially made for pets to keep them hydrated.', 0.25), ('duckfat', 'Duck fat', 20, 1, 'item_standard', 1, 258, 1, '{}', 'The rendered fat from a duck, commonly used in cooking and baking.', 0.25), ('Duck_Egg', 'Duck Egg', 10, 1, 'item_standard', 1, 259, 1, '{}', 'An egg laid by a duck, often used in various culinary preparations.', 0.25), ('dynamite', 'Pipe charge dynamite', 30, 1, 'item_standard', 1, 260, 1, '{}', 'An explosive device consisting of a tube filled with explosive material, used for various purposes including mining and demolition.', 0.25), ('eaglef', 'Eagle feather', 20, 1, 'item_standard', 1, 261, 1, '{}', 'A feather obtained from an eagle, often used for decorative purposes and in crafting.', 0.25), ('eaglet', 'Eagle claws', 20, 1, 'item_standard', 1, 262, 1, '{}', 'The sharp claws of an eagle, sometimes collected as a trophy or used in traditional medicine.', 0.25), ('echinacea_flower', 'Echinacea', 100, 1, 'item_standard', 1, 5100, 1, '{}', 'nice item', 0.25), ('echinacea_seed', 'Seminte echinacea', 100, 1, 'item_standard', 1, 5033, 1, '{}', 'nice item', 0.25), ('egg', 'Ou', 20, 1, 'item_standard', 1, 263, 1, '{}', 'A small oval object laid by a female bird, reptile, or fish, containing a fertilized embryo and nutrients for development.', 0.25), ('eggs', 'Oua', 50, 1, 'item_standard', 1, 264, 1, '{}', 'Various types of eggs collected from different animals, often used in cooking and crafting.', 0.25), ('egretb', 'Snowy Egret beak', 20, 1, 'item_standard', 1, 265, 1, '{}', 'The beak of a Snowy Egret, commonly used for crafting and trading.', 0.25), ('egretf', 'Snowy Egret feather', 20, 1, 'item_standard', 1, 266, 1, '{}', 'A feather obtained from a Snowy Egret, often used for decorative purposes and in crafting.', 0.25), ('elkantler', 'Elk antler', 20, 1, 'item_standard', 1, 267, 1, '{}', 'A large branched horn-like appendage grown by male elks.', 0.25), ('elks', 'Elk pelt', 20, 1, 'item_standard', 1, 268, 1, '{}', 'A high-quality pelt obtained from an elk.', 0.25), ('emerald', 'Emerald', 20, 1, 'item_standard', 1, 269, 1, '{}', 'A precious green gemstone with a sparkling appearance.', 0.25), ('empty_bottle', 'Sticla goala', 100, 1, 'item_standard', 1, 5096, 1, '{}', 'Sticla goala', 0.25), ('empty_can', 'Plosca', 1, 1, 'item_standard', 1, 2058, 1, '{}', 'nice item', 0.25), ('energizant', 'Bautura energizanta', 100, 1, 'item_standard', 1, 5110, 1, '{}', 'Bautura energizanta', 0.25), ('English_Mace', 'Mac', 100, 1, 'item_standard', 1, 6011, 1, '{}', 'nice item', 0.25), ('English_Mace_Seed', 'Seminte mac', 100, 1, 'item_standard', 1, 271, 1, '{}', 'Seeds that can be planted to grow English Mace plants.', 0.25), ('Evergreen_Huckleberry', 'Evergreen Huckleberry', 10, 1, 'item_standard', 1, 272, 1, '{}', 'A small, dark purple berry known for its tart and sweet flavor.', 0.25), ('Evergreen_Huckleberry_Seed', 'Evergreen Huckleberry Seed', 10, 1, 'item_standard', 1, 273, 1, '{}', 'Seeds that can be planted to grow Evergreen Huckleberry bushes.', 0.25), ('fan', 'Fan', 20, 1, 'item_standard', 1, 274, 1, '{}', 'A handheld device with flat blades used to create a breeze or provide cooling.', 0.25), ('fancydouble', 'Fancy Double', 20, 1, 'item_standard', 1, 275, 1, '{}', 'A stylish and well-crafted double-barreled firearm.', 0.25), ('Fat', 'Grasime de animal', 10, 1, 'item_standard', 1, 276, 1, '{}', 'Rendered fat obtained from animals, commonly used in cooking and crafting.', 0.25), ('Feather', 'Feather', 20, 1, 'item_standard', 1, 277, 1, '{}', 'A lightweight and delicate feather, often used for decorative purposes.', 0.25), ('Feed_For_Dog', 'Dog Food', 10, 1, 'item_standard', 1, 278, 1, '{}', 'Nutritious food specifically formulated for dogs.', 0.25), ('fertilizer', 'Fertilizator', 100, 1, 'item_standard', 1, 279, 1, '{}', 'A substance used to enrich soil and promote plant growth.', 0.25), ('fertilizerbless', 'Blessed Fertilizer', 10, 1, 'item_standard', 1, 280, 1, '{}', 'Sacred fertilizer imbued with spiritual blessings, known to enhance crop yield.', 0.25), ('fertilizeregg', 'Fertilizer with Eggs', 10, 1, 'item_standard', 1, 281, 1, '{}', 'Fertilizer enriched with nutrients from various eggs, providing excellent nourishment for plants.', 0.25), ('fertilizerpro', 'Fertilizer with Produce', 10, 1, 'item_standard', 1, 282, 1, '{}', 'Fertilizer containing organic matter from fresh produce, enhancing soil fertility and plant health.', 0.25), ('fertilizerpulpsap', 'Fertilizer with Pulp/Sap', 10, 1, 'item_standard', 1, 283, 1, '{}', 'Fertilizer enriched with natural pulp or sap, promoting robust growth and vitality in plants.', 0.25), ('fertilizersn', 'Fertilizer with Snake', 10, 1, 'item_standard', 1, 284, 1, '{}', 'Fertilizer enriched with beneficial nutrients extracted from snakes, promoting vigorous growth in plants.', 0.25), ('fertilizersq', 'Fertilizer with Squirrel', 10, 1, 'item_standard', 1, 285, 1, '{}', 'Fertilizer infused with nutrients derived from squirrels, providing essential elements for plant nourishment and vitality.', 0.25), ('fertilizersw', 'Fertilizer with Soft Wood', 10, 1, 'item_standard', 1, 286, 1, '{}', 'Fertilizer blended with fine particles of softwood, enriching the soil with organic matter and enhancing plant development.', 0.25), ('fertilizersyn', 'Synful Fertilizer', 10, 1, 'item_standard', 1, 287, 1, '{}', 'A potent and forbidden fertilizer concocted from mystical ingredients, known to produce extraordinary growth in plants.', 0.25), ('fertilizerwoj', 'Fertilizer with Wojape', 10, 1, 'item_standard', 1, 288, 1, '{}', 'Fertilizer infused with the essence of Wojape, a rare and powerful herb known for its profound effects on plant growth.', 0.25), ('fibers', 'Fibers', 20, 1, 'item_standard', 0, 289, 1, '{}', 'Fine threads or filaments extracted from plants or animals, often used for crafting or weaving.', 0.25), ('fier', 'Minereu de fier', 100, 1, 'item_standard', 1, 2070, 1, '{}', 'Nice item', 0.25), ('fish', 'Peste', 50, 1, 'item_standard', 1, 290, 1, '{}', 'A aquatic creature with fins and scales, commonly caught for food or sport.', 0.25), ('fishbait', 'Fishbait', 10, 1, 'item_standard', 1, 291, 1, '{}', 'A substance or lure used to attract fish, increasing the chances of a successful catch.', 0.25), ('fishchips', 'Fish and Chips', 10, 1, 'item_standard', 1, 292, 1, '{}', 'A classic dish consisting of fried fish fillets and potato chips, often served with tartar sauce.', 0.25), ('fishmeat', 'Bigfish Meat', 20, 1, 'item_standard', 1, 293, 1, '{}', 'Meat obtained from large fish species, known for its tender texture and rich flavor.', 0.25), ('flag', 'Camp Flag', 10, 1, 'item_standard', 1, 294, 1, '{}', 'A colorful and distinctive flag used to mark and identify a campsite or specific location.', 0.25), ('flameshoes', 'Potcoave foc', 4, 1, 'item_standard', 1, 5058, 1, '{}', 'nice item', 0.25), ('flour', 'Faina', 10, 1, 'item_standard', 1, 784, 1, '{}', 'Ground up wheat used for cooking and baking.', 0.25), ('floursack', 'Flour Sack', 10, 1, 'item_standard', 1, 785, 1, '{}', 'A sack of flour.', 0.25), ('flowerboxes', 'Flower Boxes', 20, 1, 'item_standard', 1, 295, 1, '{}', 'Containers or receptacles designed to hold and display blooming flowers, adding beauty and charm to any setting.', 0.25), ('foodbarrel', 'Food Barrel', 20, 1, 'item_standard', 1, 296, 1, '{}', 'A sturdy barrel used for storing and preserving food items, keeping them fresh and safe from pests.', 0.25), ('foodbook', 'Carte de bucate', 1, 1, 'item_standard', 1, 5088, 1, '{}', 'Carte de bucate', 0.25), ('food_barrel', 'Food Barrel', 20, 1, 'item_standard', 1, 297, 1, '{}', 'A large barrel specifically designed for storing and transporting food, ideal for provisioning during long journeys or expeditions.', 0.25), ('forestlicense', 'Licenta de padurar', 1, 1, 'item_standard', 1, 5108, 1, '{}', 'Licenta de padurar', 0.25), ('foxskin', 'Foxskin', 20, 1, 'item_standard', 1, 298, 1, '{}', 'The skin of a fox.', 0.25), ('foxt', 'Fox tooth', 20, 1, 'item_standard', 1, 299, 1, '{}', 'A tooth extracted from a fox.', 0.25), ('friedchicken', 'Pui prajit', 30, 1, 'item_standard', 1, 5089, 1, '{}', 'Pui Prajit', 0.25), ('friedtater', 'Fried Taters', 10, 1, 'item_standard', 1, 300, 1, '{}', 'Crispy and delicious fried potatoes.', 0.25), ('frogbull2_c', 'Poisoned Frogbull', 20, 1, 'item_standard', 1, 301, 1, '{}', 'A toxic variant of a frogbull.', 0.25), ('frogbull_c', 'Frogbull', 20, 1, 'item_standard', 1, 302, 1, '{}', 'A small creature found near water bodies.', 0.25), ('fsnakes', 'Blacktail rattlesnake pelt', 20, 1, 'item_standard', 1, 303, 1, '{}', 'The skin of a blacktail rattlesnake.', 0.25), ('game', 'Game Meat', 20, 1, 'item_standard', 1, 304, 1, '{}', 'Fresh meat obtained from hunting animals.', 0.25), ('Gamey_Meat', 'Gamey Meat', 10, 1, 'item_standard', 1, 305, 1, '{}', 'A type of meat with a distinct gamey flavor.', 0.25), ('Gator_Egg_3', 'Aligator Egg 3', 10, 1, 'item_standard', 1, 306, 1, '{}', 'The third stage of an alligator egg.', 0.25), ('Gator_Egg_4', 'Aligator Egg 4', 10, 1, 'item_standard', 1, 307, 1, '{}', 'The fourth stage of an alligator egg.', 0.25), ('Gator_Egg_5', 'Aligator Egg 5', 10, 1, 'item_standard', 1, 308, 1, '{}', 'The final stage of an alligator egg.', 0.25), ('gbarrelx', 'Gun Barrel', 20, 1, 'item_standard', 1, 309, 1, '{}', 'A part used in firearm manufacturing.', 0.25), ('gbears', 'Grizzly Bear skin', 20, 1, 'item_standard', 1, 310, 1, '{}', 'The skin of a grizzly bear.', 0.25), ('ginsengtea', 'Ginseng Tea', 10, 1, 'item_standard', 1, 311, 1, '{}', 'A soothing tea made from ginseng roots.', 0.25), ('glassbottle', 'Glass Bottle', 15, 1, 'item_standard', 1, 312, 1, '{}', 'A transparent bottle made of glass.', 0.25), ('glasseye', 'Glass Eye', 10, 1, 'item_standard', 1, 786, 1, '{}', 'A glass eye. Probably lost in a bar fight.', 0.25), ('gleguans', 'Green Iguana pelt', 20, 1, 'item_standard', 1, 313, 1, '{}', 'The skin of a green iguana.', 0.25), ('goathead', 'Goat head', 20, 1, 'item_standard', 1, 314, 1, '{}', 'The severed head of a goat.', 0.25), ('goats', 'Goat pelt', 20, 1, 'item_standard', 1, 315, 1, '{}', 'The skin of a goat.', 0.25), ('goldbar', 'Lingou de aur', 100, 1, 'item_standard', 1, 316, 1, '{}', 'A bar made of solid gold.', 0.25), ('Golden_Currant', 'Golden Currant', 10, 1, 'item_standard', 1, 317, 1, '{}', 'A type of golden-colored currant.', 0.25), ('Golden_Currant_Seed', 'Golden Currant Seed', 10, 1, 'item_standard', 1, 318, 1, '{}', 'A seed that can be planted to grow golden currants.', 0.25), ('goldfish', 'Gold Fish', 10, 1, 'item_standard', 0, 319, 1, '{}', 'A shimmering gold-colored fish.', 0.25), ('goldhorseshoe', 'Potcoave de aur', 4, 1, 'item_standard', 1, 5074, 1, '{}', 'nice item', 0.25), ('goldpan', 'Gold pan', 10, 1, 'item_standard', 1, 320, 1, '{}', 'A shallow pan used for gold panning.', 0.25), ('goldring', 'Gold Ring', 10, 1, 'item_standard', 1, 321, 1, '{}', 'A ring made of solid gold.', 0.25), ('gold_nugget', 'Gold nugget', 30, 1, 'item_standard', 0, 322, 1, '{}', 'A nugget of pure gold.', 0.25), ('gold_panning_license', 'Gold Panning License', 10, 1, 'item_standard', 1, 787, 1, '{}', 'A license to pan gold.', 0.25), ('gooseb', 'Goose beak', 20, 1, 'item_standard', 1, 323, 1, '{}', 'The beak of a goose.', 0.25), ('goosef', 'Goose feather', 20, 1, 'item_standard', 1, 324, 1, '{}', 'A feather obtained from a goose.', 0.25), ('Goose_Egg_4', 'Goose Egg', 10, 1, 'item_standard', 1, 325, 1, '{}', 'An egg laid by a goose.', 0.25), ('grainmill', 'Grain Mill', 10, 1, 'item_standard', 1, 788, 1, '{}', 'A hand-held Grain Mill for grinding grain.', 0.25), ('grapes', 'Struguri', 100, 1, 'item_standard', 1, 789, 1, '{}', 'A tasty fruit that grows in clusters. Often used to make wine.', 0.25), ('grapes_seed', 'Seminte Struguri', 100, 1, 'item_standard', 1, 5038, 1, '{}', 'nice item', 0.25), ('grinder', 'Grinder', 10, 1, 'item_standard', 1, 790, 1, '{}', 'Used to crush up and grind herbs and plants.', 0.25), ('guitar', 'Classic Guitar', 1, 1, 'item_standard', 1, 326, 1, '{}', 'A traditional six-string guitar.', 0.25), ('gunsmithlicense', 'Licenta de armurier', 1, 1, 'item_standard', 1, 5106, 1, '{}', 'Licenta de armurier', 0.25), ('gun_barrel', 'Gun Barrel', 20, 1, 'item_standard', 1, 327, 1, '{}', 'A cylindrical barrel used in firearm construction.', 0.25), ('gypsywagon', 'Gypsys Wagon Set', 20, 1, 'item_standard', 1, 328, 1, '{}', 'A set of items related to a gypsy wagon.', 0.25), ('hairpomade', 'Gel de par', 10, 1, 'item_standard', 1, 329, 1, '{}', 'A grooming product for styling hair.', 0.25), ('handcuffs', 'Catuse', 10, 1, 'item_standard', 1, 330, 1, '{}', 'Metal restraints used for restraining someone.', 0.25), ('handcuffskey', 'Cheii catuse', 10, 1, 'item_standard', 1, 2031, 1, '{}', 'nice item', 0.25), ('handmixer', 'Handmixer', 10, 1, 'item_standard', 1, 791, 1, '{}', 'A hand-held mixing device', 0.25), ('handsaw', 'Fierastrau', 10, 1, 'item_standard', 1, 792, 1, '{}', 'A hand saw used to cut wood', 0.25), ('hasis', 'Hasis', 100, 1, 'item_standard', 1, 2120, 1, '{}', 'Nice item', 0.25), ('hatchet', 'Topor', 20, 1, 'item_standard', 1, 331, 1, '{}', 'A small axe with a short handle.', 0.25), ('hawkf', 'Hawk feather', 20, 1, 'item_standard', 1, 332, 1, '{}', 'A feather obtained from a hawk.', 0.25), ('hawkt', 'Hawk claws', 20, 1, 'item_standard', 1, 333, 1, '{}', 'The sharp claws of a hawk.', 0.25), ('hay', 'Fan', 30, 1, 'item_standard', 1, 5070, 1, '{}', 'nice item', 0.25), ('Health_For_Dog', 'Pet Bandages', 10, 1, 'item_standard', 1, 334, 1, '{}', 'Bandages designed for treating injuries in pets.', 0.25), ('hemp', 'Hemp', 10, 1, 'item_standard', 1, 335, 1, '{}', 'A plant commonly used for its fiber.', 0.25), ('hemp_cig', 'Hemp Cigarette', 1, 1, 'item_standard', 1, 336, 1, '{}', 'A cigarette made from hemp leaves.', 0.25), ('hemp_seed', 'Hemp Seed', 20, 1, 'item_standard', 1, 337, 1, '{}', 'A seed that can be planted to grow hemp plants.', 0.25), ('herbalremedy', 'herbalremedy', 10, 1, 'item_standard', 1, 2016, 1, '{}', 'Nice item', 0.25), ('herbal_medicine', 'Herbal Medicine', 20, 1, 'item_standard', 1, 338, 1, '{}', 'Medicine made from natural herbal ingredients.', 0.25), ('herbal_tonic', 'Herbal Tonic', 20, 1, 'item_standard', 1, 339, 1, '{}', 'A tonic made from herbal extracts.', 0.25), ('herbmed', 'Herbal Remedy', 10, 1, 'item_standard', 1, 340, 1, '{}', 'A remedy made from various herbs.', 0.25), ('heroin', 'Heroina', 100, 1, 'item_standard', 1, 341, 1, '{}', 'A highly addictive and illegal drug.', 0.25), ('herptile', 'Herptile meat', 20, 1, 'item_standard', 1, 342, 1, '{}', 'Meat obtained from reptiles and amphibians.', 0.25), ('hitchingpost', 'Hitching Post', 20, 1, 'item_standard', 1, 343, 1, '{}', 'A post used for tying up horses.', 0.25), ('hoe', 'Garden Hoe', 10, 1, 'item_standard', 1, 344, 1, '{}', 'A gardening tool with a thin metal blade.', 0.25), ('honey', 'Miere', 100, 1, 'item_standard', 1, 345, 1, '{}', 'A sweet and sticky substance produced by bees.', 0.25), ('hop', 'Hamei', 100, 1, 'item_standard', 1, 346, 1, '{}', 'A plant used in brewing beer.', 0.25), ('hop_seed', 'Seminte Hamei', 100, 1, 'item_standard', 1, 347, 1, '{}', 'A seed that can be planted to grow hop plants.', 0.25), ('horsearrow', 'Săgeată de cal', 10, 1, 'item_standard', 1, 5053, 1, '{}', 'nice item', 0.25), ('horsebag1', 'Geanta cal 1', 1, 1, 'item_standard', 1, 5065, 1, '{}', 'nice item', 0.25), ('horseblanket', 'Patura cal', 1, 1, 'item_standard', 1, 5046, 1, '{}', 'nice item', 0.25), ('horsebrush', 'Perie cal', 5, 1, 'item_standard', 1, 348, 1, '{}', 'A brush used for grooming horses.', 0.25), ('horseflag', 'Steag call', 1, 1, 'item_standard', 1, 5064, 1, '{}', 'nice item', 0.25), ('horsehitches', 'Horse Hitches Set', 20, 1, 'item_standard', 1, 349, 1, '{}', 'A set of items used for hitching horses.', 0.25), ('horselantern', 'Lanterna cal', 1, 1, 'item_standard', 1, 5060, 1, '{}', 'nice item', 0.25), ('horseloadout1', 'horseloadout1', 1, 1, 'item_standard', 1, 5056, 1, '{}', 'nice item', 0.25), ('horseloadout2', 'horseloadout2', 1, 1, 'item_standard', 1, 5062, 1, '{}', 'nice item', 0.25), ('horseloadout4', 'horseloadout4', 1, 1, 'item_standard', 1, 5048, 1, '{}', 'nice item', 0.25), ('horseloadout5', 'horseloadout5', 1, 1, 'item_standard', 1, 5057, 1, '{}', 'nice item', 0.25), ('horseloadout6', 'horseloadout6', 1, 1, 'item_standard', 1, 5068, 1, '{}', 'nice item', 0.25), ('horseloadout7', 'horseloadout7', 1, 1, 'item_standard', 1, 5047, 1, '{}', 'nice item', 0.25), ('horseloasout3', 'horseloasout3', 1, 1, 'item_standard', 1, 5061, 1, '{}', 'nice item', 0.25), ('horsemask1', 'Masca cal 2', 1, 1, 'item_standard', 1, 5059, 1, '{}', 'nice item', 0.25), ('horsemask2', 'Masca cal', 1, 1, 'item_standard', 1, 5045, 1, '{}', 'nice item', 0.25), ('horsemeal', 'Horse ration', 10, 1, 'item_standard', 1, 350, 1, '{}', 'Food provided to horses for sustenance.', 0.25), ('horsetorch', 'Faclie', 1, 1, 'item_standard', 1, 5066, 1, '{}', 'nice item', 0.25), ('horsetrain', 'Antrenament cal', 1, 1, 'item_standard', 1, 5076, 1, '{}', 'nice item', 0.25), ('horsetrainerlicense', 'Licenta antrenor de cai', 1, 1, 'item_standard', 1, 5109, 1, '{}', 'Licenta antrenor de cai', 0.25), ('housekey', 'Cheii casa', 1, 1, 'item_standard', 1, 5001, 1, '{}', 'nice item', 0.25), ('Hummingbird_Sage', 'Hummingbird Sage', 10, 1, 'item_standard', 1, 351, 1, '{}', 'A type of sage plant favored by hummingbirds.', 0.25), ('Hummingbird_Sage_Seed', 'Hummingbird Sage Seed', 10, 1, 'item_standard', 1, 352, 1, '{}', 'A seed that can be planted to grow hummingbird sage.', 0.25), ('hunterlicense', 'Licenta de vanator', 1, 1, 'item_standard', 1, 5105, 1, '{}', 'Licenta de vanator', 0.25), ('hwood', 'Lemn dur', 100, 1, 'item_standard', 0, 353, 1, '{}', 'Durable and strong wood used in various applications.', 0.25), ('icetea', 'Ceai', 100, 1, 'item_standard', 1, 5099, 1, '{}', 'Ceai', 0.25), ('identitycard', 'Carte de identitate', 1, 1, 'item_standard', 1, 5000, 1, '{}', 'nice item', 0.25), ('iguanabits', 'Iguana Bits', 10, 1, 'item_standard', 1, 793, 1, '{}', 'Tasy cooked Iguna pieces.', 0.25), ('ilegalbook', 'Carte ilegala', 1, 1, 'item_standard', 1, 2119, 1, '{}', 'Nice item', 0.25), ('improvedhatchet', 'Improved hat chet', 10, 1, 'item_standard', 1, 2042, 1, '{}', 'nice item', 0.25), ('improvedpickaxe', 'Topor îmbunătățit', 10, 1, 'item_standard', 1, 2043, 1, '{}', 'nice item', 0.25), ('Indian_Tobbaco', 'Tutun', 100, 1, 'item_standard', 1, 354, 1, '{}', 'A type of tobacco used by Native Americans.', 0.25), ('Indian_Tobbaco_Seed', 'Seminte tutun', 100, 1, 'item_standard', 1, 355, 1, '{}', 'A seed that can be planted to grow Indian tobbaco plants.', 0.25), ('ink', 'Ink', 10, 1, 'item_standard', 1, 794, 1, '{}', 'A small bottle of ink.', 0.25), ('ironbar', 'Lingou de fier', 100, 1, 'item_standard', 1, 357, 1, '{}', 'A solid bar made of iron, known for its strength and durability.', 0.25), ('ironextract', 'Iron Extract', 1, 1, 'item_standard', 0, 358, 1, '{}', 'A concentrated form of iron, extracted from natural sources.', 0.25), ('ironhammer', 'Ciocan', 5, 1, 'item_standard', 1, 359, 1, '{}', 'A hammer with a head made of iron, used for various construction and crafting purposes.', 0.25), ('ironhorseshoe', 'Potcoave de fier', 4, 1, 'item_standard', 1, 5072, 1, '{}', 'nice item', 0.25), ('jewelrybook', 'Cartea de bijuterii', 1, 1, 'item_standard', 1, 5052, 1, '{}', 'nice item', 0.25), ('joint', 'Joint', 100, 1, 'item_standard', 1, 2055, 1, '{}', 'nice item', 0.25), ('kbirdb', 'Great Blue Heron Beak', 20, 1, 'item_standard', 1, 360, 1, '{}', 'The beak of a Great Blue Heron, known for its long and slender shape.', 0.25), ('kbirdf', 'Great Blue Heron Feather', 20, 1, 'item_standard', 1, 361, 1, '{}', 'A feather obtained from a Great Blue Heron, valued for its beauty and softness.', 0.25), ('kitchencounter', 'Kitchen Counter', 20, 1, 'item_standard', 1, 362, 1, '{}', 'A sturdy counter surface typically found in kitchens, providing space for food preparation and other tasks.', 0.25), ('kit_bandana', 'Bandana', 2, 1, 'item_standard', 1, 363, 1, '{}', 'A versatile and stylish piece of cloth that can be worn around the neck or head for various purposes. It adds a touch of fashion to any outfit.', 0.25), ('knotmeat', 'Knotmeat', 10, 1, 'item_standard', 1, 2015, 1, '{}', 'Nice item', 0.25), ('lamppost1', 'Lamp Post 1 Set', 20, 1, 'item_standard', 1, 364, 1, '{}', 'A set of Lamp Post 1', 0.25), ('lamppost2', 'Lamp Post 2 Set', 20, 1, 'item_standard', 1, 365, 1, '{}', 'A set of Lamp Post 2', 0.25), ('lanterna', 'Lantern', 20, 1, 'item_standard', 1, 366, 1, '{}', 'A lantern', 0.25), ('lavender_seed', 'Seminte Lavanda', 100, 1, 'item_standard', 1, 5037, 1, '{}', 'nice item', 0.25), ('leather', 'Piele', 50, 1, 'item_standard', 1, 367, 1, '{}', 'Leather material', 0.25), ('leatherchair', 'Leather Chair', 20, 1, 'item_standard', 1, 368, 1, '{}', 'A leather chair', 0.25), ('leather_chair', 'Leather Chair', 20, 1, 'item_standard', 1, 369, 1, '{}', 'A leather chair', 0.25), ('ledger', 'Ledger', 10, 1, 'item_standard', 1, 2045, 1, '{}', 'nice item', 0.25), ('legalbook', 'Legal Book', 1, 1, 'item_standard', 1, 370, 1, '{}', 'A legal book', 0.25), ('legaligators', 'Legendary Alligator pelt', 20, 1, 'item_standard', 1, 371, 1, '{}', 'A legendary pelt from an alligator', 0.25), ('legaligators1', 'Legendary Teca Alligator pelt', 20, 1, 'item_standard', 1, 372, 1, '{}', 'A legendary pelt from a Teca Alligator', 0.25), ('legaligators2', 'Legendary Sun Alligator pelt', 20, 1, 'item_standard', 1, 373, 1, '{}', 'A legendary pelt from a Sun Alligator', 0.25), ('legaligators3', 'Legendary Banded Alligator pelt', 20, 1, 'item_standard', 1, 374, 1, '{}', 'A legendary pelt from a Banded Alligator', 0.25), ('legalpaper', 'Legal Paper', 4, 1, 'item_standard', 1, 375, 1, '{}', 'Legal paper', 0.25), ('legbears1', 'Legendary Deadly Bear pelt', 20, 1, 'item_standard', 1, 376, 1, '{}', 'A legendary pelt from a Deadly Bear', 0.25), ('legbears2', 'Legendary Owiza Bear pelt', 20, 1, 'item_standard', 1, 377, 1, '{}', 'A legendary pelt from an Owiza Bear', 0.25), ('legbears3', 'Legendary Ridgeback Spirit Bear pelt', 20, 1, 'item_standard', 1, 378, 1, '{}', 'A legendary pelt from a Ridgeback Spirit Bear', 0.25), ('legbears4', 'Legendary Golden Spirit Bear pelt', 20, 1, 'item_standard', 1, 379, 1, '{}', 'A legendary pelt from a Golden Spirit Bear', 0.25), ('legbeavers1', 'Legendary Grey Beaver pelt', 20, 1, 'item_standard', 1, 380, 1, '{}', 'A legendary pelt from a Grey Beaver', 0.25), ('legbeavers2', 'Legendary White Beaver pelt', 20, 1, 'item_standard', 1, 381, 1, '{}', 'A legendary pelt from a White Beaver', 0.25), ('legbeavers3', 'Legendary Black Beaver pelt', 20, 1, 'item_standard', 1, 382, 1, '{}', 'A legendary pelt from a Black Beaver', 0.25), ('legbeawers', 'Legendary Beaver pelt', 20, 1, 'item_standard', 1, 383, 1, '{}', 'A legendary pelt from a Beaver', 0.25), ('legbisonhorn', 'Legendary Bison Horns', 20, 1, 'item_standard', 1, 384, 1, '{}', 'A pair of majestic horns from a legendary bison', 0.25), ('legbisons', 'Legendary Bison pelt', 20, 1, 'item_standard', 1, 385, 1, '{}', 'A rare and valuable pelt from a legendary bison', 0.25), ('legbisons1', 'Legendary Tatanka Bison pelt', 20, 1, 'item_standard', 1, 386, 1, '{}', 'An exquisite pelt from a legendary Tatanka Bison', 0.25), ('legbisons2', 'Legendary Winyan Bison pelt', 20, 1, 'item_standard', 1, 387, 1, '{}', 'A beautiful pelt from a legendary Winyan Bison', 0.25), ('legbisons3', 'Legendary Payata Bison pelt', 20, 1, 'item_standard', 1, 388, 1, '{}', 'A prized pelt from a legendary Payata Bison', 0.25), ('legbisonstak', 'Legendary Takanta Bison pelt', 20, 1, 'item_standard', 1, 389, 1, '{}', 'An exceptional pelt from a legendary Takanta Bison', 0.25), ('legboars', 'Legendary Boar pelt', 20, 1, 'item_standard', 1, 390, 1, '{}', 'A rare and sought-after pelt from a legendary boar', 0.25), ('legboars1', 'Legendary Cogi Boar pelt', 20, 1, 'item_standard', 1, 391, 1, '{}', 'A magnificent pelt from a legendary Cogi Boar', 0.25), ('legboars2', 'Legendary Wakpa Boar pelt', 20, 1, 'item_standard', 1, 392, 1, '{}', 'A formidable pelt from a legendary Wakpa Boar', 0.25), ('legboars3', 'Legendary Icahi Boar pelt', 20, 1, 'item_standard', 1, 393, 1, '{}', 'A rare pelt from a legendary Icahi Boar', 0.25), ('legboars4', 'Legendary Wildhog pelt', 20, 1, 'item_standard', 1, 394, 1, '{}', 'An untamed pelt from a legendary Wildhog', 0.25), ('legbucks', 'Legendary Buck skin', 20, 1, 'item_standard', 1, 395, 1, '{}', 'A prized skin from a legendary buck', 0.25), ('legbucks1', 'Legendary Buck pelt', 20, 1, 'item_standard', 1, 396, 1, '{}', 'A splendid pelt from a legendary buck', 0.25), ('legbucks2', 'Legendary Mudrunner Buck pelt', 20, 1, 'item_standard', 1, 397, 1, '{}', 'A distinct pelt from a legendary Mudrunner Buck', 0.25), ('legbucks3', 'Legendary Snow Buck pelt', 20, 1, 'item_standard', 1, 398, 1, '{}', 'A pristine pelt from a legendary Snow Buck', 0.25), ('legbucks4', 'Legendary Shadow Buck pelt', 20, 1, 'item_standard', 1, 399, 1, '{}', 'A mysterious pelt from a legendary Shadow Buck', 0.25), ('legcougars', 'Legendary Cougar skin', 20, 1, 'item_standard', 1, 400, 1, '{}', 'A rare and valuable skin from a legendary cougar', 0.25), ('legcougars1', 'Legendary Iguga Cougar pelt', 20, 1, 'item_standard', 1, 401, 1, '{}', 'A striking pelt from a legendary Iguga Cougar', 0.25), ('legcougars2', 'Legendary Maza Cougar pelt', 20, 1, 'item_standard', 1, 402, 1, '{}', 'An exceptional pelt from a legendary Maza Cougar', 0.25), ('legcougars3', 'Legendary Sapa Cougar pelt', 20, 1, 'item_standard', 1, 403, 1, '{}', 'A majestic pelt from a legendary Sapa Cougar', 0.25), ('legcougars4', 'Legendary Black Cougar pelt', 20, 1, 'item_standard', 1, 404, 1, '{}', 'A rare pelt from a legendary Black Cougar', 0.25), ('legcoyotes', 'Legendary Coyote skin', 20, 1, 'item_standard', 1, 405, 1, '{}', 'A prized skin from a legendary coyote', 0.25), ('legcoyotes1', 'Legendary Red Streak Coyote pelt', 20, 1, 'item_standard', 1, 406, 1, '{}', 'A vibrant pelt from a legendary Red Streak Coyote', 0.25), ('legcoyotes2', 'Legendary Midnight Paw Coyote pelt', 20, 1, 'item_standard', 1, 407, 1, '{}', 'A dark and mysterious pelt from a legendary Midnight Paw Coyote', 0.25), ('legcoyotes3', 'Legendary Milk Coyote pelt', 20, 1, 'item_standard', 1, 408, 1, '{}', 'A rare pelt from a legendary Milk Coyote', 0.25), ('legelkantler', 'Legendary Elk Antlers', 20, 1, 'item_standard', 1, 409, 1, '{}', 'A magnificent set of antlers from a legendary elk', 0.25), ('legelks', 'Legendary Elk pelt', 20, 1, 'item_standard', 1, 410, 1, '{}', 'An impressive pelt from a legendary elk', 0.25), ('legelks1', 'Legendary Katata Elk pelt', 20, 1, 'item_standard', 1, 411, 1, '{}', 'An exceptional pelt from a legendary Katata Elk', 0.25), ('legelks2', 'Legendary Ozula Elk pelt', 20, 1, 'item_standard', 1, 412, 1, '{}', 'A rare pelt from a legendary Ozula Elk', 0.25), ('legelks3', 'Legendary Inahme Elk pelt', 20, 1, 'item_standard', 1, 413, 1, '{}', 'An exquisite pelt from a legendary Inahme Elk', 0.25), ('legendarysaddle', 'Sa legendara', 1, 1, 'item_standard', 1, 5067, 1, '{}', 'nice item', 0.25), ('legendbuckantler', 'Legendary Buck Antlers', 20, 1, 'item_standard', 1, 414, 1, '{}', 'A pair of majestic antlers from a legendary buck', 0.25), ('legendsnakes', 'Legendary Boa pelt', 20, 1, 'item_standard', 1, 415, 1, '{}', 'A rare and valuable pelt from a legendary boa', 0.25), ('legfoxs2', 'Legendary Marble Fox pelt', 20, 1, 'item_standard', 1, 416, 1, '{}', 'A beautiful pelt from a legendary Marble Fox', 0.25), ('legfoxs3', 'Legendary Cross Fox pelt', 20, 1, 'item_standard', 1, 417, 1, '{}', 'An exquisite pelt from a legendary Cross Fox', 0.25), ('legfoxskin', 'Legendary Fox skin', 20, 1, 'item_standard', 1, 418, 1, '{}', 'A valuable and versatile skin from a legendary fox', 0.25), ('leggbears', 'Legendary Bear skin', 20, 1, 'item_standard', 1, 419, 1, '{}', 'A formidable and sought-after skin from a legendary bear', 0.25), ('legmooseantler', 'Legendary Moose Antlers', 20, 1, 'item_standard', 1, 420, 1, '{}', 'A massive set of antlers from a legendary moose', 0.25), ('legmooses', 'Legendary Moose pelt', 20, 1, 'item_standard', 1, 421, 1, '{}', 'A majestic pelt from a legendary moose', 0.25), ('legmooses1', 'Legendary Snowflake Moose pelt', 20, 1, 'item_standard', 1, 422, 1, '{}', 'A pristine pelt from a legendary Snowflake Moose', 0.25), ('legmooses2', 'Legendary Knight Moose pelt', 20, 1, 'item_standard', 1, 423, 1, '{}', 'An impressive pelt from a legendary Knight Moose', 0.25), ('legmooses3', 'Legendary Rudy Moose pelt', 20, 1, 'item_standard', 1, 424, 1, '{}', 'A distinctive pelt from a legendary Rudy Moose', 0.25), ('legpanthers1', 'Legendary Nightwalker Panther pelt', 20, 1, 'item_standard', 1, 425, 1, '{}', 'A dark and elusive pelt from a legendary Nightwalker Panther', 0.25), ('legpanthers2', 'Legendary Ghost Panther pelt', 20, 1, 'item_standard', 1, 426, 1, '{}', 'An ethereal pelt from a legendary Ghost Panther', 0.25), ('legpanthers3', 'Legendary Iwakta Panther pelt', 20, 1, 'item_standard', 1, 427, 1, '{}', 'A rare and valuable pelt from a legendary Iwakta Panther', 0.25), ('legprongs', 'Legendary Pronghorn skin', 20, 1, 'item_standard', 1, 428, 1, '{}', 'A sleek and coveted skin from a legendary pronghorn', 0.25), ('legramhorn', 'Legendary Ram Horns', 20, 1, 'item_standard', 1, 429, 1, '{}', 'Impressive horns from a legendary ram', 0.25), ('legrams', 'Legendary Ram pelt', 20, 1, 'item_standard', 1, 430, 1, '{}', 'A distinctive pelt from a legendary ram', 0.25), ('legrams1', 'Legendary Gabbro Horn Ram pelt', 20, 1, 'item_standard', 1, 431, 1, '{}', 'A rare and valuable pelt from a legendary Gabbro Horn Ram', 0.25), ('legrams2', 'Legendary Chalk Horn Ram pelt', 20, 1, 'item_standard', 1, 432, 1, '{}', 'An exceptional pelt from a legendary Chalk Horn Ram', 0.25), ('legrams3', 'Legendary Rutile Horn Ram pelt', 20, 1, 'item_standard', 1, 433, 1, '{}', 'An exquisite pelt from a legendary Rutile Horn Ram', 0.25), ('legrams4', 'Legendary GreatHorn Ram pelt', 20, 1, 'item_standard', 1, 434, 1, '{}', 'An impressive pelt from a legendary GreatHorn Ram', 0.25), ('legwolfpelt', 'Legendary Wolf skin', 20, 1, 'item_standard', 1, 435, 1, '{}', 'A prized and valuable skin from a legendary wolf', 0.25), ('legwolfs1', 'Legendary Emerald Wolf pelt', 20, 1, 'item_standard', 1, 436, 1, '{}', 'A vibrant pelt from a legendary Emerald Wolf', 0.25), ('legwolfs2', 'Legendary Onyx Wolf pelt', 20, 1, 'item_standard', 1, 437, 1, '{}', 'nice item', 0.25), ('legwolfs3', 'Legendary Moonstone Wolf pelt', 20, 1, 'item_standard', 1, 438, 1, '{}', 'A magnificent pelt from a legendary Moonstone Wolf', 0.25), ('lizardl', 'Lizard foot', 20, 1, 'item_standard', 1, 439, 1, '{}', 'A preserved foot of a lizard', 0.25), ('lizards', 'Lizard pelt', 20, 1, 'item_standard', 1, 2064, 1, '{}', 'A unique and scaly skin from a lizard', 0.25), ('log', 'Bustean', 100, 1, 'item_standard', 1, 5032, 1, '{}', 'Bustean', 0.25), ('log_bencha', 'Log Bench 1', 20, 1, 'item_standard', 1, 2061, 1, '{}', 'A comfortable log bench for outdoor seating', 0.25), ('log_benchb', 'Banc de lemn', 10, 1, 'item_standard', 1, 5022, 1, '{}', 'nice item', 0.25), ('loonb', 'Common loon beak', 20, 1, 'item_standard', 1, 447, 1, '{}', 'The beak of a common loon bird', 0.25), ('loonf', 'Common loon feather', 20, 1, 'item_standard', 1, 448, 1, '{}', 'A beautiful feather from a common loon bird', 0.25), ('loungechair', 'Lounge Chair', 20, 1, 'item_standard', 1, 449, 1, '{}', 'A comfortable and stylish lounge chair', 0.25), ('loungechair2', 'Lounge Chair 2', 20, 1, 'item_standard', 1, 450, 1, '{}', 'A modern and luxurious lounge chair', 0.25), ('lumberaxe', 'Lumber Axe', 1, 1, 'item_standard', 1, 451, 1, '{}', 'A sturdy axe designed for cutting lumber', 0.25), ('mackerel', 'Mackerel', 10, 1, 'item_standard', 0, 452, 1, '{}', 'A small and silvery fish called mackerel', 0.25), ('malt', 'Malt', 100, 1, 'item_standard', 1, 5095, 1, '{}', 'Malt', 0.25), ('malt_seed', 'Seminte Malt', 100, 1, 'item_standard', 1, 5040, 1, '{}', 'nice item', 0.25), ('manerlemn', 'Maner de Lemn', 100, 1, 'item_standard', 1, 5091, 1, '{}', 'nice item', 0.25), ('marriagebook', 'Marriage Book', 1, 1, 'item_standard', 1, 453, 1, '{}', 'A book containing the guidelines and rituals for marriage', 0.25), ('marriagecertification', 'Marriage Certify', 2, 1, 'item_standard', 1, 454, 1, '{}', 'A legal document certifying a marriage', 0.25), ('mashalaskan', 'Alaskan Gin Mash', 20, 1, 'item_standard', 1, 455, 1, '{}', 'A mixture of ingredients used in the production of Alaskan gin', 0.25), ('mashamerican', 'Alaskan Gin Mash', 20, 1, 'item_standard', 1, 456, 1, '{}', 'A blend of ingredients used in the production of Alaskan gin', 0.25), ('mashapple', 'Piure de mere', 20, 1, 'item_standard', 1, 457, 1, '{}', 'A mashed mixture of apples used for various recipes', 0.25), ('mashblackberry', 'Blackberry Mash', 20, 1, 'item_standard', 1, 458, 1, '{}', 'A mashed mixture of blackberries used in cooking and beverages', 0.25), ('mashblackberry90p', 'Blackberry Mash 90p', 20, 1, 'item_standard', 1, 459, 1, '{}', 'A concentrated blackberry mash used for crafting high-quality beverages', 0.25), ('mashpeach', 'Peach Mash', 20, 1, 'item_standard', 1, 460, 1, '{}', 'A mashed mixture of peaches used in culinary preparations', 0.25), ('mashplum', 'Plum Mash', 20, 1, 'item_standard', 1, 461, 1, '{}', 'A mashed mixture of plums used in cooking and distilling', 0.25), ('mashraspberry', 'Raspberry Mash', 20, 1, 'item_standard', 1, 462, 1, '{}', 'A mashed mixture of raspberries used for culinary purposes', 0.25), ('mashraspberry90p', 'Raspberry Mash 90p', 20, 1, 'item_standard', 1, 463, 1, '{}', 'A concentrated raspberry mash used for crafting potent beverages', 0.25), ('mashstrong', 'Strong Mash Batch', 20, 1, 'item_standard', 1, 464, 1, '{}', 'A powerful and highly concentrated mash batch for advanced recipes', 0.25), ('matrita', 'Matrita lingouri', 100, 1, 'item_standard', 1, 5112, 1, '{}', 'nice item', 0.25), ('meat', 'Carne', 20, 1, 'item_standard', 1, 465, 1, '{}', 'Fresh and uncooked meat from various animals', 0.25), ('medicinebook', 'Cartea de medicamente', 1, 1, 'item_standard', 1, 5051, 1, '{}', 'nice item', 0.25), ('metal_gear', 'Metal gear', 10, 1, 'item_standard', 1, 795, 1, '{}', 'A metal gear used in many machines.', 0.25), ('mexitillas', 'Mexitillas', 10, 1, 'item_standard', 1, 796, 1, '{}', 'A can of mixed mexcian beans.', 0.25), ('mexitillastaco', 'Taco', 10, 1, 'item_standard', 1, 797, 1, '{}', 'A delicous taco.', 0.25), ('milk', 'Lapte', 50, 1, 'item_standard', 1, 466, 1, '{}', 'A nutritious and creamy dairy product', 0.25), ('Milk_Weed', 'Milk Weed', 10, 1, 'item_standard', 1, 467, 1, '{}', 'A plant with milky sap used for medicinal purposes', 0.25), ('Milk_Weed_Seed', 'Milk Weed Seed', 10, 1, 'item_standard', 1, 468, 1, '{}', 'Seeds of the milkweed plant for cultivation', 0.25), ('minereuaur', 'Minereu aur', 100, 1, 'item_standard', 1, 5117, 1, '{}', 'nice item', 0.25), ('mininglicense', 'Licenta de miner', 1, 1, 'item_standard', 1, 5104, 1, '{}', 'Licenta de miner', 0.25), ('money_coin', 'Coin', 10, 1, 'item_standard', 1, 798, 1, '{}', 'A simple metal coin', 0.25), ('money_coinpurse', 'Coin Purse', 10, 1, 'item_standard', 1, 799, 1, '{}', 'A small coin purse.', 0.25), ('moonshine', 'Moonshine', 10, 1, 'item_standard', 1, 469, 1, '{}', 'An illegally distilled and potent alcoholic beverage', 0.25), ('mooseantler', 'Moose Antlers', 20, 1, 'item_standard', 1, 470, 1, '{}', 'Impressive antlers shed by a moose', 0.25), ('mooses', 'Moose pelt', 20, 1, 'item_standard', 1, 471, 1, '{}', 'A large and thick fur coat from a moose', 0.25), ('morpcert', 'Morphine Prescription', 10, 1, 'item_standard', 1, 472, 1, '{}', 'A medical prescription for morphine medication', 0.25), ('morphine', 'Morfina', 10, 1, 'item_standard', 1, 473, 1, '{}', 'A potent analgesic and narcotic medication', 0.25), ('mountainmen', 'Mountain Camp Set', 20, 1, 'item_standard', 1, 474, 1, '{}', 'A set of equipment and supplies for a mountain camp', 0.25), ('mp001_p_group_barrelshot02', 'Butoaie', 5, 1, 'item_standard', 1, 4037, 11, '{}', 'Furniture for your house ! !', 0.25), ('mp001_p_group_logs01', 'Busteni', 5, 1, 'item_standard', 1, 4038, 11, '{}', 'Furniture for your house ! !', 0.25), ('mp001_p_group_logs02', 'Busteni 2', 5, 1, 'item_standard', 1, 4039, 11, '{}', 'Furniture for your house ! !', 0.25), ('mp001_p_mp_finishlinefire01x', 'Stalp', 5, 1, 'item_standard', 1, 4081, 11, '{}', 'Stalp de iluminat cu lemne de foc !', 0.25), ('mp001_p_mp_finishline_bonfire01x', 'Foc de tabara 1', 5, 1, 'item_standard', 1, 4079, 11, '{}', 'Foc de tabara !', 0.25), ('mp001_p_mp_finishline_bonfire02x', 'Foc de tabara 2', 5, 1, 'item_standard', 1, 4080, 11, '{}', 'Foc de tabara !', 0.25), ('mp001_p_mp_still02x', 'Brennerei', 1, 1, 'item_standard', 1, 475, 1, '{}', 'A large still used for distilling alcoholic beverages', 0.25), ('mp001_s_splitfirelog01x', 'Lemne de foc', 100, 1, 'item_standard', 1, 5024, 1, '{}', 'nice item', 0.25), ('mp006_p_mshn_painting01x', 'Vopsea 1', 10, 1, 'item_standard', 1, 5009, 1, '{}', 'nice item', 0.25), ('mp006_p_mshn_painting02x', 'Vopsea 2', 10, 1, 'item_standard', 1, 5005, 1, '{}', 'nice item', 0.25), ('mp006_p_mshn_painting03x', 'Vopsea 3', 10, 1, 'item_standard', 1, 5017, 1, '{}', 'nice item', 0.25), ('mp006_p_mshn_painting04x', 'Vopsea 4', 10, 1, 'item_standard', 1, 5020, 1, '{}', 'nice item', 0.25), ('mp006_p_mshn_painting05x', 'Vopsea 5', 10, 1, 'item_standard', 1, 5018, 1, '{}', 'nice item', 0.25), ('mp006_p_mshn_painting06x', 'Vopsea 6', 10, 1, 'item_standard', 1, 5007, 1, '{}', 'nice item', 0.25), ('mp006_p_mshn_painting07x', 'Vopsea 7', 10, 1, 'item_standard', 1, 5006, 1, '{}', 'nice item', 0.25), ('mp006_p_mshn_painting08x', 'Vopsea 8', 10, 1, 'item_standard', 1, 5021, 1, '{}', 'nice item', 0.25), ('mp006_p_mshn_painting09x', 'Vopsea 9', 10, 1, 'item_standard', 1, 5008, 1, '{}', 'nice item', 0.25), ('mp006_p_mshn_painting10x', 'Vopsea 10', 10, 1, 'item_standard', 1, 5015, 1, '{}', 'nice item', 0.25), ('mp006_p_mshn_painting11x', 'Vopsea 11', 10, 1, 'item_standard', 1, 5016, 1, '{}', 'nice item', 0.25), ('mp006_p_mshn_painting12x', 'Vopsea 12', 10, 1, 'item_standard', 1, 5019, 1, '{}', 'nice item', 0.25), ('mp006_s_lootablechest03x', 'Cufar 01 (Stash)', 10, 1, 'item_standard', 1, 4085, 11, '{}', 'Stash for your house ! !', 0.25), ('mp009_p_mp_chestornate01x', 'Cufar 03 (Stash)', 10, 1, 'item_standard', 1, 4087, 11, '{}', 'Stash for your house ! !', 0.25), ('muskrats', 'Muskrat skin', 20, 1, 'item_standard', 1, 476, 1, '{}', 'The fur skin of a muskrat, commonly used for crafting', 0.25), ('Mutton', 'Mutton', 20, 1, 'item_standard', 1, 477, 1, '{}', 'Meat from mature sheep used in cooking', 0.25), ('nails', 'Cuie', 100, 1, 'item_standard', 1, 478, 1, '{}', 'Small metal fasteners used for joining materials', 0.25), ('nativearms', 'Nati vearms', 10, 1, 'item_standard', 1, 5026, 1, '{}', 'nice item', 0.25), ('nativebasket1', 'Native Basket 1', 20, 1, 'item_standard', 1, 479, 1, '{}', 'A traditional native basket for carrying items', 0.25), ('nativebasket2', 'Native Basket 2', 20, 1, 'item_standard', 1, 480, 1, '{}', 'A second variation of a traditional native basket', 0.25), ('nativebed', 'Pat nativ', 10, 1, 'item_standard', 1, 5025, 1, '{}', 'nice item', 0.25), ('nativedecor', 'Native Decor Set', 20, 1, 'item_standard', 1, 481, 1, '{}', 'A set of decorative native items for display', 0.25), ('nativemask', 'Masca nativa', 10, 1, 'item_standard', 1, 5023, 1, '{}', 'nice item', 0.25), ('nativepot', 'Native Pot', 20, 1, 'item_standard', 1, 482, 1, '{}', 'A traditional native pot for cooking and storage', 0.25), ('nativeskull', 'Native Decor 1', 20, 1, 'item_standard', 1, 483, 1, '{}', 'A decorative native skull for ornamental purposes', 0.25), ('naturalwagon', 'Naturalists Wagon Set', 20, 1, 'item_standard', 1, 484, 1, '{}', 'A wagon set equipped for naturalists and explorers', 0.25), ('nbx_flowerarng1x', 'Decoratii flori', 10, 1, 'item_standard', 1, 5030, 1, '{}', 'nice item', 0.25), ('newspaper', 'Newspaper', 20, 1, 'item_standard', 1, 485, 1, '{}', 'A printed publication containing news and articles', 0.25), ('newspapered001', 'Newspaper Ed.001', 100, 1, 'item_standard', 1, 5140, 1, '{}', 'nice item', 0.25), ('newspapered002', 'Newspaper Ed.002', 100, 1, 'item_standard', 1, 5141, 1, '{}', 'nice item', 0.25), ('newspapered003', 'Newspaper Ed.003', 100, 1, 'item_standard', 1, 5142, 1, '{}', 'nice item', 0.25), ('newspapered004', 'Newspaper Ed.004', 100, 1, 'item_standard', 1, 5143, 1, '{}', 'nice item', 0.25), ('newspapered005', 'Newspaper Ed.005', 100, 1, 'item_standard', 1, 5144, 1, '{}', 'nice item', 0.25), ('newspapered006', 'Newspaper Ed.006', 100, 1, 'item_standard', 1, 5145, 1, '{}', 'nice item', 0.25), ('newspapered007', 'Newspaper Ed.007', 100, 1, 'item_standard', 1, 5146, 1, '{}', 'nice item', 0.25), ('newspapered008', 'Newspaper Ed.008', 100, 1, 'item_standard', 1, 5147, 1, '{}', 'nice item', 0.25), ('newspapered009', 'Newspaper Ed.009', 100, 1, 'item_standard', 1, 5148, 1, '{}', 'nice item', 0.25), ('newspapered010', 'Newspaper Ed.010', 100, 1, 'item_standard', 1, 5149, 1, '{}', 'nice item', 0.25), ('newspapered011', 'Newspaper Ed.011', 100, 1, 'item_standard', 1, 5150, 1, '{}', 'nice item', 0.25), ('newspapered012', 'Newspaper Ed.012', 100, 1, 'item_standard', 1, 5151, 1, '{}', 'nice item', 0.25), ('newspapered013', 'Newspaper Ed.013', 100, 1, 'item_standard', 1, 5152, 1, '{}', 'nice item', 0.25), ('newspapered014', 'Newspaper Ed.014', 100, 1, 'item_standard', 1, 5153, 1, '{}', 'nice item', 0.25), ('newspapered015', 'Newspaper Ed.015', 100, 1, 'item_standard', 1, 5154, 1, '{}', 'nice item', 0.25), ('newspapered016', 'Newspaper Ed.016', 100, 1, 'item_standard', 1, 5155, 1, '{}', 'nice item', 0.25), ('newspapered017', 'Newspaper Ed.017', 100, 1, 'item_standard', 1, 5156, 1, '{}', 'nice item', 0.25), ('newspapered018', 'Newspaper Ed.018', 100, 1, 'item_standard', 1, 5157, 1, '{}', 'nice item', 0.25), ('newspapered019', 'Newspaper Ed.019', 100, 1, 'item_standard', 1, 5158, 1, '{}', 'nice item', 0.25), ('newspapered020', 'Newspaper Ed.020', 100, 1, 'item_standard', 1, 5159, 1, '{}', 'nice item', 0.25), ('newspapered021', 'Newspaper Ed.021', 100, 1, 'item_standard', 1, 5160, 1, '{}', 'nice item', 0.25), ('newspapered022', 'Newspaper Ed.022', 100, 1, 'item_standard', 1, 5161, 1, '{}', 'nice item', 0.25), ('newspapered023', 'Newspaper Ed.023', 100, 1, 'item_standard', 1, 5162, 1, '{}', 'nice item', 0.25), ('newspapered024', 'Newspaper Ed.024', 100, 1, 'item_standard', 1, 5163, 1, '{}', 'nice item', 0.25), ('newspapered025', 'Newspaper Ed.025', 100, 1, 'item_standard', 1, 5164, 1, '{}', 'nice item', 0.25), ('newspapered026', 'Newspaper Ed.026', 100, 1, 'item_standard', 1, 5165, 1, '{}', 'nice item', 0.25), ('newspapered027', 'Newspaper Ed.027', 100, 1, 'item_standard', 1, 5166, 1, '{}', 'nice item', 0.25), ('newspapered028', 'Newspaper Ed.028', 100, 1, 'item_standard', 1, 5167, 1, '{}', 'nice item', 0.25), ('newspapered029', 'Newspaper Ed.029', 100, 1, 'item_standard', 1, 5168, 1, '{}', 'nice item', 0.25), ('newspapered030', 'Newspaper Ed.030', 100, 1, 'item_standard', 1, 5169, 1, '{}', 'nice item', 0.25), ('newspapered031', 'Newspaper Ed.031', 100, 1, 'item_standard', 1, 5170, 1, '{}', 'nice item', 0.25), ('newspapered032', 'Newspaper Ed.032', 100, 1, 'item_standard', 1, 5171, 1, '{}', 'nice item', 0.25), ('newspapered033', 'Newspaper Ed.033', 100, 1, 'item_standard', 1, 5172, 1, '{}', 'nice item', 0.25), ('newspapered034', 'Newspaper Ed.034', 100, 1, 'item_standard', 1, 5173, 1, '{}', 'nice item', 0.25), ('newspapered035', 'Newspaper Ed.035', 100, 1, 'item_standard', 1, 5174, 1, '{}', 'nice item', 0.25), ('newspapered036', 'Newspaper Ed.036', 100, 1, 'item_standard', 1, 5175, 1, '{}', 'nice item', 0.25), ('newspapered037', 'Newspaper Ed.037', 100, 1, 'item_standard', 1, 5176, 1, '{}', 'nice item', 0.25), ('newspapered038', 'Newspaper Ed.038', 100, 1, 'item_standard', 1, 5177, 1, '{}', 'nice item', 0.25), ('newspapered039', 'Newspaper Ed.039', 100, 1, 'item_standard', 1, 5178, 1, '{}', 'nice item', 0.25), ('newspapered040', 'Newspaper Ed.040', 100, 1, 'item_standard', 1, 5179, 1, '{}', 'nice item', 0.25), ('newspapered041', 'Newspaper Ed.041', 100, 1, 'item_standard', 1, 5180, 1, '{}', 'nice item', 0.25), ('newspapered042', 'Newspaper Ed.042', 100, 1, 'item_standard', 1, 5181, 1, '{}', 'nice item', 0.25), ('newspapered043', 'Newspaper Ed.043', 100, 1, 'item_standard', 1, 5182, 1, '{}', 'nice item', 0.25), ('newspapered044', 'Newspaper Ed.044', 100, 1, 'item_standard', 1, 5183, 1, '{}', 'nice item', 0.25), ('newspapered045', 'Newspaper Ed.045', 100, 1, 'item_standard', 1, 5184, 1, '{}', 'nice item', 0.25), ('newspapered046', 'Newspaper Ed.046', 100, 1, 'item_standard', 1, 5185, 1, '{}', 'nice item', 0.25), ('newspapered047', 'Newspaper Ed.047', 100, 1, 'item_standard', 1, 5186, 1, '{}', 'nice item', 0.25), ('newspapered048', 'Newspaper Ed.048', 100, 1, 'item_standard', 1, 5187, 1, '{}', 'nice item', 0.25), ('newspapered049', 'Newspaper Ed.049', 100, 1, 'item_standard', 1, 5188, 1, '{}', 'nice item', 0.25), ('newspapered050', 'Newspaper Ed.050', 100, 1, 'item_standard', 1, 5189, 1, '{}', 'nice item', 0.25), ('newspapered051', 'Newspaper Ed.051', 100, 1, 'item_standard', 1, 5190, 1, '{}', 'nice item', 0.25), ('newspapered052', 'Newspaper Ed.052', 100, 1, 'item_standard', 1, 5191, 1, '{}', 'nice item', 0.25), ('newspapered053', 'Newspaper Ed.053', 100, 1, 'item_standard', 1, 5192, 1, '{}', 'nice item', 0.25), ('newspapered054', 'Newspaper Ed.054', 100, 1, 'item_standard', 1, 5193, 1, '{}', 'nice item', 0.25), ('newspapered055', 'Newspaper Ed.055', 100, 1, 'item_standard', 1, 5194, 1, '{}', 'nice item', 0.25), ('newspapered056', 'Newspaper Ed.056', 100, 1, 'item_standard', 1, 5195, 1, '{}', 'nice item', 0.25), ('newspapered057', 'Newspaper Ed.057', 100, 1, 'item_standard', 1, 5196, 1, '{}', 'nice item', 0.25), ('newspapered058', 'Newspaper Ed.058', 100, 1, 'item_standard', 1, 5197, 1, '{}', 'nice item', 0.25), ('newspapered059', 'Newspaper Ed.059', 100, 1, 'item_standard', 1, 5198, 1, '{}', 'nice item', 0.25), ('newspapered060', 'Newspaper Ed.060', 100, 1, 'item_standard', 1, 5199, 1, '{}', 'nice item', 0.25), ('newspapered061', 'Newspaper Ed.061', 100, 1, 'item_standard', 1, 5200, 1, '{}', 'nice item', 0.25), ('newspapered062', 'Newspaper Ed.062', 100, 1, 'item_standard', 1, 5201, 1, '{}', 'nice item', 0.25), ('newspapered063', 'Newspaper Ed.063', 100, 1, 'item_standard', 1, 5202, 1, '{}', 'nice item', 0.25), ('newspapered064', 'Newspaper Ed.064', 100, 1, 'item_standard', 1, 5203, 1, '{}', 'nice item', 0.25), ('newspapered065', 'Newspaper Ed.065', 100, 1, 'item_standard', 1, 5204, 1, '{}', 'nice item', 0.25), ('newspapered066', 'Newspaper Ed.066', 100, 1, 'item_standard', 1, 5205, 1, '{}', 'nice item', 0.25), ('newspapered067', 'Newspaper Ed.067', 100, 1, 'item_standard', 1, 5206, 1, '{}', 'nice item', 0.25), ('newspapered068', 'Newspaper Ed.068', 100, 1, 'item_standard', 1, 5207, 1, '{}', 'nice item', 0.25), ('newspapered069', 'Newspaper Ed.069', 100, 1, 'item_standard', 1, 5208, 1, '{}', 'nice item', 0.25), ('newspapered070', 'Newspaper Ed.070', 100, 1, 'item_standard', 1, 5209, 1, '{}', 'nice item', 0.25), ('newspapered071', 'Newspaper Ed.071', 100, 1, 'item_standard', 1, 5210, 1, '{}', 'nice item', 0.25), ('newspapered072', 'Newspaper Ed.072', 100, 1, 'item_standard', 1, 5211, 1, '{}', 'nice item', 0.25), ('newspapered073', 'Newspaper Ed.073', 100, 1, 'item_standard', 1, 5212, 1, '{}', 'nice item', 0.25), ('newspapered074', 'Newspaper Ed.074', 100, 1, 'item_standard', 1, 5213, 1, '{}', 'nice item', 0.25), ('newspapered075', 'Newspaper Ed.075', 100, 1, 'item_standard', 1, 5214, 1, '{}', 'nice item', 0.25), ('newspapered076', 'Newspaper Ed.076', 100, 1, 'item_standard', 1, 5215, 1, '{}', 'nice item', 0.25), ('newspapered077', 'Newspaper Ed.077', 100, 1, 'item_standard', 1, 5216, 1, '{}', 'nice item', 0.25), ('newspapered078', 'Newspaper Ed.078', 100, 1, 'item_standard', 1, 5217, 1, '{}', 'nice item', 0.25), ('newspapered079', 'Newspaper Ed.079', 100, 1, 'item_standard', 1, 5218, 1, '{}', 'nice item', 0.25), ('newspapered080', 'Newspaper Ed.080', 100, 1, 'item_standard', 1, 5219, 1, '{}', 'nice item', 0.25), ('newspapered081', 'Newspaper Ed.081', 100, 1, 'item_standard', 1, 5220, 1, '{}', 'nice item', 0.25), ('newspapered082', 'Newspaper Ed.082', 100, 1, 'item_standard', 1, 5221, 1, '{}', 'nice item', 0.25), ('newspapered083', 'Newspaper Ed.083', 100, 1, 'item_standard', 1, 5222, 1, '{}', 'nice item', 0.25), ('newspapered084', 'Newspaper Ed.084', 100, 1, 'item_standard', 1, 5223, 1, '{}', 'nice item', 0.25), ('newspapered085', 'Newspaper Ed.085', 100, 1, 'item_standard', 1, 5224, 1, '{}', 'nice item', 0.25), ('newspapered086', 'Newspaper Ed.086', 100, 1, 'item_standard', 1, 5225, 1, '{}', 'nice item', 0.25), ('newspapered087', 'Newspaper Ed.087', 100, 1, 'item_standard', 1, 5226, 1, '{}', 'nice item', 0.25), ('newspapered088', 'Newspaper Ed.088', 100, 1, 'item_standard', 1, 5227, 1, '{}', 'nice item', 0.25), ('newspapered089', 'Newspaper Ed.089', 100, 1, 'item_standard', 1, 5228, 1, '{}', 'nice item', 0.25), ('newspapered090', 'Newspaper Ed.090', 100, 1, 'item_standard', 1, 5229, 1, '{}', 'nice item', 0.25), ('newspapered091', 'Newspaper Ed.091', 100, 1, 'item_standard', 1, 5230, 1, '{}', 'nice item', 0.25), ('newspapered092', 'Newspaper Ed.092', 100, 1, 'item_standard', 1, 5231, 1, '{}', 'nice item', 0.25), ('newspapered093', 'Newspaper Ed.093', 100, 1, 'item_standard', 1, 5232, 1, '{}', 'nice item', 0.25), ('newspapered094', 'Newspaper Ed.094', 100, 1, 'item_standard', 1, 5233, 1, '{}', 'nice item', 0.25), ('newspapered095', 'Newspaper Ed.095', 100, 1, 'item_standard', 1, 5234, 1, '{}', 'nice item', 0.25), ('newspapered096', 'Newspaper Ed.096', 100, 1, 'item_standard', 1, 5235, 1, '{}', 'nice item', 0.25), ('newspapered097', 'Newspaper Ed.097', 100, 1, 'item_standard', 1, 5236, 1, '{}', 'nice item', 0.25), ('newspapered098', 'Newspaper Ed.098', 100, 1, 'item_standard', 1, 5237, 1, '{}', 'nice item', 0.25), ('newspapered099', 'Newspaper Ed.099', 100, 1, 'item_standard', 1, 5238, 1, '{}', 'nice item', 0.25), ('newspapered100', 'Newspaper Ed.100', 100, 1, 'item_standard', 1, 5239, 1, '{}', 'nice item', 0.25), ('newspapered101', 'Newspaper Ed.101', 100, 1, 'item_standard', 1, 5240, 1, '{}', 'nice item', 0.25), ('newspapered102', 'Newspaper Ed.102', 100, 1, 'item_standard', 1, 5241, 1, '{}', 'nice item', 0.25), ('newspapered103', 'Newspaper Ed.103', 100, 1, 'item_standard', 1, 5242, 1, '{}', 'nice item', 0.25), ('newspapered104', 'Newspaper Ed.104', 100, 1, 'item_standard', 1, 5243, 1, '{}', 'nice item', 0.25), ('newspapered105', 'Newspaper Ed.105', 100, 1, 'item_standard', 1, 5244, 1, '{}', 'nice item', 0.25), ('newspapered106', 'Newspaper Ed.106', 100, 1, 'item_standard', 1, 5245, 1, '{}', 'nice item', 0.25), ('newspapered107', 'Newspaper Ed.107', 100, 1, 'item_standard', 1, 5246, 1, '{}', 'nice item', 0.25), ('newspapered108', 'Newspaper Ed.108', 100, 1, 'item_standard', 1, 5247, 1, '{}', 'nice item', 0.25), ('newspapered109', 'Newspaper Ed.109', 100, 1, 'item_standard', 1, 5248, 1, '{}', 'nice item', 0.25), ('newspapered110', 'Newspaper Ed.110', 100, 1, 'item_standard', 1, 5249, 1, '{}', 'nice item', 0.25), ('newspapered111', 'Newspaper Ed.111', 100, 1, 'item_standard', 1, 5250, 1, '{}', 'nice item', 0.25), ('newspapered112', 'Newspaper Ed.112', 100, 1, 'item_standard', 1, 5251, 1, '{}', 'nice item', 0.25), ('newspapered113', 'Newspaper Ed.113', 100, 1, 'item_standard', 1, 5252, 1, '{}', 'nice item', 0.25), ('newspapered114', 'Newspaper Ed.114', 100, 1, 'item_standard', 1, 5253, 1, '{}', 'nice item', 0.25), ('newspapered115', 'Newspaper Ed.115', 100, 1, 'item_standard', 1, 5254, 1, '{}', 'nice item', 0.25), ('newspapered116', 'Newspaper Ed.116', 100, 1, 'item_standard', 1, 5255, 1, '{}', 'nice item', 0.25), ('newspapered117', 'Newspaper Ed.117', 100, 1, 'item_standard', 1, 5256, 1, '{}', 'nice item', 0.25), ('newspapered118', 'Newspaper Ed.118', 100, 1, 'item_standard', 1, 5257, 1, '{}', 'nice item', 0.25), ('newspapered119', 'Newspaper Ed.119', 100, 1, 'item_standard', 1, 5258, 1, '{}', 'nice item', 0.25), ('newspapered120', 'Newspaper Ed.120', 100, 1, 'item_standard', 1, 5259, 1, '{}', 'nice item', 0.25), ('newspapered121', 'Newspaper Ed.121', 100, 1, 'item_standard', 1, 5260, 1, '{}', 'nice item', 0.25), ('newspapered122', 'Newspaper Ed.122', 100, 1, 'item_standard', 1, 5261, 1, '{}', 'nice item', 0.25), ('newspapered123', 'Newspaper Ed.123', 100, 1, 'item_standard', 1, 5262, 1, '{}', 'nice item', 0.25), ('newspapered124', 'Newspaper Ed.124', 100, 1, 'item_standard', 1, 5263, 1, '{}', 'nice item', 0.25), ('newspapered125', 'Newspaper Ed.125', 100, 1, 'item_standard', 1, 5264, 1, '{}', 'nice item', 0.25), ('newspapered126', 'Newspaper Ed.126', 100, 1, 'item_standard', 1, 5265, 1, '{}', 'nice item', 0.25), ('newspapered127', 'Newspaper Ed.127', 100, 1, 'item_standard', 1, 5266, 1, '{}', 'nice item', 0.25), ('newspapered128', 'Newspaper Ed.128', 100, 1, 'item_standard', 1, 5267, 1, '{}', 'nice item', 0.25), ('newspapered129', 'Newspaper Ed.129', 100, 1, 'item_standard', 1, 5268, 1, '{}', 'nice item', 0.25), ('newspapered130', 'Newspaper Ed.130', 100, 1, 'item_standard', 1, 5269, 1, '{}', 'nice item', 0.25), ('newspapered131', 'Newspaper Ed.131', 100, 1, 'item_standard', 1, 5270, 1, '{}', 'nice item', 0.25), ('newspapered132', 'Newspaper Ed.132', 100, 1, 'item_standard', 1, 5271, 1, '{}', 'nice item', 0.25), ('newspapered133', 'Newspaper Ed.133', 100, 1, 'item_standard', 1, 5272, 1, '{}', 'nice item', 0.25), ('newspapered134', 'Newspaper Ed.134', 100, 1, 'item_standard', 1, 5273, 1, '{}', 'nice item', 0.25), ('newspapered135', 'Newspaper Ed.135', 100, 1, 'item_standard', 1, 5274, 1, '{}', 'nice item', 0.25), ('newspapered136', 'Newspaper Ed.136', 100, 1, 'item_standard', 1, 5275, 1, '{}', 'nice item', 0.25), ('newspapered137', 'Newspaper Ed.137', 100, 1, 'item_standard', 1, 5276, 1, '{}', 'nice item', 0.25), ('newspapered138', 'Newspaper Ed.138', 100, 1, 'item_standard', 1, 5277, 1, '{}', 'nice item', 0.25), ('newspapered139', 'Newspaper Ed.139', 100, 1, 'item_standard', 1, 5278, 1, '{}', 'nice item', 0.25), ('newspapered140', 'Newspaper Ed.140', 100, 1, 'item_standard', 1, 5279, 1, '{}', 'nice item', 0.25), ('newspapered141', 'Newspaper Ed.141', 100, 1, 'item_standard', 1, 5280, 1, '{}', 'nice item', 0.25), ('newspapered142', 'Newspaper Ed.142', 100, 1, 'item_standard', 1, 5281, 1, '{}', 'nice item', 0.25), ('newspapered143', 'Newspaper Ed.143', 100, 1, 'item_standard', 1, 5282, 1, '{}', 'nice item', 0.25), ('newspapered144', 'Newspaper Ed.144', 100, 1, 'item_standard', 1, 5283, 1, '{}', 'nice item', 0.25), ('newspapered145', 'Newspaper Ed.145', 100, 1, 'item_standard', 1, 5284, 1, '{}', 'nice item', 0.25), ('newspapered146', 'Newspaper Ed.146', 100, 1, 'item_standard', 1, 5285, 1, '{}', 'nice item', 0.25), ('newspapered147', 'Newspaper Ed.147', 100, 1, 'item_standard', 1, 5286, 1, '{}', 'nice item', 0.25), ('newspapered148', 'Newspaper Ed.148', 100, 1, 'item_standard', 1, 5287, 1, '{}', 'nice item', 0.25), ('newspapered149', 'Newspaper Ed.149', 100, 1, 'item_standard', 1, 5288, 1, '{}', 'nice item', 0.25), ('newspapered150', 'Newspaper Ed.150', 100, 1, 'item_standard', 1, 5289, 1, '{}', 'nice item', 0.25), ('newspapered151', 'Newspaper Ed.151', 100, 1, 'item_standard', 1, 5290, 1, '{}', 'nice item', 0.25), ('newspapered152', 'Newspaper Ed.152', 100, 1, 'item_standard', 1, 5291, 1, '{}', 'nice item', 0.25), ('newspapered153', 'Newspaper Ed.153', 100, 1, 'item_standard', 1, 5292, 1, '{}', 'nice item', 0.25), ('newspapered154', 'Newspaper Ed.154', 100, 1, 'item_standard', 1, 5293, 1, '{}', 'nice item', 0.25), ('newspapered155', 'Newspaper Ed.155', 100, 1, 'item_standard', 1, 5294, 1, '{}', 'nice item', 0.25), ('newspapered156', 'Newspaper Ed.156', 100, 1, 'item_standard', 1, 5295, 1, '{}', 'nice item', 0.25), ('newspapered157', 'Newspaper Ed.157', 100, 1, 'item_standard', 1, 5296, 1, '{}', 'nice item', 0.25), ('newspapered158', 'Newspaper Ed.158', 100, 1, 'item_standard', 1, 5297, 1, '{}', 'nice item', 0.25), ('newspapered159', 'Newspaper Ed.159', 100, 1, 'item_standard', 1, 5298, 1, '{}', 'nice item', 0.25), ('newspapered160', 'Newspaper Ed.160', 100, 1, 'item_standard', 1, 5299, 1, '{}', 'nice item', 0.25), ('newspapered161', 'Newspaper Ed.161', 100, 1, 'item_standard', 1, 5300, 1, '{}', 'nice item', 0.25), ('newspapered162', 'Newspaper Ed.162', 100, 1, 'item_standard', 1, 5301, 1, '{}', 'nice item', 0.25), ('newspapered163', 'Newspaper Ed.163', 100, 1, 'item_standard', 1, 5302, 1, '{}', 'nice item', 0.25), ('newspapered164', 'Newspaper Ed.164', 100, 1, 'item_standard', 1, 5303, 1, '{}', 'nice item', 0.25), ('newspapered165', 'Newspaper Ed.165', 100, 1, 'item_standard', 1, 5304, 1, '{}', 'nice item', 0.25), ('newspapered166', 'Newspaper Ed.166', 100, 1, 'item_standard', 1, 5305, 1, '{}', 'nice item', 0.25), ('newspapered167', 'Newspaper Ed.167', 100, 1, 'item_standard', 1, 5306, 1, '{}', 'nice item', 0.25), ('newspapered168', 'Newspaper Ed.168', 100, 1, 'item_standard', 1, 5307, 1, '{}', 'nice item', 0.25), ('newspapered169', 'Newspaper Ed.169', 100, 1, 'item_standard', 1, 5308, 1, '{}', 'nice item', 0.25), ('newspapered170', 'Newspaper Ed.170', 100, 1, 'item_standard', 1, 5309, 1, '{}', 'nice item', 0.25), ('newspapered171', 'Newspaper Ed.171', 100, 1, 'item_standard', 1, 5310, 1, '{}', 'nice item', 0.25), ('newspapered172', 'Newspaper Ed.172', 100, 1, 'item_standard', 1, 5311, 1, '{}', 'nice item', 0.25), ('newspapered173', 'Newspaper Ed.173', 100, 1, 'item_standard', 1, 5312, 1, '{}', 'nice item', 0.25), ('newspapered174', 'Newspaper Ed.174', 100, 1, 'item_standard', 1, 5313, 1, '{}', 'nice item', 0.25), ('newspapered175', 'Newspaper Ed.175', 100, 1, 'item_standard', 1, 5314, 1, '{}', 'nice item', 0.25), ('newspapered176', 'Newspaper Ed.176', 100, 1, 'item_standard', 1, 5315, 1, '{}', 'nice item', 0.25), ('newspapered177', 'Newspaper Ed.177', 100, 1, 'item_standard', 1, 5316, 1, '{}', 'nice item', 0.25), ('newspapered178', 'Newspaper Ed.178', 100, 1, 'item_standard', 1, 5317, 1, '{}', 'nice item', 0.25), ('newspapered179', 'Newspaper Ed.179', 100, 1, 'item_standard', 1, 5318, 1, '{}', 'nice item', 0.25), ('newspapered180', 'Newspaper Ed.180', 100, 1, 'item_standard', 1, 5319, 1, '{}', 'nice item', 0.25), ('newspapered181', 'Newspaper Ed.181', 100, 1, 'item_standard', 1, 5320, 1, '{}', 'nice item', 0.25), ('newspapered182', 'Newspaper Ed.182', 100, 1, 'item_standard', 1, 5321, 1, '{}', 'nice item', 0.25), ('newspapered183', 'Newspaper Ed.183', 100, 1, 'item_standard', 1, 5322, 1, '{}', 'nice item', 0.25), ('newspapered184', 'Newspaper Ed.184', 100, 1, 'item_standard', 1, 5323, 1, '{}', 'nice item', 0.25), ('newspapered185', 'Newspaper Ed.185', 100, 1, 'item_standard', 1, 5324, 1, '{}', 'nice item', 0.25), ('newspapered186', 'Newspaper Ed.186', 100, 1, 'item_standard', 1, 5325, 1, '{}', 'nice item', 0.25), ('newspapered187', 'Newspaper Ed.187', 100, 1, 'item_standard', 1, 5326, 1, '{}', 'nice item', 0.25), ('newspapered188', 'Newspaper Ed.188', 100, 1, 'item_standard', 1, 5327, 1, '{}', 'nice item', 0.25), ('newspapered189', 'Newspaper Ed.189', 100, 1, 'item_standard', 1, 5328, 1, '{}', 'nice item', 0.25), ('newspapered190', 'Newspaper Ed.190', 100, 1, 'item_standard', 1, 5329, 1, '{}', 'nice item', 0.25), ('newspapered191', 'Newspaper Ed.191', 100, 1, 'item_standard', 1, 5330, 1, '{}', 'nice item', 0.25), ('newspapered192', 'Newspaper Ed.192', 100, 1, 'item_standard', 1, 5331, 1, '{}', 'nice item', 0.25), ('newspapered193', 'Newspaper Ed.193', 100, 1, 'item_standard', 1, 5332, 1, '{}', 'nice item', 0.25), ('newspapered194', 'Newspaper Ed.194', 100, 1, 'item_standard', 1, 5333, 1, '{}', 'nice item', 0.25), ('newspapered195', 'Newspaper Ed.195', 100, 1, 'item_standard', 1, 5334, 1, '{}', 'nice item', 0.25), ('newspapered196', 'Newspaper Ed.196', 100, 1, 'item_standard', 1, 5335, 1, '{}', 'nice item', 0.25), ('newspapered197', 'Newspaper Ed.197', 100, 1, 'item_standard', 1, 5336, 1, '{}', 'nice item', 0.25), ('newspapered198', 'Newspaper Ed.198', 100, 1, 'item_standard', 1, 5337, 1, '{}', 'nice item', 0.25), ('newspapered199', 'Newspaper Ed.199', 100, 1, 'item_standard', 1, 5338, 1, '{}', 'nice item', 0.25), ('newspapered200', 'Newspaper Ed.200', 100, 1, 'item_standard', 1, 5339, 1, '{}', 'nice item', 0.25), ('newspapered201', 'Newspaper Ed.201', 100, 1, 'item_standard', 1, 5340, 1, '{}', 'nice item', 0.25), ('newspapered202', 'Newspaper Ed.202', 100, 1, 'item_standard', 1, 5341, 1, '{}', 'nice item', 0.25), ('newspapered203', 'Newspaper Ed.203', 100, 1, 'item_standard', 1, 5342, 1, '{}', 'nice item', 0.25), ('newspapered204', 'Newspaper Ed.204', 100, 1, 'item_standard', 1, 5343, 1, '{}', 'nice item', 0.25), ('newspapered205', 'Newspaper Ed.205', 100, 1, 'item_standard', 1, 5344, 1, '{}', 'nice item', 0.25), ('newspapered206', 'Newspaper Ed.206', 100, 1, 'item_standard', 1, 5345, 1, '{}', 'nice item', 0.25), ('newspapered207', 'Newspaper Ed.207', 100, 1, 'item_standard', 1, 5346, 1, '{}', 'nice item', 0.25), ('newspapered208', 'Newspaper Ed.208', 100, 1, 'item_standard', 1, 5347, 1, '{}', 'nice item', 0.25), ('newspapered209', 'Newspaper Ed.209', 100, 1, 'item_standard', 1, 5348, 1, '{}', 'nice item', 0.25), ('newspapered210', 'Newspaper Ed.210', 100, 1, 'item_standard', 1, 5349, 1, '{}', 'nice item', 0.25), ('newspapered211', 'Newspaper Ed.211', 100, 1, 'item_standard', 1, 5350, 1, '{}', 'nice item', 0.25), ('newspapered212', 'Newspaper Ed.212', 100, 1, 'item_standard', 1, 5351, 1, '{}', 'nice item', 0.25), ('newspapered213', 'Newspaper Ed.213', 100, 1, 'item_standard', 1, 5352, 1, '{}', 'nice item', 0.25), ('newspapered214', 'Newspaper Ed.214', 100, 1, 'item_standard', 1, 5353, 1, '{}', 'nice item', 0.25), ('newspapered215', 'Newspaper Ed.215', 100, 1, 'item_standard', 1, 5354, 1, '{}', 'nice item', 0.25), ('newspapered216', 'Newspaper Ed.216', 100, 1, 'item_standard', 1, 5355, 1, '{}', 'nice item', 0.25), ('newspapered217', 'Newspaper Ed.217', 100, 1, 'item_standard', 1, 5356, 1, '{}', 'nice item', 0.25), ('newspapered218', 'Newspaper Ed.218', 100, 1, 'item_standard', 1, 5357, 1, '{}', 'nice item', 0.25), ('newspapered219', 'Newspaper Ed.219', 100, 1, 'item_standard', 1, 5358, 1, '{}', 'nice item', 0.25), ('newspapered220', 'Newspaper Ed.220', 100, 1, 'item_standard', 1, 5359, 1, '{}', 'nice item', 0.25), ('newspapered221', 'Newspaper Ed.221', 100, 1, 'item_standard', 1, 5360, 1, '{}', 'nice item', 0.25), ('newspapered222', 'Newspaper Ed.222', 100, 1, 'item_standard', 1, 5361, 1, '{}', 'nice item', 0.25), ('newspapered223', 'Newspaper Ed.223', 100, 1, 'item_standard', 1, 5362, 1, '{}', 'nice item', 0.25), ('newspapered224', 'Newspaper Ed.224', 100, 1, 'item_standard', 1, 5363, 1, '{}', 'nice item', 0.25), ('newspapered225', 'Newspaper Ed.225', 100, 1, 'item_standard', 1, 5364, 1, '{}', 'nice item', 0.25), ('newspapered226', 'Newspaper Ed.226', 100, 1, 'item_standard', 1, 5365, 1, '{}', 'nice item', 0.25), ('newspapered227', 'Newspaper Ed.227', 100, 1, 'item_standard', 1, 5366, 1, '{}', 'nice item', 0.25), ('newspapered228', 'Newspaper Ed.228', 100, 1, 'item_standard', 1, 5367, 1, '{}', 'nice item', 0.25), ('newspapered229', 'Newspaper Ed.229', 100, 1, 'item_standard', 1, 5368, 1, '{}', 'nice item', 0.25), ('newspapered230', 'Newspaper Ed.230', 100, 1, 'item_standard', 1, 5369, 1, '{}', 'nice item', 0.25), ('newspapered231', 'Newspaper Ed.231', 100, 1, 'item_standard', 1, 5370, 1, '{}', 'nice item', 0.25), ('newspapered232', 'Newspaper Ed.232', 100, 1, 'item_standard', 1, 5371, 1, '{}', 'nice item', 0.25), ('newspapered233', 'Newspaper Ed.233', 100, 1, 'item_standard', 1, 5372, 1, '{}', 'nice item', 0.25), ('newspapered234', 'Newspaper Ed.234', 100, 1, 'item_standard', 1, 5373, 1, '{}', 'nice item', 0.25), ('newspapered235', 'Newspaper Ed.235', 100, 1, 'item_standard', 1, 5374, 1, '{}', 'nice item', 0.25), ('newspapered236', 'Newspaper Ed.236', 100, 1, 'item_standard', 1, 5375, 1, '{}', 'nice item', 0.25), ('newspapered237', 'Newspaper Ed.237', 100, 1, 'item_standard', 1, 5376, 1, '{}', 'nice item', 0.25), ('newspapered238', 'Newspaper Ed.238', 100, 1, 'item_standard', 1, 5377, 1, '{}', 'nice item', 0.25), ('newspapered239', 'Newspaper Ed.239', 100, 1, 'item_standard', 1, 5378, 1, '{}', 'nice item', 0.25), ('newspapered240', 'Newspaper Ed.240', 100, 1, 'item_standard', 1, 5379, 1, '{}', 'nice item', 0.25), ('newspapered241', 'Newspaper Ed.241', 100, 1, 'item_standard', 1, 5380, 1, '{}', 'nice item', 0.25), ('newspapered242', 'Newspaper Ed.242', 100, 1, 'item_standard', 1, 5381, 1, '{}', 'nice item', 0.25), ('newspapered243', 'Newspaper Ed.243', 100, 1, 'item_standard', 1, 5382, 1, '{}', 'nice item', 0.25), ('newspapered244', 'Newspaper Ed.244', 100, 1, 'item_standard', 1, 5383, 1, '{}', 'nice item', 0.25), ('newspapered245', 'Newspaper Ed.245', 100, 1, 'item_standard', 1, 5384, 1, '{}', 'nice item', 0.25), ('newspapered246', 'Newspaper Ed.246', 100, 1, 'item_standard', 1, 5385, 1, '{}', 'nice item', 0.25), ('newspapered247', 'Newspaper Ed.247', 100, 1, 'item_standard', 1, 5386, 1, '{}', 'nice item', 0.25), ('newspapered248', 'Newspaper Ed.248', 100, 1, 'item_standard', 1, 5387, 1, '{}', 'nice item', 0.25), ('newspapered249', 'Newspaper Ed.249', 100, 1, 'item_standard', 1, 5388, 1, '{}', 'nice item', 0.25), ('newspapered250', 'Newspaper Ed.250', 100, 1, 'item_standard', 1, 5389, 1, '{}', 'nice item', 0.25), ('newspapered251', 'Newspaper Ed.251', 100, 1, 'item_standard', 1, 5390, 1, '{}', 'nice item', 0.25), ('newspapered252', 'Newspaper Ed.252', 100, 1, 'item_standard', 1, 5391, 1, '{}', 'nice item', 0.25), ('newspapered253', 'Newspaper Ed.253', 100, 1, 'item_standard', 1, 5392, 1, '{}', 'nice item', 0.25), ('newspapered254', 'Newspaper Ed.254', 100, 1, 'item_standard', 1, 5393, 1, '{}', 'nice item', 0.25), ('newspapered255', 'Newspaper Ed.255', 100, 1, 'item_standard', 1, 5394, 1, '{}', 'nice item', 0.25), ('newspapered256', 'Newspaper Ed.256', 100, 1, 'item_standard', 1, 5395, 1, '{}', 'nice item', 0.25), ('newspapered257', 'Newspaper Ed.257', 100, 1, 'item_standard', 1, 5396, 1, '{}', 'nice item', 0.25), ('newspapered258', 'Newspaper Ed.258', 100, 1, 'item_standard', 1, 5397, 1, '{}', 'nice item', 0.25), ('newspapered259', 'Newspaper Ed.259', 100, 1, 'item_standard', 1, 5398, 1, '{}', 'nice item', 0.25), ('newspapered260', 'Newspaper Ed.260', 100, 1, 'item_standard', 1, 5399, 1, '{}', 'nice item', 0.25), ('newspapered261', 'Newspaper Ed.261', 100, 1, 'item_standard', 1, 5400, 1, '{}', 'nice item', 0.25), ('newspapered262', 'Newspaper Ed.262', 100, 1, 'item_standard', 1, 5401, 1, '{}', 'nice item', 0.25), ('newspapered263', 'Newspaper Ed.263', 100, 1, 'item_standard', 1, 5402, 1, '{}', 'nice item', 0.25), ('newspapered264', 'Newspaper Ed.264', 100, 1, 'item_standard', 1, 5403, 1, '{}', 'nice item', 0.25), ('newspapered265', 'Newspaper Ed.265', 100, 1, 'item_standard', 1, 5404, 1, '{}', 'nice item', 0.25), ('newspapered266', 'Newspaper Ed.266', 100, 1, 'item_standard', 1, 5405, 1, '{}', 'nice item', 0.25), ('newspapered267', 'Newspaper Ed.267', 100, 1, 'item_standard', 1, 5406, 1, '{}', 'nice item', 0.25), ('newspapered268', 'Newspaper Ed.268', 100, 1, 'item_standard', 1, 5407, 1, '{}', 'nice item', 0.25), ('newspapered269', 'Newspaper Ed.269', 100, 1, 'item_standard', 1, 5408, 1, '{}', 'nice item', 0.25), ('newspapered270', 'Newspaper Ed.270', 100, 1, 'item_standard', 1, 5409, 1, '{}', 'nice item', 0.25), ('newspapered271', 'Newspaper Ed.271', 100, 1, 'item_standard', 1, 5410, 1, '{}', 'nice item', 0.25), ('newspapered272', 'Newspaper Ed.272', 100, 1, 'item_standard', 1, 5411, 1, '{}', 'nice item', 0.25), ('newspapered273', 'Newspaper Ed.273', 100, 1, 'item_standard', 1, 5412, 1, '{}', 'nice item', 0.25), ('newspapered274', 'Newspaper Ed.274', 100, 1, 'item_standard', 1, 5413, 1, '{}', 'nice item', 0.25), ('newspapered275', 'Newspaper Ed.275', 100, 1, 'item_standard', 1, 5414, 1, '{}', 'nice item', 0.25), ('newspapered276', 'Newspaper Ed.276', 100, 1, 'item_standard', 1, 5415, 1, '{}', 'nice item', 0.25), ('newspapered277', 'Newspaper Ed.277', 100, 1, 'item_standard', 1, 5416, 1, '{}', 'nice item', 0.25), ('newspapered278', 'Newspaper Ed.278', 100, 1, 'item_standard', 1, 5417, 1, '{}', 'nice item', 0.25), ('newspapered279', 'Newspaper Ed.279', 100, 1, 'item_standard', 1, 5418, 1, '{}', 'nice item', 0.25), ('newspapered280', 'Newspaper Ed.280', 100, 1, 'item_standard', 1, 5419, 1, '{}', 'nice item', 0.25), ('newspapered281', 'Newspaper Ed.281', 100, 1, 'item_standard', 1, 5420, 1, '{}', 'nice item', 0.25), ('newspapered282', 'Newspaper Ed.282', 100, 1, 'item_standard', 1, 5421, 1, '{}', 'nice item', 0.25), ('newspapered283', 'Newspaper Ed.283', 100, 1, 'item_standard', 1, 5422, 1, '{}', 'nice item', 0.25), ('newspapered284', 'Newspaper Ed.284', 100, 1, 'item_standard', 1, 5423, 1, '{}', 'nice item', 0.25), ('newspapered285', 'Newspaper Ed.285', 100, 1, 'item_standard', 1, 5424, 1, '{}', 'nice item', 0.25), ('newspapered286', 'Newspaper Ed.286', 100, 1, 'item_standard', 1, 5425, 1, '{}', 'nice item', 0.25), ('newspapered287', 'Newspaper Ed.287', 100, 1, 'item_standard', 1, 5426, 1, '{}', 'nice item', 0.25), ('newspapered288', 'Newspaper Ed.288', 100, 1, 'item_standard', 1, 5427, 1, '{}', 'nice item', 0.25), ('newspapered289', 'Newspaper Ed.289', 100, 1, 'item_standard', 1, 5428, 1, '{}', 'nice item', 0.25), ('newspapered290', 'Newspaper Ed.290', 100, 1, 'item_standard', 1, 5429, 1, '{}', 'nice item', 0.25), ('newspapered291', 'Newspaper Ed.291', 100, 1, 'item_standard', 1, 5430, 1, '{}', 'nice item', 0.25), ('newspapered292', 'Newspaper Ed.292', 100, 1, 'item_standard', 1, 5431, 1, '{}', 'nice item', 0.25), ('newspapered293', 'Newspaper Ed.293', 100, 1, 'item_standard', 1, 5432, 1, '{}', 'nice item', 0.25), ('newspapered294', 'Newspaper Ed.294', 100, 1, 'item_standard', 1, 5433, 1, '{}', 'nice item', 0.25), ('newspapered295', 'Newspaper Ed.295', 100, 1, 'item_standard', 1, 5434, 1, '{}', 'nice item', 0.25), ('newspapered296', 'Newspaper Ed.296', 100, 1, 'item_standard', 1, 5435, 1, '{}', 'nice item', 0.25), ('newspapered297', 'Newspaper Ed.297', 100, 1, 'item_standard', 1, 5436, 1, '{}', 'nice item', 0.25), ('newspapered298', 'Newspaper Ed.298', 100, 1, 'item_standard', 1, 5437, 1, '{}', 'nice item', 0.25), ('newspapered299', 'Newspaper Ed.299', 100, 1, 'item_standard', 1, 5438, 1, '{}', 'nice item', 0.25), ('newspapered300', 'Newspaper Ed.300', 100, 1, 'item_standard', 1, 5439, 1, '{}', 'nice item', 0.25), ('newspapered301', 'Newspaper Ed.301', 100, 1, 'item_standard', 1, 5440, 1, '{}', 'nice item', 0.25), ('newspapered302', 'Newspaper Ed.302', 100, 1, 'item_standard', 1, 5441, 1, '{}', 'nice item', 0.25), ('newspapered303', 'Newspaper Ed.303', 100, 1, 'item_standard', 1, 5442, 1, '{}', 'nice item', 0.25), ('newspapered304', 'Newspaper Ed.304', 100, 1, 'item_standard', 1, 5443, 1, '{}', 'nice item', 0.25), ('newspapered305', 'Newspaper Ed.305', 100, 1, 'item_standard', 1, 5444, 1, '{}', 'nice item', 0.25), ('newspapered306', 'Newspaper Ed.306', 100, 1, 'item_standard', 1, 5445, 1, '{}', 'nice item', 0.25), ('newspapered307', 'Newspaper Ed.307', 100, 1, 'item_standard', 1, 5446, 1, '{}', 'nice item', 0.25), ('newspapered308', 'Newspaper Ed.308', 100, 1, 'item_standard', 1, 5447, 1, '{}', 'nice item', 0.25), ('newspapered309', 'Newspaper Ed.309', 100, 1, 'item_standard', 1, 5448, 1, '{}', 'nice item', 0.25), ('newspapered310', 'Newspaper Ed.310', 100, 1, 'item_standard', 1, 5449, 1, '{}', 'nice item', 0.25), ('newspapered311', 'Newspaper Ed.311', 100, 1, 'item_standard', 1, 5450, 1, '{}', 'nice item', 0.25), ('newspapered312', 'Newspaper Ed.312', 100, 1, 'item_standard', 1, 5451, 1, '{}', 'nice item', 0.25), ('newspapered313', 'Newspaper Ed.313', 100, 1, 'item_standard', 1, 5452, 1, '{}', 'nice item', 0.25), ('newspapered314', 'Newspaper Ed.314', 100, 1, 'item_standard', 1, 5453, 1, '{}', 'nice item', 0.25), ('newspapered315', 'Newspaper Ed.315', 100, 1, 'item_standard', 1, 5454, 1, '{}', 'nice item', 0.25), ('newspapered316', 'Newspaper Ed.316', 100, 1, 'item_standard', 1, 5455, 1, '{}', 'nice item', 0.25), ('newspapered317', 'Newspaper Ed.317', 100, 1, 'item_standard', 1, 5456, 1, '{}', 'nice item', 0.25), ('newspapered318', 'Newspaper Ed.318', 100, 1, 'item_standard', 1, 5457, 1, '{}', 'nice item', 0.25), ('newspapered319', 'Newspaper Ed.319', 100, 1, 'item_standard', 1, 5458, 1, '{}', 'nice item', 0.25), ('newspapered320', 'Newspaper Ed.320', 100, 1, 'item_standard', 1, 5459, 1, '{}', 'nice item', 0.25), ('newspapered321', 'Newspaper Ed.321', 100, 1, 'item_standard', 1, 5460, 1, '{}', 'nice item', 0.25), ('newspapered322', 'Newspaper Ed.322', 100, 1, 'item_standard', 1, 5461, 1, '{}', 'nice item', 0.25), ('newspapered323', 'Newspaper Ed.323', 100, 1, 'item_standard', 1, 5462, 1, '{}', 'nice item', 0.25), ('newspapered324', 'Newspaper Ed.324', 100, 1, 'item_standard', 1, 5463, 1, '{}', 'nice item', 0.25), ('newspapered325', 'Newspaper Ed.325', 100, 1, 'item_standard', 1, 5464, 1, '{}', 'nice item', 0.25), ('newspapered326', 'Newspaper Ed.326', 100, 1, 'item_standard', 1, 5465, 1, '{}', 'nice item', 0.25), ('newspapered327', 'Newspaper Ed.327', 100, 1, 'item_standard', 1, 5466, 1, '{}', 'nice item', 0.25), ('newspapered328', 'Newspaper Ed.328', 100, 1, 'item_standard', 1, 5467, 1, '{}', 'nice item', 0.25), ('newspapered329', 'Newspaper Ed.329', 100, 1, 'item_standard', 1, 5468, 1, '{}', 'nice item', 0.25), ('newspapered330', 'Newspaper Ed.330', 100, 1, 'item_standard', 1, 5469, 1, '{}', 'nice item', 0.25), ('newspapered331', 'Newspaper Ed.331', 100, 1, 'item_standard', 1, 5470, 1, '{}', 'nice item', 0.25), ('newspapered332', 'Newspaper Ed.332', 100, 1, 'item_standard', 1, 5471, 1, '{}', 'nice item', 0.25), ('newspapered333', 'Newspaper Ed.333', 100, 1, 'item_standard', 1, 5472, 1, '{}', 'nice item', 0.25), ('newspapered334', 'Newspaper Ed.334', 100, 1, 'item_standard', 1, 5473, 1, '{}', 'nice item', 0.25), ('newspapered335', 'Newspaper Ed.335', 100, 1, 'item_standard', 1, 5474, 1, '{}', 'nice item', 0.25), ('newspapered336', 'Newspaper Ed.336', 100, 1, 'item_standard', 1, 5475, 1, '{}', 'nice item', 0.25), ('newspapered337', 'Newspaper Ed.337', 100, 1, 'item_standard', 1, 5476, 1, '{}', 'nice item', 0.25), ('newspapered338', 'Newspaper Ed.338', 100, 1, 'item_standard', 1, 5477, 1, '{}', 'nice item', 0.25), ('newspapered339', 'Newspaper Ed.339', 100, 1, 'item_standard', 1, 5478, 1, '{}', 'nice item', 0.25), ('newspapered340', 'Newspaper Ed.340', 100, 1, 'item_standard', 1, 5479, 1, '{}', 'nice item', 0.25), ('newspapered341', 'Newspaper Ed.341', 100, 1, 'item_standard', 1, 5480, 1, '{}', 'nice item', 0.25), ('newspapered342', 'Newspaper Ed.342', 100, 1, 'item_standard', 1, 5481, 1, '{}', 'nice item', 0.25), ('newspapered343', 'Newspaper Ed.343', 100, 1, 'item_standard', 1, 5482, 1, '{}', 'nice item', 0.25), ('newspapered344', 'Newspaper Ed.344', 100, 1, 'item_standard', 1, 5483, 1, '{}', 'nice item', 0.25), ('newspapered345', 'Newspaper Ed.345', 100, 1, 'item_standard', 1, 5484, 1, '{}', 'nice item', 0.25), ('newspapered346', 'Newspaper Ed.346', 100, 1, 'item_standard', 1, 5485, 1, '{}', 'nice item', 0.25), ('newspapered347', 'Newspaper Ed.347', 100, 1, 'item_standard', 1, 5486, 1, '{}', 'nice item', 0.25), ('newspapered348', 'Newspaper Ed.348', 100, 1, 'item_standard', 1, 5487, 1, '{}', 'nice item', 0.25), ('newspapered349', 'Newspaper Ed.349', 100, 1, 'item_standard', 1, 5488, 1, '{}', 'nice item', 0.25), ('newspapered350', 'Newspaper Ed.350', 100, 1, 'item_standard', 1, 5489, 1, '{}', 'nice item', 0.25), ('newspapered351', 'Newspaper Ed.351', 100, 1, 'item_standard', 1, 5490, 1, '{}', 'nice item', 0.25), ('newspapered352', 'Newspaper Ed.352', 100, 1, 'item_standard', 1, 5491, 1, '{}', 'nice item', 0.25), ('newspapered353', 'Newspaper Ed.353', 100, 1, 'item_standard', 1, 5492, 1, '{}', 'nice item', 0.25), ('newspapered354', 'Newspaper Ed.354', 100, 1, 'item_standard', 1, 5493, 1, '{}', 'nice item', 0.25), ('newspapered355', 'Newspaper Ed.355', 100, 1, 'item_standard', 1, 5494, 1, '{}', 'nice item', 0.25), ('newspapered356', 'Newspaper Ed.356', 100, 1, 'item_standard', 1, 5495, 1, '{}', 'nice item', 0.25), ('newspapered357', 'Newspaper Ed.357', 100, 1, 'item_standard', 1, 5496, 1, '{}', 'nice item', 0.25), ('newspapered358', 'Newspaper Ed.358', 100, 1, 'item_standard', 1, 5497, 1, '{}', 'nice item', 0.25), ('newspapered359', 'Newspaper Ed.359', 100, 1, 'item_standard', 1, 5498, 1, '{}', 'nice item', 0.25), ('newspapered360', 'Newspaper Ed.360', 100, 1, 'item_standard', 1, 5499, 1, '{}', 'nice item', 0.25), ('newspapered361', 'Newspaper Ed.361', 100, 1, 'item_standard', 1, 5500, 1, '{}', 'nice item', 0.25), ('newspapered362', 'Newspaper Ed.362', 100, 1, 'item_standard', 1, 5501, 1, '{}', 'nice item', 0.25), ('newspapered363', 'Newspaper Ed.363', 100, 1, 'item_standard', 1, 5502, 1, '{}', 'nice item', 0.25), ('newspapered364', 'Newspaper Ed.364', 100, 1, 'item_standard', 1, 5503, 1, '{}', 'nice item', 0.25), ('newspapered365', 'Newspaper Ed.365', 100, 1, 'item_standard', 1, 5504, 1, '{}', 'nice item', 0.25), ('nightstand', 'Nightstand', 20, 1, 'item_standard', 1, 486, 1, '{}', 'A small bedside table for holding personal items', 0.25), ('nitrite', 'Nitrite', 20, 1, 'item_standard', 1, 487, 1, '{}', 'A chemical compound used in various industrial processes', 0.25), ('nitroglyserolia', 'Nitroglycerol', 30, 1, 'item_standard', 1, 488, 1, '{}', 'A highly explosive liquid compound used in explosives', 0.25), ('normaltable', 'Table', 20, 1, 'item_standard', 1, 489, 1, '{}', 'A standard table for dining or work purposes', 0.25), ('notebook', 'Notebook', 5, 1, 'item_standard', 1, 490, 1, '{}', 'A small book with blank pages for writing or drawing', 0.25), ('obed', 'Old bed', 20, 1, 'item_standard', 1, 491, 1, '{}', 'An old bed that has seen better days.', 0.25), ('oldwatch', 'Ceas vechi', 10, 1, 'item_standard', 1, 2049, 1, '{}', 'nice item', 0.25), ('Oleander_Sage', 'Oleander Sage', 10, 1, 'item_standard', 1, 492, 1, '{}', 'A herb known for its medicinal properties.', 0.25), ('Oleander_Sage_Seed', 'Oleander Sage Seed', 10, 1, 'item_standard', 1, 493, 1, '{}', 'A seed that can be planted to grow Oleander Sage.', 0.25), ('opium', 'Opiu', 100, 1, 'item_standard', 1, 2020, 1, '{}', 'Nice item', 0.25), ('opossumc', 'Opossum claws', 20, 1, 'item_standard', 1, 494, 1, '{}', 'Sharp claws from an opossum.', 0.25), ('opossums', 'Opossum skin', 20, 1, 'item_standard', 1, 495, 1, '{}', 'The fur and skin of an opossum.', 0.25), ('orden_presidente', 'Order of the President', 10, 1, 'item_standard', 0, 496, 1, '{}', 'A prestigious order awarded by the President.', 0.25), ('Oregano', 'Oregano', 10, 1, 'item_standard', 1, 497, 1, '{}', 'A fragrant herb commonly used in cooking.', 0.25), ('Oregano_Seed', 'Oregano Seed', 10, 1, 'item_standard', 1, 498, 1, '{}', 'A seed that can be planted to grow Oregano.', 0.25), ('oriole2_c', 'Hooded Oriole', 20, 1, 'item_standard', 1, 499, 1, '{}', 'Brightly colored feathers from a Hooded Oriole.', 0.25), ('oriole_c', 'Oriole', 20, 1, 'item_standard', 1, 500, 1, '{}', 'Vibrant feathers from an Oriole bird.', 0.25), ('outfit', 'Outfit', 10, 1, 'item_standard', 1, 5044, 1, '{}', 'nice item', 0.25), ('owlf', 'Owl feather', 20, 1, 'item_standard', 1, 501, 1, '{}', 'Feathers shed by an owl.', 0.25), ('owlt', 'Owl claws', 20, 1, 'item_standard', 1, 502, 1, '{}', 'Sharp claws from an owl.', 0.25), ('oxhorn', 'Angus Bull horn', 20, 1, 'item_standard', 1, 503, 1, '{}', 'A sturdy horn from an Angus Bull.', 0.25), ('oxs', 'Angus Bull pelt', 20, 1, 'item_standard', 1, 504, 1, '{}', 'The thick fur and skin of an Angus Bull.', 0.25), ('pachettigari', 'Pachet tigari', 100, 1, 'item_standard', 1, 2121, 1, '{}', 'Nice item', 0.25), ('panthere', 'Panther eyes', 20, 1, 'item_standard', 1, 505, 1, '{}', 'Intense and captivating eyes from a panther.', 0.25), ('panthers', 'Panther skin', 20, 1, 'item_standard', 1, 506, 1, '{}', 'The sleek and supple skin of a panther.', 0.25), ('paper', 'Ardei', 100, 1, 'item_standard', 1, 507, 1, '{}', 'Sheets of paper for writing or drawing.', 0.25), ('parasol', 'Parasol', 1, 1, 'item_standard', 1, 508, 1, '{}', 'A stylish and functional parasol to shield from the sun.', 0.25), ('Parasol_Mushroom', 'Ciuperca halucinogena', 100, 1, 'item_standard', 1, 6012, 1, '{}', 'nice item', 0.25), ('Parasol_Mushroom_Seed', 'Seminte ciuperca halucinogena', 100, 1, 'item_standard', 1, 6010, 1, '{}', 'nice item', 0.25), ('peacepipe', 'peacepipe', 10, 1, 'item_standard', 1, 2019, 1, '{}', 'Nice item', 0.25), ('peachseeds', 'Seminte piersica', 100, 1, 'item_standard', 1, 6009, 1, '{}', 'nice item', 0.25), ('pearl', 'Pearl', 10, 1, 'item_standard', 1, 800, 1, '{}', 'A hard, glistening object produced within the soft tissue of a living shelled mollusk.', 0.25), ('peasantb', 'Peasant beak', 20, 1, 'item_standard', 1, 512, 1, '{}', 'The beak of a peasant bird.', 0.25), ('peasantf', 'Peasant feather', 20, 1, 'item_standard', 1, 513, 1, '{}', 'A feather from a peasant bird.', 0.25), ('pecaris', 'Peccary pelt', 20, 1, 'item_standard', 1, 514, 1, '{}', 'The fur of a peccary, a pig-like mammal.', 0.25), ('pelicanb', 'Pelican beak', 20, 1, 'item_standard', 1, 515, 1, '{}', 'The beak of a pelican bird.', 0.25), ('pelicanf', 'Pelican feather', 20, 1, 'item_standard', 1, 516, 1, '{}', 'A feather from a pelican bird.', 0.25), ('pen', 'Pen', 2, 1, 'item_standard', 0, 517, 1, '{}', 'A writing instrument used to apply ink.', 0.25), ('pepsi', 'Pepsi', 100, 1, 'item_standard', 1, 5097, 1, '{}', 'Bautura carbogazoasa', 0.25), ('peyote', 'peyote', 10, 1, 'item_standard', 1, 2021, 1, '{}', 'Nice item', 0.25), ('pheasant_taxidermy', 'Pheasant Taxidermy', 20, 1, 'item_standard', 1, 518, 1, '{}', 'A preserved mount of a pheasant bird for display.', 0.25), ('phestaxi', 'Pheasant Taxidermy', 20, 1, 'item_standard', 1, 519, 1, '{}', 'A preserved mount of a pheasant bird for display.', 0.25), ('pickaxe', 'Pickaxe', 10, 1, 'item_standard', 1, 520, 1, '{}', 'A tool with a pointed end and a handle, used for breaking up rocks and mining.', 0.25), ('pigeon_c', 'Porumbel', 20, 1, 'item_standard', 1, 521, 1, '{}', 'A pigeon bird.', 0.25), ('pigs', 'Pig pelt', 20, 1, 'item_standard', 1, 522, 1, '{}', 'The skin and fur of a pig.', 0.25), ('pipe', 'Pipe', 5, 1, 'item_standard', 1, 523, 1, '{}', 'A tubular device used for smoking tobacco or other substances.', 0.25), ('pipecopper', 'Teava de cupru', 50, 1, 'item_standard', 1, 524, 1, '{}', 'A pipe made of copper.', 0.25), ('pistolbarrel', 'Pistol Barrel', 5, 1, 'item_standard', 1, 5122, 1, '{}', 'A replacement barrel for a pistol firearm, used for improving accuracy and performance.', 0.25), ('pistolreceiver', 'Pistol Receiver', 5, 1, 'item_standard', 1, 5123, 1, '{}', 'A replacement handle for a pistol firearm, used for improving accuracy and performance.', 0.25), ('planttrimmer', 'Plant Trimmer', 10, 1, 'item_standard', 1, 801, 1, '{}', 'A set plant trimmers to keep the weeds in check.', 0.25), ('platou', 'Platou', 50, 1, 'item_standard', 1, 5092, 1, '{}', 'Platou', 0.25), ('pliers', 'Cleste Electric', 10, 1, NULL, NULL, 5086, 1, '{}', 'nice item', 0.25), ('pocket_watch', 'Ceas de buzunar', 5, 1, 'item_standard', 1, 525, 1, '{}', 'A small timepiece designed to be carried in a pocket.', 0.25), ('pokerset', 'Poker Table Set', 20, 1, 'item_standard', 1, 526, 1, '{}', 'A complete set for playing poker, including a table and cards.', 0.25), ('poket_watch', 'Ceas de buzunar', 10, 1, 'item_standard', 1, 2050, 1, '{}', 'nice item', 0.25), ('pomade', 'Ceara', 10, 1, 'item_standard', 1, 2046, 1, '{}', 'nice item', 0.25), ('pork', 'Porc', 20, 1, 'item_standard', 1, 527, 1, '{}', 'The meat from a pig, commonly used for cooking and eating.', 0.25), ('porkfat', 'Grasime de porc', 20, 1, 'item_standard', 1, 528, 1, '{}', 'The fat obtained from a pig, often used in cooking and making lard.', 0.25), ('pot', 'Distillery Pot', 1, 1, 'item_standard', 1, 529, 1, '{}', 'A large pot used in the distillation process for making alcohol.', 0.25), ('pota', 'House Pot', 20, 1, 'item_standard', 1, 530, 1, '{}', 'A pot typically used for cooking and boiling ingredients.', 0.25), ('potato', 'Cartof', 100, 1, 'item_standard', 1, 6015, 1, '{}', 'nice item', 0.25), ('potatoseed', 'Seminte cartof', 100, 1, 'item_standard', 1, 6002, 1, '{}', 'nice item', 0.25), ('prairib', 'Prairie Chicken Beak', 20, 1, 'item_standard', 1, 533, 1, '{}', 'The beak of a prairie chicken, a bird species found in grassland habitats.', 0.25), ('Prairie_Poppy', 'Prairie Poppy', 10, 1, 'item_standard', 1, 534, 1, '{}', 'A type of poppy flower that is native to prairie regions.', 0.25), ('Prairie_Poppy_Seed', 'Prairie Poppy Seed', 10, 1, 'item_standard', 1, 535, 1, '{}', 'A seed that can be planted to grow prairie poppy flowers.', 0.25), ('prairif', 'Prairie Chicken Feather', 20, 1, 'item_standard', 1, 536, 1, '{}', 'A feather from a prairie chicken bird, often used in crafts and decorations.', 0.25), ('pronghornh', 'Pronghorn Horn', 20, 1, 'item_standard', 1, 537, 1, '{}', 'The horn of a pronghorn, a mammal native to North America.', 0.25), ('prongs', 'Pronghorn Skin', 20, 1, 'item_standard', 1, 538, 1, '{}', 'The skin of a pronghorn, known for its soft and durable fur.', 0.25), ('provision_arrowhead_agate', 'Agate Arrowhead', 10, 1, 'item_standard', 1, 802, 1, '{}', 'A rare arrowhead fashioned from sharp, colorful agate.', 0.25), ('provision_arrowhead_bone', 'Bone Arrowhead', 10, 1, 'item_standard', 1, 803, 1, '{}', 'A serrated arrowhead made from animal bone.', 0.25), ('provision_arrowhead_chipped', 'Chipped Arrowhead', 10, 1, 'item_standard', 1, 804, 1, '{}', 'A hurriedly made arrowhead made from chiseled flint.', 0.25), ('provision_arrowhead_crude', 'Crude Arrowhead', 10, 1, 'item_standard', 1, 805, 1, '{}', 'A clumsily made flint arrowhead, blunt from age.', 0.25), ('provision_arrowhead_feldspar', 'Feldspar Arrowhead', 10, 1, 'item_standard', 1, 806, 1, '{}', 'A mysterious arrowhead made from some sort of feldspar.', 0.25), ('provision_arrowhead_granite', 'Flint Arrowhead', 10, 1, 'item_standard', 1, 807, 1, '{}', 'A strong arrowhead made of flint.', 0.25), ('provision_arrowhead_obsidian', 'Obsidian Arrowhead', 10, 1, 'item_standard', 1, 808, 1, '{}', 'A valuable arrowhead of smooth, gleaming obsidian.', 0.25), ('provision_arrowhead_quartz', 'Quartz Arrowhead', 10, 1, 'item_standard', 1, 809, 1, '{}', 'An eye-catching arrowhead of cut quartz, in good condition.', 0.25), ('provision_arrowhead_raw', 'Raw Arrowhead', 10, 1, 'item_standard', 1, 810, 1, '{}', 'A roughly hacked arrowhead made from pale stone.', 0.25), ('provision_arrowhead_rough', 'Rough Arrowhead', 10, 1, 'item_standard', 1, 811, 1, '{}', 'A stone arrowhead, badly weathered over time.', 0.25), ('provision_arrowhead_slate', 'Slate Arrowhead', 10, 1, 'item_standard', 1, 812, 1, '{}', 'A carefully made, well-preserved slate arrowhead.', 0.25), ('provision_arrowhead_splintered', 'Splintered Arrowhead', 10, 1, 'item_standard', 1, 813, 1, '{}', 'A partially damaged, jagged arrowhead made of chert.', 0.25), ('provision_asteroid_chunk', 'Meteorite', 10, 1, 'item_standard', 1, 814, 1, '{}', 'A rock that has fallen from space.', 0.25), ('provision_bracelet_gold', 'Gold Bracelet', 10, 1, 'item_standard', 1, 815, 1, '{}', 'A gold bracelet.', 0.25), ('provision_bracelet_platinum', 'Platinum Bracelet', 10, 1, 'item_standard', 1, 816, 1, '{}', 'A platinum bracelet', 0.25), ('provision_bracelet_silver', 'Silver Bracelet', 10, 1, 'item_standard', 1, 817, 1, '{}', 'A silver bracelet.', 0.25), ('provision_bra_shield', 'Brass Shield', 10, 1, 'item_standard', 1, 818, 1, '{}', 'An old brass shield. Probably valuable.', 0.25), ('provision_buckle_gold', 'Gold Buckle', 10, 1, 'item_standard', 1, 819, 1, '{}', 'A gold belt buckle.', 0.25), ('provision_buckle_platinum', 'Platinum Buckle', 10, 1, 'item_standard', 1, 820, 1, '{}', 'A platinum belt buckle.', 0.25), ('provision_buckle_silver', 'Silver Buckle', 10, 1, 'item_standard', 1, 821, 1, '{}', 'A silver belt buckle.', 0.25), ('provision_calderon_cross', 'Wooden Cross', 10, 1, 'item_standard', 1, 822, 1, '{}', 'A simple wooden cross. Often used by preists and clergymen.', 0.25), ('provision_capitale', 'Capitale', 10, 1, 'item_standard', 1, 823, 1, '{}', 'Capitale. very valuable.', 0.25), ('provision_coin_1700_ny_tkn', '1700 New Yorke Token', 10, 1, 'item_standard', 1, 824, 1, '{}', 'A rare 1700 New Yorke Token', 0.25), ('provision_coin_1787_cent_tkn', '1787 One cent Token', 10, 1, 'item_standard', 1, 825, 1, '{}', 'A rare 1787 One cent Token', 0.25), ('provision_coin_1789_pny', '1789 Penny', 10, 1, 'item_standard', 1, 826, 1, '{}', 'A rare 1789 Penny', 0.25), ('provision_coin_1792_lib_qtr', '1792 Liberty Quarter', 10, 1, 'item_standard', 1, 827, 1, '{}', 'A rare 1792 Liberty Quarter', 0.25), ('provision_coin_1792_nickel', '1792 Nickel', 10, 1, 'item_standard', 1, 828, 1, '{}', 'A rare 1792 Nickel', 0.25), ('provision_coin_1792_qtr', '1792 Quarter', 10, 1, 'item_standard', 1, 829, 1, '{}', 'A rare 1792 Quarter', 0.25), ('provision_coin_1794_slv_dlr', '1794 Silver Dollar', 10, 1, 'item_standard', 1, 830, 1, '{}', 'A rare 1794 Silver Dollar', 0.25), ('provision_coin_1795_hlf_eag', '1795 Half Eagle', 10, 1, 'item_standard', 1, 831, 1, '{}', 'A rare 1795 Half Eagle', 0.25), ('provision_coin_1796_hlf_pny', '1796 Half Penny', 10, 1, 'item_standard', 1, 832, 1, '{}', 'A rare 1796 Half Penny', 0.25), ('provision_coin_1797_gld_eag', '1797 Gold Eagle', 10, 1, 'item_standard', 1, 833, 1, '{}', 'A rare 1797 Gold Eagle', 0.25), ('provision_coin_1798_slv_dlr', '1798 Silver Dollar', 10, 1, 'item_standard', 1, 834, 1, '{}', 'A rare 1798 Silver Dollar', 0.25), ('provision_coin_1800_five_dlr', '1800 Five Dollar', 10, 1, 'item_standard', 1, 835, 1, '{}', 'A rare 1800 Five Dollar', 0.25), ('provision_coin_1800_gld_dlr', '1800 Gold Dollar', 10, 1, 'item_standard', 1, 836, 1, '{}', 'A rare 1800 Gold Dollar', 0.25), ('provision_coin_1800_gld_qtr', '1800 Gold Quarter', 10, 1, 'item_standard', 1, 837, 1, '{}', 'A rare 1800 Gold Quarter', 0.25), ('provision_coin_1800_hlf_dime', '1800 Half Dime', 10, 1, 'item_standard', 1, 838, 1, '{}', 'A rare 1800 Half Dime', 0.25), ('provision_db_finger_bone', 'Bone', 10, 1, 'item_standard', 1, 839, 1, '{}', 'A small bone possibly from a finger.', 0.25), ('provision_diamond_ring', 'Diamond Ring', 10, 1, 'item_standard', 1, 840, 1, '{}', 'A beautiful diamond ring.', 0.25), ('provision_disco_ammolite', 'Ammolite', 10, 1, 'item_standard', 1, 841, 1, '{}', 'Fossilized shell of an ammonite.', 0.25), ('provision_disco_ancient_eagle', 'Ancient Eagle', 10, 1, 'item_standard', 1, 842, 1, '{}', 'An ancient eagle statue.', 0.25), ('provision_disco_ancient_necklace', 'Ancient Necklace', 10, 1, 'item_standard', 1, 843, 1, '{}', 'An ancient necklace.', 0.25), ('provision_disco_fertility_statue', 'Fertility Statue', 10, 1, 'item_standard', 1, 844, 1, '{}', 'A statue that apparently possesses the power to grant fertility.', 0.25), ('provision_disco_fluorite', 'Fluorite', 10, 1, 'item_standard', 1, 845, 1, '{}', 'The mineral form of calcium fluoride.', 0.25), ('provision_disco_shrunken_head', 'Shrunken Head', 10, 1, 'item_standard', 1, 846, 1, '{}', 'A shurken head. possibly used in vodoo.', 0.25), ('provision_disco_urn', 'Urn', 10, 1, 'item_standard', 1, 847, 1, '{}', 'A simple urn often used to hold things.', 0.25), ('provision_disco_viking_comb', 'Viking Comb', 10, 1, 'item_standard', 1, 848, 1, '{}', 'A old viking comb.', 0.25), ('provision_dog_tag', 'Dog Tag', 10, 1, 'item_standard', 1, 849, 1, '{}', 'A dog tag. Possibly from a soldier.', 0.25), ('provision_earring_gold', 'Gold Earring', 10, 1, 'item_standard', 1, 850, 1, '{}', 'A gold earring.', 0.25), ('provision_earring_pearl', 'Pearl Earring', 10, 1, 'item_standard', 1, 851, 1, '{}', 'A gold earring.', 0.25), ('provision_earring_platinum', 'Platinum Earring', 10, 1, 'item_standard', 1, 852, 1, '{}', 'A beautiful pearl earring.', 0.25), ('provision_earring_silver', 'Silver Earring', 10, 1, 'item_standard', 1, 853, 1, '{}', 'A silver earring.', 0.25), ('provision_generic_key', 'Key', 10, 1, 'item_standard', 1, 854, 1, '{}', 'A simple key.', 0.25), ('provision_hrlm_brush_boar', 'Boar bristle Brush', 10, 1, 'item_standard', 1, 855, 1, '{}', 'A beautifully made boar bristle brush.', 0.25), ('provision_hrlm_brush_ebony', 'Ebony Hairbrush', 10, 1, 'item_standard', 1, 856, 1, '{}', 'A delicate and finely crafted ebony brush.', 0.25), ('provision_hrlm_brush_goathair', 'Goat Hair Brush', 10, 1, 'item_standard', 1, 857, 1, '{}', 'A exquisite hand crafted goat hair brush.', 0.25), ('provision_hrlm_brush_horsehair', 'Horse Hair brush', 10, 1, 'item_standard', 1, 858, 1, '{}', 'A finley made horse hair brush.', 0.25), ('provision_hrlm_brush_rosewood', 'Rosewood Hairbrush', 10, 1, 'item_standard', 1, 859, 1, '{}', 'A hand carved rosewood brush.', 0.25), ('provision_hrlm_brush_rosewood_ng', 'New Guinea Rosewood Hairbrush', 10, 1, 'item_standard', 1, 860, 1, '{}', 'An exotic new guinea rosewood hairbrush.', 0.25), ('provision_hrlm_comb_boxwood', 'Boxwood Comb', 10, 1, 'item_standard', 1, 861, 1, '{}', 'A finley made boxwood comb.', 0.25), ('provision_hrlm_comb_cherrywood', 'Cherrywood Comb', 10, 1, 'item_standard', 1, 862, 1, '{}', 'A exquisite cheerywood comb.', 0.25), ('provision_hrlm_comb_ivory', 'Ivory Comb', 10, 1, 'item_standard', 1, 863, 1, '{}', 'A delicate ivory comb.', 0.25), ('provision_hrlm_comb_tortoiseshell', 'Tortoiseshell Comb', 10, 1, 'item_standard', 1, 864, 1, '{}', 'A beautiful tortoiseshell comb.', 0.25), ('provision_hrlm_hairpin_ebony', 'Ebony Hairpin', 10, 1, 'item_standard', 1, 865, 1, '{}', 'A exquisite ebony hairpin.', 0.25), ('provision_hrlm_hairpin_ivory', 'Ivory Hairpin', 10, 1, 'item_standard', 1, 866, 1, '{}', 'A delicate ivory hairpin.', 0.25), ('provision_hrlm_hairpin_jade', 'Jade Hairpin', 10, 1, 'item_standard', 1, 867, 1, '{}', 'A exotic jade hairpin.', 0.25), ('provision_hrlm_hairpin_metal', 'Meatl Hairpin', 10, 1, 'item_standard', 1, 868, 1, '{}', 'A beautiful metal hairpin.', 0.25), ('provision_hrlm_hairpin_wooden', 'Wooden Hairpin', 10, 1, 'item_standard', 1, 869, 1, '{}', 'A hand carved wooden hairpin.', 0.25), ('provision_jail_keys', 'Jail Keys', 10, 1, 'item_standard', 1, 539, 1, '{}', 'A set of keys used to unlock jail cells and gates.', 0.25), ('provision_jewelry_amethyst_necklace', 'Richelieu Amethyst Necklace', 10, 1, 'item_standard', 1, 870, 1, '{}', 'A delicate necklace featuring a duo of purple amethyst and silver pearl.', 0.25), ('provision_jewelry_blck_pearl_necklace', 'Tuamotu Pearl Necklace', 10, 1, 'item_standard', 1, 871, 1, '{}', 'A silk strung necklace of magnificent black Tahitian pearls.', 0.25), ('provision_jewelry_box', 'Jewelry Box', 10, 1, 'item_standard', 1, 872, 1, '{}', 'A small jewlery box.', 0.25), ('provision_jewelry_carved_bracelet', 'Elliston Carved Bracelet', 10, 1, 'item_standard', 1, 873, 1, '{}', 'A solid gold bracelet with elegant etching.', 0.25), ('provision_jewelry_coral_dngl_earring', 'Emmeline Coral Earrings', 10, 1, 'item_standard', 1, 874, 1, '{}', 'Drop hook earrings of polished pink coral set in gold.', 0.25), ('provision_jewelry_coral_ring', 'Harland Coral Ring', 10, 1, 'item_standard', 1, 875, 1, '{}', 'A delicate gold ring featuring a large angel skin coral.', 0.25), ('provision_jewelry_dmnd_bngle_bracelet', 'Abelló Ruby Bangle Bracelet', 10, 1, 'item_standard', 1, 876, 1, '{}', 'A hinged gold bangle with a series of claw set rubies.', 0.25), ('provision_jewelry_dmnd_pendt_earring', 'Orchidée Diamond Earrings', 10, 1, 'item_standard', 1, 877, 1, '{}', 'Earrings set with clusters of brilliant cut diamonds in a floral pattern.', 0.25), ('provision_jewelry_elk_tooth_earring', 'Sterling Tooth Earrings', 10, 1, 'item_standard', 1, 878, 1, '{}', 'A striking pair of elk teeth set into silver.', 0.25), ('provision_jewelry_emerald_earring', 'Duchess Emerald Earrings', 10, 1, 'item_standard', 1, 879, 1, '{}', 'A famous set of oval cut emeralds fashioned into earrings.', 0.25), ('provision_jewelry_emerald_ring', 'Bosque Emerald Ring', 10, 1, 'item_standard', 1, 880, 1, '{}', 'A gold band with an extravagant bezel set Columbian emerald.', 0.25), ('provision_jewelry_french_dmnd_ring', 'Beaulieux Diamond Ring', 10, 1, 'item_standard', 1, 881, 1, '{}', 'A number of old mine cut diamonds claw set in a silver ring from France.', 0.25), ('provision_jewelry_gld_bngle_bracelet', 'Ojeda Rose Gold Bangle Bracelet', 10, 1, 'item_standard', 1, 882, 1, '{}', 'A large bracelet of rose gold with elaborate cameo detailing.', 0.25), ('provision_jewelry_gld_cross_necklace', 'Ainsworth Cross Necklace', 10, 1, 'item_standard', 1, 883, 1, '{}', 'A solid gold chain necklace with an etched gold cross.', 0.25), ('provision_jewelry_gld_pearl_necklace', 'Rou Pearl Necklace', 10, 1, 'item_standard', 1, 884, 1, '{}', 'A necklace made of fine rose gold featuring a single pearl from the Orient.', 0.25), ('provision_jewelry_gld_pendt_necklace', 'Gosselin White Gold Necklace', 10, 1, 'item_standard', 1, 885, 1, '{}', 'A lavalier style white gold necklace with a series of small diamonds.', 0.25), ('provision_jewelry_grnet_bracelet', 'Hajnal Garnet Bangle Bracelet', 10, 1, 'item_standard', 1, 886, 1, '{}', 'A bohemian style silver bangle with numerous claw set garnets.', 0.25), ('provision_jewelry_grnet_post_earring', 'Harford Garnet Earrings', 10, 1, 'item_standard', 1, 887, 1, '{}', 'Clustered garnet studs with silver posts and scrolls.', 0.25), ('provision_jewelry_moon_ring', 'Pilgrim Moonstone Ring', 10, 1, 'item_standard', 1, 888, 1, '{}', 'A thick gold band with a single claw set moonstone.', 0.25), ('provision_jewelry_mthr_pearl_necklace', 'Pellé Pearl Necklace', 10, 1, 'item_standard', 1, 889, 1, '{}', 'A beaded chain necklace with a fashionable mother of pearl pendant.', 0.25), ('provision_jewelry_onyx_ring', 'Aubrey Onyx Ring', 10, 1, 'item_standard', 1, 890, 1, '{}', 'A rare white gold ring with a bezel set diamond surrounded by polished onyx.', 0.25), ('provision_jewelry_pearl_bracelet', 'Durant Pearl Bracelet', 10, 1, 'item_standard', 1, 891, 1, '{}', 'An intricate link bracelet with natural pearls and gold filigree.', 0.25), ('provision_jewelry_pearl_earring', 'Josephine Pearl Earrings', 10, 1, 'item_standard', 1, 892, 1, '{}', 'Fashionable pearl earrings with neat gold hooks.', 0.25), ('provision_jewelry_pearl_ring', 'Bonnard Pearl Ring', 10, 1, 'item_standard', 1, 893, 1, '{}', 'A valuable pearl set into a white gold band.', 0.25), ('provision_jewelry_pers_turq_ring', 'Thorburn Turquoise Ring', 10, 1, 'item_standard', 1, 894, 1, '{}', 'A delicately crafted rose gold ring with turquoise beads.', 0.25), ('provision_jewelry_porcelain_necklace', 'Braxton Amethyst Necklace', 10, 1, 'item_standard', 1, 895, 1, '{}', 'A fashionable necklace with a porcelain hand painted miniature.', 0.25), ('provision_jewelry_qn_dmnd_earring', 'Royal Victoria Diamond Earrings', 10, 1, 'item_standard', 1, 896, 1, '{}', 'A series of small diamonds claw set in a floral cluster on a white gold band.', 0.25), ('provision_jewelry_rudy_dngl_earring', 'Beauchêne Ruby Earrings', 10, 1, 'item_standard', 1, 897, 1, '{}', 'Elaborate gold hook earrings with vivid rubies.', 0.25), ('provision_jewelry_slvr_pearl_necklace', 'Silver Pearl Necklace', 10, 1, 'item_standard', 1, 898, 1, '{}', 'A necklace made of fine silver and pearls.', 0.25), ('provision_jewelry_sphr_bngle_bracelet', 'Greco Sapphire Bracelet', 10, 1, 'item_standard', 1, 899, 1, '{}', 'A delicate gold bracelet with three small sapphires.', 0.25), ('provision_jewelry_sphr_bracelet', 'Helena Sapphire Bracelet', 10, 1, 'item_standard', 1, 900, 1, '{}', 'A fine silver bracelet with claw set sapphires.', 0.25), ('provision_jewelry_topaz_necklace', 'Dane Topaz Necklace', 10, 1, 'item_standard', 1, 901, 1, '{}', 'A precious platinum chain necklace with a small drop of topaz.', 0.25), ('provision_jewelry_topaz_ring', 'Banais Topaz Ring', 10, 1, 'item_standard', 1, 902, 1, '{}', 'A neat silver wedding ring with brilliant cut topaz.', 0.25), ('provision_jewelry_turquoise_bracelet', 'Infanta Turquoise Bracelet', 10, 1, 'item_standard', 1, 903, 1, '{}', 'A solid silver bracelet with a large turquoise stone.', 0.25), ('provision_jewelry_turquoise_ring', 'Magnate Turquoise Ring', 10, 1, 'item_standard', 1, 904, 1, '{}', 'A solid gold ring with an oval of polished turquoise from Persia.', 0.25), ('provision_jewelry_turq_stud_earring', 'Calumet Turquoise Earrings', 10, 1, 'item_standard', 1, 905, 1, '{}', 'Lavish gold studs with claw set turquoise stones.', 0.25), ('provision_jewelry_whtgld_dmnd_ring', 'Sackville Diamond Ring', 10, 1, 'item_standard', 1, 906, 1, '{}', 'A series of small diamonds claw set in a floral cluster on a white gold band.', 0.25), ('provision_jewelry_wht_dmnd_earring', 'Endicott Diamond Earrings', 10, 1, 'item_standard', 1, 907, 1, '{}', 'Exquisite pendant earrings with old mine cut diamonds.', 0.25), ('provision_jewelry_ylwgld_dmnd_ring', 'Yates Diamond Ring', 10, 1, 'item_standard', 1, 908, 1, '{}', 'An intricate gold band with one cushion cut diamond.', 0.25), ('provision_ring_platinum', 'Platinum Ring', 10, 1, 'item_standard', 1, 909, 1, '{}', 'A finely crafted platinum ring.', 0.25), ('provision_ro_flower_acunas_star', 'Acunas Star Orchid', 10, 1, 'item_standard', 1, 910, 1, '{}', 'The Acunas Star Orchid an be identified by the branching of the stems, alternate leaves, and cream colored petals. The trailing plant is often found on the ground or growing around trees in swampland areas.', 0.25), ('provision_ro_flower_cigar', 'Cigar Orchid', 10, 1, 'item_standard', 1, 911, 1, '{}', 'The Cigar Orchid can be identified by the inflorescence which can produce around five hundred bright yellow flowers with purple and brown markings.', 0.25), ('provision_ro_flower_clamshell', 'Clamshell Orchid', 10, 1, 'item_standard', 1, 912, 1, '{}', 'The Clamshell Orchid can be identified by the deep purple and white petals with yellow streaks, and thin leaves.', 0.25), ('provision_ro_flower_dragons', 'Dragons Orchid', 10, 1, 'item_standard', 1, 913, 1, '{}', 'Dragons Mouth Orchids can be recognized by their wild purple flowers which are said to resemble a dragon. The general size of this type of orchid is around six inches.', 0.25), ('provision_ro_flower_ghost', 'Ghost Orchid', 10, 1, 'item_standard', 1, 914, 1, '{}', 'The Ghost Orchid is named after the white to pale pink flowers that can be seen in shaded habitats. This small orchid grows in shaded areas, such as woodlands, and under leaves and soil, with only the flower appearing above ground.', 0.25), ('provision_ro_flower_lady_of_night', 'Lady of Night Orchid', 10, 1, 'item_standard', 1, 915, 1, '{}', 'Lady of the Night Orchid takes its name from the sweet citrus fragrance it produces during nightfall. The orchid can be identified by the white heart shaped flowers and long leaves.', 0.25), ('provision_ro_flower_lady_slipper', 'Lady Slipper Orchid', 10, 1, 'item_standard', 1, 916, 1, '{}', 'Lady Slipper Orchid can be identified by the large bulbous purple flower and speckled purple leaves. This type of orchid can be seen growing in the ground of forests, meadows and woodland areas.', 0.25), ('provision_ro_flower_moccasin', 'Moccasin Orchid', 10, 1, 'item_standard', 1, 917, 1, '{}', 'Moccasin Flower Orchid can be identified by the yellow pouch like petal, red sepals, and wide leaves. This orchid can be found growing near pines or conifers in woodlands and forests.', 0.25), ('provision_ro_flower_night_scented', 'Night Scented Orchid', 10, 1, 'item_standard', 1, 918, 1, '{}', 'Night Scented Orchid can be identified by the alternate stems, the long sepals, and white petal flowers. This orchid can be found growing upon another plant, often draping down from trees.', 0.25), ('provision_ro_flower_queens', 'Queens Orchid', 10, 1, 'item_standard', 1, 919, 1, '{}', 'The Queens Orchid can be identified by the white sepals, and purple and white curled petal.', 0.25), ('provision_ro_flower_rat_tail', 'Rat Tail Orchid', 10, 1, 'item_standard', 1, 920, 1, '{}', 'The Rat Tail Orchid has long, thin hanging stems, pencil-like leaves and rigid flowering stems bearing up to twelve crowded white to cream-coloured flowers.', 0.25), ('provision_ro_flower_sparrows', 'Sparrows Orchid', 10, 1, 'item_standard', 1, 921, 1, '{}', 'The Sparrows Orchid usually has 3 to 7 oval or lance-shaped leaves arranged alternately on the stem.', 0.25), ('provision_ro_flower_spider', 'Spider Orchid', 10, 1, 'item_standard', 1, 922, 1, '{}', 'The Spider Orchid is Characterised by five long spreading petals and sepals around a broad down-curled lip.', 0.25), ('pulp', 'Pulp', 20, 1, 'item_standard', 0, 540, 1, '{}', 'A soft and moist mass of plant fibers, typically obtained from crushing or processing plant materials.', 0.25), ('p_baitBread01x', 'Bread Bait', 20, 1, 'item_standard', 1, 541, 1, '{}', 'A piece of bread used as bait for fishing.', 0.25), ('p_baitCheese01x', 'Cheese Bait', 10, 1, 'item_standard', 1, 2002, 1, '{}', 'Nice item', 0.25), ('p_baitCorn01x', 'Bait Corn', 10, 1, 'item_standard', 1, 2001, 1, '{}', 'Nice item', 0.25), ('p_baitCricket01x', 'Cricket Bait', 10, 1, 'item_standard', 1, 2004, 1, '{}', 'Nice item', 0.25), ('p_baitWorm01x', 'Worm Bait', 10, 1, 'item_standard', 1, 2003, 1, '{}', 'Nice item', 0.25), ('p_barrelmoonshine', 'Butoi', 50, 1, 'item_standard', 1, 542, 1, '{}', 'A container, typically made of wood, used for storing and aging moonshine.', 0.25), ('p_bed05x', 'Pat Model 5 ', 5, 1, 'item_standard', 1, 3010, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_bed12x', 'Pat Model 12 ', 5, 1, 'item_standard', 1, 3016, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_bed17x', 'Pat Model 2 ', 5, 1, 'item_standard', 1, 3011, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_bed20madex', 'Pat Madex ', 5, 1, 'item_standard', 1, 3015, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_bed21x', 'Pat Model 21 ', 5, 1, 'item_standard', 1, 3014, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_bed22x', 'Pat Model 4 ', 5, 1, 'item_standard', 1, 3013, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_bedking02x', 'Pat Rege 3 ', 5, 1, 'item_standard', 1, 3012, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_benchwork01x', 'Banc de lucru', 10, 1, 'item_standard', 1, 5003, 1, '{}', 'nice item', 0.25), ('p_bistrochair01x', 'Scaun 13 ', 5, 1, 'item_standard', 1, 4008, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_bw_desk01x', 'Birou Model 1 ', 5, 1, 'item_standard', 1, 3043, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_cabinet01x', 'Cabinet Model 1 ', 5, 1, 'item_standard', 1, 3029, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_cabinet03x', 'Dulap 05 (Outfit)', 5, 1, 'item_standard', 1, 3028, 11, '{}', 'Outfit for your house ! !', 0.25), ('p_cabinet06x', 'Cabinet Model 6 ', 5, 1, 'item_standard', 1, 3026, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_cabinet08x', 'Cabinet Model 8 ', 5, 1, 'item_standard', 1, 3027, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_cabinet09x', 'Cabinet Model 9 ', 5, 1, 'item_standard', 1, 3018, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_cabinet11x', 'Cabinet Model 11 ', 5, 1, 'item_standard', 1, 3021, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_cabinet15x', 'Cabinet Model 15 ', 5, 1, 'item_standard', 1, 3019, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_cabinetchina04x', 'Cabinet China 4 ', 5, 1, 'item_standard', 1, 3024, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_campfire01x', 'Foc de tabara 5', 5, 1, 'item_standard', 1, 4084, 11, '{}', 'Foc de tabara !', 0.25), ('p_campfire03x', 'Foc de tabara 3', 5, 1, 'item_standard', 1, 4082, 11, '{}', 'Foc de tabara !', 0.25), ('p_campfire04x', 'Foc de tabara 4', 5, 1, 'item_standard', 1, 4083, 11, '{}', 'Foc de tabara !', 0.25), ('p_chair06x', 'Scaun 12 ', 5, 1, 'item_standard', 1, 4007, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chair11x', 'Scaun 22 ', 5, 1, 'item_standard', 1, 4017, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chair12bx', 'Scaun 20 ', 5, 1, 'item_standard', 1, 4015, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chair12x', 'Scaun 19 ', 5, 1, 'item_standard', 1, 4014, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chair13x', 'Scaun 18 ', 5, 1, 'item_standard', 1, 4013, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chair14x', 'Scaun 4 ', 5, 1, 'item_standard', 1, 3099, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chair15x', 'Scaun 17 ', 5, 1, 'item_standard', 1, 4012, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chair16x', 'Scaun 16 ', 5, 1, 'item_standard', 1, 4011, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chair17x', 'Scaun 15 ', 5, 1, 'item_standard', 1, 4010, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chair18x', 'Scaun 14 ', 5, 1, 'item_standard', 1, 4009, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chair19x', 'Scaun 11 ', 5, 1, 'item_standard', 1, 4006, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chair20x', 'Scaun 9 ', 5, 1, 'item_standard', 1, 4004, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chair26x', 'Scaun 8 ', 5, 1, 'item_standard', 1, 4003, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chair27x', 'Scaun 5 ', 5, 1, 'item_standard', 1, 4000, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chair30x', 'Scaun 6 ', 5, 1, 'item_standard', 1, 4001, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chair31x', 'Scaun 7 ', 5, 1, 'item_standard', 1, 4002, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chair37x', 'Scaun 10 ', 5, 1, 'item_standard', 1, 4005, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chaircomfy01x', 'Fotoliu 7 ', 5, 1, 'item_standard', 1, 3091, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chaircomfy02', 'Fotoliu 10 ', 5, 1, 'item_standard', 1, 3094, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chaircomfy03x', 'Scaun 23 ', 5, 1, 'item_standard', 1, 4018, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chaircomfy04x', 'Scaun 3 ', 5, 1, 'item_standard', 1, 3098, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chaircomfy06x', 'Fotoliu 6 ', 5, 1, 'item_standard', 1, 3090, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chaircomfy07x', 'Fotoliu 8 ', 5, 1, 'item_standard', 1, 3092, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chaircomfy08x', 'Fotoliu 9 ', 5, 1, 'item_standard', 1, 3093, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chaircomfy11x', 'Fotoliu 2 ', 5, 1, 'item_standard', 1, 3087, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chaircomfy12x', 'Fotoliu 1 ', 5, 1, 'item_standard', 1, 3086, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chaircomfy18x', 'Fotoliu 4 ', 5, 1, 'item_standard', 1, 3089, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chaircomfy22x', 'Fotoliu 3 ', 5, 1, 'item_standard', 1, 3088, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chairdesk01x', 'Scaun Birou ', 5, 1, 'item_standard', 1, 3095, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chairdining02x', 'Scaun 2 ', 5, 1, 'item_standard', 1, 3097, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chairdining03x', 'Scaun 1 ', 5, 1, 'item_standard', 1, 3096, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chair_10x', 'Scaun 21 ', 5, 1, 'item_standard', 1, 4016, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_chestmedhunt01x', 'Cufar 04 (Stash)', 10, 1, 'item_standard', 1, 4088, 11, '{}', 'Stash for your house ! !', 0.25), ('p_chuckwagon01x', 'Vagon 1', 5, 1, 'item_standard', 1, 4035, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_couch01x', 'Canapea Model 1 ', 5, 1, 'item_standard', 1, 3044, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_couch02x', 'Canapea Model 2 ', 5, 1, 'item_standard', 1, 3045, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_couch05x', 'Canapea Model 5 ', 5, 1, 'item_standard', 1, 3046, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_couch06x', 'Canapea Model 6 ', 5, 1, 'item_standard', 1, 3047, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_couch08x', 'Canapea Model 8 ', 5, 1, 'item_standard', 1, 3048, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_couch09x', 'Canapea Model 9 ', 5, 1, 'item_standard', 1, 3049, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_couch10x', 'Canapea Model 10 ', 5, 1, 'item_standard', 1, 3037, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_couch11x', 'Canapea Model 11 ', 5, 1, 'item_standard', 1, 3036, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_crawdad01x', 'Crawdad', 10, 1, 'item_standard', 1, 2005, 1, '{}', 'Nice item', 0.25), ('p_cs_wagon02x', 'Vagon 2', 5, 1, 'item_standard', 1, 4036, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_delidisplaycabinet01x', 'Masa Cabinet ', 5, 1, 'item_standard', 1, 3068, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_desk01x', 'Birou Model 1 ', 5, 1, 'item_standard', 1, 3041, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_desk03x', 'Birou Model 3 ', 5, 1, 'item_standard', 1, 3031, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_desk04x', 'Birou Model 4 ', 5, 1, 'item_standard', 1, 3040, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_desk07x', 'Birou Model 7 ', 5, 1, 'item_standard', 1, 3039, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_desk09bx', 'Birou Model 9 ', 5, 1, 'item_standard', 1, 3038, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_desk09x', 'Birou Model 9 ', 5, 1, 'item_standard', 1, 3032, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_desk13x', 'Birou Model 13 ', 5, 1, 'item_standard', 1, 3033, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_desk14x', 'Birou Model 14 ', 5, 1, 'item_standard', 1, 3034, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_desk17x', 'Birou Model 17 ', 5, 1, 'item_standard', 1, 3035, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_dresser01x', 'Dulap Model 1 ', 5, 1, 'item_standard', 1, 3053, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_dresser03x', 'Dulap 01 (Outfit)', 5, 1, 'item_standard', 1, 3054, 11, '{}', 'Outfit for your house ! !', 0.25), ('p_dresser04x', 'Dulap Model 4 ', 5, 1, 'item_standard', 1, 3055, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_dresser05x', 'Dulap 02 (Outfit)', 5, 1, 'item_standard', 1, 3056, 11, '{}', 'Outfit for your house ! !', 0.25), ('p_dresser06x', 'Dulap Model 6 ', 5, 1, 'item_standard', 1, 3058, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_dresser07x', 'Dulap 7', 10, 1, 'item_standard', 1, 5010, 1, '{}', 'nice item', 0.25), ('p_dresser08x', 'Dulap Model 8 ', 5, 1, 'item_standard', 1, 3057, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_dresser09x', 'Dulap 03 (Outfit)', 5, 1, 'item_standard', 1, 3059, 11, '{}', 'Outfit for your house ! !', 0.25), ('p_dresser10x', 'Dulap Model 10 ', 5, 1, 'item_standard', 1, 3060, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_dresser11x', 'Dulap Model 11 ', 5, 1, 'item_standard', 1, 3061, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_dresserval01x', 'Sifonier ', 5, 1, 'item_standard', 1, 3063, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_fencetall_05a', 'Gard 4', 5, 1, 'item_standard', 1, 4043, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_fencetall_05c', 'Gard 5', 5, 1, 'item_standard', 1, 4044, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_fencetall_05d', 'Gard 6', 5, 1, 'item_standard', 1, 4045, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_fence_lorge01x', 'Gard 11', 5, 1, 'item_standard', 1, 4050, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_fence_picket_01_rhoa', 'Gard 9', 5, 1, 'item_standard', 1, 4048, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_fence_picket_02_rhoa', 'Gard 10', 5, 1, 'item_standard', 1, 4049, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_fence_picket_w_01', 'Gard 7', 5, 1, 'item_standard', 1, 4046, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_fence_picket_w_02', 'Gard 8', 5, 1, 'item_standard', 1, 4047, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_fence_wall01x', 'Gard 1', 5, 1, 'item_standard', 1, 4040, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_fence_wall03x', 'Gard 3', 5, 1, 'item_standard', 1, 4042, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_fence_wall04x', 'Gard 2', 5, 1, 'item_standard', 1, 4041, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_filecabinet04bx', 'Cabinet Documente 4 ', 5, 1, 'item_standard', 1, 3023, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_filecabinet69x', 'Cabinet Documente 69 ', 5, 1, 'item_standard', 1, 3022, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_FinisdFishlure01x', 'FinisdFishlure01x', 10, 1, 'item_standard', 1, 2007, 1, '{}', 'Nice item', 0.25), ('p_finisdfishlurelegendary01x', 'Finisdfishlurelegendary01x', 10, 1, 'item_standard', 1, 2010, 1, '{}', 'Nice item', 0.25), ('p_finishdcrawd01x', 'Finishdcrawd01x', 10, 1, 'item_standard', 1, 2008, 1, '{}', 'Nice item', 0.25), ('p_finishdcrawdlegendary01x', 'Finishdcrawdlegendary01x', 10, 1, 'item_standard', 1, 2011, 1, '{}', 'Nice item', 0.25), ('p_finishedragonfly01x', 'Finishedragonfly01x', 10, 1, 'item_standard', 1, 2006, 1, '{}', 'Nice item', 0.25), ('p_finishedragonflylegendary01x', 'Finishedragonflylegendary01x', 10, 1, 'item_standard', 1, 2009, 1, '{}', 'Nice item', 0.25), ('p_group_flowertable01', 'Aranjament Grup', 5, 1, 'item_standard', 1, 4051, 11, '{}', 'Aranjamente florale pentru casa si gradina ta !', 0.25), ('p_kitchenhutch01x', 'Coliba de Bucatarie ', 5, 1, 'item_standard', 1, 3051, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_lampstanding01x', 'Veioza 5 ', 5, 1, 'item_standard', 1, 3083, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_lampstanding02x', 'Veioza 6 ', 5, 1, 'item_standard', 1, 3084, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_lampstanding03x', 'Veioza 7 ', 5, 1, 'item_standard', 1, 3085, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_lampstanding04x', 'Veioza 4 ', 5, 1, 'item_standard', 1, 3082, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_lampstanding06x', 'Veioza 3 ', 5, 1, 'item_standard', 1, 3081, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_lampstanding09x', 'Veioza 1 ', 5, 1, 'item_standard', 1, 3080, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_lampstreet01x', 'Lampa de Strada 1', 5, 1, 'item_standard', 1, 4029, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_lampstreetnbx02x', 'Lampa de Strada 2', 5, 1, 'item_standard', 1, 4030, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_lgoc_spinner_v4', 'Spinner_v4', 10, 1, 'item_standard', 1, 2012, 1, '{}', 'Nice item', 0.25), ('p_lgoc_spinner_v6', 'Spinner_v6', 10, 1, 'item_standard', 1, 2013, 1, '{}', 'Nice item', 0.25), ('p_nbdstreetlamp01x', 'Lampa de Strada 3', 5, 1, 'item_standard', 1, 4031, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_nbmbookshelves01x', 'Biblioteca ', 5, 1, 'item_standard', 1, 3025, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_nbmchinacabinet01x', 'Cabinet China 1 ', 5, 1, 'item_standard', 1, 3020, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_nbmchinacabinet02x', 'Cabinet China 2 ', 5, 1, 'item_standard', 1, 3017, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_nbmpiano01x', 'Pian ', 5, 1, 'item_standard', 1, 3030, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_phoneantique01x', 'phoneantique01x', 10, 1, 'item_standard', 1, 5004, 1, '{}', 'nice item', 0.25), ('p_pot_flowerarng01x', 'Aranjament Floral 15', 5, 1, 'item_standard', 1, 4065, 11, '{}', 'Aranjamente florale pentru casa si gradina ta !', 0.25), ('p_pot_flowerarng03x', 'Aranjament Floral 14', 5, 1, 'item_standard', 1, 4064, 11, '{}', 'Aranjamente florale pentru casa si gradina ta !', 0.25), ('p_pot_flowerarng05x', 'Aranjament Floral 13', 5, 1, 'item_standard', 1, 4063, 11, '{}', 'Aranjamente florale pentru casa si gradina ta !', 0.25), ('p_pot_flowerarng06x', 'Aranjament Floral 12', 5, 1, 'item_standard', 1, 4062, 11, '{}', 'Aranjamente florale pentru casa si gradina ta !', 0.25), ('p_pot_flowerarng07x', 'Aranjament Floral 11', 5, 1, 'item_standard', 1, 4061, 11, '{}', 'Aranjamente florale pentru casa si gradina ta !', 0.25), ('p_pot_flowerarng08x', 'Aranjament Floral 10', 5, 1, 'item_standard', 1, 4060, 11, '{}', 'Aranjamente florale pentru casa si gradina ta !', 0.25), ('p_pot_flowerarng09bx', 'Aranjament Floral 9', 5, 1, 'item_standard', 1, 4059, 11, '{}', 'Aranjamente florale pentru casa si gradina ta !', 0.25), ('p_pot_flowerarng10x', 'Aranjament Floral 7', 5, 1, 'item_standard', 1, 4058, 11, '{}', 'Aranjamente florale pentru casa si gradina ta !', 0.25), ('p_pot_flowerarng16x', 'Aranjament Floral 6', 5, 1, 'item_standard', 1, 4057, 11, '{}', 'Aranjamente florale pentru casa si gradina ta !', 0.25), ('p_pot_flowerarng17x', 'Aranjament Floral 5', 5, 1, 'item_standard', 1, 4056, 11, '{}', 'Aranjamente florale pentru casa si gradina ta !', 0.25), ('p_pot_flowerarng18x', 'Aranjament Floral 4', 5, 1, 'item_standard', 1, 4055, 11, '{}', 'Aranjamente florale pentru casa si gradina ta !', 0.25), ('p_pot_flowerarng19x', 'Aranjament Floral 3', 5, 1, 'item_standard', 1, 4054, 11, '{}', 'Aranjamente florale pentru casa si gradina ta !', 0.25), ('p_pot_flowerarng20x', 'Aranjament Floral 1', 5, 1, 'item_standard', 1, 4052, 11, '{}', 'Aranjamente florale pentru casa si gradina ta !', 0.25), ('p_pot_flowerarng23x', 'Aranjament Floral 2', 5, 1, 'item_standard', 1, 4053, 11, '{}', 'Aranjamente florale pentru casa si gradina ta !', 0.25), ('p_streetcarpolenbx03x', 'Lampa de Strada 4', 5, 1, 'item_standard', 1, 4032, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_streetlightnbx06x', 'Lampa de Strada 5', 5, 1, 'item_standard', 1, 4033, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_streetlightnbx07x', 'Lampa de Strada 6', 5, 1, 'item_standard', 1, 4034, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_table02x', 'Masa 1 ', 5, 1, 'item_standard', 1, 3069, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_table11x', 'Masa 2 ', 5, 1, 'item_standard', 1, 3070, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_table39x', 'Masa 3 ', 5, 1, 'item_standard', 1, 3071, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_table40x', 'Masa 4 ', 5, 1, 'item_standard', 1, 3072, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_table55x', 'Masa 5 ', 5, 1, 'item_standard', 1, 3073, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_tableannsaloon01x', 'Masa 6 ', 5, 1, 'item_standard', 1, 3074, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_tablebedside02x', 'Masa 7 ', 5, 1, 'item_standard', 1, 3075, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_tablecoffee04x', 'Masa Cafea 1 ', 5, 1, 'item_standard', 1, 3065, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_tablecoffee05x', 'Masa Cafea 3 ', 5, 1, 'item_standard', 1, 3067, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_tablecoffee06a', 'Masa Cafea 2 ', 5, 1, 'item_standard', 1, 3066, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_tableconsole01x', 'Masa 8 ', 5, 1, 'item_standard', 1, 3076, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_tableconsole03x', 'Masa 9 ', 5, 1, 'item_standard', 1, 3077, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_tableconsole05bx', 'Masa 10 ', 5, 1, 'item_standard', 1, 3078, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_tablework02x', 'Masa 11 ', 5, 1, 'item_standard', 1, 3079, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_tree_bamboo_01', 'Bamboo', 5, 1, 'item_standard', 1, 4076, 11, '{}', 'Flowers for your house !', 0.25), ('p_tree_birch_03', 'Copac Decor 2', 5, 1, 'item_standard', 1, 4074, 11, '{}', 'Flowers for your house !', 0.25), ('p_tree_cactus_01b', 'Cactus 2', 5, 1, 'item_standard', 1, 4078, 11, '{}', 'Flowers for your house !', 0.25), ('p_tree_cactus_01d', 'Cactus 1', 5, 1, 'item_standard', 1, 4077, 11, '{}', 'Flowers for your house !', 0.25), ('p_tree_douglasfir_03', 'Pin Mare', 5, 1, 'item_standard', 1, 4067, 11, '{}', 'Flowers for your house !', 0.25), ('p_tree_douglasfir_04', 'Pin Mic', 5, 1, 'item_standard', 1, 4066, 11, '{}', 'Flowers for your house !', 0.25), ('p_tree_jacada_01', 'Copac Decor 3', 5, 1, 'item_standard', 1, 4075, 11, '{}', 'Flowers for your house !', 0.25), ('p_tree_palm_fan_03a', 'Palmier 1', 5, 1, 'item_standard', 1, 4068, 11, '{}', 'Flowers for your house !', 0.25), ('p_tree_palm_fan_04b', 'Palmier 2', 5, 1, 'item_standard', 1, 4069, 11, '{}', 'Flowers for your house !', 0.25), ('p_tree_palm_s_01a', 'Palmier 3', 5, 1, 'item_standard', 1, 4070, 11, '{}', 'Flowers for your house !', 0.25), ('p_tree_palm_s_01d', 'Palmier 4', 5, 1, 'item_standard', 1, 4071, 11, '{}', 'Flowers for your house !', 0.25), ('p_tree_palm_s_01e', 'Palmier 5', 5, 1, 'item_standard', 1, 4072, 11, '{}', 'Flowers for your house !', 0.25), ('p_tree_poplar_02', 'Copac Decor 1', 5, 1, 'item_standard', 1, 4073, 11, '{}', 'Flowers for your house !', 0.25), ('p_vanitydresserdesk01x', 'Dulap Haine ', 5, 1, 'item_standard', 1, 3064, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_washbasinregal01x', 'Chiuveta Regal ', 5, 1, 'item_standard', 1, 3052, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_watertower_lrg_05', 'Turn Apa 1 ', 5, 1, 'item_standard', 1, 4019, 11, '{}', 'Turn de apa pentru gradina ta !', 0.25), ('p_watertower_med_02', 'Turn Apa 2 ', 5, 1, 'item_standard', 1, 4020, 11, '{}', 'Turn de apa pentru gradina ta !', 0.25), ('p_watertower_med_03', 'Turn Apa 3 ', 5, 1, 'item_standard', 1, 4021, 11, '{}', 'Turn de apa pentru gradina ta !', 0.25), ('p_watertower_med_04', 'Turn Apa 4 ', 5, 1, 'item_standard', 1, 4022, 11, '{}', 'Turn de apa pentru gradina ta !', 0.25), ('p_watertower_med_05', 'Turn Apa 5 ', 5, 1, 'item_standard', 1, 4023, 11, '{}', 'Turn de apa pentru gradina ta !', 0.25), ('p_watertower_med_06', 'Turn Apa 6 ', 5, 1, 'item_standard', 1, 4024, 11, '{}', 'Turn de apa pentru gradina ta !', 0.25), ('p_watertower_med_07', 'Turn Apa 7 ', 5, 1, 'item_standard', 1, 4025, 11, '{}', 'Turn de apa pentru gradina ta !', 0.25), ('p_weddingchest01x', 'Cufar 02 (Stash)', 10, 1, 'item_standard', 1, 4086, 11, '{}', 'Stash for your house ! !', 0.25), ('p_windmill01x', 'Moara de Vant 1', 5, 1, 'item_standard', 1, 4026, 11, '{}', 'Moara de vant pentru gradina ta !', 0.25), ('p_windmill_med_01', 'Moara de Vant 2', 5, 1, 'item_standard', 1, 4027, 11, '{}', 'Moara de vant pentru gradina ta !', 0.25), ('p_windmill_sm_01', 'Moara de Vant 3', 5, 1, 'item_standard', 1, 4028, 11, '{}', 'Moara de vant pentru gradina ta !', 0.25), ('p_windmill_top', 'Morisca Moara 1', 5, 1, 'item_standard', 1, 3062, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_woodendeskchair01x', 'Scaun de Birou de Lemn ', 5, 1, 'item_standard', 1, 3050, 11, '{}', 'Furniture for your house ! !', 0.25), ('p_workbench01x', 'Masa de lucru 01 (Crafting)', 10, 1, 'item_standard', 1, 1510, 11, '{}', 'Crafting workbench for your house', 0.25), ('p_workbenchdesk01x', 'Birou Banc de Lucru ', 5, 1, 'item_standard', 1, 3042, 11, '{}', 'Furniture for your house ! !', 0.25), ('quailb', 'Quail Beak', 20, 1, 'item_standard', 1, 543, 1, '{}', 'The beak of a quail bird, often used for crafts and decorative purposes.', 0.25), ('quailf', 'Quail Feather', 20, 1, 'item_standard', 1, 544, 1, '{}', 'A feather from a quail bird, known for its small size and distinctive patterns.', 0.25), ('quartz', 'Quartz', 20, 1, 'item_standard', 1, 545, 1, '{}', 'A hard mineral often used in jewelry and decorative items.', 0.25), ('rabbitpaw', 'Rabbitfoot', 20, 1, 'item_standard', 1, 546, 1, '{}', 'The foot of a rabbit, sometimes considered a good luck charm.', 0.25), ('rabbits', 'Rabbit Skin', 20, 1, 'item_standard', 1, 547, 1, '{}', 'The skin of a rabbit, commonly used in making fur garments and accessories.', 0.25), ('raccoons', 'Raccoon Skin', 20, 1, 'item_standard', 1, 548, 1, '{}', 'The skin of a raccoon, known for its distinctive ringed tail and soft fur.', 0.25), ('raccoont', 'Raccoon Tooth', 20, 1, 'item_standard', 1, 549, 1, '{}', 'A tooth from a raccoon, often used in crafts and jewelry.', 0.25), ('raisin', 'Raisin', 10, 1, 'item_standard', 1, 923, 1, '{}', 'A dried grape that makes good eating.', 0.25), ('rajahdysoljy', 'Explosive Oil', 30, 1, 'item_standard', 1, 550, 1, '{}', 'An explosive oil used for various purposes, such as creating dynamite and explosives.', 0.25), ('ramhorn', 'Ram Horn', 20, 1, 'item_standard', 1, 551, 1, '{}', 'The horn of a ram, a male sheep, often used in crafting and decoration.', 0.25), ('rams', 'Ram Pelt', 20, 1, 'item_standard', 1, 552, 1, '{}', 'The fur and skin of a ram, known for its warmth and durability.', 0.25), ('Rams_Head', 'Rams Head', 10, 1, 'item_standard', 1, 553, 1, '{}', 'The preserved head of a ram, often used as a hunting trophy or decorative item.', 0.25), ('Rams_Head_Seed', 'Rams Head Seed', 10, 1, 'item_standard', 1, 554, 1, '{}', 'A seed that can be planted to grow plants resembling a rams head.', 0.25), ('Raspberry', 'Zmeura', 100, 1, 'item_standard', 1, 5082, 1, '{}', 'Zmeura', 0.25), ('raspberryale', 'Raspberry Ale', 10, 1, 'item_standard', 1, 555, 1, '{}', 'A type of ale infused with the flavor of raspberries.', 0.25), ('rat_c', 'Rat', 20, 1, 'item_standard', 1, 556, 1, '{}', 'A small rodent known for its agility and ability to adapt to various environments.', 0.25), ('ravenc', 'Raven Claws', 20, 1, 'item_standard', 1, 557, 1, '{}', 'The claws of a raven bird, often used for crafts and jewelry.', 0.25), ('ravenf', 'Raven Feather', 20, 1, 'item_standard', 1, 558, 1, '{}', 'A feather from a raven bird, known for its glossy black color and sleek appearance.', 0.25), ('raw_bacon', 'Raw Bacon', 10, 1, 'item_standard', 1, 924, 1, '{}', 'Raw uncooked bacon.', 0.25), ('rectable', 'Rectangle Table', 20, 1, 'item_standard', 1, 559, 1, '{}', 'A rectangular-shaped table, suitable for various purposes such as dining or work.', 0.25), ('rectangle_table', 'Rectangle Table', 20, 1, 'item_standard', 1, 560, 1, '{}', 'A table with a rectangular shape, often used for dining or as a work surface.', 0.25), ('Red_Sage', 'Salvie', 100, 1, 'item_standard', 1, 6013, 1, '{}', 'nice item', 0.25), ('Red_Sage_Seed', 'Seminte salvie', 100, 1, 'item_standard', 1, 6004, 1, '{}', 'nice item', 0.25), ('repeaterbarrel', 'Repeater Barrel', 5, 1, 'item_standard', 1, 565, 1, '{}', 'A replacement barrel for a repeater firearm, used for improving accuracy and performance.', 0.25), ('repeatermold', 'Repeater Mold', 5, 1, 'item_standard', 1, 566, 1, '{}', 'A mold used for casting the components of a repeater firearm.', 0.25), ('repeaterreceiver', 'Repeater Receiver', 5, 1, 'item_standard', 1, 567, 1, '{}', 'A replacement receiver for a repeater firearm, which houses the firing mechanism.', 0.25), ('repeaterrecmold', 'Repeater Receiver Mold', 5, 1, 'item_standard', 1, 568, 1, '{}', 'A mold used for casting the receiver of a repeater firearm.', 0.25), ('repeaterstock', 'Repeater Stock', 5, 1, 'item_standard', 1, 569, 1, '{}', 'A replacement stock for a repeater firearm, providing stability and control.', 0.25), ('revolverbarrel', 'Revolver Barrel', 5, 1, 'item_standard', 1, 570, 1, '{}', 'A replacement barrel for a revolver firearm, used for improving accuracy and performance.', 0.25), ('revolvercylinder', 'Revolver Cylinder', 5, 1, 'item_standard', 1, 571, 1, '{}', 'A replacement cylinder for a revolver firearm, which holds the ammunition.', 0.25), ('revolverhandle', 'Revolver Handle', 5, 1, 'item_standard', 1, 572, 1, '{}', 'A replacement handle for a revolver firearm, providing grip and control.', 0.25), ('revolvermold', 'Revolver Mold', 5, 1, 'item_standard', 1, 573, 1, '{}', 'A mold used for casting the components of a revolver firearm.', 0.25), ('riflebarrel', 'Rifle Barrel', 5, 1, 'item_standard', 1, 574, 1, '{}', 'A replacement barrel for a rifle firearm, used for improving accuracy and performance.', 0.25), ('riflemold', 'Rifle Mold', 5, 1, 'item_standard', 1, 575, 1, '{}', 'A mold used for casting the components of a rifle firearm.', 0.25), ('riflereceiver', 'Rifle Receiver', 5, 1, 'item_standard', 1, 576, 1, '{}', 'A replacement receiver for a rifle firearm, which houses the firing mechanism.', 0.25), ('riflerecmold', 'Rifle Receiver Mold', 5, 1, 'item_standard', 1, 577, 1, '{}', 'A mold used for casting the receiver of a rifle firearm.', 0.25), ('riflestock', 'Rifle Stock', 5, 1, 'item_standard', 1, 578, 1, '{}', 'A replacement stock for a rifle firearm, providing stability and control.', 0.25), ('roach', 'Roach', 10, 1, 'item_standard', 0, 579, 1, '{}', 'A small insect commonly found in households and other environments.', 0.25), ('robberyplanning', 'Robbery Planning Set', 20, 1, 'item_standard', 1, 580, 1, '{}', 'A set of tools and materials used for planning a robbery or heist.', 0.25), ('robin_c', 'Robin', 20, 1, 'item_standard', 1, 581, 1, '{}', 'A small songbird known for its red breast and melodious voice.', 0.25), ('rock', 'Piatra', 30, 1, 'item_standard', 0, 582, 1, '{}', 'A solid mineral material that forms the Earths crust, commonly found in various shapes and sizes.', 0.25), ('rollingpaper', 'Foita', 100, 1, 'item_standard', 1, 583, 1, '{}', 'A thin, lightweight paper used for rolling cigarettes or other smoking materials.', 0.25), ('rom', 'Rom', 100, 1, 'item_standard', 1, 5102, 1, '{}', 'Rom', 0.25), ('roundtable', 'Round Table', 20, 1, 'item_standard', 1, 584, 1, '{}', 'A circular table with a flat top surface, often used for dining or discussions.', 0.25), ('round_table', 'Round Table', 20, 1, 'item_standard', 1, 585, 1, '{}', 'A table with a round top surface, typically used for dining or meetings.', 0.25), ('rspoonb', 'Roseta Spoonbill beak', 20, 1, 'item_standard', 1, 586, 1, '{}', 'The long, slender beak of a Roseta Spoonbill bird, known for its distinctive shape and color.', 0.25), ('rspoonf', 'Roseta Spoonbill feather', 20, 1, 'item_standard', 1, 587, 1, '{}', 'A feather from a Roseta Spoonbill bird, often used in crafts and decorative items.', 0.25), ('rubber', 'Rubber', 20, 1, 'item_standard', 0, 588, 1, '{}', 'A flexible, elastic material derived from the sap of certain plants or synthesized chemically.', 0.25), ('rubbertube', 'Rubber Tube', 5, 1, 'item_standard', 0, 589, 1, '{}', 'A cylindrical tube made of rubber, commonly used for various applications such as plumbing or medical procedures.', 0.25), ('saddlestandard', 'Sa standard', 1, 1, 'item_standard', 1, 5055, 1, '{}', 'nice item', 0.25), ('salamelle', 'Fresh Pork ', 20, 1, 'item_standard', 1, 590, 1, '{}', 'Fresh pork salamelle', 0.25), ('salmon', 'Somon', 10, 1, 'item_standard', 0, 591, 1, '{}', 'Fresh salmon', 0.25), ('salt', 'Sare', 20, 1, 'item_standard', 1, 592, 1, '{}', 'Common salt', 0.25), ('Saltbush', 'Saltbush', 10, 1, 'item_standard', 1, 593, 1, '{}', 'Saltbush plant', 0.25), ('Saltbush_Seed', 'Saltbush Seed', 10, 1, 'item_standard', 1, 594, 1, '{}', 'Seed of Saltbush plant', 0.25), ('sandbag', 'Sandbag', 10, 1, 'item_standard', 1, 925, 1, '{}', 'A bag of sand. often used in construction.', 0.25), ('sandpaper', 'Sandpaper', 10, 1, 'item_standard', 1, 926, 1, '{}', 'A sheet of sandpaper used for smoothing wood.', 0.25), ('sap', 'Sap', 20, 1, 'item_standard', 0, 595, 1, '{}', 'Sticky sap', 0.25), ('sare', 'Sare de mina', 10, 1, 'item_standard', 1, 2074, 1, '{}', 'Nice item', 0.25), ('sarsaparilla', 'Sarsaparilla', 10, 1, 'item_standard', 1, 596, 1, '{}', 'Medicinal sarsaparilla', 0.25), ('scale', 'Scale', 5, 1, 'item_standard', 1, 597, 1, '{}', 'Measuring scale', 0.25), ('scentg', 'Scent glad', 20, 1, 'item_standard', 1, 598, 1, '{}', 'Scented glad', 0.25), ('scrambledeggs', 'Omleta', 30, 1, 'item_standard', 1, 5090, 1, '{}', 'Omleta', 0.25), ('seagullb', 'Seagull beak', 20, 1, 'item_standard', 1, 599, 1, '{}', 'Beak of a seagull', 0.25), ('seagullf', 'Seagull feather', 20, 1, 'item_standard', 1, 600, 1, '{}', 'Feather from a seagull', 0.25), ('secondchance', 'Second Chance', 10, 1, 'item_standard', 1, 601, 1, '{}', 'Opportunity for a second chance', 0.25), ('sheephead', 'Sheep head', 20, 1, 'item_standard', 1, 602, 1, '{}', 'Head of a sheep', 0.25), ('shellcasing', 'Shell Casing', 40, 1, 'item_standard', 1, 603, 1, '{}', 'Empty shell casing', 0.25), ('shootingtarget', 'Shooting Target', 20, 1, 'item_standard', 1, 604, 1, '{}', 'Target for shooting practice', 0.25), ('shotgunbarrel', 'Shotgun Barrel', 5, 1, 'item_standard', 1, 605, 1, '{}', 'Barrel for a shotgun', 0.25), ('shotgunmold', 'Shotgun Mold', 5, 1, 'item_standard', 1, 606, 1, '{}', 'Mold for a shotgun', 0.25), ('shotgunstock', 'Shotgun Stock', 5, 1, 'item_standard', 1, 607, 1, '{}', 'Stock for a shotgun', 0.25), ('shovel', 'Lopata', 10, 1, 'item_standard', 1, 5031, 1, '{}', 'Lopata', 0.25), ('shovelplantat', 'Lopata pantat', 10, 1, 'item_standard', 1, 5071, 1, '{}', 'Lopata', 0.25), ('shrimps', 'Shrimp Stew', 1, 1, 'item_standard', 1, 608, 1, '{}', 'Delicious shrimp stew', 0.25), ('sidetable', 'side table 1', 20, 1, 'item_standard', 1, 609, 1, '{}', 'Functional side table', 0.25), ('sidetablea', 'side table 2', 20, 1, 'item_standard', 1, 610, 1, '{}', 'Stylish side table', 0.25), ('sidetableb', 'side table 3', 20, 1, 'item_standard', 1, 611, 1, '{}', 'A beautiful side table', 0.25), ('side_table', 'side table 1', 20, 1, 'item_standard', 1, 612, 1, '{}', 'A stylish side table', 0.25), ('side_tablea', 'side table 2', 20, 1, 'item_standard', 1, 613, 1, '{}', 'An elegant side table', 0.25), ('side_tableb', 'side table 3', 20, 1, 'item_standard', 1, 614, 1, '{}', 'A modern side table', 0.25), ('silverhorseshoe', 'Potcoave de argint', 4, 1, 'item_standard', 1, 5075, 1, '{}', 'nice item', 0.25), ('singlebed', 'single bed', 20, 1, 'item_standard', 1, 615, 1, '{}', 'A comfortable single bed', 0.25), ('skullpost', 'Skull Post', 20, 1, 'item_standard', 1, 616, 1, '{}', 'A decorative skull post', 0.25), ('smallbomb', 'Dinamita mica', 4, 1, 'item_standard', 1, 5083, 1, '{}', 'nice item', 0.25), ('smallchest', 'Small Chest', 1, 1, 'item_standard', 1, 617, 1, '{}', 'A small storage chest', 0.25), ('smallfirecracker', 'Small firecracker', 10, 1, 'item_standard', 1, 2052, 1, '{}', 'nice item', 0.25), ('smallfirework', 'Small firework', 10, 1, 'item_standard', 1, 2053, 1, '{}', 'nice item', 0.25), ('smallmcandle', 'Small Melted Candle', 20, 1, 'item_standard', 1, 618, 1, '{}', 'A small melted candle', 0.25), ('Small_Leather', 'Small Leather', 10, 1, 'item_standard', 1, 619, 1, '{}', 'A small piece of leather', 0.25), ('SnakeSkin', 'Snake Skin', 20, 1, 'item_standard', 1, 620, 1, '{}', 'A snake skin', 0.25), ('snaket', 'Snake tooth', 20, 1, 'item_standard', 1, 621, 1, '{}', 'A tooth from a snake', 0.25), ('Snake_Poison', 'Snake Poison', 10, 1, 'item_standard', 1, 622, 1, '{}', 'Poison extracted from a snake', 0.25), ('soborno', 'Soborno Alcohol', 15, 1, 'item_standard', 0, 623, 1, '{}', 'A bottle of Soborno alcohol', 0.25), ('songbird2_c', 'Scarlet songbird', 20, 1, 'item_standard', 1, 624, 1, '{}', 'A beautiful scarlet songbird', 0.25), ('songbird_c', 'Songbird', 20, 1, 'item_standard', 1, 625, 1, '{}', 'A lovely songbird', 0.25), ('sparrow0_c', 'Common Sparrow', 20, 1, 'item_standard', 1, 626, 1, '{}', 'A common sparrow', 0.25), ('sparrow1_c', 'Sparrow', 20, 1, 'item_standard', 1, 627, 1, '{}', 'A sparrow', 0.25), ('sparrow2_c', 'Golden Sparrow', 20, 1, 'item_standard', 1, 628, 1, '{}', 'A golden sparrow', 0.25), ('spool', 'Spool', 10, 1, 'item_standard', 1, 927, 1, '{}', 'A empty spool. often used to wrap wire around.', 0.25), ('squirrel_black_c', 'Black Squirrel', 20, 1, 'item_standard', 1, 629, 1, '{}', 'A black squirrel', 0.25), ('squirrel_grey_c', 'Gray Squirrel', 20, 1, 'item_standard', 1, 630, 1, '{}', 'A gray squirrel', 0.25), ('squirrel_red_c', 'Red Squirrel', 20, 1, 'item_standard', 1, 631, 1, '{}', 'A Red squirrel', 0.25), ('stampilabilet', 'Stampila bilet', 1, 1, 'item_standard', 1, 2082, 1, '{}', 'nice item', 0.25), ('standard_table', 'Table', 20, 1, 'item_standard', 1, 632, 1, '{}', 'A standard table for various uses.', 0.25), ('standingtorch', 'Standing Torch', 20, 1, 'item_standard', 1, 633, 1, '{}', 'A standing torch to provide light.', 0.25), ('stashkey', 'Cheii Stash', 1, 1, 'item_standard', 1, 5002, 1, '{}', 'nice item', 0.25), ('steak', 'Friptura', 10, 1, 'item_standard', 1, 634, 1, '{}', 'A delicious steak for a hearty meal.', 0.25), ('steakveg', 'Steak with Veggies', 10, 1, 'item_standard', 1, 635, 1, '{}', 'A balanced meal with steak and vegetables.', 0.25), ('stillkit', 'Still Kit', 5, 1, 'item_standard', 1, 636, 1, '{}', 'A kit for setting up a still to make distilled spirits.', 0.25), ('stim', 'Horse Stimulant', 2, 1, 'item_standard', 1, 637, 1, '{}', 'A stimulant to boost a horses performance.', 0.25), ('stim2x', 'stim2x', 1, 1, 'item_standard', 1, 5069, 1, '{}', 'nice item', 0.25), ('stolenmerch', 'Stolen Items', 10, 1, 'item_standard', 0, 638, 1, '{}', 'Various stolen items of questionable origin.', 0.25), ('stonehammer', 'Stone Hammer', 5, 1, 'item_standard', 1, 639, 1, '{}', 'A durable hammer made of stone.', 0.25), ('string', 'String', 10, 1, 'item_standard', 1, 928, 1, '{}', 'A bundle of string with many uses.', 0.25), ('stringy', 'Stringy Meat', 20, 1, 'item_standard', 1, 640, 1, '{}', 'Tough and chewy meat that requires thorough cooking.', 0.25), ('sulf', 'Minereu de sulf', 10, 1, 'item_standard', 1, 2071, 1, '{}', 'Nice item', 0.25), ('sulfur', 'Sulfur', 30, 1, 'item_standard', 0, 644, 1, '{}', 'A yellow chemical element often used in manufacturing.', 0.25), ('syn', 'Syn', 50, 1, 'item_standard', 1, 645, 1, '{}', 'A synthetic substance used for various purposes.', 0.25), ('synpackage', 'Syn Package', 10, 1, 'item_standard', 1, 646, 1, '{}', 'A package containing synthetic substances.', 0.25), ('syringe', 'Syringe', 20, 1, 'item_standard', 1, 647, 1, '{}', 'A medical instrument used for injecting fluids.', 0.25), ('syringecert', 'Syringe Cert', 10, 1, 'item_standard', 1, 648, 1, '{}', 'A certification for the proper use of syringes.', 0.25), ('s_lootablemiscchest', 'Cufar 05 (Stash)', 10, 1, 'item_standard', 1, 1516, 11, '{}', 'Stash for your house ! !', 0.25), ('teabag', 'Teabag', 10, 1, 'item_standard', 1, 929, 1, '{}', 'A teabag for making that perfect cup.', 0.25), ('tealeaf', 'Frunze ceai', 100, 1, 'item_standard', 1, 6014, 1, '{}', 'nice item', 0.25), ('teaseeds', 'Seminte ceai', 100, 1, 'item_standard', 1, 6003, 1, '{}', 'nice item', 0.25), ('tent', 'Cort', 1, 1, 'item_standard', 1, 649, 1, '{}', 'A portable shelter for camping or temporary use.', 0.25), ('tent2', 'Trader Tent', 20, 1, 'item_standard', 1, 650, 1, '{}', 'A tent specifically designed for trading purposes.', 0.25), ('tent3', 'Simple Tent', 20, 1, 'item_standard', 1, 651, 1, '{}', 'A basic tent for camping.', 0.25), ('tent4', 'Canvas Shade', 20, 1, 'item_standard', 1, 652, 1, '{}', 'A canvas shade for shelter.', 0.25), ('tequila', 'Tequila', 10, 1, 'item_standard', 1, 653, 1, '{}', 'A bottle of tequila.', 0.25), ('Texas_Bonnet', 'Texas Bonnet', 10, 1, 'item_standard', 1, 654, 1, '{}', 'A traditional Texas bonnet.', 0.25), ('Texas_Bonnet_Seed', 'Texas Bonnet Seed', 10, 1, 'item_standard', 1, 655, 1, '{}', 'Seeds to grow Texas Bonnet flowers.', 0.25), ('timber', 'Cherestea', 100, 1, 'item_standard', 1, 931, 1, '{}', 'A sturdy chunck of timber.', 0.25), ('timbertable', 'Timber Table', 20, 1, 'item_standard', 1, 656, 1, '{}', 'A sturdy table made of timber.', 0.25), ('timber_table', 'Timber Table', 20, 1, 'item_standard', 1, 657, 1, '{}', 'A table made of timber.', 0.25), ('tipi', 'Native Tipi', 20, 1, 'item_standard', 1, 658, 1, '{}', 'A traditional Native American tipi.', 0.25), ('toaddesert_c', 'Desert Toad', 20, 1, 'item_standard', 1, 659, 1, '{}', 'A toad found in the desert.', 0.25), ('toadpoison_c', 'Poisoned Toad', 20, 1, 'item_standard', 1, 660, 1, '{}', 'A toad that carries poison.', 0.25), ('toad_c', 'Toad', 20, 1, 'item_standard', 1, 661, 1, '{}', 'A common toad.', 0.25), ('token', 'Camp License', 5, 1, 'item_standard', 1, 662, 1, '{}', 'A license for setting up a camp.', 0.25), ('toolbarrel', 'Tool Barrel', 20, 1, 'item_standard', 1, 663, 1, '{}', 'A barrel for storing tools.', 0.25), ('tool_barrel', 'Tool Barrel', 20, 1, 'item_standard', 1, 664, 1, '{}', 'A barrel used for storing tools.', 0.25), ('trainkey', 'Train Key', 1, 1, 'item_standard', 1, 665, 1, '{}', 'A key to unlock a train.', 0.25), ('trayoffood', 'Serving Table', 20, 1, 'item_standard', 1, 666, 1, '{}', 'A table used for serving food.', 0.25), ('tropicalPunchMash', 'Ginseng Mash', 10, 1, 'item_standard', 0, 667, 1, '{}', 'A mash made from ginseng.', 0.25), ('tropicalPunchMoonshine', 'Ginseng Moonshine', 10, 1, 'item_standard', 0, 668, 1, '{}', 'Moonshine infused with ginseng.', 0.25), ('trout', 'Trout', 10, 1, 'item_standard', 0, 669, 1, '{}', 'A fish of the trout family.', 0.25), ('turkeyb', 'Turkey beak', 20, 1, 'item_standard', 1, 670, 1, '{}', 'The beak of a turkey.', 0.25), ('turkeyf', 'Turkey feather', 20, 1, 'item_standard', 1, 671, 1, '{}', 'A feather from a turkey.', 0.25), ('TurtleShell', 'Turtle Shell', 20, 1, 'item_standard', 1, 672, 1, '{}', 'The shell of a turtle.', 0.25), ('turtlet', 'Turtle tooth', 20, 1, 'item_standard', 1, 673, 1, '{}', 'A tooth extracted from a turtle.', 0.25), ('tylenol', 'Tylenol', 10, 1, 'item_standard', 1, 674, 1, '{}', 'A medication called Tylenol.', 0.25), ('undertaker1', 'Coffin', 20, 1, 'item_standard', 1, 675, 1, '{}', 'A wooden coffin.', 0.25), ('undertaker2', 'Flower Coffin', 20, 1, 'item_standard', 1, 676, 1, '{}', 'A coffin decorated with flowers.', 0.25), ('unique_ayahuasca_diablo', 'ayahuasca_diablo', 10, 1, 'item_standard', 1, 2014, 1, '{}', 'Nice item', 0.25), ('unique_brad_horsesugar', 'Brad Horse Sugar', 5, 1, 'item_standard', 1, 677, 1, '{}', 'Sugar used for horses owned by Brad.', 0.25), ('unique_horse_feed', 'Horse Feed', 5, 1, 'item_standard', 1, 678, 1, '{}', 'Feed for horses.', 0.25), ('vanillacake', 'Vanilla Cake', 10, 1, 'item_standard', 1, 932, 1, '{}', 'A tasty vanilla flavored cake.', 0.25), ('vanillaFlower', 'Vanille Flower', 20, 1, 'item_standard', 0, 679, 1, '{}', 'A flower known as Vanille.', 0.25), ('varnish', 'Varnish', 10, 1, 'item_standard', 1, 933, 1, '{}', 'A typical wood finish made from oils and resins.', 0.25), ('venison', 'Venison', 20, 1, 'item_standard', 1, 680, 1, '{}', 'Lean meat obtained from deer.', 0.25), ('vin', 'Vin rosu', 100, 1, 'item_standard', 1, 5101, 1, '{}', 'Vinul este obtinut din struguri', 0.25), ('Violet_Snowdrop', 'Violet Snowdrop', 10, 1, 'item_standard', 1, 681, 1, '{}', 'A delicate flower called Violet Snowdrop.', 0.25), ('Violet_Snowdrop_Seed', 'Violet Snowdrop Seed', 10, 1, 'item_standard', 1, 682, 1, '{}', 'Seeds to grow Violet Snowdrop flowers.', 0.25), ('vodka', 'Palinca', 100, 1, 'item_standard', 1, 683, 1, '{}', 'A strong alcoholic beverage known as Vodka.', 0.25), ('Volture_Egg', 'Volture Egg', 10, 1, 'item_standard', 1, 684, 1, '{}', 'An egg laid by a Volture bird.', 0.25), ('vulturetaxi', 'Vulture Taxidermy', 20, 1, 'item_standard', 1, 685, 1, '{}', 'A taxidermy of a vulture bird.', 0.25), ('vulture_taxidermy', 'Vulture Taxidermy', 20, 1, 'item_standard', 1, 686, 1, '{}', 'A preserved vulture bird for display.', 0.25), ('washtub', 'Wash Tub', 20, 1, 'item_standard', 1, 687, 1, '{}', 'A tub used for washing clothes or other items.', 0.25), ('water', 'Apa', 20, 1, 'item_standard', 1, 688, 1, '{}', 'Clean drinking water.', 0.25), ('waterbarrel', 'Water Barrel', 20, 1, 'item_standard', 1, 689, 1, '{}', 'A large barrel used for storing water.', 0.25), ('wateringbucket', 'Galeata', 10, 1, 'item_standard', 1, 5042, 1, '{}', 'nice item', 0.25), ('wateringcan', 'Water Jug', 10, 1, 'item_standard', 1, 690, 1, '{}', 'A jug-shaped container used for watering plants.', 0.25), ('wateringcan_dirtywater', 'Dirty Watering Jug', 10, 1, 'item_standard', 1, 691, 1, '{}', 'A watering jug filled with dirty water.', 0.25), ('wateringcan_empty', 'Empty Watering Jug', 10, 1, 'item_standard', 1, 692, 1, '{}', 'An empty watering jug.', 0.25), ('waterpump', 'Pompa apa', 20, 1, 'item_standard', 1, 693, 1, '{}', 'A device used for pumping water.', 0.25), ('water_pump', 'Pompa apa', 20, 1, 'item_standard', 1, 694, 1, '{}', 'A pump designed to move water.', 0.25), ('WEAPON_MELEE_LANTERN_HALOWEEN', 'Lantern Haloween', 5, 1, 'item_standard', 1, 5137, 1, '{}', 'nice item', 0.25), ('WEAPON_MELEE_MACHETE_COLLECTOR', 'Machete Collector', 5, 1, 'item_standard', 1, 5136, 1, '{}', 'nice item', 0.25), ('WEAPON_PISTOL_MAUSER', 'Pistol Mauser', 5, 1, 'item_standard', 1, 5124, 1, '{}', 'nice item', 0.25), ('WEAPON_PISTOL_SEMIAUTO', 'Pistol Semi-Auto', 5, 1, 'item_standard', 1, 5127, 1, '{}', 'nice item', 0.25), ('WEAPON_PISTOL_VOLCANIC', 'Pistol Volcanic', 5, 1, 'item_standard', 1, 5125, 1, '{}', 'nice item', 0.25), ('WEAPON_REPEATER_CARBINE', 'Carabine Reapeater', 5, 1, 'item_standard', 1, 5131, 1, '{}', 'nice item', 0.25), ('WEAPON_REPEATER_WINCHESTER', 'Winchester Repeater', 5, 1, 'item_standard', 1, 5130, 1, '{}', 'nice item', 0.25), ('WEAPON_REVOLVER_DOUBLEACTION', 'Revolver Double Action', 5, 1, 'item_standard', 1, 5126, 1, '{}', 'nice item', 0.25), ('WEAPON_REVOLVER_LEMAT', 'Recolver Lemat', 5, 1, 'item_standard', 1, 5128, 1, '{}', 'nice item', 0.25), ('WEAPON_REVOLVER_SCHOFIELD', 'Revolver Schofield', 5, 1, 'item_standard', 1, 5135, 1, '{}', 'nice item', 0.25), ('WEAPON_RIFLE_BOLTACTION', 'BoltAction Rifle', 5, 1, 'item_standard', 1, 5132, 1, '{}', 'nice item', 0.25), ('WEAPON_RIFLE_VARMINT', 'Varmint Rifle', 5, 1, 'item_standard', 1, 5129, 1, '{}', 'nice item', 0.25), ('WEAPON_SHOTGUN_DOUBLEBARREL', 'Double Barrel Shotgun', 5, 1, 'item_standard', 1, 5133, 1, '{}', 'nice item', 0.25), ('WEAPON_SHOTGUN_SEMIAUTO', 'Semi-Auto Shotgun', 5, 1, 'item_standard', 1, 5134, 1, '{}', 'nice item', 0.25), ('wedding_chain_ring', 'Wedding Ring on chain', 10, 1, 'item_standard', 1, 934, 1, '{}', 'A wedding ring on chain. usally worn this way so they dont get lost.', 0.25), ('wedding_ring', 'Wedding Ring', 10, 1, 'item_standard', 1, 935, 1, '{}', 'A beautiful wedding ring.', 0.25), ('wheat', 'Wheat', 10, 1, 'item_standard', 1, 936, 1, '{}', 'Often ground up into flour to used in cooking and baking', 0.25), ('wheatseed', 'Wheat Seed', 10, 1, 'item_standard', 1, 937, 1, '{}', 'When planted will grow into wheat.', 0.25), ('whiskey', 'Whiskey', 50, 1, 'item_standard', 1, 5094, 1, '{}', 'Whiskey', 0.25), ('whisky', 'Whisky', 10, 1, 'item_standard', 1, 695, 1, '{}', 'An alcoholic beverage known as whisky.', 0.25), ('wicker', 'Wicker', 10, 1, 'item_standard', 1, 938, 1, '{}', 'A natural material made from woven branches or reeds', 0.25), ('wickerbench', 'Wicker Bench', 20, 1, 'item_standard', 1, 696, 1, '{}', 'A bench made from wicker material.', 0.25), ('wicker_bench', 'Wicker Bench', 20, 1, 'item_standard', 1, 697, 1, '{}', 'A bench constructed with wicker material.', 0.25), ('wildcarrot', 'Morcov salbatic', 30, 1, 'item_standard', 1, 5080, 1, '{}', 'nice item', 0.25), ('wildCiderMash', 'Black Berry Mash', 10, 1, 'item_standard', 0, 698, 1, '{}', 'Mashed blackberries used for making cider.', 0.25), ('wildCiderMoonshine', 'Black Berry Moonshine', 10, 1, 'item_standard', 0, 699, 1, '{}', 'Homemade moonshine crafted from blackberries.', 0.25), ('Wild_Feverfew', 'Wild Feverfew', 10, 1, 'item_standard', 1, 702, 1, '{}', 'A wild plant known as Feverfew.', 0.25), ('Wild_Feverfew_Seed', 'Wild Feverfew Seed', 10, 1, 'item_standard', 1, 703, 1, '{}', 'Seeds to grow Feverfew plants.', 0.25), ('Wild_Rhubarb', 'Wild Rhubarb', 10, 1, 'item_standard', 1, 706, 1, '{}', 'A rhubarb plant that grows in the wild.', 0.25), ('Wild_Rhubarb_Seed', 'Wild Rhubarb Seed', 10, 1, 'item_standard', 1, 707, 1, '{}', 'Seeds to grow wild rhubarb.', 0.25), ('wine', 'Vin', 100, 1, 'item_standard', 1, 708, 1, '{}', 'An alcoholic beverage made from fermented grapes.', 0.25), ('Wintergreen_Berry_Seed', 'Seminte de iarna', 100, 1, 'item_standard', 1, 6007, 1, '{}', 'nice item', 0.25), ('wires', 'wires', 1, 1, 'item_standard', 1, 5085, 1, '{}', 'fire tel', 0.25), ('wiretapping', 'Interceptor', 1, 1, 'item_standard', 1, 5050, 1, '{}', 'nice item', 0.25), ('Wisteria', 'Wisteria', 10, 1, 'item_standard', 1, 711, 1, '{}', 'A flowering plant called Wisteria.', 0.25), ('Wisteria_Seed', 'Wisteria Seed', 10, 1, 'item_standard', 1, 712, 1, '{}', 'Seeds to grow Wisteria plants.', 0.25), ('wojape', 'Wojape', 5, 1, 'item_standard', 1, 713, 1, '{}', 'A traditional Native American sauce made from berries.', 0.25), ('wolfheart', 'Wolf heart', 20, 1, 'item_standard', 1, 714, 1, '{}', 'The heart of a wolf.', 0.25), ('wolfpelt', 'Wolf skin', 20, 1, 'item_standard', 1, 715, 1, '{}', 'The skin of a wolf.', 0.25), ('wolftooth', 'Wolf tooth', 20, 1, 'item_standard', 1, 716, 1, '{}', 'A tooth extracted from a wolf.', 0.25), ('wood', 'Lemn moale', 20, 1, 'item_standard', 0, 717, 1, '{}', 'A type of wood that is soft and easy to work with.', 0.25), ('woodbench', 'Wooden Bench', 20, 1, 'item_standard', 1, 718, 1, '{}', 'A bench made from wood material.', 0.25), ('woodchair', 'Wood Chair', 20, 1, 'item_standard', 1, 719, 1, '{}', 'A chair made from wood material.', 0.25), ('wooden_bench', 'Wooden Bench', 20, 1, 'item_standard', 1, 720, 1, '{}', 'A bench constructed with wooden material.', 0.25), ('wooden_boards', 'Wooden Boards', 25, 1, 'item_standard', 0, 721, 1, '{}', 'Boards made from wood material.', 0.25), ('woodfence', 'Gard de lemn', 10, 1, 'item_standard', 1, 5028, 1, '{}', 'nice item', 0.25), ('woodpeck01_c', 'Woodpecker', 20, 1, 'item_standard', 1, 722, 1, '{}', 'The skin and feathers of a woodpecker.', 0.25), ('woodpeck02_c', 'Woodpecker 2', 20, 1, 'item_standard', 1, 723, 1, '{}', 'The skin and feathers of a woodpecker.', 0.25), ('woodsaw', 'Woodsaw', 10, 1, 'item_standard', 1, 939, 1, '{}', 'Used to cut wood.', 0.25), ('wood_chair', 'Wood Chair', 20, 1, 'item_standard', 1, 724, 1, '{}', 'A chair made from wood material.', 0.25), ('wood_plane', 'Wood Plane', 10, 1, 'item_standard', 1, 940, 1, '{}', 'A wood plane used for shaping wood.', 0.25), ('wool', 'Lana', 50, 1, 'item_standard', 1, 725, 1, '{}', 'Fiber obtained from the fleece of sheep.', 0.25), ('wrench', 'Wrench', 10, 1, 'item_standard', 1, 941, 1, '{}', 'A wrech used to tighten bolts and other things.', 0.25), ('wsnakes', 'Western rattlesnake pelt', 20, 1, 'item_standard', 1, 726, 1, '{}', 'The skin of a western rattlesnake.', 0.25), ('wsnakeskin', 'Watersnake pelt', 20, 1, 'item_standard', 1, 727, 1, '{}', 'The skin of a watersnake.', 0.25),

/!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE /; /!40103 SET TIME_ZONE='+00:00' /; /!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') /; /!40014 SET FOREIGN_KEY_CHECKS=IFNULL(@OLD_FOREIGN_KEY_CHECKS, 1) /; /!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT /; /!40111 SET SQL_NOTES=IFNULL(@OLD_SQL_NOTES, 1) /; `

Please login to leave a reply, or register at first.