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:
@ -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,
|
||||
|
Reference in New Issue
Block a user