class Attack
    attr_accessor :cost, :name, :text, :damage, :converted_energy_cost

    def self.from_json(json)
      attack = Attack.new