最终整理版

This commit is contained in:
2026-06-03 17:04:06 +08:00
commit 959055ce90
1240 changed files with 80570 additions and 0 deletions
@@ -0,0 +1,30 @@
[gd_resource type="Resource" script_class="ItemCell" format=3 uid="uid://cbw8ta1x6umf4"]
[ext_resource type="Texture2D" uid="uid://d2x6dlmqd3xfw" path="res://data/graphics/items/chest/leather-shirt.png" id="1_fwd6i"]
[ext_resource type="Script" uid="uid://bsjkeucmohr0d" path="res://sources/cell/ItemCell.gd" id="2_br76x"]
[ext_resource type="Script" uid="uid://hdd6y6syvlm6" path="res://sources/actor/stat/StatModifier.gd" id="2_gbp5r"]
[ext_resource type="Script" uid="uid://btqmbqq2q7cm8" path="res://sources/cell/CellModifier.gd" id="3_0g3o6"]
[ext_resource type="Material" uid="uid://lvqidalgcn6h" path="res://presets/palettes/equipment/material-leather.tres" id="3_8qyx4"]
[ext_resource type="Texture2D" uid="uid://d3o47bvb21ccp" path="res://data/graphics/sprites/equipment/chest/leathershirt-male.png" id="4_wwj1c"]
[ext_resource type="Texture2D" uid="uid://dbsykypmoslw7" path="res://data/graphics/sprites/equipment/chest/leathershirt-female.png" id="5_5kb20"]
[sub_resource type="Resource" id="Resource_3nlvo"]
script = ExtResource("2_gbp5r")
_effect = 14
_value = 5.0
_persistent = true
[sub_resource type="Resource" id="Resource_6m8o0"]
script = ExtResource("3_0g3o6")
_modifiers = Array[ExtResource("2_gbp5r")]([SubResource("Resource_3nlvo")])
[resource]
script = ExtResource("2_br76x")
slot = 0
textures = Array[Texture2D]([ExtResource("4_wwj1c"), ExtResource("5_5kb20"), ExtResource("4_wwj1c")])
shader = ExtResource("3_8qyx4")
id = 3402907028
name = "Leather Shirt"
icon = ExtResource("1_fwd6i")
weight = 300.0
modifiers = SubResource("Resource_6m8o0")