MultiplayerFighter
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
687 B

1 month ago
[gd_resource type="Resource" script_class="WeaponData" load_steps=3 format=3 uid="uid://dyae861vxd8it"]
4 months ago
1 month ago
[ext_resource type="Script" uid="uid://d2homvlmrg6xs" path="res://level/scripts/weapon_data.gd" id="1"]
[ext_resource type="PackedScene" uid="uid://cq8r5mkn3wvxj" path="res://level/scenes/weapons/LobsterAxeMesh.tscn" id="2"]
4 months ago
[resource]
script = ExtResource("1")
weapon_name = "Lobster Axe"
description = "A heavy-hitting axe shaped like a lobster claw. Surprisingly quick for its size."
1 month ago
hand_type = 2
4 months ago
damage = 18.0
attack_cooldown = 0.7
1 month ago
attack_animation = "Attack_TwoHandSwing"
4 months ago
knockback_force = 14.0
1 month ago
startup_time = 0.2
active_time = 1.0
4 months ago
mesh_scene = ExtResource("2")
weight = 2.5