21 lines
688 B
Plaintext
21 lines
688 B
Plaintext
[gd_resource type="Resource" script_class="WeaponStats" format=3 uid="uid://clqag222k2rpn"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://7doitq0bldjw" path="res://scenes/projectiles/projectile_smg.tscn" id="1_h3vrf"]
|
|
[ext_resource type="Script" uid="uid://d3d6rctbb48mk" path="res://resources/items/weapons/weapon_stats.gd" id="2_1s4xs"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_1s4xs")
|
|
damage = 3.0
|
|
accurary = 0.6
|
|
cooldown = 0.8
|
|
crit_chance = 0.1
|
|
crit_damage = 2.0
|
|
max_range = 320.0
|
|
knockback = 0.5
|
|
recoil = 20.0
|
|
attack_duration = 0.15000000000000002
|
|
back_duration = 0.1
|
|
projectile_scene = ExtResource("1_h3vrf")
|
|
projectile_speed = 1850.0
|
|
metadata/_custom_type_script = "uid://d3d6rctbb48mk"
|