mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
78734700d5
修改多个武器和召唤物的属性值,包括生命值、伤害计算和能量消耗 调整初始波次从0改为9,优化游戏初始难度 更新武器卡片的UI显示和描述文本
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dlaks67h2osms"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://ckq2cq6m23hq3" path="res://components/Abstracts/WeaponCardBase.tscn" id="1_x1nyl"]
|
|
[ext_resource type="Texture2D" uid="uid://ccxdfsg5071t4" path="res://resources/bullets/chain-gun/Chain_Gun.webp" id="2_ghn43"]
|
|
[ext_resource type="Script" uid="uid://dev0urlc13rxc" path="res://scripts/Contents/Weapons/ChainGun.gd" id="2_ponmu"]
|
|
|
|
[node name="ChainGun" instance=ExtResource("1_x1nyl")]
|
|
script = ExtResource("2_ponmu")
|
|
avatarTexture = ExtResource("2_ghn43")
|
|
displayName = "链式机枪"
|
|
costBeachball = 400
|
|
store = {
|
|
"atk": 10,
|
|
"count": 1,
|
|
"split": 30
|
|
}
|
|
storeType = {
|
|
"atk": 1,
|
|
"count": 1,
|
|
"split": 1
|
|
}
|
|
descriptionTemplate = "以$split单位的间隔发射$count个[b]微型水晶[/b],可造成$atk点伤害。"
|
|
needEnergy = 0.3
|
|
cooldown = 50.0
|
|
|
|
[node name="avatar" parent="container/info" index="0"]
|
|
texture = ExtResource("2_ghn43")
|
|
|
|
[node name="energy" parent="container/info/infos/energyInfo" index="1"]
|
|
text = "0.5"
|
|
|
|
[node name="beachball" parent="container/info/infos" index="1"]
|
|
count = 400
|
|
|
|
[node name="soul" parent="container/info/infos" index="2"]
|
|
count = 1
|
|
|
|
[node name="name" parent="container/info" index="2"]
|
|
displayName = "链式机枪"
|
|
|
|
[node name="description" parent="container" index="2"]
|
|
text = "[center]以[color=cyan]30[/color]单位的间隔发射[color=cyan]1[/color]个[b]微型水晶[/b],可造成[color=cyan]10[/color]点伤害。[/center]"
|