Skip to content
Snippets Groups Projects
Commit d359079b authored by dg's avatar dg
Browse files

hum

git-svn-id: http://svn.net-core.org/repos/t-engine4@5984 51575b47-30f0-44d4-a5cc-537603b46e54
parent c9c7d20c
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ newEntity{ base = "BASE_STAFF", define_as = "TELOS_SPIRE",
combat = {
sentient = "telos_full",
is_greater = true,
dam = 45,
dam = 37,
apr = 4,
dammod = {mag=1.5},
damtype = DamageType.BLIGHT,
......@@ -58,7 +58,7 @@ newEntity{ base = "BASE_STAFF", define_as = "TELOS_SPIRE",
combat_critical_power = 30,
spellsurge_on_crit = 7,
damage_resonance = 15,
inc_damage = { [DamageType.ARCANE] = 45, [DamageType.BLIGHT] = 45, [DamageType.COLD] = 45, [DamageType.DARKNESS] = 45, [DamageType.ACID] = 45, [DamageType.LIGHT] = 45, },
inc_damage = { [DamageType.ARCANE] = 37, [DamageType.BLIGHT] = 37, [DamageType.COLD] = 37, [DamageType.DARKNESS] = 37, [DamageType.ACID] = 37, [DamageType.LIGHT] = 37, },
damage_affinity = { [DamageType.ARCANE] = 15, [DamageType.BLIGHT] = 15, [DamageType.COLD] = 15, [DamageType.DARKNESS] = 15, [DamageType.ACID] = 15, [DamageType.LIGHT] = 15, },
confusion_immune = 0.4,
vim_on_crit = 6,
......
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