public IonCannonProperties(ScriptContext context, Actor self) : base(context, self) { icp = self.TraitsImplementing <IonCannonPower>().First(); }