mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-27 22:41:56 +08:00
32f1f545e2
- 调整格挡子弹的基础伤害为0 - 增加气力上限和格挡次数的可配置性 - 实现乾坤剑伤害随武器等级提升 - 更新武器描述文本以反映新机制 - 修复乾坤剑生命周期与生成速度的同步问题
58 lines
2.0 KiB
Plaintext
58 lines
2.0 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://cx7nogfnv7s8t"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://ckq2cq6m23hq3" path="res://components/Abstracts/WeaponCardBase.tscn" id="1_0lbwr"]
|
|
[ext_resource type="Script" uid="uid://bqdyhwcd4jwmj" path="res://scripts/Contents/Weapons/Tree.gd" id="2_jsuc8"]
|
|
[ext_resource type="Texture2D" uid="uid://74n7umby4d4w" path="res://resources/weapons/ParryCounter.png" id="3_nwamk"]
|
|
|
|
[node name="Tree" instance=ExtResource("1_0lbwr")]
|
|
script = ExtResource("2_jsuc8")
|
|
avatarTexture = ExtResource("3_nwamk")
|
|
displayName = "扶桑元神"
|
|
quality = 4
|
|
typeTopic = 3
|
|
costBeachball = 900
|
|
oneShoot = true
|
|
store = {
|
|
"atk": 20,
|
|
"count": 1.0,
|
|
"max": 3.0
|
|
}
|
|
storeType = {
|
|
"atk": 1,
|
|
"count": 1,
|
|
"max": 1
|
|
}
|
|
descriptionTemplate = "进行[b]格挡[/b],化解飞来的子弹。
|
|
每成功格挡一次,获得一点[b]气力[/b]。
|
|
每拥有一点气力,闪避穿过敌人时对其贴上一层[b]符咒[/b],一段时间后符咒自动引爆,
|
|
召唤[b]乾坤剑[/b]穿透敌人。
|
|
|
|
乾坤剑造成$atk点伤害,
|
|
每次格挡最多化解$count个子弹,
|
|
体内最多储存$max点气力,
|
|
格挡时机越精确,成功率越高。"
|
|
cooldown = 0.0
|
|
debugRebuild = true
|
|
|
|
[node name="avatar" parent="container/info" index="0"]
|
|
texture = ExtResource("3_nwamk")
|
|
|
|
[node name="beachball" parent="container/info/infos" index="1"]
|
|
count = 900
|
|
|
|
[node name="name" parent="container/info" index="2"]
|
|
displayName = "扶桑元神"
|
|
quality = 4
|
|
typeTopic = 3
|
|
|
|
[node name="description" parent="container" index="2"]
|
|
text = "[center]进行[b]格挡[/b],化解飞来的子弹。
|
|
每成功格挡一次,获得一点[b]气力[/b]。
|
|
每拥有一点气力,闪避穿过敌人时对其贴上一层[b]符咒[/b],一段时间后符咒自动引爆,
|
|
召唤[b]乾坤剑[/b]穿透敌人。
|
|
|
|
乾坤剑造成[color=cyan]20[/color]点伤害,
|
|
每次格挡最多化解[color=cyan]1[/color]个子弹,
|
|
体内最多储存[color=cyan]3[/color]点气力,
|
|
格挡时机越精确,成功率越高。[/center]"
|