sync configs with server, move bosshp back to regular folder

This commit is contained in:
george
2019-06-04 18:02:08 +01:00
parent a29b89278f
commit 93c1ca2329
146 changed files with 53 additions and 21 deletions
@@ -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"
}
}