mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
fix(武器): 调整WhiteSoul武器属性和Rooster角色配置
修改WhiteSoul武器的攻击计算方式,将攻击加成从2倍降至1倍,并固定count值为1 更新Rooster角色的武器配置,从SevenSoul更换为WhiteSoul 调整武器描述文本以匹配实际属性
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ckq2cq6m23hq3" path="res://components/Abstracts/WeaponCardBase.tscn" id="1_4hjdm"]
|
||||
[ext_resource type="Texture2D" uid="uid://bgj2i5q2rst27" path="res://resources/weapons/Daedalus_Stormbow.png" id="2_kcegs"]
|
||||
[ext_resource type="Script" path="res://scripts/Contents/Weapons/WhiteSoul.gd" id="2_ti114"]
|
||||
[ext_resource type="Script" uid="uid://cyvl1b2trt25e" path="res://scripts/Contents/Weapons/WhiteSoul.gd" id="2_ti114"]
|
||||
|
||||
[node name="WhiteSoul" instance=ExtResource("1_4hjdm")]
|
||||
script = ExtResource("2_ti114")
|
||||
@@ -21,15 +21,19 @@ storeType = {
|
||||
"radius": 0.0
|
||||
}
|
||||
descriptionTemplate = "从天而降$count支目标位于鼠标位置半径$radius内的怪物灵魂,造成$atk点伤害。"
|
||||
cooldown = 50.0
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_kcegs")
|
||||
|
||||
[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 = 3
|
||||
|
||||
[node name="description" parent="container" index="2"]
|
||||
text = "[center]从天而降[color=cyan]1[/color]→[color=yellow]1[/color]支目标位于鼠标位置半径[color=cyan]100.00[/color]→[color=yellow]95.24[/color]内的怪物灵魂,造成[color=cyan]5[/color]→[color=yellow]7[/color]点伤害。[/center]"
|
||||
text = "[center]从天而降[color=cyan]1[/color]支目标位于鼠标位置半径[color=cyan]100.00[/color]内的怪物灵魂,造成[color=cyan]5[/color]点伤害。[/center]"
|
||||
|
||||
Reference in New Issue
Block a user