feat: 添加多种远程设计武器
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
[gd_resource type="Resource" script_class="WeaponStats" format=3 uid="uid://b5tro1s54mu1l"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://7doitq0bldjw" path="res://scenes/projectiles/projectile_smg.tscn" id="1_26l6a"]
|
||||
[ext_resource type="Script" uid="uid://d3d6rctbb48mk" path="res://resources/items/weapons/weapon_stats.gd" id="2_gqwis"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_gqwis")
|
||||
damage = 20.0
|
||||
accurary = 0.85
|
||||
cooldown = 0.5
|
||||
crit_chance = 0.2
|
||||
crit_damage = 2.0
|
||||
max_range = 380.0
|
||||
knockback = 0.3
|
||||
recoil = 20.0
|
||||
attack_duration = 0.15000000000000002
|
||||
back_duration = 0.11
|
||||
projectile_scene = ExtResource("1_26l6a")
|
||||
projectile_speed = 1850.0
|
||||
metadata/_custom_type_script = "uid://d3d6rctbb48mk"
|
||||
Reference in New Issue
Block a user