mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-27 22:41:56 +08:00
4302055086
统一将武器卡片的名称节点从container/info移动到container/info/displays容器中,提高代码组织性 同时清理了部分调试属性和冗余代码,更新了部分武器的来源信息
67 lines
2.7 KiB
Plaintext
67 lines
2.7 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://yq7vmijwvgx1"]
|
||
|
||
[ext_resource type="PackedScene" uid="uid://ckq2cq6m23hq3" path="res://components/Abstracts/WeaponCardBase.tscn" id="1_pyyxv"]
|
||
[ext_resource type="Script" uid="uid://bxa5hc7aokisg" path="res://scripts/Contents/Weapons/AcidWind.gd" id="2_1j38u"]
|
||
[ext_resource type="Texture2D" uid="uid://ckr8tw7fsa7qx" path="res://resources/weapons/AcidWind.png" id="2_pnd3r"]
|
||
|
||
[node name="AcidWind" instance=ExtResource("1_pyyxv")]
|
||
script = ExtResource("2_1j38u")
|
||
avatarTexture = ExtResource("2_pnd3r")
|
||
displayName = "酸蚀风暴"
|
||
quality = 4
|
||
typeTopic = 3
|
||
costBeachball = 200
|
||
store = {
|
||
"atk": 1.0,
|
||
"c-atk": 0.01,
|
||
"cl-atkspeed": 0.001,
|
||
"cl-speed": 0.001,
|
||
"f": 30.0,
|
||
"n-atk": 5.0,
|
||
"p-offset": 0.1,
|
||
"s-count-max": 4.0,
|
||
"weakatk": 0.5
|
||
}
|
||
storeType = {
|
||
"atk": 0,
|
||
"c-atk": 2,
|
||
"cl-atkspeed": 2,
|
||
"cl-speed": 2,
|
||
"f": 4,
|
||
"n-atk": 2,
|
||
"p-offset": 3,
|
||
"s-count-max": 1,
|
||
"weakatk": 0
|
||
}
|
||
descriptionTemplate = "发射一个[b]酸蚀风暴[/b],以$f的频率吸引一下五种[b]酸[/b]到风暴中心,强酸可造成$atk点伤害,弱酸造成$weakatk点伤害。
|
||
[color=green][b]硫酸[/b][/color]:命中时溅射1~$s-count-max滴[b]硫酸[/b]。
|
||
[color=lightblue][b]硝酸[/b][/color]:额外造成$n-atk伤害。
|
||
[color=lightyellow][b]盐酸[/b][/color]:使敌人 [i]移动速度[/i] 降低$cl-speed,[i]攻击速度[/i] 降低$cl-atkspeed。
|
||
[color=pink][b]碳酸[/b][/color]:降低敌人$c-atk伤害。
|
||
[color=orange][b]磷酸[/b][/color]:使敌人 [i]散射角[/i] 增加$p-offset。"
|
||
needEnergy = 10.0
|
||
cooldown = 2000.0
|
||
debugRebuild = true
|
||
|
||
[node name="avatar" parent="container/info" index="0"]
|
||
texture = ExtResource("2_pnd3r")
|
||
|
||
[node name="energy" parent="container/info/infos/energyInfo" index="1"]
|
||
text = "10.0"
|
||
|
||
[node name="beachball" parent="container/info/infos" index="1"]
|
||
count = 200
|
||
|
||
[node name="name" parent="container/info/displays" index="0"]
|
||
displayName = "酸蚀风暴"
|
||
quality = 4
|
||
typeTopic = 3
|
||
|
||
[node name="description" parent="container" index="2"]
|
||
text = "[center]发射一个[b]酸蚀风暴[/b],以[color=cyan]30.0Hz[/color]的频率吸引一下五种[b]酸[/b]到风暴中心,强酸可造成[color=cyan]1.00[/color]点伤害,弱酸造成[color=cyan]0.50[/color]点伤害。
|
||
[color=green][b]硫酸[/b][/color]:命中时溅射1~[color=cyan]4[/color]滴[b]硫酸[/b]。
|
||
[color=lightblue][b]硝酸[/b][/color]:额外造成[color=cyan]500.0%[/color]伤害。
|
||
[color=lightyellow][b]盐酸[/b][/color]:使敌人 [i]移动速度[/i] 降低[color=cyan]0.1%[/color],[i]攻击速度[/i] 降低[color=cyan]0.1%[/color]。
|
||
[color=pink][b]碳酸[/b][/color]:降低敌人[color=cyan]1.0%[/color]伤害。
|
||
[color=orange][b]磷酸[/b][/color]:使敌人 [i]散射角[/i] 增加[color=cyan]0.1°[/color]。[/center]"
|