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.
16 lines
601 B
16 lines
601 B
[gd_resource type="Resource" script_class="WeaponData" load_steps=3 format=3 uid="uid://b2q62xc0jw4w3"] |
|
|
|
[ext_resource type="PackedScene" uid="uid://cehc5ckhq2byd" path="res://level/scenes/weapons/Applecoremesh.tscn" id="1_1ytxi"] |
|
[ext_resource type="Script" uid="uid://d2homvlmrg6xs" path="res://level/scripts/weapon_data.gd" id="2_hfi3c"] |
|
|
|
[resource] |
|
script = ExtResource("2_hfi3c") |
|
weapon_name = "Apple Sword" |
|
description = "yum" |
|
damage = 20.0 |
|
attack_range = 3.5 |
|
attack_cooldown = 0.6 |
|
attack_animation = "Attack_TwoHandSwing" |
|
knockback_force = 12.0 |
|
mesh_scene = ExtResource("1_1ytxi") |
|
weight = 2.0
|
|
|