feat: 添加多种远程设计武器

This commit is contained in:
luke358
2026-05-19 22:56:42 +08:00
parent dc26a7cf60
commit c4880f353c
42 changed files with 674 additions and 15 deletions
@@ -0,0 +1,17 @@
[gd_resource type="Resource" script_class="ItemWeapon" format=3 uid="uid://bpqeay8ckqj5i"]
[ext_resource type="Texture2D" uid="uid://dx2oqsohwycoa" path="res://assets/sprites/Weapons/Icons/weapon_shotgun_icon.png" id="1_bul0y"]
[ext_resource type="PackedScene" uid="uid://ddi16trhufcq" path="res://scenes/weapons/range/weapon_shotgun.tscn" id="2_bul0y"]
[ext_resource type="Script" uid="uid://26bxxaoso6np" path="res://resources/items/weapons/item_weapon.gd" id="3_eyiuy"]
[ext_resource type="Resource" uid="uid://b2jocl3rtywoa" path="res://resources/items/weapons/range/shotgun/stats_shotgun_4.tres" id="4_xlr0m"]
[resource]
script = ExtResource("3_eyiuy")
type = 1
scene = ExtResource("2_bul0y")
stats = ExtResource("4_xlr0m")
item_name = "Shotgun IV"
item_icon = ExtResource("1_bul0y")
item_tier = 3
item_cost = 170
metadata/_custom_type_script = "uid://26bxxaoso6np"