NieR:Automata中的一段文字
还没开始玩这个游戏,但在网易云音乐上听到一首歌,很好听
http://music.163.com/#/m/song?id=468490570
搜了一下相关视频,发现这首歌是在与一个叫做歌姬的boss战斗时的背景音乐
战斗完毕之后,会出现一段文字,我很喜欢,转载如下
Look at me.
Oh please look at me.
I want your eyes to look upon me alone.Have I not become beautiful?
Do these clothes make me look cute?
Would he like it if I walked like this?I still don’t understand what it means to love someone.
But I’ve made up my mind.I will do whatever it takes to capture his affection.
Long ago, an old machine lifeform told me something:
“Beauty is what wins love.”But what is “beauty”?
After researching the old world, I finally learned the truth.
Beauty is pretty skin.
Beauty is stylish accessories.
Beauty is looking one’s best.I will become beautiful. I will do it for him.
I once heard tell of a precious jewel far to the east.
It was said to be located on a terribly dangerous mountain.
But I did not care.I slipped on cliffs. I feel onto rocks. But eventually I claimed the jewel.
Blue stone. Brilliant blue. So beautiful.
I lost many parts obtaining this jewel. I lost…myself.
But my wounds are badges.
There’s a rumor floating among the other machine lifeforms lately:
“Devour the body of an android to gain eternal beauty.”Such nonsense.
It is physically impossible to obtain beauty by consuming an android.But I tried anyway.
I would try anything.
I wanted to vomit, but I kept going.
It tasted like oil.Not a moment passed where I didn’t strive to become more beautiful.
But he still won’t look my way.I even tried to learn what is called a “song”.
Songs can make someone have feelings for you.
That’s what they say.
So I practiced every day.
But he still won’t look my way.I ate more androids. I even ate machine lifeforms.
But he still won’t look my way.He won’t look my way.
He won’t look my way.
He won’t look my way.
He won’t look my way.
He won’t look my way.Won’t look my way won’t look my way won’t look my way won’t look my way won’t look my way won’t look my way won’t look my way won’t look my way won’t look my way won’t look my way won’t look my way won’t look my way won’t look my way
He still won’t look my way.
That’s when I realized he cares not for jewels.
Or songs or beauty or appearance or anything else.
I cannot win his love.Why have I done this to myself?
Meaningless.
Meaningless.
MEANINGLESS.I gaze into the mirror. In it’s reflection, I see only my own meaningless. And so I scream.
someone please look my way
深刻的绝望与无助
NieR:Automata中的一段文字的更多相关文章
- 在Excel表格中输入一大段文字
1.有时为了注释的需要,在excel中需要输入一大段文字,这时候可以使用—视图-工具-绘图,然后选择下面的文本框,即可自定义文本框大小,如需要文本框和表格边框完全重合,在鼠标画文本框时按住 Alt键.
- 在Label中显示一段文字
Let’s create a new Xamarin.Forms PCL solution, named Greetings, using the same process described abo ...
- laravel中使一段文字,限制长度,并且超出部分使用指定内容代替
{{str_limit($post->content,100,'....')}} 文字内容超出100个字,就用省略号显示
- react 简单在页面中输出一段文字
之前用脚手架创建了一个react项目,将react自带的src文件夹删除后创建一个空的src文件夹 在src文件夹中创建一个index.jsx文件作为JS入口文件并创建一个hello组件 现在我们进入 ...
- cut 从文本中提取一段文字并输出
1.命令功能 cut 从每个文件中截取选定部分并输出. 2.语法格式 cut option file 参数说明 参数 参数说明 -b (–bytes) 字节 -c (--characters) 字 ...
- 原创: 开题报告中摘要部分快速将一段文字插入到word的表格中
开题报告的摘要是表格形式,之前需要一个一个字的敲入,十分不方便修改. 所以百度了一下方法.现总结如下: 达到的效果 1 将这段文字复制粘贴到word中,在word文件中的每一个字与字之间插入空格.如何 ...
- 一段文字中的几个keyword显示高亮
将一段文字中的几个keyword显示高亮 演示样例:将"我的愿望是当个绿巨人,所以我想让我的皮(derma)肤是绿色"中的"皮肤"显示绿色. <span ...
- js或者jq判断一段文字中是否有自己想要的那几个字,如果有就把那几个字变成红色
如何判断一段文字中是否有自己想要的那几个字,如果有就把那几个字变成红色(在html中)比如有body中有这么一串文字“驾驶的后视镜的华盛顿”,想要判断里面是否有“驾驶”这两个字,如果有就把这两个字变成 ...
- 开题报告中如何将一段文字插入到word表格中
1,举例如下,打开空白word,设计一个20列的表格.任意一段文字. 2,选中这段文字,点击替换按钮.查找内容为“?”,替换为“^&,”(后面是逗号),并勾选“使用通配符”. 3,全部替换得到 ...
随机推荐
- Maven 用Eclipse创建web项目后报错的解决方式
1.maven中创建web项目后jsp可能会报错,因为其没有相关的依赖(包),和自带的动态网页项目创建不一样.所以在配置文件中要添加相关的依赖,比如servlet的 2.项目右键-maven-upda ...
- python 二——函数、装饰器、生成器、面向对象编程(初级)
本节内容 1.函数 2.装饰器 3.生成器 4.类 一.函数 函数式:将某功能代码封装到函数中,日后便无需重复编写,仅调用函数即可 面向对象:对函数进行分类和封装,让开发“更快更好更强...” 函数式 ...
- 在 Amazon AWS 搭建及部署网站:(三)开发及部署环境
服务器已经搭建好,网站也开始运行了.那么如何方便地部署代码呢? 最基本的方式,就是使用 SFTP 向网站目录直接部署.这种方法的缺点是版本控制不便,在上传时也无法方便的比较代码变化. 用SVN来部署是 ...
- 极简Node教程-七天从小白变大神(一:你需要Express)
如果说用一句话来概括Node那就是:它开启了JavaScript服务器端语言. Node系列的文章并不会从一开始长篇概论的讲Node的历史,安装,以及其他很琐碎的事情.只会专门介绍关于Node或者准确 ...
- NodeJs爬虫抓取古代典籍,共计16000个页面心得体会总结及项目分享
项目技术细节 项目大量用到了 ES7 的async 函数, 更直观的反应程序了的流程.为了方便,在对数据遍历的过程中直接使用了著名的async这个库,所以不可避免的还是用到了回调promise ,因为 ...
- zookeeper 下载安装
下载:wget https://www-us.apache.org/dist/zookeeper/zookeeper-3.4.13/zookeeper-3.4.13.tar.gz 解压:tar -zx ...
- ssh-add Could not open a connection to your authentication agent.
ssh-add 报错Could not open a connection to your authentication agent. 需要执行以下代码 eval `ssh-agent -s` ssh ...
- HDU 4391 Paint The Wall(分块+延迟标记)
Paint The Wall Time Limit: 20000/10000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) ...
- Linux系统——常见的系统调用
本文列出了大部分常见的Linux系统调用,并附有简要中文说明. 以下是Linux系统调用的一个列表,包含了大部分常用系统调用和由系统调用派生出的的函数.这可能是你在互联网上所能看到的唯一一篇中文注释的 ...
- Codeforces Round #363 (Div. 2) C dp或贪心 两种方法
Description Vasya has n days of vacations! So he decided to improve his IT skills and do sport. Vasy ...