%  ******************************************
%  ***  DEFAULT  ROBOT  BODY  FORM  LIST  ***
%  ******************************************
%
%  STATS  REF BOD SPD PER CFT EGO KNO CHA
%
% These stats represent the basic scores that this robot type
% can have- on a good skill roll bonuses will be applied. If
% CHARM is greater than 1 the robot will be sentient and
% cannot be built by a character with a robotics skill lower
% than 11.
%
% Don't include skills or armor ratings with the robot bodies,
% but do include a power source in the body.
%

Arch Humanoid (Sentient)
	name <Humanoid (Sentient)>
	name_I18N <人型(意識有り)>
statline 9 9 9 9 10 9 9 10
% desc <A humanoid robot.>
desc <人型ロボット。>
sdl_sprite <monster_robot.png>
sdl_portrait <por_x_androbot.png>
Metal
Sealed
sub
	head
		name_I18N <頭>
	torso
		name_I18N <胴>
		sub
			PowerSource 10
			Name_I18N <C10電源>
		end
	arm
		name <Right Arm>
		name_I18N <右腕>
		sub
			Hand
			name <Right Hand>
			name_I18N <右手>
		end
	arm
		name <Left Arm>
		name_I18N <左腕>
		sub
			Hand
			name <Left Hand>
			name_I18N <左手>
		end
	leg
	name <Right Leg>
	name_I18N <右脚>
	leg
	name <Left Leg>
	name_I18N <左脚>
end

ARCH Arachnoid
	name <Arachnoid>
	name_I18N <Arachnoid>
SDL_SPRITE <monster_drone.png>
SDL_COLORS <72 104 136 150 150 150 220 0 0>
statline 5 5 5 5 5 1 1 1
metal
Sealed
sub
	torso
		name_I18N <胴>
		sub
			mount
			Name_I18N <砲架>
			PowerSource 5
			Name_I18N <C5電源>
		end
	leg
		name_I18N <脚>
	leg
		name_I18N <脚>
	leg
		name_I18N <脚>
	leg
		name_I18N <脚>
end


Arch Ball
	name <Ball>
	name_I18N <ボール>
statline 1 1 1 1 1 1 1 1
desc <>
sdl_sprite <>
sdl_portrait <>
Metal
Sealed
sub
	torso
		name_I18N <胴>
	sub
		mount
		Name_I18N <砲架>
		PowerSource 4
		Name_I18N <C4電源>
		Tracks 8
		Name_I18N <C8無限軌道>
	end
end

Arch Androbot
	name <Androbot>
	name_I18N <Androbot>
statline 8 10 8 9 8 8 8 1
% desc <A large humanoid robot.>
desc <大型人型ロボット。>
sdl_sprite <monster_androbot.png>
sdl_portrait <por_x_androbot.png>
Metal
Sealed
sub
	head
		name_I18N <頭>
	torso
		name_I18N <胴>
		sub
			PowerSource 10
			Name_I18N <C10電源>
		end
	arm
		name_I18N <腕>
		sub
			Hand
			name_I18N <手>
		end
	arm
		name_I18N <腕>
		sub
			Hand
			name_I18N <手>
		end
	leg
		name_I18N <脚>
	leg
		name_I18N <脚>
end

