mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 23:11:54 +08:00
d0e3564933
重构武器卡片的信息显示逻辑,使用ItemShow组件替代原有Label显示 添加武器升级和镶嵌前的预览功能 为武器描述添加升级前后数值对比显示 新增FREQUENCY数据类型支持 统一子弹生命周期参数为lifeTime
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://cxabqjo7skxev"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://ckq2cq6m23hq3" path="res://components/Abstracts/WeaponCardBase.tscn" id="1_wrvv5"]
|
|
[ext_resource type="Script" path="res://scripts/Contents/Weapons/BigLaser.gd" id="2_gmch0"]
|
|
[ext_resource type="Texture2D" uid="uid://dy4op6n6vxef3" path="res://resources/bullets/laser-circle/circle.svg" id="2_qe8gb"]
|
|
[ext_resource type="AudioStream" uid="uid://b10u6iir6uvqn" path="res://resources/sounds/effect/BigLaser.wav" id="4_cb5nh"]
|
|
|
|
[node name="BigLaser" instance=ExtResource("1_wrvv5")]
|
|
script = ExtResource("2_gmch0")
|
|
avatarTexture = ExtResource("2_qe8gb")
|
|
displayName = "湮灭激光"
|
|
quality = 2
|
|
typeTopic = 1
|
|
costBeachball = 300
|
|
store = {
|
|
"atk": 40,
|
|
"time": 0.1
|
|
}
|
|
storeType = {
|
|
"atk": 1,
|
|
"time": 0.0
|
|
}
|
|
descriptionTemplate = "每$time秒造成$atk点伤害。"
|
|
needEnergy = 200.0
|
|
cooldown = 6000.0
|
|
|
|
[node name="attack" parent="sounds" index="0"]
|
|
stream = ExtResource("4_cb5nh")
|
|
|
|
[node name="avatar" parent="container/info" index="0"]
|
|
texture = ExtResource("2_qe8gb")
|
|
|
|
[node name="name" parent="container/info" index="2"]
|
|
displayName = "湮灭激光"
|
|
quality = 2
|
|
typeTopic = 1
|
|
|
|
[node name="description" parent="container" index="2"]
|
|
text = "[center]每[color=cyan]0.10[/color]秒造成[color=cyan]40[/color]点伤害。[/center]"
|