我是設定在SP>80%的時候開武器值最大化
SP<30%的時候會關掉
請依個人需求自行修改
我是在坐下回SP那邊設定小於30坐下,大於90站起來(坐下時不會發動武器值最大化)
useSelf_skill 武器值最大化 {
lvl 5
maxCastTime 0
minCastTime 0
hp
sp >80%
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive 武器值最大化狀態
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 1
notInTown 1
timeout 0
disabled 0
inInventory
manualAI 0
}
useSelf_skill 武器值最大化 {
lvl 5
maxCastTime 0
minCastTime 0
hp
sp <30%
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive 武器值最大化狀態
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
}
|