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.
|
|
|
|
[gd_resource type="Resource" script_class="WeaponData" load_steps=3 format=3 uid="uid://ujavkmbq6nar"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://d2homvlmrg6xs" path="res://level/scripts/weapon_data.gd" id="1"]
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://rbvk4mg40ceg" path="res://level/scenes/weapons/shield_mesh.tscn" id="2"]
|
|
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
|
script = ExtResource("1")
|
|
|
|
|
weapon_name = "Wooden Shield"
|
|
|
|
|
description = "A sturdy wooden shield. Can be used to bash enemies or block attacks."
|
|
|
|
|
hand_type = 1
|
|
|
|
|
damage = 8.0
|
|
|
|
|
attack_range = 2.5
|
|
|
|
|
attack_cooldown = 0.8
|
|
|
|
|
knockback_force = 15.0
|
|
|
|
|
can_block = true
|
|
|
|
|
block_reduction = 0.7
|
|
|
|
|
mesh_scene = ExtResource("2")
|
|
|
|
|
weight = 3.0
|