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

Buffed Corpsebow

git-svn-id: http://svn.net-core.org/repos/t-engine4@5116 51575b47-30f0-44d4-a5cc-537603b46e54
parent be4d956a
No related branches found
No related tags found
No related merge requests found
......@@ -154,6 +154,7 @@ newEntity{ base = "BASE_STAFF",
[Talents.T_ICE_STORM] = 2,
[Talents.T_FIREFLASH] = 2,
[Talents.T_CHAIN_LIGHTNING] = 2,
[Talents.T_ARCANE_VORTEX] = 2,
},
learn_talent = {[Talents.T_COMMAND_STAFF] = 1,},
},
......@@ -585,6 +586,10 @@ newEntity{ base = "BASE_LONGBOW",
wielder = {
disease_immune = 0.5,
ranged_project = {[DamageType.CORRUPTED_BLOOD] = 15},
inc_damage={ [DamageType.BLIGHT] = 10, },
talent_cd_reduction={
[Talents.T_CYST_BURST] = 2,
},
},
}
......
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