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.
14 lines
424 B
14 lines
424 B
|
3 weeks ago
|
[gd_resource type="Resource" script_class="WeaponData" load_steps=2 format=3 uid="uid://pqoldmf2q3t6"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" uid="uid://d2homvlmrg6xs" path="res://level/scripts/weapon_data.gd" id="1"]
|
||
|
|
|
||
|
|
[resource]
|
||
|
|
script = ExtResource("1")
|
||
|
|
weapon_name = "Iron Sword"
|
||
|
|
description = "A simple iron sword. Good for close combat."
|
||
|
|
damage = 20.0
|
||
|
|
attack_range = 3.5
|
||
|
|
attack_cooldown = 0.6
|
||
|
|
knockback_force = 12.0
|
||
|
|
weight = 2.0
|