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.
17 lines
622 B
17 lines
622 B
[gd_resource type="Resource" script_class="WeaponData" load_steps=3 format=3 uid="uid://pqoldmf2q3t6"] |
|
|
|
[ext_resource type="Script" uid="uid://d2homvlmrg6xs" path="res://level/scripts/weapon_data.gd" id="1"] |
|
[ext_resource type="PackedScene" uid="uid://rkvkbxlweo60" path="res://level/scenes/weapons/TestSwordMesh.tscn" id="1_gdc1w"] |
|
|
|
[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 |
|
startup_time = 0.1 |
|
active_time = 1.0 |
|
mesh_scene = ExtResource("1_gdc1w") |
|
weight = 2.0
|
|
|