1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-17 23:20:23 +02:00

Added work for "go to me" rune

- Added mana dicreaser on on_punch calls (cube only :s)
 - Added is_owner handler
 - Moved a texture name to the good name
 - Added values in needed_mana for go_to_me rune
This commit is contained in:
LeMagnesium
2015-04-26 18:02:15 +02:00
parent 274c874f35
commit eae5700e6b
4 changed files with 31 additions and 14 deletions

View File

@ -3,41 +3,42 @@
runes.datas.items = {
["project"] = {
description = "Projection rune",
img = "default_dirt.png",
img = "runes_projection.png",
type = "craftitem",
needed_mana = 30
},
["damager"] = {
description = "Damaging rune",
img = "default_lava.png",
img = "runes_damaging.png",
type = "craftitem",
needed_mana = 190
},
["earthquake"] = {
description = "Earth Quake rune",
img = "default_apple.png",
img = "runes_earthquake.png",
type = "craftitem",
needed_mana = 80
},
["simple_heal"] = {
description = "Simple healing rune",
img = "default_water.png",
img = "runes_simple_heal.png",
type = "cube"
},
["improved_heal"] = {
description = "Improved healing rune",
img = "default_acid.png",
img = "runes_improved_heal.png",
type = "cube"
},
["perfect_heal"] = {
description = "Perfect healing rune",
img = "default_lava.png",
img = "runes_perfect_heal.png",
type = "cube"
},
["gotome"] = {
description = "Go to me rune",
img = "default_wood.png",
type = "cube"
img = "runes_go_to_me.png",
type = "cube",
needed_mana = 50
},
["megamana"] = {
description = "Mega Mana",