public InvasionBeacon(InvasionController controller) : base(18212, 39299, 1) { Controller = controller; Component = new BeaconItem(this); Name = "lighthouse"; ResistBasePhys = 50; ResistBaseFire = 85; ResistBaseCold = 99; ResistBasePoison = 99; ResistBaseEnergy = 70; Level = ItemLevel.Easy; // Hard }