feat: 添加多种远程设计武器
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[gd_resource type="Resource" script_class="ItemWeapon" format=3 uid="uid://bd6s4wbvahtrf"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://crs6paux78un0" path="res://assets/sprites/Weapons/Icons/weapon_laser_icon.png" id="1_ynpba"]
|
||||
[ext_resource type="PackedScene" uid="uid://c6spr5c4dva2i" path="res://scenes/weapons/range/weapon_laser.tscn" id="2_cw1th"]
|
||||
[ext_resource type="Script" uid="uid://26bxxaoso6np" path="res://resources/items/weapons/item_weapon.gd" id="3_6s16p"]
|
||||
[ext_resource type="Resource" uid="uid://b6l82yi8c51hn" path="res://resources/items/weapons/range/laser/stats_laser_3.tres" id="4_cw1th"]
|
||||
[ext_resource type="Resource" uid="uid://ypq8h7r2i0v4" path="res://resources/items/weapons/range/laser/item_laser_4.tres" id="5_cw1th"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_6s16p")
|
||||
type = 1
|
||||
scene = ExtResource("2_cw1th")
|
||||
stats = ExtResource("4_cw1th")
|
||||
upgradge_to = ExtResource("5_cw1th")
|
||||
item_name = "Laser III"
|
||||
item_icon = ExtResource("1_ynpba")
|
||||
item_tier = 2
|
||||
item_cost = 85
|
||||
metadata/_custom_type_script = "uid://26bxxaoso6np"
|
||||
Reference in New Issue
Block a user