mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
2f2a3fd04b
调整氧炔枪的攻击属性: - 基础攻击加成从0.3提升至0.5 - 火焰攻击加成从0.1提升至0.25 - 浓硝酸液滴的生存时间减半 更新武器描述文本,明确说明火焰的击退效果和浓硝酸的射程较短特性
39 lines
1.5 KiB
Plaintext
39 lines
1.5 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://b5ebx8duvgtt5"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://ckq2cq6m23hq3" path="res://components/Abstracts/WeaponCardBase.tscn" id="1_8jd12"]
|
|
[ext_resource type="Script" uid="uid://bjraoa0lwchon" path="res://scripts/Contents/Weapons/Oxygener.gd" id="2_thqd2"]
|
|
[ext_resource type="Texture2D" uid="uid://gpwxs56alc7m" path="res://resources/weapons/oxygener.png" id="2_xmkcx"]
|
|
|
|
[node name="Oxygener" instance=ExtResource("1_8jd12")]
|
|
script = ExtResource("2_thqd2")
|
|
avatarTexture = ExtResource("2_xmkcx")
|
|
displayName = "氧化加农炮"
|
|
quality = 0
|
|
typeTopic = 2
|
|
store = {
|
|
"atk": 3.0,
|
|
"fireatk": 1.0,
|
|
"max-n": 7.0,
|
|
"min-n": 3.0
|
|
}
|
|
storeType = {
|
|
"atk": 0,
|
|
"fireatk": 0,
|
|
"max-n": 1,
|
|
"min-n": 1
|
|
}
|
|
descriptionTemplate = "大概率高速喷出火焰,造成$fireatk点伤害。小概率喷出$min-n~$max-n滴[b]浓硝酸[/b],每滴造成$atk点伤害。[b]火焰[/b]具有高额击退效果,[b]浓硝酸[/b]液滴的射程较短。"
|
|
cooldown = 50.0
|
|
debugRebuild = true
|
|
|
|
[node name="avatar" parent="container/info" index="0"]
|
|
texture = ExtResource("2_xmkcx")
|
|
|
|
[node name="name" parent="container/info" index="2"]
|
|
displayName = "氧化加农炮"
|
|
quality = 0
|
|
typeTopic = 2
|
|
|
|
[node name="description" parent="container" index="2"]
|
|
text = "[center]大概率高速喷出火焰,造成[color=cyan]1.00[/color]点伤害。小概率喷出[color=cyan]3[/color]~[color=cyan]7[/color]滴[b]浓硝酸[/b],每滴造成[color=cyan]3.00[/color]点伤害。[b]火焰[/b]具有高额击退效果,[b]浓硝酸[/b]液滴的射程较短。[/center]"
|