(set: $history to "Spacer")
Name: $fname $lname
Pronouns: $pronounOne/$pronounTwo
History: $history
[[Psychological Profile]](set: $history to "Colonist")
Name: $fname $lname
Pronouns: $pronounOne/$pronounTwo
History: $history
[[Psychological Profile]](set: $history to "Earthborn")
Name: $fname $lname
Pronouns: $pronounOne/$pronounTwo
History: $history
[[Psychological Profile]][[Sole Survivor]] During your service, a mission you were on went horribly wrong. Traped in an extreme survival sutuation, you had to overcome physical torments and psychological stresses that would have broken most people. You survived while all those around you fell, and now you alone are left to tell the tale.
[[War Hero]] Early in your military career you found yourself facing an overwhelming enemy force. You risked your own life to save fellow soldiers and defeated the enemy despite the impossible odds. Your bravery and heroism have earned you medals and recongnition from the Alliance fleet.
[[Ruthless]] Throughout your military career, you have held fast to one basic rule: get the job done. You've been called cold, calculating, and brutal. Your reputatuon for ruthless efficiency makes your fellow soldiers wary of you. But when failure is not an option, the military always goes to you first.[[Spacer]] Both your parents were in the Alliance military. Your childhood was spent on ships and stations as they trasferred from posting to posting, never staying in one location for more than a few years. Following in your parent's footsteps, you enlisted at the age of eighteen.
[[Colonist]] You were born and raised on Mindoir, a small border colony in the Attican Traverse. When you were sixteen slavers raided Mindoir, slaughtering your family and friends. You were sabed by a passing Alliance patrol, and you enlisted with the military a few years later.
[[Earthborn]] You were an orphan raised on the streets of the great megatropolises covering earth. You escaped the life of petty crime and underworld gangs by enlisting with the Alliance military when you turned eighteen.(set: $psych to "Sole Survivor")
Name: $fname $lname
Pronouns: $pronounOne/$pronounTwo
Pre-Service History: $history
Psychological Profile: $psych
[[Accept]]
[[Start Over]](set: $psych to "War Hero")
Name: $fname $lname
Pronouns: $pronounOne/$pronounTwo
Pre-Service History: $history
Psychological Profile: $psych
[[Accept]]
[[Start Over]](set: $psych to "Ruthless")
Name: $fname $lname
Pronouns: $pronounOne/$pronounTwo
Pre-Service History: $history
Psychological Profile: $psych
[[Accept]]
[[Start Over]][[start]]Ambassador Udina: Well, what about $lname? (if: $history is "Spacer")[$pronounOne's a spacer. Lived aboard starships most of $pronounTwo life.](if: $history is "Colonist")[$pronounOne grew up in the colonies.](if: $history is "Earthborn")[Earthborn... but no record of $pronounTwo family]
Captain Anderson: (if: $history is "Spacer")[Military service runs in the family. Both $pronounTwo parents were in the navy.](if: $history is "Colonist")[$pronounOne knows how tough life can be out there. $pronounTwo parents were killed when slavers attacked Mindoir.](if: $history is "Earthborn")[Doesn't have one. $pronounOne was raised on the streets. Learned to look out for $pronounTwo-self.]
Admiral Hacket: (if: $psych is "Sole Survivor")[$pronounOne saw $pronounTwo whole unit die on Akuze. $pronounOne could have some serious emotional scars.](if: $psych is "War Hero")[$pronounOne proved himself during the Blitz. Held off enemy forces on the ground until reinforcements arrived.](if: $psych is "Ruthless")[$pronounOne got most of $pronounTwo unit killed on Torfan.]
Captain Anderson: (if: $psych is "Sole Survivor")[Every soldier has scars. $lname's a survivor.](if: $psych is "War Hero")[$pronounOne's the only reason Elysium is still standing.](if: $psych is "Ruthless")[$pronounOne gets the job done. No matter what the cost.]
Ambassador Udina: (if: $psych is "War Hero")[We can't question $pronounTwo courage.](else:)[Is that the kind of person we want protecting the galaxy?]
Captain Anderson: (if: $psych is "War Hero")[Humanity needs a hero. And $lname's the best we've got.](else:)[That's the only kind of person who can protect the galaxy.]
Ambassador Udina: I'll make the call.(set: $pronounOne to (prompt: "What is your first pronoun?", "he"))
(set: $pronounTwo to (prompt: "What is your second pronoun?", "him"))
(set: $fname to (prompt: "What is your first name?", "John"))
(set: $lname to (prompt: "What is your last name?", "Shepard"))
Name: $fname $lname
Pronouns: $pronounOne/$pronounTwo
[[Pre-service History]]
<script>
function EmbedTwineUpdateHeight(){
var passage = document.getElementsByTagName("tw-passage")[0];
if (passage === undefined){//SugarCube
passage = document.getElementById("passages");
}
var newHeight = passage.offsetHeight;
if(newHeight<500){newHeight=500;}
window.parent.postMessage(["setHeight", newHeight], "*");
console.log(newHeight);
}
setTimeout(EmbedTwineUpdateHeight, 50);
</script>