mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-17 07:50:29 +01:00
Set the caracteristics of the 2 latest bows
tweak the craft recipe of the "minotaur horn bow"
This commit is contained in:
parent
6e951a79e6
commit
4c0e117706
|
@ -38,8 +38,9 @@ if not DISABLE_ROYAL_BOW then
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--function throwing_register_bow (name, desc, scale, stiffness, reload_time, toughness, is_cross, craft)
|
||||||
if not DISABLE_MINOTAUR_HORN_BOW then
|
if not DISABLE_MINOTAUR_HORN_BOW then
|
||||||
throwing_register_bow ('bow_minotaur_horn', 'Minotaur Horn Bow', {x=1, y=1.5, z=0.5}, 18, 1.4, 750, false, {
|
throwing_register_bow ('bow_minotaur_horn', 'Minotaur Horn Bow', {x=1, y=1.5, z=0.5}, 30, 1, 1000, false, {
|
||||||
{'farming:string', 'mobs:minotaur_horn', 'mobs:minotaur_horn'},
|
{'farming:string', 'mobs:minotaur_horn', 'mobs:minotaur_horn'},
|
||||||
{'farming:string', '', 'moreores:mithril_ingot'},
|
{'farming:string', '', 'moreores:mithril_ingot'},
|
||||||
{'farming:string', 'mobs:minotaur_horn', 'mobs:minotaur_horn'},
|
{'farming:string', 'mobs:minotaur_horn', 'mobs:minotaur_horn'},
|
||||||
|
@ -48,7 +49,7 @@ end
|
||||||
|
|
||||||
-- NOT YET CHOOSEN, material ? craft ? name ?
|
-- NOT YET CHOOSEN, material ? craft ? name ?
|
||||||
--[[if not DISABLE_xxx_BOW then
|
--[[if not DISABLE_xxx_BOW then
|
||||||
throwing_register_bow ('bow_xxx', 'xxx bow', {x=1, y=1.5, z=0.5}, 18, 1.4, 750, false, {
|
throwing_register_bow ('bow_xxx', 'xxx Bow', {x=1, y=1.5, z=0.5}, 35, 0.8, 1250, false, {
|
||||||
{'farming:string', 'group:wood', 'default:diamond'},
|
{'farming:string', 'group:wood', 'default:diamond'},
|
||||||
{'farming:string', '', 'default:gold_ingot'},
|
{'farming:string', '', 'default:gold_ingot'},
|
||||||
{'farming:string', 'group:wood', 'default:diamond'},
|
{'farming:string', 'group:wood', 'default:diamond'},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user