forked from UNLOZE/sm-plugins
sync configs with server, move bosshp back to regular folder
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
"bosses"
|
||||
{
|
||||
|
||||
"1" // Final Dragon
|
||||
{
|
||||
"name" "Dragon"
|
||||
"method" "counter"
|
||||
"trigger" "boss_dragon_ending:OnHealthChanged"
|
||||
|
||||
"counter" "boss_dragon_hp_ending"
|
||||
}
|
||||
"1" // Final Chocobo
|
||||
{
|
||||
"name" "Chocobo"
|
||||
"method" "breakable"
|
||||
"trigger" "lvl_extreme_chocoboending:OnStartTouch"
|
||||
|
||||
"breakable" "ending_block_chocobo_break"
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user