Skip to content
Snippets Groups Projects
Commit 4080db5a authored by Lisa Greene's avatar Lisa Greene
Browse files

Buff dawn's blade

parent aacd96dd
No related branches found
No related tags found
1 merge request!648Misc 1.7beta5
......@@ -353,7 +353,7 @@ newEntity{ base = "BASE_LONGSWORD", define_as = "SWORD_DAWN",
combat_spellpower = 10,
combat_spellcrit = 4,
inc_damage={
[DamageType.LIGHT] = 18,
[DamageType.LIGHT] = 20,
},
resists_pen={
[DamageType.LIGHT] = 25,
......@@ -364,10 +364,10 @@ newEntity{ base = "BASE_LONGSWORD", define_as = "SWORD_DAWN",
["celestial/combat"] = 0.2,
},
talent_cd_reduction= {
[Talents.T_HEALING_LIGHT] = 2,
[Talents.T_BARRIER] = 2,
[Talents.T_SUNCLOAK] = 3,
[Talents.T_PROVIDENCE] = 4,
[Talents.T_HEALING_LIGHT] = 3,
[Talents.T_BARRIER] = 5,
[Talents.T_BATHE_IN_LIGHT] = 5,
[Talents.T_PROVIDENCE] = 10,
},
lite=2,
},
......@@ -393,7 +393,7 @@ newEntity{ base = "BASE_LONGSWORD", define_as = "SWORD_DAWN",
apr = 7,
physcrit = 5,
dammod = {str=0.8, mag=0.25},
convert_damage = {[DamageType.LIGHT] = 30},
damtype = engine.DamageType.LIGHT,
inc_damage_type={
undead=25,
demon=25,
......
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