Сведения о странице
		На этой странице перечислены все виды боеприпасов для оружия, а также их характеристики и особенности
Список о совместимом оружии для каждого боеприпаса можно найти 
здесь 
	 
 
.rules__block {
	position: relative;
	display: flex;
	justify-content: space-between;
	text-align: left;
	background-color: #282831;
	border-radius: 0.3em;
	box-shadow: 0 4px 2px rgba(0, 0, 0, 0.3);
	transition: background 0.3s ease, box-shadow 0.3s ease;
}
.rules__block:hover {
	background: #2b2b35;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.rules__block li {
	margin-top: 12px;
}
.rules__container {
}
.rules__title {
	font-size: 1.3em;
}
.rules__content {
}
.rules__title--addition {
	font-size: 1em;
	display: flex;
	align-items: center;
}
.rules__container--addition {
	position: absolute;
	display: flex;
	flex-direction: column;
	max-height: 90%;
	top: 0;
	right: 0;
	width: min(35%, 300px);
	padding: 12px;
	border-radius: 0.3em;
	background: #34343f;
	border-left: 4px solid #434353;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	transition: background 0.3s ease;
}
.rules__content--addition {
	flex-grow: 1;
	overflow-y: auto;
	margin-top: 10px;
}
/* Адаптивные стили для мобильных устройств */
@media (max-width: 700px) {
	.rules__block {
		flex-direction: column;
		margin: 20px 0;
	}
	.rules__container--addition {
		position: static;
		display: block;
		box-sizing: border-box;
		width: 100%;
		border-left: none;
		box-shadow: none;
		margin-top: 20px;
	}
	.rules__container--addition:hover {
		background: #33333b;
	}
	.rules__block:hover {
		background: #27272e;
		box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15);
	}
	.mw-collapsible-toggle {
		position: static;
		top: 12px;
		right: 12px;
	}
}
 
Боеприпасы
Калибр .25
.modern-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.modern-title::before,
.modern-title::after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background-color: #9F2828;
}
.modern-title::before {
	margin-right: 10px;
}
.modern-title::after {
	margin-left: 10px;
}
.modern-title span {
	background-color: #9F2828;
	border-radius: 5px;
}
 
| Снаряд
 | 
Наносит
 | 
Итоговый урон
 | 
 Коробка патронов (.25 безгильзовые) Безгильзовый
 | 
- 19 Уколы
 
- Не оставляет гильз
  
 | 
19
 | 
 Коробка патронов (.25 безгильзовые учебные) Учебный
 | 
- 2 Ушибы
 
- Не оставляет гильз
  
 | 
2
 | 
Магазины
| Магазин
 | 
Оружие
 | 
БЗБоезапас
 | 
 Пистолетный магазин (.25 безгильзовые) Пистолетный магазин
 | 
 Кобра Пистолет суровых робастных агентов, с интегрированным глушителем. Использует патроны калибра .25 безгильзовый. Кобра 
 | 
10
 | 
 
 
 
 
Калибр .60
.modern-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.modern-title::before,
.modern-title::after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background-color: #9F2828;
}
.modern-title::before {
	margin-right: 10px;
}
.modern-title::after {
	margin-left: 10px;
}
.modern-title span {
	background-color: #9F2828;
	border-radius: 5px;
}
 
| Снаряд
 | 
Наносит
 | 
Итоговый урон
 | 
 Патрон (.60 крупнокалиберный) Крупнокалиберный
 | 
 | 
40
 | 
