Fayth

E+ Profile backstory dump

Nov 7th, 2017
3,381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.58 KB | None | 0 0
  1. *setHistory1
  2. if ( ohanasi1 == 0 ) {
  3. s = lang("内緒", "Secret")
  4. }
  5. if ( ohanasi1 == 1 ) {
  6. s = lang("生まれつき天涯孤独だった。", "You had no family.")
  7. }
  8. if ( ohanasi1 == 2 ) {
  9. s = lang("特に不自由なく育った。", "You grew up without any inconveniences.")
  10. }
  11. if ( ohanasi1 == 3 ) {
  12. s = lang("実験で人工的に生み出された。", "You were artificially created through an experiment.")
  13. }
  14. if ( ohanasi1 == 4 ) {
  15. s = lang("施設で実験体にされていた。", "You were used for human experimentation.")
  16. }
  17. if ( ohanasi1 == 5 ) {
  18. s = lang("記憶喪失で昔のことを思い出せない。", "You have amnesia.")
  19. }
  20. if ( ohanasi1 == 6 ) {
  21. s = lang("早くに両親と死別した。", "You lost your parents early.")
  22. }
  23. if ( ohanasi1 == 7 ) {
  24. s = lang("平穏な日々を過ごしていた。", "You spent your days in peace.")
  25. }
  26. if ( ohanasi1 == 8 ) {
  27. s = lang("子供の頃から虐待されていた。", "You've been abused since childhood.")
  28. }
  29. if ( ohanasi1 == 9 ) {
  30. s = lang("自分の出生を隠している。", "Your birth was kept secret.")
  31. }
  32. if ( ohanasi1 == 10 ) {
  33. s = lang("忠実な使用人だった。", "You were a faithful servant.")
  34. }
  35. if ( ohanasi1 == 11 ) {
  36. s = lang("異種族に育てられた。", "You were raised by a different race.")
  37. }
  38. if ( ohanasi1 == 12 ) {
  39. s = lang("奴隷だった過去を持つ。", "You were a slave.")
  40. }
  41. if ( ohanasi1 == 13 ) {
  42. s = lang("貧しいながらも逞しく育った。", "You were poor but grew up well.")
  43. }
  44. if ( ohanasi1 == 14 ) {
  45. s = lang("普通の家庭で普通に育った。", "You had a normal life.")
  46. }
  47. if ( ohanasi1 == 15 ) {
  48. s = lang("王族の一員だった。", "You were a member of a royal family.")
  49. }
  50. if ( ohanasi1 == 16 ) {
  51. s = lang("皆から愛されて育った。", "You were loved by everyone.")
  52. }
  53. if ( ohanasi1 == 17 ) {
  54. s = lang("長い間、病で床に臥せていた。", "You were bedridden with a disease for a long time.")
  55. }
  56. if ( ohanasi1 == 18 ) {
  57. s = lang("わけあって永い眠りについていた。", "For some reason, you were asleep for a long time.")
  58. }
  59. if ( ohanasi1 == 19 ) {
  60. s = lang("実は未来の世界からやってきた。", "You actually come from the future.")
  61. }
  62. if ( ohanasi1 == 20 ) {
  63. s = lang("長い間、囚われの身だった。", "You were a prisoner for a long time.")
  64. }
  65. if ( ohanasi1 == 21 ) {
  66. s = lang("極悪人だった過去を持つ。", "You were a criminal.")
  67. }
  68. if ( ohanasi1 == 22 ) {
  69. s = lang("色々あって自分の故郷を滅ぼした。", "For some reason, you destroyed your hometown.")
  70. }
  71. if ( ohanasi1 == 23 ) {
  72. s = lang("故郷を戦争で失った。", "You lost your hometown in a war.")
  73. }
  74. if ( ohanasi1 == 24 ) {
  75. s = lang("地方の領主だった。", "You were a local lord.")
  76. }
  77. if ( ohanasi1 == 25 ) {
  78. s = lang("力のある神族だった。", "You were a powerful god.")
  79. }
  80. if ( ohanasi1 == 26 ) {
  81. s = lang("忌み子とされ捨てられた。", "You were detested and abandoned as a child.")
  82. }
  83. if ( ohanasi1 == 27 ) {
  84. s = lang("代々冒険者の家系。", "You come from a family of adventurers.")
  85. }
  86. if ( ohanasi1 == 28 ) {
  87. s = lang("由緒正しい騎士の家系。", "You come from a family of noble knights.")
  88. }
  89. if ( ohanasi1 == 29 ) {
  90. s = lang("高名な魔法使いの家系。", "You come from a prodigious family of mages.")
  91. }
  92. if ( ohanasi1 == 30 ) {
  93. s = lang("賊に拾われ育てられた。", "You were found and raised by thieves.")
  94. }
  95. if ( ohanasi1 == 31 ) {
  96. s = lang("落ちぶれた武士の家系。", "Your family were impoverished warriors.")
  97. }
  98. if ( ohanasi1 == 32 ) {
  99. s = lang("跡継ぎとして厳しく育てられた。", "You were raised as your family's heir.")
  100. }
  101. return s
  102. *setHistory2
  103. if ( ohanasi2 == 1 ) {
  104. s = lang("自分を見つめ直すため旅に出る。", "You left on adventure to find yourself.")
  105. }
  106. if ( ohanasi2 == 2 ) {
  107. s = lang("なんとなく軽い気持ちで旅に出る。", "You left on adventure lightheartedly.")
  108. }
  109. if ( ohanasi2 == 3 ) {
  110. s = lang("大事な約束を果たすため冒険に出る。", "You left on adventure to fulfill an important promise.")
  111. }
  112. if ( ohanasi2 == 4 ) {
  113. s = lang("環境が気に入らず冒険者になる。", "You left on adventure to better your situation.")
  114. }
  115. if ( ohanasi2 == 5 ) {
  116. s = lang("刺激を求めて冒険に出る。", "You left on adventure for the excitement.")
  117. }
  118. if ( ohanasi2 == 6 ) {
  119. s = lang("行方不明者を探して旅に出る。", "You left on adventure to find a missing person.")
  120. }
  121. if ( ohanasi2 == 7 ) {
  122. s = lang("ロマンを求めて冒険に出る。", "You left on adventure to find romance.")
  123. }
  124. if ( ohanasi2 == 8 ) {
  125. s = lang("生活が苦しくなり出稼ぎに出る。", "You left on adventure to find better work.")
  126. }
  127. if ( ohanasi2 == 9 ) {
  128. s = lang("強くなるため修行の旅に出る。", "You left on adventure to become stronger.")
  129. }
  130. if ( ohanasi2 == 10 ) {
  131. s = lang("命令されて諸国を巡ることになる。", "You left on adventure to travel the world.")
  132. }
  133. if ( ohanasi2 == 11 ) {
  134. s = lang("失恋を忘れるため旅に出る。", "You left on adventure to distract yourself from your broken heart.")
  135. }
  136. if ( ohanasi2 == 12 ) {
  137. s = lang("世界平和のため旅に出る。", "You left on adventure to work towards world peace.")
  138. }
  139. if ( ohanasi2 == 13 ) {
  140. s = lang("世界征服のため旅に出る。", "You left on adventure to work towards global domination.")
  141. }
  142. if ( ohanasi2 == 14 ) {
  143. s = lang("運命に導かれて冒険に出る。", "You left on adventure because it was your destiny.")
  144. }
  145. if ( ohanasi2 == 15 ) {
  146. s = lang("命を狙われて逃亡する。", "You left on adventure because you feared for your life.")
  147. }
  148. if ( ohanasi2 == 16 ) {
  149. s = lang("神の啓示を受けて旅に出る。", "You left on adventure due to a revelation from god.")
  150. }
  151. if ( ohanasi2 == 17 ) {
  152. s = lang("罪を犯して故郷を追われる。", "You left on adventure after becoming a criminal.")
  153. }
  154. if ( ohanasi2 == 18 ) {
  155. s = lang("冒険者に憧れ自分も冒険者になる。", "You left on adventure because you admired adventurers.")
  156. }
  157. if ( ohanasi2 == 19 ) {
  158. s = lang("ある日、この世界に召喚される。", "One day you were summoned to this world.")
  159. }
  160. if ( ohanasi2 == 20 ) {
  161. s = lang("儲かると聞いて冒険者になる。", "You left on adventure to become rich.")
  162. }
  163. if ( ohanasi2 == 21 ) {
  164. s = lang("陰謀に巻き込まれ追放される。", "You left on adventure because of your involvement in a conspiracy.")
  165. }
  166. if ( ohanasi2 == 22 ) {
  167. s = lang("過去から逃げるように旅に出る。", "You left on adventure to flee from your past.")
  168. }
  169. if ( ohanasi2 == 23 ) {
  170. s = lang("大切なものを守るため冒険に出る。", "You left on adventure to protect something precious.")
  171. }
  172. if ( ohanasi2 == 24 ) {
  173. s = lang("名声を求めて冒険者になる。", "You left on adventure to seek fame.")
  174. }
  175. if ( ohanasi2 == 25 ) {
  176. s = lang("犯した罪を償う旅に出る。", "You left on adventure in search of atonement.")
  177. }
  178. if ( ohanasi2 == 26 ) {
  179. s = lang("寝ている間に船に積み込まれる。", "You were loaded onto the Queen Sedona while you slept.")
  180. }
  181. if ( ohanasi2 == 27 ) {
  182. s = lang("まだ見ぬ宝を探して冒険に出る。", "You left on adventure to seek undiscovered treasures.")
  183. }
  184. if ( ohanasi2 == 28 ) {
  185. s = lang("古代文明の謎を追い求め旅に出る。", "You left on adventure to pursue the mysteries of an ancient civilization.")
  186. }
  187. if ( ohanasi2 == 29 ) {
  188. s = lang("なぜ旅しているのかも思い出せない。", "You can not remember the reason of your travel.")
  189. }
  190. return s
  191. *setHistory3
  192. if ( ohanasi3 == 1 ) {
  193. s = lang("温厚で慈悲深いが、", "Though you are gentle and merciful,")
  194. }
  195. if ( ohanasi3 == 2 ) {
  196. s = lang("天才的な頭脳を持つが、", "Though you are a genius,")
  197. }
  198. if ( ohanasi3 == 3 ) {
  199. s = lang("誰にでも友好的だが、", "Though you are friends with everyone,")
  200. }
  201. if ( ohanasi3 == 4 ) {
  202. s = lang("礼儀正しく几帳面だが、", "Though you are always polite,")
  203. }
  204. if ( ohanasi3 == 5 ) {
  205. s = lang("様々な知識を持っているが、", "Though you know many things,")
  206. }
  207. if ( ohanasi3 == 6 ) {
  208. s = lang("鋭い観察眼を持つが、", "Though you have a keen eye,")
  209. }
  210. if ( ohanasi3 == 7 ) {
  211. s = lang("冷静沈着で判断力もあるが、", "Though you are calm and collected,")
  212. }
  213. if ( ohanasi3 == 8 ) {
  214. s = lang("陽気でムードメーカーだが、", "Though you're the life of the party,")
  215. }
  216. if ( ohanasi3 == 9 ) {
  217. s = lang("基本的に平凡だが、", "Though you are ordinary,")
  218. }
  219. if ( ohanasi3 == 10 ) {
  220. s = lang("強い向上心と挑戦心を持つが、", "Though you are bold and daring,")
  221. }
  222. if ( ohanasi3 == 11 ) {
  223. s = lang("どんな時もあきらめないが、", "Though you never give up,")
  224. }
  225. if ( ohanasi3 == 12 ) {
  226. s = lang("真面目で自分に厳しいが、", "Though you are always strict with yourself,")
  227. }
  228. if ( ohanasi3 == 13 ) {
  229. s = lang("根がまっすぐで熱い性格だが、", "Though you are passionate,")
  230. }
  231. return s
  232. *setHistory4
  233. if ( ohanasi4 == 1 ) {
  234. s = lang("熱中すると周りが見えなくなる。", "you drain the enthusiasm from those around you.")
  235. }
  236. if ( ohanasi4 == 2 ) {
  237. s = lang("好意に対して鈍感。", "you are insensitive the other's goodwill.")
  238. }
  239. if ( ohanasi4 == 3 ) {
  240. s = lang("ひどい妄想癖がある。", "you often get caught up in your own delusions.")
  241. }
  242. if ( ohanasi4 == 4 ) {
  243. s = lang("他人を見下している。", "you look down on others.")
  244. }
  245. if ( ohanasi4 == 5 ) {
  246. s = lang("莫大な借金がある。", "you are in enormous debt.")
  247. }
  248. if ( ohanasi4 == 6 ) {
  249. s = lang("服のセンスがおかしい。", "you have a strange sense of fashion.")
  250. }
  251. if ( ohanasi4 == 7 ) {
  252. s = lang("体臭を気にしている。", "your body odor is worrisome.")
  253. }
  254. if ( ohanasi4 == 8 ) {
  255. s = lang("刃物を持つと性格が変わる。", "your personality changes when you hold a knife.")
  256. }
  257. if ( ohanasi4 == 9 ) {
  258. s = lang("大きなトラウマを持つ。", "you've experienced major trauma.")
  259. }
  260. if ( ohanasi4 == 10 ) {
  261. s = lang("他人を信用していない。", "you do not trust others.")
  262. }
  263. if ( ohanasi4 == 11 ) {
  264. s = lang("恐ろしく卑屈。", "you are surprisingly servile.")
  265. }
  266. if ( ohanasi4 == 12 ) {
  267. s = lang("奇病を患っている。", "you suffer from a rare disease.")
  268. }
  269. if ( ohanasi4 == 13 ) {
  270. s = lang("興味のない相手に冷たい。", "you are cold to those who do not interest you.")
  271. }
  272. if ( ohanasi4 == 14 ) {
  273. s = lang("金銭感覚がおかしい。", "you make poor financial decisions.")
  274. }
  275. if ( ohanasi4 == 15 ) {
  276. s = lang("人付き合いが苦手。", "you are not good at socializing.")
  277. }
  278. if ( ohanasi4 == 16 ) {
  279. s = lang("すぐに調子に乗る。", "you easily get carried away.")
  280. }
  281. if ( ohanasi4 == 17 ) {
  282. s = lang("味覚がおかしい。", "your sense of taste is odd.")
  283. }
  284. if ( ohanasi4 == 18 ) {
  285. s = lang("私生活はだらしない。", "you are undisciplined in your private life.")
  286. }
  287. if ( ohanasi4 == 19 ) {
  288. s = lang("ドジなところがある。", "you make lots of mistakes.")
  289. }
  290. if ( ohanasi4 == 20 ) {
  291. s = lang("肝心なところで失敗する。", "you fail at basic things.")
  292. }
  293. if ( ohanasi4 == 21 ) {
  294. s = lang("私生活はだらしない。", "you are undisciplined in your private life.")
  295. }
  296. if ( ohanasi4 == 22 ) {
  297. s = lang("酒癖が悪い。", "you act terribly when drunk.")
  298. }
  299. if ( ohanasi4 == 23 ) {
  300. s = lang("自分のことが嫌い。", "you hate yourself.")
  301. }
  302. if ( ohanasi4 == 24 ) {
  303. s = lang("自分に自信が無い。", "you have no confidence in yourself.")
  304. }
  305. if ( ohanasi4 == 25 ) {
  306. s = lang("実はとてつもない変態。", "you're actually a gigantic pervert.")
  307. }
  308. if ( ohanasi4 == 26 ) {
  309. s = lang("方向音痴ですぐ迷子になる。", "you have no sense of direction.")
  310. }
  311. if ( ohanasi4 == 27 ) {
  312. s = lang("お金に目がない。", "you are in love with money.")
  313. }
  314. if ( ohanasi4 == 28 ) {
  315. s = lang("自意識過剰。", "you are self-conscious.")
  316. }
  317. if ( ohanasi4 == 29 ) {
  318. s = lang("ギャグセンスが皆無。", "your jokes are terrible.")
  319. }
  320. if ( ohanasi4 == 30 ) {
  321. s = lang("意地汚いところがある。", "you are greedy.")
  322. }
  323. if ( ohanasi4 == 31 ) {
  324. s = lang("絵が壊滅的に下手。", "you can't draw whatsoever.")
  325. }
  326. if ( ohanasi4 == 32 ) {
  327. s = lang("勘違いが激しい。", "you tend to misunderstand people.")
  328. }
  329. if ( ohanasi4 == 33 ) {
  330. s = lang("ろくな友人がいない。", "you don't really have any friends.")
  331. }
  332. if ( ohanasi4 == 34 ) {
  333. s = lang("勘違いが激しい。", "you tend to misunderstand people.")
  334. }
  335. if ( ohanasi4 == 35 ) {
  336. s = lang("考えていることが顔に出やすい。", "your emotions are easy to read.")
  337. }
  338. if ( ohanasi4 == 36 ) {
  339. s = lang("周囲からよく誤解される。", "you often misunderstand situations.")
  340. }
  341. if ( ohanasi4 == 37 ) {
  342. s = lang("虫が苦手。", "you can't handle insects.")
  343. }
  344. if ( ohanasi4 == 38 ) {
  345. s = lang("存在感が薄い。", "you don't have much of a presence.")
  346. }
  347. if ( ohanasi4 == 39 ) {
  348. s = lang("極めてプライドが高い。", "you're very prideful.")
  349. }
  350. if ( ohanasi4 == 40 ) {
  351. s = lang("いかがわしいことが大好き。", "you love shady things.")
  352. }
  353. if ( ohanasi4 == 41 ) {
  354. s = lang("別の人格を隠し持つ。", "you have a hidden personality.")
  355. }
  356. return s
  357. *setHistory5
  358. if ( ohanasi5 == 1 ) {
  359. s = lang("趣味は機械いじり。", "You like to tinker with machines.")
  360. }
  361. if ( ohanasi5 == 2 ) {
  362. s = lang("監禁が趣味。", "You like being chained up.")
  363. }
  364. if ( ohanasi5 == 3 ) {
  365. s = lang("趣味はストーキング。", "You like to stalk people.")
  366. }
  367. if ( ohanasi5 == 4 ) {
  368. s = lang("苦痛に歪む顔を見るのが好き。", "You like to see pain on people's faces.")
  369. }
  370. if ( ohanasi5 == 5 ) {
  371. s = lang("ガーデニングが趣味。", "You like to garden.")
  372. }
  373. if ( ohanasi5 == 6 ) {
  374. s = lang("趣味は盆栽いじり。", "You like to cultivate bonsai.")
  375. }
  376. if ( ohanasi5 == 7 ) {
  377. s = lang("ぬいぐるみが好き。", "You like stuffed animals.")
  378. }
  379. if ( ohanasi5 == 8 ) {
  380. s = lang("自称サディスト。", "You are a self-proclaimed sadist.")
  381. }
  382. if ( ohanasi5 == 9 ) {
  383. s = lang("創作活動に命を賭ける。", "You risk your life for creative activities.")
  384. }
  385. if ( ohanasi5 == 10 ) {
  386. s = lang("趣味はハンティング。", "You like to hunt.")
  387. }
  388. if ( ohanasi5 == 11 ) {
  389. s = lang("異性の服に興味がある。", "You like to wear clothes of the opposite sex.")
  390. }
  391. if ( ohanasi5 == 12 ) {
  392. s = lang("小動物大好き。", "You love small animals.")
  393. }
  394. if ( ohanasi5 == 13 ) {
  395. s = lang("慕っている師匠がいる。", "You yearn for your master.")
  396. }
  397. if ( ohanasi5 == 14 ) {
  398. s = lang("前世の記憶がある。", "You have memories of your past life.")
  399. }
  400. if ( ohanasi5 == 15 ) {
  401. s = lang("身体を動かすのが好き。", "You like to exercise.")
  402. }
  403. if ( ohanasi5 == 16 ) {
  404. s = lang("身体に謎の紋章を持つ。", "Your body is branded by a mysterious coat of arms.")
  405. }
  406. if ( ohanasi5 == 17 ) {
  407. s = lang("慕っている師匠がいる。", "You yearn for your master.")
  408. }
  409. if ( ohanasi5 == 18 ) {
  410. s = lang("なにかと勘が鋭い。", "You have a sharp intuition.")
  411. }
  412. if ( ohanasi5 == 19 ) {
  413. s = lang("他人を否定することが快感。", "You enjoy denying pleasure to others.")
  414. }
  415. if ( ohanasi5 == 20 ) {
  416. s = lang("趣味は昼寝。", "You like to nap.")
  417. }
  418. if ( ohanasi5 == 21 ) {
  419. s = lang("生きることへの執着が強い。", "You have a strong attachment to life.")
  420. }
  421. if ( ohanasi5 == 22 ) {
  422. s = lang("趣味は読書。", "You like to read.")
  423. }
  424. if ( ohanasi5 == 23 ) {
  425. s = lang("暴力を振るうことが好き。", "You enjoy using violence.")
  426. }
  427. if ( ohanasi5 == 24 ) {
  428. s = lang("誰にも知られたくない秘密がある。", "You have a secret that you can't reveal.")
  429. }
  430. if ( ohanasi5 == 25 ) {
  431. s = lang("歌が上手い。", "You are good at singing.")
  432. }
  433. if ( ohanasi5 == 26 ) {
  434. s = lang("騙されやすい。", "You are gullible.")
  435. }
  436. if ( ohanasi5 == 27 ) {
  437. s = lang("趣味は昼寝。", "You like to nap.")
  438. }
  439. if ( ohanasi5 == 28 ) {
  440. s = lang("嘘をつくのが下手。", "You're bad at lying.")
  441. }
  442. if ( ohanasi5 == 29 ) {
  443. s = lang("惚れっぽいところがある。", "You easily fall in love.")
  444. }
  445. if ( ohanasi5 == 30 ) {
  446. s = lang("仕事熱心。", "You're a hard worker.")
  447. }
  448. if ( ohanasi5 == 31 ) {
  449. s = lang("果たせなかった使命がある。", "You had a mission you failed to achieve.")
  450. }
  451. if ( ohanasi5 == 32 ) {
  452. s = lang("誰かをおちょくるのが趣味。", "You like making fun of others.")
  453. }
  454. if ( ohanasi5 == 33 ) {
  455. s = lang("弟子がいる。", "You have followers.")
  456. }
  457. if ( ohanasi5 == 34 ) {
  458. s = lang("意外と根に持つ方。", "You hold a powerful grudge against someone.")
  459. }
  460. if ( ohanasi5 == 35 ) {
  461. s = lang("裏切りを何より恐れる。", "You fear betrayal above all else.")
  462. }
  463. if ( ohanasi5 == 36 ) {
  464. s = lang("ガラクタを集めるのが好き。", "You like to collect junk.")
  465. }
  466. return s
Add Comment
Please, Sign In to add comment