mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-04 09:12:13 +08:00
feat(武器): 为红水晶簇添加沙滩球消耗属性
添加costBeachball属性和对应的UI显示,设置消耗为400沙滩球
This commit is contained in:
@@ -10,6 +10,7 @@ script = ExtResource("2_wfewu")
|
|||||||
avatarTexture = ExtResource("2_3e8g7")
|
avatarTexture = ExtResource("2_3e8g7")
|
||||||
displayName = "红水晶簇"
|
displayName = "红水晶簇"
|
||||||
typeTopic = 1
|
typeTopic = 1
|
||||||
|
costBeachball = 400
|
||||||
store = {
|
store = {
|
||||||
"atk": 45,
|
"atk": 45,
|
||||||
"count": 3,
|
"count": 3,
|
||||||
@@ -32,6 +33,9 @@ stream = ExtResource("4_qt0vq")
|
|||||||
[node name="avatar" parent="container/info" index="0"]
|
[node name="avatar" parent="container/info" index="0"]
|
||||||
texture = ExtResource("2_3e8g7")
|
texture = ExtResource("2_3e8g7")
|
||||||
|
|
||||||
|
[node name="beachball" parent="container/info/infos" index="1"]
|
||||||
|
count = 400
|
||||||
|
|
||||||
[node name="name" parent="container/info" index="2"]
|
[node name="name" parent="container/info" index="2"]
|
||||||
displayName = "红水晶簇"
|
displayName = "红水晶簇"
|
||||||
typeTopic = 1
|
typeTopic = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user