话说....都已经做得出箭簇了,给木质弩矢加个钢头会很难吗?所以某就干了这么一回事儿....
在 recipes.json 后面加了这么一段....{
"result": "bolt_steel",
"category": "CC_AMMO",
"skill_pri": "mechanics",
"skill_sec": "archery",
"difficulty": 5,
"time": 5000,
"reversible": false,
"autolearn": true,
"tools": [
[
["hatchet", -1],
["knife_steak", -1],
["knife_combat", -1],
["knife_butcher", -1],
["pockknife", -1],
["scalpel", -1],
["machete", -1],
["broadsword", -1],
["toolset", -1]
]
],
"components": [
[
["stick", 1],
["broom", 1],
["mop", 1],
["2x4", 1],
["arrowhead", 1]
]
]
},
然后....
{:3_118:}自给自足啊....
好改动!不过一般用弩的没有用弓的多,嗯嗯……所以估计这个是作者遗漏了,不是刻意不加这个配方。 咳咳....不好意思,出了点儿小错....{:3_92:}
貌似这样会合理一点....
{
"result": "bolt_steel",
"category": "CC_AMMO",
"skill_pri": "mechanics",
"skill_sec": "archery",
"difficulty": 5,
"time": 5000,
"reversible": false,
"autolearn": true,
"tools": [
[
["hatchet", -1],
["knife_steak", -1],
["knife_combat", -1],
["knife_butcher", -1],
["pockknife", -1],
["scalpel", -1],
["machete", -1],
["broadsword", -1],
["toolset", -1]
]
],
"components": [
[
["stick", 1],
["broom", 1],
["mop", 1],
["2x4", 1]
],
[
["steel_chunk", 1],
["arrowhead", 1],
["scrap", 3],
["nail", 10]
]
]
},
页:
[1]