1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-13 07:07:12 +08:00

feat(子弹系统): 更新激光子弹效果和属性

- 将BigLaser的父场景从LaserCommoner改为LaserSummoner
- 增加激光震动强度从100到150
- 移除succeedToHit方法的伤害加成效果
- 更新激光粒子效果和材质参数
- 修改水杯和蛋糕的字段属性
- 优化调试组件FeedHasField的目标字段
- 更新激光圆圈SVG资源
This commit is contained in:
2025-08-29 09:17:15 +08:00
parent b7a1b0bd18
commit 174f24e3fe
8 changed files with 20 additions and 23 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
[node name="Cupcake" instance=ExtResource("1_x5oju")]
avatarTexture = ExtResource("2_qojf3")
displayName = "烘焙松糕"
fields = Array[int]([12, 2])
fieldValues = Array[float]([0.15, 0.1])
fields = Array[int]([12, 2, 5])
fieldValues = Array[float]([0.15, 0.1, 0.05])
costs = Array[int]([0])
costCounts = Array[int]([125])
+2 -2
View File
@@ -7,8 +7,8 @@
avatarTexture = ExtResource("2_gsfud")
displayName = "水杯"
quality = 4
fields = Array[int]([3])
fieldValues = Array[float]([0.25])
fields = Array[int]([3, 7])
fieldValues = Array[float]([0.25, 3.0])
costs = Array[int]([1])
costCounts = Array[int]([400])