summaryrefslogtreecommitdiffhomepage
path: root/app/components/weapon.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/weapon.rb')
-rw-r--r--app/components/weapon.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/components/weapon.rb b/app/components/weapon.rb
new file mode 100644
index 0000000..bb7becd
--- /dev/null
+++ b/app/components/weapon.rb
@@ -0,0 +1,5 @@
+FF::Cmp.new('Weapon',
+ damage: 35,
+ cooldown: 0,
+ cooldown_max: 15,
+ speed: 20)