forked from UNLOZE/sm-plugins
BossHP: update configs
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"name" "Groke"
|
||||
"method" "hpbar"
|
||||
"trigger" "Lvl1_Boss_Tr:OnStartTouch"
|
||||
"hurttrigger" "Boss_Health:OutValue"
|
||||
|
||||
"iterator" "Boss_HealthCount"
|
||||
"counter" "Boss_Health"
|
||||
@@ -15,6 +16,7 @@
|
||||
"name" "TV heart"
|
||||
"method" "hpbar"
|
||||
"trigger" "Lvl2_Boss_Tr:OnStartTouch"
|
||||
"hurttrigger" "B2a_Phys:OnHealthChanged"
|
||||
|
||||
"iterator" "Boss_HealthCount"
|
||||
"counter" "Boss_Health"
|
||||
@@ -25,6 +27,7 @@
|
||||
"name" "GOD"
|
||||
"method" "hpbar"
|
||||
"trigger" "Lvl3_Boss_Tr:OnStartTouch"
|
||||
"hurttrigger" "Boss_Health:OutValue"
|
||||
|
||||
"iterator" "Boss_HealthCount"
|
||||
"counter" "Boss_Health"
|
||||
@@ -35,6 +38,7 @@
|
||||
"name" "Spider"
|
||||
"method" "hpbar"
|
||||
"trigger" "Ext2_Boss_Tr:OnStartTouch"
|
||||
"hurttrigger" "Lvl2_S_Phys:OnHealthChanged"
|
||||
|
||||
"iterator" "Boss_HealthCount"
|
||||
"counter" "Boss_Health"
|
||||
@@ -42,9 +46,10 @@
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "FALLEN ANGEL"
|
||||
"name" "Fallen Angel"
|
||||
"method" "hpbar"
|
||||
"trigger" "Ext3_Boss_Tr:OnStartTouch"
|
||||
"hurttrigger" "B3b_Phys:OnHealthChanged"
|
||||
|
||||
"iterator" "Boss_HealthCount"
|
||||
"counter" "Boss_Health"
|
||||
@@ -52,9 +57,10 @@
|
||||
}
|
||||
"5"
|
||||
{
|
||||
"name" "DRAGON"
|
||||
"name" "Dragon"
|
||||
"method" "hpbar"
|
||||
"trigger" "Rescue_B_Path4:OnPass"
|
||||
"hurttrigger" "Dragon_Phys:OnHealthChanged"
|
||||
|
||||
"iterator" "Boss_HealthCount"
|
||||
"counter" "Boss_Health"
|
||||
@@ -62,12 +68,24 @@
|
||||
}
|
||||
"6"
|
||||
{
|
||||
"name" "SATAN"
|
||||
"name" "Satan"
|
||||
"method" "hpbar"
|
||||
"trigger" "Part3_Relay:OnTrigger"
|
||||
"hurttrigger" "Part2_Satan_Phys:OnDamaged"
|
||||
|
||||
"iterator" "Boss_HealthCount"
|
||||
"counter" "Boss_Health"
|
||||
"backup" "Boss_HealthInit"
|
||||
}
|
||||
"7"
|
||||
{
|
||||
"name" "Satan"
|
||||
"method" "hpbar"
|
||||
"trigger" "Part2_Tr:OnStartTouch"
|
||||
"hurttrigger" "Part3_SatanPhys:OnHealthChanged"
|
||||
|
||||
"iterator" "Satan_HealthCount"
|
||||
"counter" "Satan_Health"
|
||||
"backup" "Satan_HealthInit"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user