forked from UNLOZE/sm-plugins
sync configs with server, move bosshp back to regular folder
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
"bosses"
|
||||
{
|
||||
"0"
|
||||
{
|
||||
"name" "Pikachu"
|
||||
"method" "counter"
|
||||
"trigger" "PikachuBullets:OnHealthChanged"
|
||||
|
||||
"counter" "CounterPikachuCTs"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Sigilyph"
|
||||
"method" "counter"
|
||||
"trigger" "SigilyphBullets:OnHealthChanged"
|
||||
|
||||
"counter" "CounterSigilyphCTs"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Zapdos"
|
||||
"method" "counter"
|
||||
"trigger" "ZapdosBullets:OnHealthChanged"
|
||||
|
||||
"counter" "CounterZapdosCTs"
|
||||
}
|
||||
"3"
|
||||
{
|
||||
"name" "Pokemons"
|
||||
"method" "counter"
|
||||
"trigger" "FinalBossBullets:OnHealthChanged"
|
||||
|
||||
"counter" "CounterLastBoss"
|
||||
}
|
||||
"4"
|
||||
{
|
||||
"name" "Charizard"
|
||||
"method" "hpbar"
|
||||
"trigger" "CharizardBullets:OnHealthChanged"
|
||||
"timeout" "3"
|
||||
"iterator" "HPCounterIterator"
|
||||
"counter" "HPCounter"
|
||||
"backup" "HPCounterBackUp"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user