package scalevalapokalypsi.Model import scalevalapokalypsi.Model.Entities.Entity def defaultSingAttack(targetEntity: Entity)(singQuality: Float): String = targetEntity.takeDamage((singQuality * 30).toInt) targetEntity.condition