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

no summon scum!

git-svn-id: http://svn.net-core.org/repos/t-engine4@425 51575b47-30f0-44d4-a5cc-537603b46e54
parent 10eff649
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ newEntity{ base = "BASE_NPC_GHOUL",
combat = { dam=7, atk=6, apr=3, dammod={str=0.6} },
summon = {{type="undead", subtype="ghoul", name="ghoul", number=1, hasxp=true}, },
summon = {{type="undead", subtype="ghoul", name="ghoul", number=1, hasxp=false}, },
talents = resolvers.talents{ [Talents.T_STAMINA_POOL]=1, [Talents.T_STUN]=2, [Talents.T_BITE_POISON]=2, [Talents.T_SUMMON]=1, [Talents.T_ROTTING_DISEASE]=2, [Talents.T_DECREPITUDE_DISEASE]=2, },
}
......@@ -61,8 +61,8 @@ newEntity{ base = "BASE_NPC_GHOUL",
combat = { dam=10, atk=8, apr=4, dammod={str=0.6} },
summon = {
{type="undead", subtype="ghoul", name="ghoul", number=1, hasxp=true},
{type="undead", subtype="ghoul", name="ghast", number=1, hasxp=true},
{type="undead", subtype="ghoul", name="ghoul", number=1, hasxp=false},
{type="undead", subtype="ghoul", name="ghast", number=1, hasxp=false},
},
talents = resolvers.talents{
......
......@@ -59,12 +59,12 @@ newEntity{ base = "BASE_NPC_PLANT",
combat = false,
summon = {
{type="insect", subtype="swarms", name="bee swarm", number=1, hasxp=true},
{type="insect", subtype="swarms", name="bee swarm", number=1, hasxp=true},
{type="insect", subtype="swarms", name="bee swarm", number=1, hasxp=true},
{type="insect", subtype="swarms", name="bee swarm", number=2, hasxp=true},
{type="insect", subtype="swarms", name="bee swarm", number=2, hasxp=true},
{type="animal", subtype="bear", number=1, hasxp=true},
{type="insect", subtype="swarms", name="bee swarm", number=1, hasxp=false},
{type="insect", subtype="swarms", name="bee swarm", number=1, hasxp=false},
{type="insect", subtype="swarms", name="bee swarm", number=1, hasxp=false},
{type="insect", subtype="swarms", name="bee swarm", number=2, hasxp=false},
{type="insect", subtype="swarms", name="bee swarm", number=2, hasxp=false},
{type="animal", subtype="bear", number=1, hasxp=false},
},
talents = resolvers.talents{ [Talents.T_SUMMON]=1 },
......
......@@ -72,10 +72,10 @@ newEntity{ base = "BASE_NPC_THIEF",
max_life = resolvers.rngavg(90,100),
combat = { dam=resolvers.rngavg(6,7), atk=10, apr=4},
summon = {
{type="human", subtype="thief", name="bandit", number=1, hasxp=true},
{type="human", subtype="thief", name="bandit", number=1, hasxp=false},
{type="human", subtype="thief", name="thief", number=1, hasxp=true},
{type="human", subtype="thief", name="rogue", number=2, hasxp=true},
{type="human", subtype="thief", name="bandit", number=1, hasxp=false},
{type="human", subtype="thief", name="thief", number=1, hasxp=false},
{type="human", subtype="thief", name="rogue", number=2, hasxp=false},
},
talents = resolvers.talents{ [Talents.T_STEAL]=2, [Talents.T_STEALTH]=3, [Talents.T_SUMMON]=1, [Talents.T_LETHALITY]=3, },
}
......
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