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

feat(子弹): 增强鸡毛箭和鸡毛弓效果

- 为 ChickSprint 子弹添加 atk 属性并调整伤害计算
- 猫角色攻击时设置 ChickSprint 子弹的 atk 为 0.2
- 调整 Bow 子弹的生成延迟和角度计算精度
- 将 Bow 的箭矢数量从 1 增加到 2
- 增强 Arrow 子弹的速度、射程和视觉效果
This commit is contained in:
2025-11-17 22:38:06 +08:00
parent ddd89f1334
commit d3cc2f94c1
5 changed files with 39 additions and 11 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ quality = 2
costBeachball = 50
store = {
"atk": 3,
"count": 1,
"count": 2,
"self": 0.5
}
storeType = {
@@ -42,4 +42,4 @@ displayName = "鸡毛弓"
quality = 2
[node name="description" parent="container" index="2"]
text = "[center]消耗[color=cyan]0.50[/color]点生命值,发射[color=cyan]1[/color]支[b]鸡毛箭[/b],每支造成当前飞行速度的[color=cyan]300%[/color]伤害。[/center]"
text = "[center]消耗[color=cyan]0.50[/color]点生命值,发射[color=cyan]2[/color]支[b]鸡毛箭[/b],每支造成当前飞行速度的[color=cyan]300%[/color]伤害。[/center]"