FireballSkills

constructor(code: String, name: String, description: String, skillsType: SkillsType, target: TargetType, cooldown: Int, calculate: (atk: Long) -> Int = { atk -> (atk * 1.5f).roundToInt() })