mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-03 00:32:12 +08:00
feat(武器): 调整核弹武器属性和角色配置
增加核弹的基础攻击力和范围,降低能量消耗但增加冷却时间 更新公鸡角色的武器配置,将核弹作为默认武器
This commit is contained in:
@@ -12,16 +12,16 @@ quality = 4
|
||||
typeTopic = 2
|
||||
costBeachball = 100
|
||||
store = {
|
||||
"atk": 750,
|
||||
"radius": 500.0
|
||||
"atk": 1200,
|
||||
"radius": 750.0
|
||||
}
|
||||
storeType = {
|
||||
"atk": 1,
|
||||
"radius": 1
|
||||
}
|
||||
descriptionTemplate = "倒计时10秒后对半径$radius范围的实体造成$atk点[b]无差别伤害[/b]。"
|
||||
needEnergy = 200.0
|
||||
cooldown = 1000.0
|
||||
needEnergy = 100.0
|
||||
cooldown = 2000.0
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_5nh8i")
|
||||
@@ -44,4 +44,4 @@ typeTopicColorMap = {
|
||||
}
|
||||
|
||||
[node name="description" parent="container" index="2"]
|
||||
text = "[center]倒计时10秒后对半径[color=cyan]500[/color]→[color=yellow]520[/color]范围的实体造成[color=cyan]500[/color]→[color=yellow]525[/color]点[b]无差别伤害[/b]。[/center]"
|
||||
text = "[center]倒计时10秒后对半径[color=cyan]750[/color]→[color=yellow]770[/color]范围的实体造成[color=cyan]1000[/color]→[color=yellow]1025[/color]点[b]无差别伤害[/b]。[/center]"
|
||||
|
||||
Reference in New Issue
Block a user