Exemplo n.º 1
0
	def rubber_bullet(self):
		'''
		Патрон с резиновой пулей.
		:return: int
		'''
		return int(
			(Weapon.special_carbine(self) * 250) + (Weapon.guns(self) * 48))
Exemplo n.º 2
0
	def special_carbine_catridges(self):
		'''
		18,5 мм патроны к специальным карабинам.
		:return: int
		'''
		return int(Weapon.special_carbine(self) * 16)