隊員增加1名時力量、智能增加15。
[if]
[party count]
‘=’ 1
[change status]
‘hp’ ‘>’ ‘%’ 0 ‘end’
[/if]
[then]
[target]
‘myself’ -1
[stat by condition]
‘physical attack’ ‘+’ 15
[stat by condition]
‘magical attack’ ‘+’ 15
[/then]
注释说明:
第一段红字代表队员个数。最大可以写到4
第二段红字和第三段练字,可以根据队员增加视情况改变。