sm-plugins/BossHP/configs/bosshp/ze_shroomforest2_v1.cfg

73 lines
1.3 KiB
INI
Raw Normal View History

2017-03-25 22:22:50 +01:00
"bosses"
{
"0"
{
"name" "Groke"
"method" "hpbar"
"trigger" "Lvl1_Boss_Tr:OnStartTouch"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"1"
{
2017-05-01 12:14:18 +02:00
"name" "TV heart"
2017-03-25 22:22:50 +01:00
"method" "hpbar"
"trigger" "Lvl2_Boss_Tr:OnStartTouch"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"2"
{
2017-05-01 12:14:18 +02:00
"name" "GOD"
2017-03-25 22:22:50 +01:00
"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"
{
2017-05-01 12:14:18 +02:00
"name" "FALLEN ANGEL"
2017-03-25 22:22:50 +01:00
"method" "hpbar"
"trigger" "Ext3_Boss_Tr:OnStartTouch"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"5"
{
2017-05-01 12:14:18 +02:00
"name" "DRAGON"
2017-03-25 22:22:50 +01:00
"method" "hpbar"
"trigger" "Rescue_B_Path4:OnPass"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"6"
{
2017-05-01 12:14:18 +02:00
"name" "SATAN"
2017-03-25 22:22:50 +01:00
"method" "hpbar"
"trigger" "Part3_Relay:OnTrigger"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
}