Магазины
.rules__block {
	position: relative;
	display: flex;
	justify-content: space-between;
	text-align: left;
	background-color: #282831;
	border-radius: 0.3em;
	box-shadow: 0 4px 2px rgba(0, 0, 0, 0.3);
	transition: background 0.3s ease, box-shadow 0.3s ease;
}
.rules__block:hover {
	background: #2b2b35;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.rules__block li {
	margin-top: 12px;
}
.rules__container {
}
.rules__title {
	font-size: 1.3em;
}
.rules__content {
}
.rules__title--addition {
	font-size: 1em;
	display: flex;
	align-items: center;
}
.rules__container--addition {
	position: absolute;
	display: flex;
	flex-direction: column;
	max-height: 90%;
	top: 0;
	right: 0;
	width: min(35%, 300px);
	padding: 12px;
	border-radius: 0.3em;
	background: #34343f;
	border-left: 4px solid #434353;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	transition: background 0.3s ease;
}
.rules__content--addition {
	flex-grow: 1;
	overflow-y: auto;
	margin-top: 10px;
}
/* Адаптивные стили для мобильных устройств */
@media (max-width: 700px) {
	.rules__block {
		flex-direction: column;
		margin: 20px 0;
	}
	.rules__container--addition {
		position: static;
		display: block;
		box-sizing: border-box;
		width: 100%;
		border-left: none;
		box-shadow: none;
		margin-top: 20px;
	}
	.rules__container--addition:hover {
		background: #33333b;
	}
	.rules__block:hover {
		background: #27272e;
		box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15);
	}
	.mw-collapsible-toggle {
		position: static;
		top: 12px;
		right: 12px;
	}
}
 
 
 
 
 
Калибр .10
.modern-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.modern-title::before,
.modern-title::after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background-color: #9F2828;
}
.modern-title::before {
	margin-right: 10px;
}
.modern-title::after {
	margin-left: 10px;
}
.modern-title span {
	background-color: #9F2828;
	border-radius: 5px;
}
 
| Снаряд
 | 
Наносит
 | 
Итоговый урон
 | 
 Патрон (.10 винтовочный) Винтовочный
 | 
 | 
5
 | 
Магазины
.rules__block {
	position: relative;
	display: flex;
	justify-content: space-between;
	text-align: left;
	background-color: #282831;
	border-radius: 0.3em;
	box-shadow: 0 4px 2px rgba(0, 0, 0, 0.3);
	transition: background 0.3s ease, box-shadow 0.3s ease;
}
.rules__block:hover {
	background: #2b2b35;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.rules__block li {
	margin-top: 12px;
}
.rules__container {
}
.rules__title {
	font-size: 1.3em;
}
.rules__content {
}
.rules__title--addition {
	font-size: 1em;
	display: flex;
	align-items: center;
}
.rules__container--addition {
	position: absolute;
	display: flex;
	flex-direction: column;
	max-height: 90%;
	top: 0;
	right: 0;
	width: min(35%, 300px);
	padding: 12px;
	border-radius: 0.3em;
	background: #34343f;
	border-left: 4px solid #434353;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	transition: background 0.3s ease;
}
.rules__content--addition {
	flex-grow: 1;
	overflow-y: auto;
	margin-top: 10px;
}
/* Адаптивные стили для мобильных устройств */
@media (max-width: 700px) {
	.rules__block {
		flex-direction: column;
		margin: 20px 0;
	}
	.rules__container--addition {
		position: static;
		display: block;
		box-sizing: border-box;
		width: 100%;
		border-left: none;
		box-shadow: none;
		margin-top: 20px;
	}
	.rules__container--addition:hover {
		background: #33333b;
	}
	.rules__block:hover {
		background: #27272e;
		box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15);
	}
	.mw-collapsible-toggle {
		position: static;
		top: 12px;
		right: 12px;
	}
}
 
 
 
 
 
Калибр .20
.modern-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.modern-title::before,
.modern-title::after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background-color: #9F2828;
}
.modern-title::before {
	margin-right: 10px;
}
.modern-title::after {
	margin-left: 10px;
}
.modern-title span {
	background-color: #9F2828;
	border-radius: 5px;
}
 
Магазины
| Магазин
 | 
Оружие
 | 
БЗБоезапас
 | 
Файл:MagazineRifle.pngМагазин (.20 винтовочные) Магазин
 | 
 М-90gl Карабин старой модели, выполненный по схеме булл-пап, с подствольным гранатомётом. Использует патроны калибра .20 винтовочный. М-90gl 
 | 
25
 | 
 
 
 
 
Калибр .30
.modern-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.modern-title::before,
.modern-title::after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background-color: #9F2828;
}
.modern-title::before {
	margin-right: 10px;
}
.modern-title::after {
	margin-left: 10px;
}
.modern-title span {
	background-color: #9F2828;
	border-radius: 5px;
}
 
Магазины
| Магазин
 | 
Оружие
 | 
БЗБоезапас
 | 
