1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-21 17:15:32 +01:00

Add the mithril arrow for hunters, balance the other arrows

This commit is contained in:
Quentin BUISSON-DEBON
2015-07-27 02:10:53 +02:00
parent 7dfa469b59
commit 5d1d36b731
22 changed files with 15 additions and 9 deletions

View File

@@ -102,13 +102,17 @@ if not DISABLE_STONE_ARROW then
end
if not DISABLE_STEEL_ARROW then
throwing_register_arrow_standard ('steel', 'Steel', 5, 0.94, 'default:steel_ingot')
end
if not DISABLE_DIAMOND_ARROW then
throwing_register_arrow_standard ('diamond', 'Diamond', 10, 0.97, 'default:diamond')
throwing_register_arrow_standard ('steel', 'Steel', 4, 0.94, 'default:steel_ingot')
end
if not DISABLE_OBSIDIAN_ARROW then
throwing_register_arrow_standard ('obsidian', 'Obsidian', 15, 0.88, 'default:obsidian')
throwing_register_arrow_standard ('obsidian', 'Obsidian', 8, 0.97, 'default:obsidian')
end
if not DISABLE_DIAMOND_ARROW then
throwing_register_arrow_standard ('diamond', 'Diamond', 12, 0.88, 'default:diamond')
end
if not DISABLE_MITHRIL_ARROW then
throwing_register_arrow_standard ('mithril', 'Mithril', 12, 0.88, 'moreores:mithril_ingot')
end