%%
%%  Exotic items are difficult to find. They're strange, different...
%%  not necessarily better than normal items, but possibly better for
%%  certain characters. Exotic weapons will often use unusual stats.
%%

%  ************************
%  ***  MELEE  WEAPONS  ***
%  ************************

	Melee 8
	name <Skull Cane>
	name_I18N <ドクロの杖>
	% desc <A black cane topped by a silver skull.>
	desc <天辺に銀のドクロが付いた黒い杖。>
	factions <GENERAL>
	category <EXOTIC>
	legality -5
	mass -4
	UsesEgo
	Acc 1
	Speed 3
	sub
		BeamGun 6
		Name <Laser Eyes>
		Name_I18N <レーザーアイ>
		% desc <The ruby eyes of the cane are capable of unleashing a powerful laser blast.>
		desc <杖についたルビーの目は強力なレーザーブラストを解き放つ事ができる。>
		Range 5
		Mass -5
		Acc 1
		Speed 3
		UsesEgo
		Integral
		inv
			PowerSource 2
			name <Skull Cell 50>
			name_I18N <50型スカル・セル>
			mass -2
		end
	end

	Melee 12
	name <Steel Fan>
	name_I18N <鉄扇>
	% desc <An elegant fan with a sharpened edge. When thrown it opens into a disc.>
	desc <鋭い端を持つ上品な扇。投げると円盤状に開く。>
	mass -10
	Speed 5
	factions <GENERAL>
	category <EXOTIC>
	legality -5
	type <ARMORPIERCING THROWN RETURN>
	UsesCharm

	Melee 7
	name <Steel Sash>
	name_I18N <鉄の帯>
	mass -6
	Speed 4
	factions <GENERAL>
	category <EXOTIC>
	legality -10
	type <EXTEND FLAIL ARMORPIERCING>
	UsesCharm

	Melee 9
	Name <Gunsword>
	Name_I18N <ガン・ソード>
	% desc <A longsword with a pistol integrated into the blade.>
	desc <刃先にピストルが埋め込まれた長剣。>
	category <EXOTIC>
	factions <GENERAL>
	SDL_PORTRAIT <item_gunsword.png>
	legality -5
	Acc 1
	Speed 4
	Mass -5
	sub
		Gun 8
		Name <Revolver>
		Name_I18N <リボルバー>
		Mass -6
		Range 5
		speed 3
		caliber <.32 revolver>
		Integral
		Magazine 9
		sub
			Ammo 8
			name <Gunsword Cylinder>
			name_I18N <ガン・ソード用シリンダー>
			% desc <A departure from the traditional cartridge, this clip comes in the form of a cylinder with the bullets preloaded.>
			desc <従来の弾倉と異なり、この弾倉は弾丸が前もって装填されている円筒型をしている。>
			caliber <.32 revolver>
			SDL_PORTRAIT <item_ammo_cylinder.png>
		end
	end


%  ****************************
%  ***  BALLISTIC  WEAPONS  ***
%  ****************************

	Gun 10
	name <Magna Crossbow>
	name_I18N <マグナ・クロスボウ>
	desig <CT-72>
	% desc <This high tech crossbow uses a magnetic accelerator to launch pencil-thin bolts.>
	desc <このハイテククロスボウは、鉛筆程度の太さのクロスボウボルトを装填する為に、磁気アクセラレータを使っている。>
	sdl_portrait <>
	category <EXOTIC>
	factions <GENERAL>
	caliber <20cm bolt>
	Mass -5
	Range 8
	Acc 1
	Speed 3
	magazine 20
	sub
		Ammo 10
		name <Magna Crossbow Clip>
		Name_I18N <マグナ・クロスボウ弾倉>
		caliber <20cm bolt>
		SDL_PORTRAIT <>
	end

