Acolyte Skills:
Heal
Code: Select all
useSelf_skill Heal {
	lvl 10
	hp < 50%
	sp > 10%
}Increase AGI
Code: Select all
useSelf_skill Increase AGI {
	lvl 10
	whenStatusInactive Increase AGI
	sp > 10%
	timeout 5
}Blessing
Code: Select all
useSelf_skill Blessing {
	lvl 10
	whenStatusInactive Blessing
	sp > 10%
	timeout 5
}Ruwach
Code: Select all
useSelf_skill Ruwach {
	lvl 1
	whenStatusInactive Ruwach
	sp > 10%
	timeout 10
}Angelus
Code: Select all
useSelf_skill Angelus {
	lvl 10
	whenStatusInactive Angelus
	sp > 10%
	timeout 5
}Cure
Code: Select all
useSelf_skill Cure {
	lvl 1
	whenStatusActive Cursed, Blinded, Chaos, Silenced
	sp > 10%
	timeout 5
}Holy Light
Code: Select all
attackSkillSlot Holy Light {
	lvl 1
	sp > 10%
        monsters 
}Decrease AGI
Code: Select all
attackSkillSlot Decrease AGI {
	lvl 10
	sp > 10%
        monsters 
        maxAttempts 5
        maxUses 1
}Code: Select all
partySkill Heal {
	lvl 5
	target_hp < 70%
	sp > 10 %
}
partySkill Blessing {
	lvl 10
	sp > 64
	notInTown 1
	timeout 3
	target_whenStatusInactive Blessing
	target_timeout 240
}
partySkill Increase AGI {
	lvl 10
	sp > 45
	notInTown 0
	timeout 3
	target_whenStatusInactive Increase AGI
	target_timeout 240
}
partySkill Angelus {
	lvl 10
	sp > 45
	notInTown 1
	timeout 3
	target_whenStatusInactive Angelus
	target_timeout 240
        isSelfSkill 1
}
partySkill Cure {
   lvl 1
   target_whenStatusActive Cursed, Blinded, Chaos, Silenced
   sp > 10%
   timeout 5
}
Priest/High Priest Skills
Kyrie Eleison
Code: Select all
useSelf_skill Kyrie Eleison {
	lvl 10
	sp > 45
	stopWhenHit 1
	notWhileSitting 1
	notInTown 1
	timeout 5
	whenStatusInactive Kyrie Eleison
}Assumptio
Code: Select all
useSelf_skill Assumptio {
	lvl 10
	sp > 20%
	stopWhenHit 1
	notWhileSitting 1
	notInTown 1
	timeout 5
	disabled 1
	whenStatusInactive Assumtio
}Code: Select all
useSelf_skill Magnificat {
	lvl 5
	sp > 45
	stopWhenHit 1
	notWhileSitting 1
	notInTown 1
	timeout 5
	whenStatusInactive Magnificat
}Party Skills:
Code: Select all
partySkill Kyrie Eleison {
	lvl 10
	sp > 45
	stopWhenHit 1
	notWhileSitting 1
	notInTown 1
	timeout 5
	disabled 1
	target_whenStatusInactive Kyrie Eleison
	target_timeout 240
}
partySkill Magnificat {
	lvl 3
	sp
	stopWhenHit 1
	timeout 10
	whenStatusInactive Magnificat
	partyAggressives < 1
	isSelfSkill 1
}
partySkill Resurrection {
	lvl 4
	target_dead 1
}
partySkill Impositio Manus {
	lvl 10
	sp > 25
	notInTown 1
	timeout 3
	disabled 0
	target_whenStatusInactive Impositio Manus
	target_timeout 60
}
partySkill Status Recovery {
	lvl 10
	sp > 25
	timeout 2
	target_whenStatusActive Frozen, Stone Curse, Stun
}
partySkill Aspersio {
	lvl 5
	sp > 25
	timeout 2
	target_whenStatusInactive Aspersio
        inInventory Holy Water
}
partySkill Suffragium {
	lvl 3
	sp > 25
	timeout 8
	target_whenStatusInactive Suffragium
        notInTown 1
}
partySkill Assumptio {
	lvl 10
	sp > 20%
	stopWhenHit 1
	notWhileSitting 1
	notInTown 1
	timeout 5
	disabled 1
	target_whenStatusInactive Assumtio
	target_timeout 98
}
Gloria
Code: Select all
useSelf_skill Gloria {
	lvl 10
	sp > 25
	whenStatusInactive Gloria
	timeout 28
}


