Skip to content

Commit aac52ac

Browse files
committed
eternal-journey: cleanup bhud config
1 parent 8677461 commit aac52ac

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

bosshud/ze_eternal_journey.jsonc

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
[
2-
// Boss health is handled by map scripts, so this config is for hitmarkers
32
{
4-
"hitmarkeronly": true,
3+
"name": "Crystal 1",
54
"showbeaten": false,
6-
"breakable": "stg2_mutant_hitbox"
5+
"counter": "counter_crys1"
76
},
87
{
9-
"hitmarkeronly": true,
8+
"name": "Crystal 2",
109
"showbeaten": false,
11-
"breakable": "stg3_mutant2_hitbox"
10+
"counter": "counter_crys2"
1211
},
1312
{
14-
"hitmarkeronly": true,
13+
"name": "Crystal 3",
1514
"showbeaten": false,
16-
"breakable": "stg5_mutant_hitbox"
15+
"counter": "counter_crys3"
1716
},
1817
{
19-
"name": "Crystal 1",
18+
"name": "Crystal 4",
2019
"showbeaten": false,
21-
"counter": "counter_crys1"
20+
"counter": "counter_crys4"
2221
},
22+
// Boss health is handled by map scripts, so this config is for hitmarkers
2323
{
24-
"name": "Crystal 2",
24+
"hitmarkeronly": true,
2525
"showbeaten": false,
26-
"counter": "counter_crys2"
26+
"breakable": "stg2_mutant_hitbox"
2727
},
2828
{
29-
"name": "Crystal 3",
29+
"hitmarkeronly": true,
3030
"showbeaten": false,
31-
"counter": "counter_crys3"
31+
"breakable": "stg3_mutant2_hitbox"
3232
},
3333
{
34-
"name": "Crystal 4",
34+
"hitmarkeronly": true,
3535
"showbeaten": false,
36-
"counter": "counter_crys4"
36+
"breakable": "stg5_mutant_hitbox"
3737
}
3838
]

0 commit comments

Comments
 (0)