ABCDEFGHIJKLMNOPQRSTUVWXYZAAAB
1
idnamedescriptionrequirementsdurabilitypriceobject_typeallow_fractionquest_itemimage_fileusage_labelusage_codeDamageProtectionHealthEnergy CostDexterityObject SQLReplace SQLAttribute SQL
2
Object Types AttributesObject TypesBasic Menu
3
NameObject IDIDNameIDUsage LabelUsage CodeValues
4
Damage111
Weapons
1EquipNULLyes
5
Protection221Helms2EquipNULLno
6
Protection331Armor3EquipNULL
7
Protection441Boots4EquipNULL
8
Health55Food5Consume$userStats["Health"]->value+=$object->Health;ResultMessage(Translate("You gained %d Health",$object->Health,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);
9
Energy Cost16Potions6NULLNULL
10
Dexterity17
Raw Material
7NULLNULL
11
Weapons7
12
Helms0
13
Armor14
14
Boots6
15
Food13
16
Potions0
17
Raw Material0
18
40
19
20
21
idnamedescriptionrequirementsdurabilitypriceobject_typeallow_fractionquest_itemimage_fileusage_labelusage_codeDamageProtectionHealthEnergy CostDexterityObject SQLReplace SQLAttribute SQL
22
1payless shoesThese will get you through the prison at least040BootsnonoEquipNULL2insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(1,'payless shoes','These will get you through the prison at least','',0,40,4,'no','no','','Equip','NULL');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('payless shoes','These will get you through the prison at least','',0,40,4,'no','no','','Equip','NULL') where id = 1;insert into object_attributes values(1,4,2);
23
2reebok shoesNow that you are able to come up you can afford a decent pair of kicks090BootsnonoEquipNULL3insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(2,'reebok shoes','Now that you are able to come up you can afford a decent pair of kicks','',0,90,4,'no','no','','Equip','NULL');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('reebok shoes','Now that you are able to come up you can afford a decent pair of kicks','',0,90,4,'no','no','','Equip','NULL') where id = 2;insert into object_attributes values(2,4,3);
24
3slippersYou may want to wear these while in the shower. You dont want a fungus do you?010BootsnonoEquipNULL1insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(3,'slippers','You may want to wear these while in the shower. You dont want a fungus do you?','',0,10,4,'no','no','','Equip','NULL');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('slippers','You may want to wear these while in the shower. You dont want a fungus do you?','',0,10,4,'no','no','','Equip','NULL') where id = 3;insert into object_attributes values(3,4,1);
25
4tennis shoesGreat for rec time070BootsnonoNULLNULL2.5insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(4,'tennis shoes','Great for rec time','',0,70,4,'no','no','','Equip','NULL');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('tennis shoes','Great for rec time','',0,70,4,'no','no','','Equip','NULL') where id = 4;insert into object_attributes values(4,4,2.5);
26
5nike cortezKicks of choice for all the chollos0130Boots3.5insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(5,'nike cortez','Kicks of choice for all the chollos','',0,130,4,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('nike cortez','Kicks of choice for all the chollos','',0,130,4,'','','','','') where id = 5;insert into object_attributes values(5,4,3.5);
27
6white shirtThese aren't dress blues but ehh010Armor1insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(6,'white shirt','These aren't dress blues but ehh','',0,10,3,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('white shirt','These aren't dress blues but ehh','',0,10,3,'','','','','') where id = 6;insert into object_attributes values(6,4,1);
28
7sweaterFor them chilly nights040Armor2insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(7,'sweater','For them chilly nights','',0,40,3,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('sweater','For them chilly nights','',0,40,3,'','','','','') where id = 7;insert into object_attributes values(7,4,2);
29
8jacketAt least its not the sweater your grandma made you070Armor2.5insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(8,'jacket','At least its not the sweater your grandma made you','',0,70,3,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('jacket','At least its not the sweater your grandma made you','',0,70,3,'','','','','') where id = 8;insert into object_attributes values(8,4,2.5);
30
9wool guardA little bit itchy but it gets you through the day090Armor3insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(9,'wool guard','A little bit itchy but it gets you through the day','',0,90,3,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('wool guard','A little bit itchy but it gets you through the day','',0,90,3,'','','','','') where id = 9;insert into object_attributes values(9,4,3);
31
10metal guardWhoa!! Is this legal in prison? You may not want to get caught with this on in public0160Armor4insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(10,'metal guard','Whoa!! Is this legal in prison? You may not want to get caught with this on in public','',0,160,3,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('metal guard','Whoa!! Is this legal in prison? You may not want to get caught with this on in public','',0,160,3,'','','','','') where id = 10;insert into object_attributes values(10,4,4);
32
11knuckledusterVery good for close quarter combat and easy to hide180Weapons111insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(11,'knuckleduster','Very good for close quarter combat and easy to hide','',1,80,1,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('knuckleduster','Very good for close quarter combat and easy to hide','',1,80,1,'','','','','') where id = 11;insert into object_attributes values(11,1,22);insert into object_attributes values(11,6,1);insert into object_attributes values(11,7,1);
33
12shanksAn easy way to do some damage to an inmate on the sly1110Weapons1.211insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(12,'shanks','An easy way to do some damage to an inmate on the sly','',1,110,1,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('shanks','An easy way to do some damage to an inmate on the sly','',1,110,1,'','','','','') where id = 12;insert into object_attributes values(12,1,22);insert into object_attributes values(12,6,1);insert into object_attributes values(12,7,1);
34
13stone knifeRelax McGyver, no need to get all fancy1160Weapons1.51.21insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(13,'stone knife','Relax McGyver, no need to get all fancy','',1,160,1,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('stone knife','Relax McGyver, no need to get all fancy','',1,160,1,'','','','','') where id = 13;insert into object_attributes values(13,1,22);insert into object_attributes values(13,6,1.2);insert into object_attributes values(13,7,1);
35
14wood knifeIf your looking to splinter people to death, this is where its at1100Weapons1.111insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(14,'wood knife','If your looking to splinter people to death, this is where its at','',1,100,1,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('wood knife','If your looking to splinter people to death, this is where its at','',1,100,1,'','','','','') where id = 14;insert into object_attributes values(14,1,22);insert into object_attributes values(14,6,1);insert into object_attributes values(14,7,1);
36
15razor whipCrack that whip1.5250Weapons1.911insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(15,'razor whip','Crack that whip','',1.5,250,1,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('razor whip','Crack that whip','',1.5,250,1,'','','','','') where id = 15;insert into object_attributes values(15,1,22);insert into object_attributes values(15,6,1);insert into object_attributes values(15,7,1);
37
16Railroad TieHere comes Vlad the Impaler1.71110Weapons321.8insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(16,'Railroad Tie','Here comes Vlad the Impaler','',1.7,1110,1,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('Railroad Tie','Here comes Vlad the Impaler','',1.7,1110,1,'','','','','') where id = 16;insert into object_attributes values(16,1,22);insert into object_attributes values(16,6,2);insert into object_attributes values(16,7,1.8);
38
17electric cordStalk your prey and strangle the hell out of him11250Weapons213insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(17,'electric cord','Stalk your prey and strangle the hell out of him','',1,1250,1,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('electric cord','Stalk your prey and strangle the hell out of him','',1,1250,1,'','','','','') where id = 17;insert into object_attributes values(17,1,22);insert into object_attributes values(17,6,1);insert into object_attributes values(17,7,3);
39
18corn breadGives you 10% Health01000FoodnonoNULLNULL$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);10insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(18,'corn bread','Gives you 10% Health','',0,1000,5,'no','no','NULL','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('corn bread','Gives you 10% Health','',0,1000,5,'no','no','NULL','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);') where id = 18;insert into object_attributes values(18,5,10);
40
19protein barGives you 15% Health2250FoodNULL$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);15insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(19,'protein bar','Gives you 15% Health','',,2250,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('protein bar','Gives you 15% Health','',,2250,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);') where id = 19;insert into object_attributes values(19,5,15);
41
20rice krispy treatsGives you 12% Health1440FoodNULL$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);12insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(20,'rice krispy treats','Gives you 12% Health','',,1440,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('rice krispy treats','Gives you 12% Health','',,1440,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);') where id = 20;insert into object_attributes values(20,5,12);
42
21gumGives you 11% Health1210FoodNULL$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);11insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(21,'gum','Gives you 11% Health','',,1210,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('gum','Gives you 11% Health','',,1210,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);') where id = 21;insert into object_attributes values(21,5,11);
43
22twinkiesGives you 8% Health640FoodNULL$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);8insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(22,'twinkies','Gives you 8% Health','',,640,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('twinkies','Gives you 8% Health','',,640,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);') where id = 22;insert into object_attributes values(22,5,8);
44
23appleGives you 20% Health4000FoodNULL$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);20insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(23,'apple','Gives you 20% Health','',,4000,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('apple','Gives you 20% Health','',,4000,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);') where id = 23;insert into object_attributes values(23,5,20);
45
24bananaGives you 22% Health4840FoodNULL$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);22insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(24,'banana','Gives you 22% Health','',,4840,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('banana','Gives you 22% Health','',,4840,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);') where id = 24;insert into object_attributes values(24,5,22);
46
25meat loafGives you 45 % Health20250FoodNULL$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);45insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(25,'meat loaf','Gives you 45 % Health','',,20250,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('meat loaf','Gives you 45 % Health','',,20250,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);') where id = 25;insert into object_attributes values(25,5,45);
47
26fried chickenGives you 50% Health25000FoodNULL$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);50insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(26,'fried chicken','Gives you 50% Health','',,25000,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('fried chicken','Gives you 50% Health','',,25000,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);') where id = 26;insert into object_attributes values(26,5,50);
48
27sandwichGives you 30% Health9000FoodNULL$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);30insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(27,'sandwich','Gives you 30% Health','',,9000,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('sandwich','Gives you 30% Health','',,9000,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);') where id = 27;insert into object_attributes values(27,5,30);
49
28hamburgerGives you 35% Health12250FoodNULL$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);35insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(28,'hamburger','Gives you 35% Health','',,12250,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('hamburger','Gives you 35% Health','',,12250,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);') where id = 28;insert into object_attributes values(28,5,35);
50
29pizzaGives you 60% Health36000FoodNULL$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);60insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(29,'pizza','Gives you 60% Health','',,36000,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('pizza','Gives you 60% Health','',,36000,5,'','','','Consume','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);') where id = 29;insert into object_attributes values(29,5,60);
51
30cupcakesGives you 25% Health6250Food$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);25insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(30,'cupcakes','Gives you 25% Health','',,6250,5,'','','','','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('cupcakes','Gives you 25% Health','',,6250,5,'','','','','$userStats["Health"]->value+=($object->Health/$userStats["Health"]->maxValue)*100;ResultMessage(Translate("You gained %d Health by consuming %s",($object->Health/$userStats["Health"]->maxValue)*100,$object->Name,FALSE));Item::InventoryRemove($object->id,$object->object_health,1);') where id = 30;insert into object_attributes values(30,5,25);
52
31bulletproof vestA heavy duty item that was stolen from the Prison Response Team1000Armor10insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(31,'bulletproof vest','A heavy duty item that was stolen from the Prison Response Team','',,1000,3,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('bulletproof vest','A heavy duty item that was stolen from the Prison Response Team','',,1000,3,'','','','','') where id = 31;insert into object_attributes values(31,4,10);
53
32bulletproof jacketA light duty item stolen from the Prison Response Team1690Armor13insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(32,'bulletproof jacket','A light duty item stolen from the Prison Response Team','',,1690,3,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('bulletproof jacket','A light duty item stolen from the Prison Response Team','',,1690,3,'','','','','') where id = 32;insert into object_attributes values(32,4,13);
54
33bulletproof bootsA pair of kicks that were made for the clumsy1690Boots13insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(33,'bulletproof boots','A pair of kicks that were made for the clumsy','',,1690,4,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('bulletproof boots','A pair of kicks that were made for the clumsy','',,1690,4,'','','','','') where id = 33;insert into object_attributes values(33,4,13);
55
34dicky pantsA very common pair of pants that are worn throughout the prison160Armor4insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(34,'dicky pants','A very common pair of pants that are worn throughout the prison','',,160,3,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('dicky pants','A very common pair of pants that are worn throughout the prison','',,160,3,'','','','','') where id = 34;insert into object_attributes values(34,4,4);
56
35khaki pantsThese are perfect for visiting hours150Armor3.8insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(35,'khaki pants','These are perfect for visiting hours','',,150,3,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('khaki pants','These are perfect for visiting hours','',,150,3,'','','','','') where id = 35;insert into object_attributes values(35,4,3.8);
57
36levi jeansJust for when you want to go a bit casual190Armor4.3insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(36,'levi jeans','Just for when you want to go a bit casual','',,190,3,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('levi jeans','Just for when you want to go a bit casual','',,190,3,'','','','','') where id = 36;insert into object_attributes values(36,4,4.3);
58
37windbreakerNeed to do community service? This will help keep you cool and dry40Armor2insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(37,'windbreaker','Need to do community service? This will help keep you cool and dry','',,40,3,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('windbreaker','Need to do community service? This will help keep you cool and dry','',,40,3,'','','','','') where id = 37;insert into object_attributes values(37,4,2);
59
38waterproof pantsPerfect for when you need to clean the toilets40Armor2insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(38,'waterproof pants','Perfect for when you need to clean the toilets','',,40,3,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('waterproof pants','Perfect for when you need to clean the toilets','',,40,3,'','','','','') where id = 38;insert into object_attributes values(38,4,2);
60
39fireproof pantsDo you plan on setting yourself on fire? If so, then these are perfect for you250Armor5insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(39,'fireproof pants','Do you plan on setting yourself on fire? If so, then these are perfect for you','',,250,3,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('fireproof pants','Do you plan on setting yourself on fire? If so, then these are perfect for you','',,250,3,'','','','','') where id = 39;insert into object_attributes values(39,4,5);
61
40bulletproof pantsA pair of heavy duty pants stolen by the Prison Response Team1690Armor13insert into objects(id,name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values(40,'bulletproof pants','A pair of heavy duty pants stolen by the Prison Response Team','',,1690,3,'','','','','');replace into objects(name,description,requirements,durability,price,object_type,allow_fraction,quest_item,image_file,usage_label,usage_code) values('bulletproof pants','A pair of heavy duty pants stolen by the Prison Response Team','',,1690,3,'','','','','') where id = 40;insert into object_attributes values(40,4,13);
62
41cell phone#VALUE!#VALUE!#VALUE!FALSE
63
42pager#VALUE!#VALUE!#VALUE!FALSE
64
43porno magazine#VALUE!#VALUE!#VALUE!FALSE
65
44pen#VALUE!#VALUE!#VALUE!FALSE
66
45marker#VALUE!#VALUE!#VALUE!FALSE
67
46pencil#VALUE!#VALUE!#VALUE!FALSE
68
47paper#VALUE!#VALUE!#VALUE!FALSE
69
48toothpaste#VALUE!#VALUE!#VALUE!FALSE
70
49toothbush#VALUE!#VALUE!#VALUE!FALSE
71
50mirror#VALUE!#VALUE!#VALUE!FALSE
72
51pillow#VALUE!
73
52bed sheets#VALUE!
74
53flash lights#VALUE!
75
54water bottle#VALUE!
76
55soda#VALUE!
77
56keys#VALUE!
78
57cigarette#VALUE!
79
58cigar#VALUE!
80
59sleeping pills#VALUE!
81
60computer#VALUE!
82
61dumbbells#VALUE!
83
62basketball#VALUE!
84
63books#VALUE!
85
#VALUE!
86
#VALUE!
87
#VALUE!
88
#VALUE!
89
#VALUE!
90
#VALUE!
91
#VALUE!
92
#VALUE!
93
#VALUE!
94
#VALUE!
95
#VALUE!
96
#VALUE!
97
#VALUE!
98
#VALUE!
99
#VALUE!
100
#VALUE!