#W# Removed Karma loss for animals. Added a few town guards to Brit.
This commit is contained in:
parent
ed0ef8e04d
commit
413d656ced
11 changed files with 40 additions and 20 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,4 +55,4 @@ namespace Server.Mobiles
|
|||
int version = reader.ReadInt();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue