sm-plugins/BossHP/configs/bosshp/ze_shroomforest2_v1.cfg
2017-05-01 13:14:18 +03:00

73 lines
1.3 KiB
INI

"bosses"
{
"0"
{
"name" "Groke"
"method" "hpbar"
"trigger" "Lvl1_Boss_Tr:OnStartTouch"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"1"
{
"name" "TV heart"
"method" "hpbar"
"trigger" "Lvl2_Boss_Tr:OnStartTouch"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"2"
{
"name" "GOD"
"method" "hpbar"
"trigger" "Lvl3_Boss_Tr:OnStartTouch"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"3"
{
"name" "Spider"
"method" "hpbar"
"trigger" "Ext2_Boss_Tr:OnStartTouch"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"4"
{
"name" "FALLEN ANGEL"
"method" "hpbar"
"trigger" "Ext3_Boss_Tr:OnStartTouch"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"5"
{
"name" "DRAGON"
"method" "hpbar"
"trigger" "Rescue_B_Path4:OnPass"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"6"
{
"name" "SATAN"
"method" "hpbar"
"trigger" "Part3_Relay:OnTrigger"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
}