1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00

feat(武器): 为红水晶簇添加沙滩球消耗属性

添加costBeachball属性和对应的UI显示,设置消耗为400沙滩球
This commit is contained in:
2025-12-17 22:44:36 +08:00
parent 20d746683d
commit a5830116f6
+4
View File
@@ -10,6 +10,7 @@ script = ExtResource("2_wfewu")
avatarTexture = ExtResource("2_3e8g7")
displayName = "红水晶簇"
typeTopic = 1
costBeachball = 400
store = {
"atk": 45,
"count": 3,
@@ -32,6 +33,9 @@ stream = ExtResource("4_qt0vq")
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_3e8g7")
[node name="beachball" parent="container/info/infos" index="1"]
count = 400
[node name="name" parent="container/info" index="2"]
displayName = "红水晶簇"
typeTopic = 1