Skip to content
Snippets Groups Projects
Commit 927f20b8 authored by Chris Davidson's avatar Chris Davidson
Browse files

Improve plants

- Remove damage penalties and talent level caps
parent 69cf30ea
No related branches found
No related tags found
1 merge request!531Npc revisions
......@@ -50,7 +50,7 @@ newEntity{ base = "BASE_NPC_PLANT",
combat = { dam=5, atk=15, apr=10 },
resolvers.talents{
[Talents.T_CONSTRICT]={base=1, every=5},
[Talents.T_SPIT_POISON]={base=1, every=5, max=3},
[Talents.T_SPIT_POISON]={base=1, every=5},
},
}
......@@ -80,12 +80,10 @@ newEntity{ base = "BASE_NPC_PLANT",
max_life = resolvers.rngavg(1,1),
combat = { dam=5, atk=15, apr=3, damtype=DamageType.POISON},
can_multiply = 2,
inc_damage = {all=-30},
talent_cd_reduction = {[Talents.T_POISONOUS_SPORES]=-20},
resolvers.talents{
[Talents.T_CONSTRICT]={base=1, every=5},
[Talents.T_POISONOUS_SPORES]={base=0, every=12, max=1},
[Talents.T_POISONOUS_SPORES]={base=0, every=12},
},
}
......
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