Skip to content
Snippets Groups Projects
Commit 0f19674e authored by Sheila's avatar Sheila
Browse files

Buff Sanguine Shield with 10% light res and 15 draining blight when hit

parent 15bc7c62
No related branches found
No related tags found
2 merge requests!544CathbaldSheilaItems,!537More artifact cheese :cheese:
......@@ -994,13 +994,17 @@ newEntity{ base = "BASE_SHIELD",
lifesteal = 8,
},
wielder = {
combat_armor = 4,
combat_def = 14,
combat_def_ranged = 14,
combat_armor = 5,
combat_def = 15,
combat_def_ranged = 15,
inc_stats = { [Stats.STAT_CON] = 10, },
fatigue = 19,
resists = { [DamageType.BLIGHT] = 25, },
resists = {
[DamageType.BLIGHT] = 25,
[DamageType.LIGHT] = 10,
},
life_regen = 5,
on_melee_hit = {[DamageType. DRAINLIFE] = 15},
learn_talent = { [Talents.T_BLOCK] = 1, },
},
}
......
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