module GnomeBars { imports { Base } recipe Dismantle GnomeBar { destroy GnomeBarRB/GnomeBarRB/GnomeBarBlueRazz/GnomeBarWatermelonIce/GnomeBarPinkLemonade/GnomeBarBlackIce/GnomeBarCoolMint/GnomeBarBananaIce/GnomeBarLemonMint/GnomeBarStrawNana/GnomeBarCherryIce/GnomeBarAppleIce/GnomeBarGlitch/GBEmpty/GnomeBarGolden, keep [Recipe.GetItemTypes.Screwdriver], Result:ElectronicsScrap, Time:30.0, OnTest:Recipe.OnTest.DismantleGnomeBar, OnGiveXP:Recipe.OnGiveXP.DismantleElectronics, OnCreate:Recipe.OnCreate.DismantleGnomeBar, StopOnWalk:false, AllowOnlyOne:true, Prop2:Source=1, Prop1:Source=2, } recipe Remove Battery From GnomeBar { destroy GnomeBarRB/GnomeBarRB/GnomeBarBlueRazz/GnomeBarWatermelonIce/GnomeBarPinkLemonade/GnomeBarBlackIce/GnomeBarCoolMint/GnomeBarBananaIce/GnomeBarLemonMint/GnomeBarStrawNana/GnomeBarCherryIce/GnomeBarAppleIce/GnomeBarGlitch/GBEmpty, Result:Battery, Time:30, OnTest:Recipe.OnTest.VapeBatteryRemoval, OnCreate:Recipe.OnCreate.VapeBatteryRemoval, StopOnWalk:false, AllowOnlyOne:true, Prop2:Source=1, } recipe Insert Battery into GnomeBar { destroy GnomeBarRB, destroy Battery, Result:GnomeBarRB, Time:30, OnTest:Recipe.OnTest.VapeBatteryInsert, OnCreate:Recipe.OnCreate.VapeBatteryInsert, StopOnWalk:false, Prop2:Source=1, } recipe Insert Battery into GnomeBar { destroy GnomeBarBlueRazz, destroy Battery, Result:GnomeBarBlueRazz, Time:30, OnTest:Recipe.OnTest.VapeBatteryInsert, OnCreate:Recipe.OnCreate.VapeBatteryInsert, StopOnWalk:false, Prop2:Source=1, } recipe Insert Battery into GnomeBar { destroy GnomeBarWatermelonIce, destroy Battery, Result:GnomeBarWatermelonIce, Time:30, OnTest:Recipe.OnTest.VapeBatteryInsert, OnCreate:Recipe.OnCreate.VapeBatteryInsert, StopOnWalk:false, Prop2:Source=1, } recipe Insert Battery into GnomeBar { destroy GnomeBarPinkLemonade, destroy Battery, Result:GnomeBarPinkLemonade, Time:30, OnTest:Recipe.OnTest.VapeBatteryInsert, OnCreate:Recipe.OnCreate.VapeBatteryInsert, StopOnWalk:false, Prop2:Source=1, } recipe Insert Battery into GnomeBar { destroy GnomeBarBlackIce, destroy Battery, Result:GnomeBarBlackIce, Time:30, OnTest:Recipe.OnTest.VapeBatteryInsert, OnCreate:Recipe.OnCreate.VapeBatteryInsert, StopOnWalk:false, Prop2:Source=1, } recipe Insert Battery into GnomeBar { destroy GnomeBarCoolMint, destroy Battery, Result:GnomeBarCoolMint, Time:30, OnTest:Recipe.OnTest.VapeBatteryInsert, OnCreate:Recipe.OnCreate.VapeBatteryInsert, StopOnWalk:false, Prop2:Source=1, } recipe Insert Battery into GnomeBar { destroy GnomeBarBananaIce, destroy Battery, Result:GnomeBarBananaIce, Time:30, OnTest:Recipe.OnTest.VapeBatteryInsert, OnCreate:Recipe.OnCreate.VapeBatteryInsert, StopOnWalk:false, Prop2:Source=1, } recipe Insert Battery into GnomeBar { destroy GnomeBarLemonMint, destroy Battery, Result:GnomeBarLemonMint, Time:30, OnTest:Recipe.OnTest.VapeBatteryInsert, OnCreate:Recipe.OnCreate.VapeBatteryInsert, StopOnWalk:false, Prop2:Source=1, } recipe Insert Battery into GnomeBar { destroy GnomeBarStrawNana, destroy Battery, Result:GnomeBarStrawNana, Time:30, OnTest:Recipe.OnTest.VapeBatteryInsert, OnCreate:Recipe.OnCreate.VapeBatteryInsert, StopOnWalk:false, Prop2:Source=1, } recipe Insert Battery into GnomeBar { destroy GnomeBarCherryIce, destroy Battery, Result:GnomeBarCherryIce, Time:30, OnTest:Recipe.OnTest.VapeBatteryInsert, OnCreate:Recipe.OnCreate.VapeBatteryInsert, StopOnWalk:false, Prop2:Source=1, } recipe Insert Battery into GnomeBar { destroy GnomeBarAppleIce, destroy Battery, Result:GnomeBarAppleIce, Time:30, OnTest:Recipe.OnTest.VapeBatteryInsert, OnCreate:Recipe.OnCreate.VapeBatteryInsert, StopOnWalk:false, Prop2:Source=1, } recipe Insert Battery into GnomeBar { destroy GnomeBarGlitch, destroy Battery, Result:GnomeBarGlitch, Time:30, OnTest:Recipe.OnTest.VapeBatteryInsert, OnCreate:Recipe.OnCreate.VapeBatteryInsert, StopOnWalk:false, Prop2:Source=1, } recipe Insert Battery into GnomeBar { destroy GBEmpty, destroy Battery, Result:GBEmpty, Time:30, OnTest:Recipe.OnTest.VapeBatteryInsert, OnCreate:Recipe.OnCreate.VapeBatteryInsert, StopOnWalk:false, Prop2:Source=1, } recipe Insert Battery into GnomeBar { destroy GnomeBarGolden, destroy Battery, Result:GnomeBarGolden, Time:30, OnTest:Recipe.OnTest.VapeBatteryInsert, OnCreate:Recipe.OnCreate.VapeBatteryInsert, StopOnWalk:false, Prop2:Source=1, } recipe Create Golden GnomeBar { destroy GnomeBarRB, destroy GnomeBarBlueRazz, destroy GnomeBarWatermelonIce, destroy GnomeBarPinkLemonade, destroy GnomeBarBlackIce, destroy GnomeBarCoolMint, destroy GnomeBarBananaIce, destroy GnomeBarLemonMint, destroy GnomeBarStrawNana, destroy GnomeBarCherryIce, destroy GnomeBarAppleIce, destroy GnomeBarGlitch, Result: GnomeBarGolden, Time: 45, StopOnWalk: false, } }