mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Add the class to the swords/bows/arrows
This commit is contained in:
@ -119,5 +119,5 @@ if not DISABLE_DIAMOND_ARROW then
|
||||
end
|
||||
|
||||
if not DISABLE_MITHRIL_ARROW then
|
||||
throwing_register_arrow_standard ('mithril', 'Mithril', 12, 0.66, 'moreores:mithril_ingot')
|
||||
throwing_register_arrow_standard ('mithril', 'Mithril (Hunter)', 12, 0.66, 'moreores:mithril_ingot')
|
||||
end
|
||||
|
@ -40,7 +40,7 @@ end
|
||||
|
||||
--function throwing_register_bow (name, desc, scale, stiffness, reload_time, toughness, is_cross, craft)
|
||||
if not DISABLE_MINOTAUR_HORN_BOW then
|
||||
throwing_register_bow ('bow_minotaur_horn', 'Minotaur Horn Bow', {x=1, y=1.5, z=0.5}, 35, 1.5, 1000, false, {
|
||||
throwing_register_bow ('bow_minotaur_horn', 'Minotaur Horn Bow (Hunter)', {x=1, y=1.5, z=0.5}, 35, 1.5, 1000, false, {
|
||||
{'farming:string', 'mobs:minotaur_horn', 'mobs:minotaur_horn'},
|
||||
{'farming:string', '', 'moreores:mithril_ingot'},
|
||||
{'farming:string', 'mobs:minotaur_horn', 'mobs:minotaur_horn'},
|
||||
@ -49,7 +49,7 @@ end
|
||||
|
||||
--function throwing_register_bow (name, desc, scale, stiffness, reload_time, toughness, is_cross, craft)
|
||||
if not DISABLE_MINOTAUR_HORN_IMPROVED_BOW then
|
||||
throwing_register_bow ('bow_minotaur_horn_improved', 'Minotaur Horn Improved Bow', {x=1, y=1.5, z=0.5}, 50, 1.5, 2000, false, {
|
||||
throwing_register_bow ('bow_minotaur_horn_improved', 'Minotaur Horn Improved Bow (Hunter)', {x=1, y=1.5, z=0.5}, 50, 1.5, 2000, false, {
|
||||
{'throwing:bow_minotaur_horn', 'throwing:string_mithril'},
|
||||
})
|
||||
end
|
||||
|
Reference in New Issue
Block a user