Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions _core/lib/sw2/palette-sub.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down