module Base { recipe Dismantle Pocket TV { PocketTV1/PocketTV2, keep [Recipe.GetItemTypes.Screwdriver], NoBrokenItems:true, Result:ElectronicsScrap, Time:30.0, OnTest:Recipe.OnTest.DismantleElectronics, OnCreate:Recipe.OnCreate.DismantleRadioTV, OnGiveXP:Recipe.OnGiveXP.DismantleRadio, Category:Electrical, AnimNode:Disassemble, Prop1:Screwdriver, Prop2:CDplayer, Sound:Dismantle, } recipe Dismantle Pocket TV and Radio { PocketTV3TVMode/PocketTV3RadioMode, keep [Recipe.GetItemTypes.Screwdriver], NoBrokenItems:true, Result:ElectronicsScrap, Time:30.0, OnTest:Recipe.OnTest.DismantleElectronics, OnCreate:Recipe.OnCreate.DismantleRadio, OnGiveXP:Recipe.OnGiveXP.DismantleRadio, Category:Electrical, AnimNode:Disassemble, Prop1:Screwdriver, Prop2:CDplayer, Sound:Dismantle, } }