1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-10 05:37:12 +08:00
Files
Dog-Lynx-And-HCN/components/Weapons/DaoStatue.tscn
T
fallingshrimp 01ab16ed9f feat(武器): 新增道教石像武器及无为子弹
添加道教石像武器资源文件、脚本和场景配置
实现无为子弹的碰撞检测和动画效果
调整树武器的伤害计算方式,现在基于格挡率
优化游戏波次配置,调整敌人数量和出现时机
修复初始选择面板在发布模式下的逻辑问题
2026-04-02 22:39:29 +08:00

34 lines
1.2 KiB
Plaintext

[gd_scene format=3 uid="uid://bbrllsqjmx0ie"]
[ext_resource type="PackedScene" uid="uid://ckq2cq6m23hq3" path="res://components/Abstracts/WeaponCardBase.tscn" id="1_mps21"]
[ext_resource type="Texture2D" uid="uid://gwsychqkmv21" path="res://resources/weapons/Statue_Sword_Attack0.png" id="2_gx1sf"]
[node name="DaoStatue" unique_id=265403254 instance=ExtResource("1_mps21")]
avatarTexture = ExtResource("2_gx1sf")
displayName = "道教石像"
typeTopic = 1
store = {
"atk": 50,
"rate": 0.05
}
storeType = {
"atk": 1,
"rate": 2
}
descriptionTemplate = "挥出[b]无为之剑[/b],蓄力一段时间后挥出,
发射一道[b]次元斩[/b],造成$atk点伤害。
攻击速度每降低1%,次元斩伤害+$rate"
debugRebuild = true
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_gx1sf")
[node name="name" parent="container/info" index="2"]
displayName = "道教石像"
typeTopic = 1
[node name="description" parent="container" index="2"]
text = "[center]挥出[b]无为之剑[/b],蓄力一段时间后挥出,
发射一道[b]次元斩[/b],造成[color=cyan]50[/color]点伤害。
攻击速度每降低1%,次元斩伤害+[color=cyan]5.0%[/color][/center]"