Файл:MagazineLightRifle.pngМагазин (.30 винтовочные) Магазин
 | 
 | 
30
 | 
 Короб патронов L6 SAW (.30 винтовочные) Короб патронов L6 SAW
 | 
 L6 SAW Весьма традиционный лёгкий пулемёт с удобной лакированной деревянной пистолетной рукоятью. Использует патроны калибра .30 винтовочный. L6 SAW 
 | 
100
 | 
 
 
 
 
Калибр .35
.modern-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.modern-title::before,
.modern-title::after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background-color: #9F2828;
}
.modern-title::before {
	margin-right: 10px;
}
.modern-title::after {
	margin-left: 10px;
}
.modern-title span {
	background-color: #9F2828;
	border-radius: 5px;
}
 
| Снаряд
 | 
Наносит
 | 
Итоговый урон
 | 
 Коробка патронов (.35 авто) Стандартный
 | 
 | 
16
 | 
 Коробка патронов (.35 авто зажигательные) Зажигательный
 | 
- 2 Ушибы
 
- 14 Термические
 
- Немного поджигает
  
 | 
16
 | 
 Коробка патронов (.35 авто урановые) Урановый
 | 
 | 
16
 | 
 Коробка патронов (.35 авто учебные) Учебный
 | 
 | 
2
 | 
 
Калибр .50
.modern-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.modern-title::before,
.modern-title::after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background-color: #9F2828;
}
.modern-title::before {
	margin-right: 10px;
}
.modern-title::after {
	margin-left: 10px;
}
.modern-title span {
	background-color: #9F2828;
	border-radius: 5px;
}
 
Магазины
| Магазин
 | 
Оружие
 | 
БЗБоезапас
 | 
 Барабан (.50 дробь) Барабан
 | 
 Бульдог Магазинный дробовик, предназначенный для ведения ближнего боя. Использует патроны калибра .50 ружейный. Бульдог 
 | 
8
 | 
 
 
 
 
Разрывные
.modern-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.modern-title::before,
.modern-title::after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background-color: #9F2828;
}
.modern-title::before {
	margin-right: 10px;
}
.modern-title::after {
	margin-left: 10px;
}
.modern-title span {
	background-color: #9F2828;
	border-radius: 5px;
}
 
| Снаряд
 | 
Наносит
 | 
Итоговый урон
 | 
 Выстрел ПГ-7ВЛ Выстрел для гранатомёта РПГ-7. Имеет форму трубы. Выстрел ПГ-7ВЛ
 | 
- 105 Ушибы
 
- 105 Уколы
 
- 105 Термические
 
- Радиус взрыва ~4 тайл.
  
 | 
315
 | 
 Осколочная граната Осколочная граната
 | 
- 25 Ушибы
 
- 25 Уколы
 
- 25 Термические
 
- Радиус взрыва ~6 тайл.
  
 | 
75
 | 
 Фугасная граната Фугасная граната
 | 
- 50 Ушибы
 
- 50 Уколы
 
- 50 Термические
 
- Радиус взрыва ~4 тайл.
  
 | 
150
 | 
 Светошумовая граната Светошумовая граната
 | 
 | 
-
 | 
 ЭМИ граната ЭМИ граната
 | 
 | 
-
 | 
Файл:CannonBall.pngПушечное ядро Пушечное ядро
 | 
- 27 Ушибы
 
- 27 Уколы
 
- 27 Термические
 
- Радиус взрыва 3 тайл.
  
 | 
81
 | 
