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