mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-16 07:20:31 +01:00
Tweak the removes arrow when it something
This commit is contained in:
parent
c81fb707dd
commit
951346643c
|
@ -98,21 +98,21 @@ function throwing_register_arrow_standard (kind, desc, eq, toughness, craft)
|
||||||
end
|
end
|
||||||
|
|
||||||
if not DISABLE_STONE_ARROW then
|
if not DISABLE_STONE_ARROW then
|
||||||
throwing_register_arrow_standard ('stone', 'Stone', 0, 0.88, 'group:stone')
|
throwing_register_arrow_standard ('stone', 'Stone', 0, 0.25, 'group:stone')
|
||||||
end
|
end
|
||||||
|
|
||||||
if not DISABLE_STEEL_ARROW then
|
if not DISABLE_STEEL_ARROW then
|
||||||
throwing_register_arrow_standard ('steel', 'Steel', 4, 0.94, 'default:steel_ingot')
|
throwing_register_arrow_standard ('steel', 'Steel', 4, 0.33, 'default:steel_ingot')
|
||||||
end
|
end
|
||||||
|
|
||||||
if not DISABLE_OBSIDIAN_ARROW then
|
if not DISABLE_OBSIDIAN_ARROW then
|
||||||
throwing_register_arrow_standard ('obsidian', 'Obsidian', 8, 0.97, 'default:obsidian')
|
throwing_register_arrow_standard ('obsidian', 'Obsidian', 8, 0.50, 'default:obsidian')
|
||||||
end
|
end
|
||||||
|
|
||||||
if not DISABLE_DIAMOND_ARROW then
|
if not DISABLE_DIAMOND_ARROW then
|
||||||
throwing_register_arrow_standard ('diamond', 'Diamond', 12, 0.88, 'default:diamond')
|
throwing_register_arrow_standard ('diamond', 'Diamond', 12, 0.57, 'default:diamond')
|
||||||
end
|
end
|
||||||
|
|
||||||
if not DISABLE_MITHRIL_ARROW then
|
if not DISABLE_MITHRIL_ARROW then
|
||||||
throwing_register_arrow_standard ('mithril', 'Mithril', 12, 0.88, 'moreores:mithril_ingot')
|
throwing_register_arrow_standard ('mithril', 'Mithril', 12, 0.66, 'moreores:mithril_ingot')
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user