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

Correctly falgged many npcs as not bleeding

git-svn-id: http://svn.net-core.org/repos/t-engine4@5569 51575b47-30f0-44d4-a5cc-537603b46e54
parent c0666f31
No related branches found
No related tags found
No related merge requests found
Showing
with 19 additions and 0 deletions
......@@ -43,6 +43,7 @@ newEntity{
open_door = 1,
no_breath = 1,
cut_immune = 1,
confusion_immune = 1,
poison_immune = 1,
blind_immune = 1,
......
......@@ -19,6 +19,7 @@ newEntity{
combat_def = 1,
never_move = 1,
blind_immune = 1,
cut_immune = 1,
fear_immune = 1,
rank = 2,
size_category = 2,
......
......@@ -43,6 +43,7 @@ newEntity{
resists = { [DamageType.PHYSICAL] = 10, [DamageType.FIRE] = 100, [DamageType.COLD] = -30, },
no_breath = 1,
cut_immune = 1,
poison_immune = 1,
disease_immune = 1,
stun_immune = 1,
......
......@@ -44,6 +44,7 @@ newEntity{
no_breath = 1,
poison_immune = 1,
cut_immune = 1,
disease_immune = 1,
stun_immune = 1,
blind_immune = 1,
......
......@@ -39,6 +39,7 @@ newEntity{
size_category = 3,
no_breath = 1,
cut_immune = 1,
fear_immune = 1,
not_power_source = {nature=true},
}
......
......@@ -42,6 +42,7 @@ newEntity{
size_category = 3,
infravision = 10,
no_breath = 1,
cut_immune = 1,
no_breath = 1,
drops = resolvers.drops{chance=60, nb=1, {type="money"} },
......
......@@ -53,6 +53,7 @@ newEntity{
poison_immune = 1,
undead = 1,
blind_immune = 1,
cut_immune = 1,
see_invisible = 100,
infravision = 10,
silence_immune = 0.7,
......
......@@ -47,6 +47,7 @@ newEntity{
no_breath = 1,
poison_immune = 1,
disease_immune = 1,
cut_immune = 1,
stun_immune = 1,
blind_immune = 1,
knockback_immune = 1,
......
......@@ -34,6 +34,7 @@ newEntity{
combat_armor = 1, combat_def = 1,
never_move = 1,
blind_immune = 1,
cut_immune = 1,
poison_immune = 1,
fear_immune = 1,
no_breath = 1,
......
......@@ -44,6 +44,7 @@ newEntity{
resolvers.tmasteries{ ["technique/2hweapon-offense"]=1, ["technique/2hweapon-cripple"]=1, },
blind_immune = 1,
cut_immune = 1,
see_invisible = 4,
undead = 1,
ingredient_on_death = "MUMMY_BONE",
......
......@@ -39,6 +39,7 @@ newEntity{
rank = 1,
size_category = 3,
infravision = 10,
cut_immune = 1,
blind_immune = 1,
clone_on_hit = {min_dam_pct=15, chance=30},
......
......@@ -35,6 +35,7 @@ newEntity{
combat_armor = 1, combat_def = 1,
rank = 1,
size_category = 1,
cut_immune = 1,
never_move = 1,
fear_immune = 1,
not_power_source = {arcane=true, technique=true},
......
......@@ -50,6 +50,7 @@ newEntity{
e.teleport_immune = 1
e.disease_immune = 1
e.poison_immune = 1
e.cut_immune = 1
e.stun_immune = 1
e.blind_immune = 1
e.see_invisible = 80
......
......@@ -39,6 +39,7 @@ newEntity{
combat_armor = 1, combat_def = 10,
rank = 1,
size_category = 1,
cut_immune = 1,
not_power_source = {arcane=true, technique_ranged=true},
}
......
......@@ -76,6 +76,7 @@ newEntity{
life_rating = 8,
rank = 2,
size_category = 3,
cut_immune = 1,
levitation = 1,
autolevel = "dexmage",
......
......@@ -37,6 +37,7 @@ newEntity{
ai = "dumb_talented_simple", ai_state = { ai_move="move_dmap", talent_in=2, },
stats = { str=10, dex=8, mag=10, con=8 },
cut_immune = 1,
poison_immune = 0.5,
undead=1,
not_power_source = {nature=true, technique_ranged=true},
......
......@@ -37,6 +37,7 @@ newEntity{
infravision = 10,
rank = 1,
size_category = 1,
cut_immune = 1,
blind_immune = 1,
life_rating = 6,
not_power_source = {arcane=true, technique_ranged=true},
......
......@@ -52,6 +52,7 @@ newEntity{
resists = { [DamageType.COLD] = 80, [DamageType.FIRE] = 20, [DamageType.LIGHTNING] = 40, [DamageType.PHYSICAL] = 35, [DamageType.LIGHT] = -50, },
poison_immune = 1,
cut_immune = 1,
blind_immune = 1,
see_invisible = 7,
undead = 1,
......
......@@ -50,6 +50,7 @@ newEntity{
no_breath = 1,
confusion_immune = 1,
poison_immune = 1,
cut_immune = 1,
stone_immune = 1,
ingredient_on_death = "XORN_FRAGMENT",
not_power_source = {arcane=true},
......
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