% FAMILY HISTORY FILE

%  The "V" of a family gear tells how many "Jobs" it contributes to the
%  PC's creation. Each job should be indicated in the family desc as a #.
%  It will be replaced with the job name at runtime.

% The family context is applied first, so even if no changes are intended
% it includes a "blank" personal context.

Family 1
% desc <Your father was a %job1% and your mother was a %job2%.>
desc <あなたの父親は%job1%で、母親は%job2%だった。>
requires <GENERAL>
context <+B-- +G-->
inv
	Chara
	PCMentor
	PCFamily
	role <FATHER>
	chardesc male
	Renown 50
	Quest <*EGG_Primary>
	Age 25

	Chara
	PCMentor
	PCFamily
	role <MOTHER>
	chardesc female
	Renown 50
	Quest <*EGG_Secondary>
	Age 25
end

Family 1
% desc <Your mother was a %job1% and your father was a %job2%.>
desc <あなたの母親は%job1%で、父親は%job2%だった。>
requires <GENERAL>
context <+B-- +G-->
inv
	Chara
	PCMentor
	PCFamily
	role <MOTHER>
	chardesc female
	Renown 50
	Quest <*EGG_Primary>
	Age 25

	Chara
	PCMentor
	PCFamily
	role <FATHER>
	chardesc male
	Renown 50
	Quest <*EGG_Secondary>
	Age 25
end


Family 1
% desc <You were raised by your mother, who was a famous %job1%.>
desc <あなたは、有名な%job1%だった母親に育てられた。>
requires <GENERAL>
context <+B-- +G-->
inv
	Chara
	PCMentor
	PCFamily
	role <MOTHER>
	chardesc female
	Renown 50
	Quest <*EGG_Primary>
	Age 25
end

Family 1
% desc <You were raised by your father, who was a famous %job1%.>
desc <あなたは、有名な%job1%だった父親に育てられた。>
requires <GENERAL>
context <+B-- +G-->
inv
	Chara
	PCMentor
	PCFamily
	role <FATHER>
	chardesc male
	Renown 50
	Quest <*EGG_Primary>
	Age 25
end

Family 0
% desc <You never knew your parents, and were raised in an orphanage.>
desc <あなたは両親に会ったことがなく、孤児院で育った。>
requires <GENERAL>
context <+Bor +G-->

Family 0
% desc <Your parents were too poor to care for you, so they put you up for adoption.>
desc <両親は貧しすぎてあなたを育てられなかった。あなたは養子に出されていた。>
requires <POOR>
context <+Bor +G-->

Family 0
% desc <Your parents died when you were very young.>
desc <両親は、あなたがまだ幼いときに亡くなった。>
requires <GENERAL>
context <+Bpd +G-->

Family 0
% desc <Your parents died in the disaster.>
desc <あなたの両親は大災害で亡くなった。>
requires <DISASTER>
context <+Bpd +G-->

