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,21 @@
"bosses"
{
"0" // Stage 3
{
"name" "Tenshi"
"method" "counter"
"trigger" "lv3_boss_hpup:OnStartTouch"
"hurttrigger" "ts_hitbox:OnHealthChanged"
"counter" "ts_hp"
}
"1"
{
"name" "Tenshi"
"method" "counter"
"trigger" "lv3_laser_hpup:OnStartTouch"
"hurttrigger" "lv3_ts_hitbox:OnHealthChanged"
"counter" "lv3_ts_hp"
}
}