id: fire_strength_classifier
description: determines loss from a land fire

argument-types:
  building: lookup('land_parcel')
  fire_strength: floating

default:
  strength: fire_strength
  loss: building.value * fire_strength
