1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-07 04:07:13 +08:00
Files
Dog-Lynx-And-HCN/components/Weapons/HXD.tscn
T
fallingshrimp dd479b0d7b feat(武器): 添加咸亨记账簿武器及茴香豆子弹
实现新的HXD武器系统,包括:
- 咸亨记账簿武器,可发射反弹的茴香豆子弹
- 茴香豆子弹能在敌人间反弹并造成伤害
- 添加相关资源文件及场景配置
- 将新武器添加到公鸡角色的武器库中
2026-02-02 09:40:18 +08:00

34 lines
1.4 KiB
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://bm5sw6mr71acq"]
[ext_resource type="PackedScene" uid="uid://ckq2cq6m23hq3" path="res://components/Abstracts/WeaponCardBase.tscn" id="1_h4ls7"]
[ext_resource type="Script" uid="uid://0xfj35jvi7ym" path="res://scripts/Contents/Weapons/HXD.gd" id="2_7tnwq"]
[ext_resource type="Texture2D" uid="uid://cvvtr2mmwo18r" path="res://resources/weapons/HXD.png" id="2_d5bd0"]
[node name="HXD" instance=ExtResource("1_h4ls7")]
script = ExtResource("2_7tnwq")
avatarTexture = ExtResource("2_d5bd0")
displayName = "咸亨记账簿"
quality = 3
typeTopic = 3
costBeachball = 4000
store = {
"atk": 4
}
descriptionTemplate = "发射$atk颗[b]茴香豆[/b],在敌人间反弹,每颗茴香豆最多可以反弹$atk次,每次反弹对敌人造成$atk点伤害。散射+40°"
cooldown = 1000.0
debugRebuild = true
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_d5bd0")
[node name="beachball" parent="container/info/infos" index="1"]
count = 4000
[node name="name" parent="container/info" index="2"]
displayName = "咸亨记账簿"
quality = 3
typeTopic = 3
[node name="description" parent="container" index="2"]
text = "[center]发射[color=cyan]4[/color]颗[b]茴香豆[/b],在敌人间反弹,每颗茴香豆最多可以反弹[color=cyan]4[/color]次,每次反弹对敌人造成[color=cyan]4[/color]点伤害。散射+40°[/center]"