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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@2529 51575b47-30f0-44d4-a5cc-537603b46e54
parent 17947181
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,6 @@ newBirthDescriptor{
life_rating=10,
resolvers.inscription("INFUSION:_REGENERATION", {cooldown=10, dur=5, heal=60}),
resolvers.inscription("INFUSION:_WILD", {cooldown=12, what={poison=true}, dur=4, power=14}),
blood_color = colors.CRIMSON,
},
experience = 1.1,
}
......
......@@ -22,7 +22,6 @@ local Talents = require("engine.interface.ActorTalents")
newEntity{
define_as = "BASE_NPC_TROLL",
type = "giant", subtype = "troll",
blood_color = colors.CRIMSON,
display = "T", color=colors.UMBER,
combat = { dam=resolvers.mbonus(45, 10), atk=2, apr=6, physspeed=2, dammod={str=0.8} },
......
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