private double firedHeat;
BasicRobotProxy(IRobotItem specification, IHostManager hostManager, IRobotPeer peer, RobotStatics statics) {
super(specification, hostManager, peer, statics);
eventManager = new EventManager(this);
graphicsProxy = new Graphics2DSerialized();
// dummy
execResults = new ExecResults(null, null, null, null, null, false, false, false);