mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
46ea2fc775
将子弹的伤害属性从`damage`重命名为`baseDamage`,并引入`damageMultipliers`数组支持多段伤害 为火山武器添加三段攻击音效并调整伤害倍率 更新相关武器和子弹脚本以适配新的伤害系统
49 lines
1.7 KiB
Plaintext
49 lines
1.7 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://u0djqwuuysp8"]
|
||
|
||
[ext_resource type="PackedScene" uid="uid://ckq2cq6m23hq3" path="res://components/Abstracts/WeaponCardBase.tscn" id="1_3uhfa"]
|
||
[ext_resource type="Texture2D" uid="uid://ctmxadaowx5ps" path="res://resources/weapons/Volcano.webp" id="2_hh01t"]
|
||
[ext_resource type="Script" uid="uid://cbihum34xs8ev" path="res://scripts/Contents/Weapons/Volcano.gd" id="2_ihngx"]
|
||
|
||
[node name="Volcano" instance=ExtResource("1_3uhfa")]
|
||
clip_contents = true
|
||
script = ExtResource("2_ihngx")
|
||
avatarTexture = ExtResource("2_hh01t")
|
||
displayName = "火山"
|
||
quality = 4
|
||
typeTopic = 2
|
||
costBeachball = 300
|
||
store = {
|
||
"atk": 15.0,
|
||
"dmg1": 1.0,
|
||
"dmg2": 0.75,
|
||
"dmg3": 3.0,
|
||
"rotate": 0.05
|
||
}
|
||
storeType = {
|
||
"atk": 1,
|
||
"dmg1": 2,
|
||
"dmg2": 2,
|
||
"dmg3": 2,
|
||
"rotate": 2
|
||
}
|
||
descriptionTemplate = "召唤1支[b]火山[/b],以$rotate的效率跟随鼠标指向,进行3段攻击。基础接触伤害为$atk,三段造成的伤害分别为$dmg1,$dmg2,$dmg3。"
|
||
cooldown = 1750.0
|
||
debugRebuild = true
|
||
|
||
[node name="avatar" parent="container/info" index="0"]
|
||
texture = ExtResource("2_hh01t")
|
||
|
||
[node name="beachball" parent="container/info/infos" index="1"]
|
||
count = 300
|
||
|
||
[node name="soul" parent="container/info/infos" index="2"]
|
||
count = 1
|
||
|
||
[node name="name" parent="container/info" index="2"]
|
||
displayName = "火山"
|
||
quality = 4
|
||
typeTopic = 2
|
||
|
||
[node name="description" parent="container" index="2"]
|
||
text = "[center]召唤1支[b]火山[/b],以[color=cyan]5%[/color]的效率跟随鼠标指向,进行3段攻击。基础接触伤害为[color=cyan]15[/color],三段造成的伤害分别为[color=cyan]100%[/color],[color=cyan]75%[/color],[color=cyan]300%[/color]。[/center]"
|