1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

Added base of runes mod

- Added rune API's first implementation
 - Added basic cubic runes in solarmana
This commit is contained in:
LeMagnesium
2015-04-23 18:04:58 +02:00
parent 19374b7057
commit af3bb78c3f
7 changed files with 252 additions and 1 deletions

View File

@ -30,7 +30,10 @@ local time_next_regen_check = time_total_regen_check
-- TODO: make this globally accessible
local mana_from_node = {
['default:goldblock'] = 2,
['default:goldblock'] = 5,
['runes:rune_simple_heal'] = 1,
['runes:rune_improved_heal'] = 3,
['runes:rune_perfect_heal'] = 8,
['default:wood'] = 1,
['default:junglewood'] = 1,
['default:pinewood'] = 1,