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

Animal random elites should not be archers

git-svn-id: http://svn.net-core.org/repos/t-engine4@5107 51575b47-30f0-44d4-a5cc-537603b46e54
parent 95c1b647
No related branches found
No related tags found
No related merge requests found
Showing
with 16 additions and 15 deletions
......@@ -145,7 +145,7 @@ newBirthDescriptor{
"#LIGHT_BLUE# * +2 Strength, +5 Dexterity, +0 Constitution",
"#LIGHT_BLUE# * +0 Magic, +0 Willpower, +2 Cunning",
},
power_source = {technique=true},
power_source = {technique=true, technique_ranged=true},
stats = { dex=5, str=2, cun=2, },
talents_types = {
["technique/archery-training"]={true, 0.3},
......
......@@ -39,7 +39,7 @@ newEntity{
max_life = resolvers.rngavg(10,20),
rank = 1,
size_category = 1,
not_power_source = {arcane=true},
not_power_source = {arcane=true, technique_ranged=true},
}
newEntity{ base = "BASE_NPC_ANT",
......
......@@ -38,7 +38,7 @@ newEntity{
can_breath={water=1},
resists = { [DamageType.COLD] = 25, },
not_power_source = {arcane=true},
not_power_source = {arcane=true, technique_ranged=true},
}
newEntity{ base = "BASE_NPC_AQUATIC_CRITTER",
......
......@@ -47,7 +47,7 @@ newEntity{
resists = { [DamageType.FIRE] = 20, [DamageType.COLD] = 20, [DamageType.NATURE] = 20 },
ingredient_on_death = "BEAR_PAW",
not_power_source = {arcane=true},
not_power_source = {arcane=true, technique_ranged=true},
}
newEntity{ base = "BASE_NPC_BEAR",
......
......@@ -40,7 +40,7 @@ newEntity{
levitation = 1,
can_pass = {pass_tree=10},
not_power_source = {arcane=true},
not_power_source = {arcane=true, technique_ranged=true},
}
newEntity{ base="BASE_NPC_BIRD", define_as = "NPC_PHOENIX",
......
......@@ -41,7 +41,7 @@ newEntity{
stats = { str=10, dex=17, mag=3, con=7 },
combat = { dammod={str=0.6}, sound="creatures/wolves/wolf_attack_1" },
combat_armor = 1, combat_def = 1,
not_power_source = {arcane=true},
not_power_source = {arcane=true, technique_ranged=true},
}
newEntity{ base = "BASE_NPC_CANINE",
......
......@@ -33,7 +33,7 @@ newEntity{
combat_physspeed = 2, -- Double attack per turn
resolvers.sustains_at_birth(),
not_power_source = {arcane=true},
not_power_source = {arcane=true, technique_ranged=true},
}
newEntity{ base = "BASE_NPC_CAT",
......
......@@ -47,7 +47,7 @@ newEntity{
drops = resolvers.drops{chance=60, nb=1, {type="money"} },
resists = { [DamageType.LIGHT] = -50 },
not_power_source = {arcane=true},
not_power_source = {arcane=true, technique_ranged=true},
}
newEntity{ base = "BASE_NPC_JELLY",
......
......@@ -39,6 +39,7 @@ newEntity{
no_breath = 1,
rank = 1,
size_category = 1,
not_power_source = {technique_ranged=true},
}
newEntity{ base = "BASE_NPC_MOLD",
......
......@@ -48,7 +48,7 @@ newEntity{
resists = { [DamageType.LIGHT] = -50, [DamageType.COLD] = -50 },
fear_immune = 1,
not_power_source = {arcane=true},
not_power_source = {arcane=true, technique_ranged=true},
}
newEntity{ base = "BASE_NPC_OOZE",
......
......@@ -44,7 +44,7 @@ Vicious predators, they inject corrupting diseases into their foes, and their sh
disease_immune = 0.5,
resists = { [DamageType.BLIGHT] = 20, [DamageType.FIRE] = 100 },
ingredient_on_death = "RITCH_STINGER",
not_power_source = {arcane=true},
not_power_source = {arcane=true, technique_ranged=true},
}
newEntity{ base = "BASE_NPC_RITCH",
......
......@@ -37,7 +37,7 @@ newEntity{ --rodent base
combat_armor = 1, combat_def = 1,
rank = 1,
size_category = 1,
not_power_source = {arcane=true},
not_power_source = {arcane=true, technique_ranged=true},
}
newEntity{ base = "BASE_NPC_RODENT",
......
......@@ -44,7 +44,7 @@ newEntity{
stats = { str=15, dex=7, mag=3, con=3 },
combat_armor = 1, combat_def = 1,
ingredient_on_death = "SANDWORM_TOOTH",
not_power_source = {arcane=true},
not_power_source = {arcane=true, technique_ranged=true},
}
newEntity{ base = "BASE_NPC_SANDWORM",
......
......@@ -40,7 +40,7 @@ newEntity{
stats = { str=14, dex=23, mag=5, con=5 },
combat = {sound="creatures/snakes/snake_attack"},
combat_armor = 1, combat_def = 1,
not_power_source = {arcane=true},
not_power_source = {arcane=true, technique_ranged=true},
}
newEntity{ base = "BASE_NPC_SNAKE",
......
......@@ -39,7 +39,7 @@ newEntity{
combat_armor = 1, combat_def = 10,
rank = 1,
size_category = 1,
not_power_source = {arcane=true},
not_power_source = {arcane=true, technique_ranged=true},
}
newEntity{ base = "BASE_NPC_INSECT",
......
......@@ -39,7 +39,7 @@ newEntity{
size_category = 1,
blind_immune = 1,
life_rating = 6,
not_power_source = {arcane=true},
not_power_source = {arcane=true, technique_ranged=true},
}
newEntity{ base = "BASE_NPC_WORM",
......
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