/**
  * @see AbstractFleetEventHandler::initArrays()
  */
 protected function initArrays()
 {
     parent::initArrays();
     $this->searches[] = '{$defenseChance}';
     $this->replaces[] = $this->destroyChance;
 }