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,19 @@
[gd_resource type="Resource" script_class="ItemWeapon" format=3 uid="uid://cjf7mr1rmtoq"]
[ext_resource type="Texture2D" uid="uid://dx2oqsohwycoa" path="res://assets/sprites/Weapons/Icons/weapon_shotgun_icon.png" id="1_lwww7"]
[ext_resource type="PackedScene" uid="uid://ddi16trhufcq" path="res://scenes/weapons/range/weapon_shotgun.tscn" id="2_lwww7"]
[ext_resource type="Script" uid="uid://26bxxaoso6np" path="res://resources/items/weapons/item_weapon.gd" id="3_nyvps"]
[ext_resource type="Resource" uid="uid://dq2whbsm3xrsw" path="res://resources/items/weapons/range/shotgun/stats_shotgun_3.tres" id="4_rt7cp"]
[ext_resource type="Resource" uid="uid://bpqeay8ckqj5i" path="res://resources/items/weapons/range/shotgun/item_shotgun_4.tres" id="5_6w62a"]
[resource]
script = ExtResource("3_nyvps")
type = 1
scene = ExtResource("2_lwww7")
stats = ExtResource("4_rt7cp")
upgradge_to = ExtResource("5_6w62a")
item_name = "Shotgun III"
item_icon = ExtResource("1_lwww7")
item_tier = 2
item_cost = 70
metadata/_custom_type_script = "uid://26bxxaoso6np"