高级玩家

- 贡献度
- 3
- 金元
- 4003
- 积分
- 412
- 精华
- 0
- 注册时间
- 2015-4-23
|
本帖最后由 上官云岚 于 2015-4-28 09:55 编辑
如题,我在制作列表中添加了弹药国家杂志和上弹周刊,但是在制作列表中找不到,可是我在搜索中可以搜索到,把材料摆放上去也可以正常合成,但就是在列表中看不见,只能通过搜索才能看见,这是为什么?
附上合成代码
<recipe name="ammunitionNationBook" count="1" scrapable="False" craft_time="5" >
<ingredient name="stick" count="1" grid="-1, -2"/>
<ingredient name="stick" count="1" grid="0, -2"/>
<ingredient name="stick" count="1" grid="1, -2"/>
</recipe>
<recipe name="reloadingWeeklyBook" count="1" scrapable="False" craft_time="5" >
<ingredient name="stick" count="1" grid="-1, -1"/>
<ingredient name="stick" count="1" grid="0, -1"/>
<ingredient name="stick" count="1" grid="1, -1"/>
</recipe>
游戏截图太大不让上传...
|
|