summaryrefslogtreecommitdiffhomepage
path: root/app/components/weapon.rb
blob: 0c0963abb17072c843e81f8c54e729380c7bed13 (plain)
1
2
3
4
5
FF::Cmp.new('Weapon',
            damage: 35,
            cooldown: 0,
            cooldown_max: 7,
            speed: 20)