Formatting #2 (#59)

This commit is contained in:
Kamron Batman 2019-10-05 00:37:03 -07:00 committed by GitHub
parent 096d39609e
commit 8e9221bb5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
400 changed files with 3688 additions and 5969 deletions

View file

@ -20,7 +20,6 @@ namespace Server.Items
RequiredSkill = 72;
LockLevel = RequiredSkill - Utility.Random(1, 10);
MaxLockLevel = RequiredSkill + Utility.Random(1, 10);
;
// According to OSI, loot in level 2 chest is:
// Gold 80 - 150
@ -122,12 +121,12 @@ namespace Server.Items
break;
case 6: // Keg
ItemID = UseFirstItemId ? 0xe7f : 0xe7f;
ItemID = 0xe7f;
GumpID = 0x3e;
break;
case 7: // Barrel
ItemID = UseFirstItemId ? 0xe77 : 0xe77;
ItemID = 0xe77;
GumpID = 0x3e;
break;
}
@ -145,4 +144,4 @@ namespace Server.Items
int version = reader.ReadInt();
}
}
}
}

View file

@ -20,7 +20,6 @@ namespace Server.Items
RequiredSkill = 84;
LockLevel = RequiredSkill - Utility.Random(1, 10);
MaxLockLevel = RequiredSkill + Utility.Random(1, 10);
;
// According to OSI, loot in level 3 chest is:
// Gold 250 - 350
@ -158,4 +157,4 @@ namespace Server.Items
int version = reader.ReadInt();
}
}
}
}

View file

@ -20,7 +20,6 @@ namespace Server.Items
RequiredSkill = 92;
LockLevel = RequiredSkill - Utility.Random(1, 10);
MaxLockLevel = RequiredSkill + Utility.Random(1, 10);
;
// According to OSI, loot in level 4 chest is:
// Gold 500 - 900
@ -167,4 +166,4 @@ namespace Server.Items
int version = reader.ReadInt();
}
}
}
}