blob: 981b772f4c9ca9199f6b8dd393716ac757009fff (
plain)
1
2
3
4
5
6
|
/*package scalevalapokalypsi.Model
def defaultSingAttack(targetEntity: Entity)(singQuality: Float): String =
targetEntity.takeDamage((singQuality * 30).toInt)
targetEntity.condition
*/
|