From d1738070b72109a58fa9dd89c892a021ea3363f5 Mon Sep 17 00:00:00 2001 From: ViVi Date: Fri, 25 Jul 2025 17:58:47 +0900 Subject: [PATCH] =?UTF-8?q?[SW2]=20=E9=A8=8E=E7=8D=A3=E3=81=AE=E3=83=81?= =?UTF-8?q?=E3=83=A3=E3=83=83=E3=83=88=E3=83=91=E3=83=AC=E3=83=83=E3=83=88?= =?UTF-8?q?=E3=81=AB=E9=A8=8E=E6=89=8B=E3=83=87=E3=83=BC=E3=82=BF=E3=82=92?= =?UTF-8?q?=E5=85=A5=E5=8A=9B=E3=81=99=E3=82=8B=E3=81=9F=E3=82=81=E3=81=AE?= =?UTF-8?q?=E5=A4=89=E6=95=B0=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _core/lib/sw2/palette-sub.pl | 9 +++++++++ 1 file changed, 9 insertions(+) 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";