母体 (精灵A)
{{mother.name}}
{{mother.type_label}}
{{mother.egg_groups_label}}
⚡
父体 (精灵B)
{{father.name}}
{{father.type_label}}
{{father.egg_groups_label}}
{{if compatible}}
✅ 可以配种
共享蛋组匹配,可以产出精灵蛋
{{each shared_egg_group_labels label}}
{{label}}
{{/each}}
{{else}}
❌ 无法配种
{{each reasons reason}}
{{reason}}
{{/each}}
{{/if}}
{{if compatible}}
{{/if}}
{{commandHint}}