Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions 2001/sharp/configs/bosses/ze_basic_geometric.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
// BossHP configuration file generator.
// Boss Version v23
// Copyright 2026 Kyle 'Kxnrl' Frankiss.
// https://github.com/Kxnrl

// 可用字段:
// [Boss (Breakables/Counters)]
// display (string) -> 显示的名称
// hitbox (string) -> 打击框
// stages (int) -> 阶段数
// target (string) -> 目标名称 (Breakable only)
// count (int) -> 血条格数 (Breakable only)
// iterator (string) -> 计数器 (MathCounter only)
// backup (string) -> 后备计数器 (MathCounter only)
// mass (int) -> 后备算法参数 (MathCounter only)
// counter (string) -> 血条计数器 (MathCounter only)
// increase (bool) -> iterator是OnHitMax模式 (MathCounter only)
// reverse (bool) -> counter是OnHitMax模式 (MathCounter only)
// [Npc (Monsters)]
// display (string) -> 显示的名称
// identity (string) -> UniqueHammerId (同时支持Counter/Breakable)

{
"Breakables": [
{
"target": "st1_boss",
"display": "BOSS"
},
{
"target": "st2_boss2_hp",
"display": "BOSS"
},
{
"target": "st2_boss3_hp",
"display": "BOSS"
}
]
}