Магазины
.rules__block {
	position: relative;
	display: flex;
	justify-content: space-between;
	text-align: left;
	background-color: #282831;
	border-radius: 0.3em;
	box-shadow: 0 4px 2px rgba(0, 0, 0, 0.3);
	transition: background 0.3s ease, box-shadow 0.3s ease;
}
.rules__block:hover {
	background: #2b2b35;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.rules__block li {
	margin-top: 12px;
}
.rules__container {
}
.rules__title {
	font-size: 1.3em;
}
.rules__content {
}
.rules__title--addition {
	font-size: 1em;
	display: flex;
	align-items: center;
}
.rules__container--addition {
	position: absolute;
	display: flex;
	flex-direction: column;
	max-height: 90%;
	top: 0;
	right: 0;
	width: min(35%, 300px);
	padding: 12px;
	border-radius: 0.3em;
	background: #34343f;
	border-left: 4px solid #434353;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	transition: background 0.3s ease;
}
.rules__content--addition {
	flex-grow: 1;
	overflow-y: auto;
	margin-top: 10px;
}
/* Адаптивные стили для мобильных устройств */
@media (max-width: 700px) {
	.rules__block {
		flex-direction: column;
		margin: 20px 0;
	}
	.rules__container--addition {
		position: static;
		display: block;
		box-sizing: border-box;
		width: 100%;
		border-left: none;
		box-shadow: none;
		margin-top: 20px;
	}
	.rules__container--addition:hover {
		background: #33333b;
	}
	.rules__block:hover {
		background: #27272e;
		box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15);
	}
	.mw-collapsible-toggle {
		position: static;
		top: 12px;
		right: 12px;
	}
}
 
 
 
 
 
Калибр .45
.modern-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.modern-title::before,
.modern-title::after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background-color: #9F2828;
}
.modern-title::before {
	margin-right: 10px;
}
.modern-title::after {
	margin-left: 10px;
}
.modern-title span {
	background-color: #9F2828;
	border-radius: 5px;
}
 
 
Другое
.modern-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.modern-title::before,
.modern-title::after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background-color: #9F2828;
}
.modern-title::before {
	margin-right: 10px;
}
.modern-title::after {
	margin-left: 10px;
}
.modern-title span {
	background-color: #9F2828;
	border-radius: 5px;
}
 
| Снаряд
 | 
Наносит
 | 
Итоговый урон
 | 
 Стрела Вы чувствуете в себе силу степей. Стрела
 | 
 | 
35
 | 
 Стрела из осколка стекла Любимый метательный снаряд серорубашечников. Стрела из осколка стекла
 | 
 | 
25
 | 
 
 
.grid-box {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
}
.grid-container {
	background: #6363630f;
	padding: 10px 15px;
	border-radius: 5px;
	transition: background 0.2s;
}
.grid-container:hover {
	background: #75737324;
}
.grid-item-1 {
	height: 290px;
}
.grid-item-2 {
	height: 100%;
}
.grid-item-3 {
	height: 1045px;
}
.weapons-cell {
	width: 100%;
	margin: 5px 0;
	box-sizing: border-box;
	text-align: left;
	background: #2c2c35;
	padding: 6px 10px;
	border-radius: 0.3em;
	border: 1px solid black;
	font-weight: bold;
	font-family:'Montserrat', sans-serif;
	transition: background 0.05s;
}
.weapons-cell:hover {
	background: #282833;
}
.wikitable {
	padding: 14px;
	border-radius: 0.8em;
	margin: 0 0 10px 0;
}
.headerSort {
	white-space: wrap;
}
@media (max-width: 1550px) {
	.grid-box {
		grid-template-columns:repeat(1, 1fr);
	}
	.grid-item-1, .grid-item-2, .grid-item-3  {
		height: 100%;
	}
	.grid-container {
		background: none;
		padding: 0;
		border-radius: 0;
	}
	.grid-container:hover {
		background: none;
	}
	.weapons-cell:hover {
		background: #2c2c35;
	}
	.slide__base--page {
		height: auto !important;
	}
	.slide__base--container {
		position: relative !important;
	}
	.modern-title {
		margin: 1.25em 0 0.5em 0 !important;
	}
}
/* Для работы шаблона SlideMenu с таблицами */
.slide__base--page {
	position: relative;
	height: 60px;
}
.slide__base--container {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 100;
	text-wrap: pretty;
	background: #292933;
	box-shadow: 0px 2px 0 0 0.5em 0px rgba(0, 0, 0, 0.5);
	transition: background 0.2s;
	margin: 0;
	text-align: left;
	padding: clamp(0.5em, 2vw, 0.8em);
	border: 4px solid #414557;
	border-radius: 0.3em;
}
.slide__base--title {
	display: inline-block;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	color: lightgrey;
	font-size: 1.1em;
}
.slide__base--content {
	margin: 10px 0 5px 0;
}
.slide__base--content .wikitable {
	margin: 0;
	padding: 8px !important;
	border-radius: 0.5em !important;
}