diff --git a/_core/lib/sw2/palette-sub.pl b/_core/lib/sw2/palette-sub.pl index 28fe4eb90..4b3a6db4b 100644 --- a/_core/lib/sw2/palette-sub.pl +++ b/_core/lib/sw2/palette-sub.pl @@ -563,6 +563,15 @@ sub palettePreset { } ## 魔物 elsif($type eq 'm') { + if ($::pc{mount}) { + $text .= "### 騎手データ\n"; + $text .= "//ライダー技能レベル=\n"; + foreach ('器用', '敏捷', '筋力', '生命', '知力', '精神') { + $text .= "//騎手_${_}B=\n"; + } + $text .= "###\n"; + } + $text .= "//生命抵抗修正=0\n"; $text .= "//精神抵抗修正=0\n"; $text .= "//回避修正=0\n";