🥚 配种判定
精灵配种兼容性检查
母体 (精灵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}}
孵化时长
{{hatch_label}}
体重范围
{{weight_label}}
身高范围
{{height_label}}
{{/if}}
{{commandHint}}