#W# Removed Karma loss for animals. Added a few town guards to Brit.

This commit is contained in:
WarrentyExpired 2026-07-13 12:28:53 -04:00
parent ed0ef8e04d
commit 413d656ced
11 changed files with 40 additions and 20 deletions

View file

@ -27,7 +27,7 @@ namespace Server.Mobiles
SetSkill( SkillName.HandToHand, 5.0 );
Fame = 0;
Karma = 150;
Karma = 0;
VirtualArmor = 2;
}
@ -55,4 +55,4 @@ namespace Server.Mobiles
int version = reader.ReadInt();
}
}
}
}

View file

@ -55,4 +55,4 @@ namespace Server.Mobiles
int version = reader.ReadInt();
}
}
}
}

View file

@ -28,7 +28,7 @@ namespace Server.Mobiles
SetSkill( SkillName.HandToHand, 19.2, 31.0 );
Fame = 0;
Karma = 300;
Karma = 0;
VirtualArmor = 12;
}
@ -53,4 +53,4 @@ namespace Server.Mobiles
int version = reader.ReadInt();
}
}
}
}

View file

@ -30,7 +30,7 @@ namespace Server.Mobiles
SetSkill( SkillName.HandToHand, 40.1, 57.5 );
Fame = 0;
Karma = 600;
Karma = 0;
VirtualArmor = 28;
}
@ -56,4 +56,4 @@ namespace Server.Mobiles
int version = reader.ReadInt();
}
}
}
}

View file

@ -47,7 +47,7 @@ namespace Server.Mobiles
SetSkill( SkillName.HandToHand, 5.5 );
Fame = 0;
Karma = 300;
Karma = 0;
VirtualArmor = 10;
}
@ -124,4 +124,4 @@ namespace Server.Mobiles
}
}
}
}
}

View file

@ -29,7 +29,7 @@ namespace Server.Mobiles
SetSkill( SkillName.HandToHand, 5.0 );
Fame = 0;
Karma = 150;
Karma = 0;
VirtualArmor = 8;
}
@ -54,4 +54,4 @@ namespace Server.Mobiles
int version = reader.ReadInt();
}
}
}
}

View file

@ -27,7 +27,7 @@ namespace Server.Mobiles
SetSkill( SkillName.HandToHand, 5.0 );
Fame = 0;
Karma = 300;
Karma = 0;
VirtualArmor = 10;
}
@ -54,4 +54,4 @@ namespace Server.Mobiles
int version = reader.ReadInt();
}
}
}
}

View file

@ -27,7 +27,7 @@ namespace Server.Mobiles
SetSkill( SkillName.HandToHand, 5.0 );
Fame = 0;
Karma = 150;
Karma = 0;
VirtualArmor = 12;
}
@ -53,4 +53,4 @@ namespace Server.Mobiles
int version = reader.ReadInt();
}
}
}
}

View file

@ -60,7 +60,7 @@ namespace Server.Mobiles
SetSkill( SkillName.HandToHand, 5.0 );
Fame = 0;
Karma = 200;
Karma = 0;
VirtualArmor = 6;
}
@ -99,4 +99,4 @@ namespace Server.Mobiles
}
}
}
}
}