16 lines
190 B
INI
16 lines
190 B
INI
|
; STRIPPER BY ENCAP
|
||
|
|
||
|
;; fix heal item
|
||
|
|
||
|
modify:
|
||
|
{
|
||
|
match:
|
||
|
{
|
||
|
"targetname" "trigger_heal_materia"
|
||
|
"classname" "trigger_multiple"
|
||
|
}
|
||
|
replace:
|
||
|
{
|
||
|
"filtername" "human"
|
||
|
}
|
||
|
}
|