Skip to content
Snippets Groups Projects
Commit 84b1693d authored by HousePet's avatar HousePet
Browse files

Wielder table for the Crystal Focus and Heart.

parent c0989093
No related branches found
No related tags found
1 merge request!410Art gem polish, as requested
......@@ -981,6 +981,11 @@ newEntity{ base = "BASE_GEM", define_as = "CRYSTAL_FOCUS",
alt_damage_type = 'ARCANE_SILENCE',
particle = 'manathrust',
},
wielder = {
inc_stats = {[Stats.STAT_MAG] = 5 },
inc_damage = {[DamageType.ARCANE] = 20, [DamageType.BLIGHT] = 20 },
},
max_power = 1, power_regen = 1,
use_power = { name = "combine with a weapon (makes a non enchanted weapon into an artifact)", power = 1, use = function(self, who, gem_inven, gem_item)
......@@ -1112,6 +1117,11 @@ newEntity{ base = "BASE_GEM", define_as = "CRYSTAL_HEART",
alt_damage_type = 'ARCANE_SILENCE',
particle = 'manathrust',
},
wielder = {
inc_stats = {[Stats.STAT_CON] = 5 },
resists = {[DamageType.ARCANE] = 20, [DamageType.BLIGHT] = 20 },
},
max_power = 1, power_regen = 1,
use_power = { name = "combine with a suit of body armor (makes a non enchanted armour into an artifact)", power = 1, use = function(self, who, gem_inven, gem_item)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment