발키리 프로파일
페이지 정보
본문
시뮬레이터 : https://dcwx.org/api/vp2sim
# 제어코드표
`{N}` / `{N,a}` / `{N,a,b}` — 첫 숫자=명령 종류. 번역 시 텍스트만 수정, `{}`는 위치·값 그대로 유지.
| 코드 | 형식 | 의미 | 룸 출현 |
|---|---|---|---|
| 0 | `{0}` | 줄바꿈 | 6050 |
| 1 | `{1}` | 새 창/페이지 (`<new/>`) | 254 |
| 3 | `{3,N}` | 글자속도 = **N프레임/글자** (60fps, 글자당 N/60초). **큰 N = 느림.** `{3,255}`=기본(Fast=1, 보통=8프레임) | 5469 |
| 4 | `{4,N}` | 글자색상 N=0~5 | 62 |
| 5 | `{5}` | 내레이션 시작 (`<start/>`) | 1054 |
| 6 | `{6,a,b}` | 단역 NPC 음성: abs=a+b×256 (b=대개 13, 가끔 12). 직후 항상 `{19}`화자 | 49 |
| 7 | `{7,N}` | 글자반복/간격, `{7,1}`=리셋 | 180 |
| 8 | `{8,N}` | 글자크기, `{8,1}`=리셋 | 2 |
| 12 | `{12,a,b}` | 음성재생: abs=a+b×256. **실제 파일=FAT엔트리(abs−1)**. 재생시점=대사/페이지 시작 | 293 |
| 14 | `{14,N}` | 변수삽입 | 4 |
| 17 | `{17,F,0}` | 대기 F프레임 (60fps, 연출 간격) | 741 |
| 18 | `{18}` | 대사 본문 시작 마커 (발화 텍스트 직전) | 623 |
| 19 | `{19,a,b}` | 초상화/화자, `{19,255,255}`=없음 | 1795 |
**원칙**
- `{}` 임의 삭제·추가 금지 (특히 12음성 / 6음성 / 17대기 / 19화자 / 5시작 / 18대사시작)
- 텍스트 없이 `{}`만 있는 줄(예 `{17,40,0}`) = 연출 전용, 번역 불필요·삭제 금지
- 스탯 약어(LV/ATK/DME)·ON/OFF·BGM/SE = 영문
| # | 원문 | 번역문 | 수정 |
|---|---|---|---|
| 2001 | {5}Tower of Lezard Valeth |
|
|
| 2002 | {19,0,0}Lezard{0} 「{18}{3,3}Can you feel it・・・{3,40}?{3,3}{0} The {3,8}surge {3,3}of the {3,8}Undead{3,8}・・・{3,255}{12,182,10}{17,60,0} |
|
|
| 2003 | {19,0,0}Lezard{0} 「{18}{3,3}Can you not hear it...{0} The {3,4}mad wailing!!{3,255}{12,183,10}{17,60,0} |
|
|
| 2004 | {19,0,0}Lezard{0} 「{18}{3,4}Oh, goddess!{3,30} {3,4}Surely you cannot allow{0} any more desecration・・・{12,184,10}{17,60,0} |
|
|
| 2005 | {19,0,0}Lezard{0} 「{18}{3,3}Come to me{3,8}・・・{3,3}{0} {3,3}I burn{3,35}, {3,4}I burn{3,30},{3,3}{0} I burn with{3,4} passion for you{3,12}・・・{12,185,10}{17,120,0} |
|
|
| 2006 | {19,0,0}Lezard{0} 「{18}{3,5}Valkyrie!!!{17,120,0} |
|
|
| 2007 | {19,1,0}Lezard{0} 「{18}{3,4}Welcome, Valkyrie{3,26},{3,3}{0} {3,6}My{3,3} beloved.{3,255}{12,189,10}{17,60,0} |
|
|
| 2008 | {19,1,0}Lezard{0} 「{18}{3,4}How long I've waited for this moment.{12,190,10}{17,60,0} |
|
|
| 2009 | {19,1,0}Lezard{0} 「{18}{3,4}My heart now throbs with the same {0} exaltation as when I first laid eyes {0} on you{3,4} many months ago{3,8}{12,191,10}・・・{17,60,0} |
|
|
| 2010 | {19,1,0}Lezard{0} {18}{3,4}「{3,3}Valkyrie{3,35}, {3,4}{0} my lady love!!{17,60,0} |
|
|
| 2011 | {19,0,0}Valkyrie{0} 「{18}{3,3}A teleportation spell!{3,60}!{3,2}{0} How is it that you command{0} the lost magicks?!{12,192,10}{17,100,0} |
|
|
| 2012 | {19,1,0}Lezard{0} {18}{3,8}「{3,4}I have been thinking on this{0} {3,3}since I first beheld you・・・{12,193,10}{17,60,0} |
|
|
| 2013 | {19,1,0}Lezard{0} 「{18}{3,3}Gods, {3,4}who exist on the same plane{0} as the restless souls of dead humans{3,70}.{3,6}{0} What manner {3,3}of being are they?{17,60,0} |
|
|
| 2014 | {19,0,0}Valkyrie{0} 「{3,12}{12,194,10}・・・{3,255}{17,130,0} |
|
|
| 2015 | {19,1,0}Lezard{0} {18}「{3,4}I have concluded that gods are{0} very much like souls{3,50}.{3,3}{0} And so{3,20},{3,3} I have created {3,6}this {3,4}vessel!!{12,195,10}{17,60,0} |
|
|
| 2016 | {19,1,0}Lezard{0} 「{18}{3,5}I have, {3,4}shall we say,{0} “reverse-engineered” an elf{3,20},{3,3}{0} the vessel of the gods{3,15}, {3,3}{0} to fashion this {3,5}homunculus{3,255}!!{12,196,10}{17,60,0} |
|
|
| 2017 | {19,1,0}Lezard{0} 「{18}{3,3}There are no other souls worthy{0} of such {3,5}an exquisite construct・・・{3,255}{12,197,10}{17,60,0} |
|
|
| 2018 | {19,1,0}Lezard{0} {18}{3,10}「{3,5}Fair Valkyrie{3,25}, {3,3}{0} I have crafted it{3,6} for {3,3}you!!{12,198,10}{17,90,0} |
|
|
| 2019 | {19,0,0}Valkyrie{0} {18}{3,10}「{3,3}For the sole purpose of {3,5}luring{0} me here{3,12}・・・{3,3} you {3,4}slaughtered{0} {3,3}the couple on the roof?{3,255}{12,199,10}{17,60,0} |
|
|
| 2020 | {19,1,0}Lezard{0} 「{18}{3,5}That's right.{12,200,10}{17,60,0} |
|
|
| 2021 | {19,0,0}Valkyrie{0} {18}{3,8}「{3,3}And you sacrificed countless lives,{0} {3,4}both elf and human{3,15},{3,3} in order to create a{0} vessel for a single being?!{12,201,10}{17,60,0} |
|
|
| 2022 | {19,1,0}Lezard{0} 「{18}{3,6}Why, yes, actually.{12,202,10}{17,60,0} |
|
|
| 2023 | {19,1,0}Lezard{0} 「{18}{3,3}It is not the goddess within you{0} that I lust for{3,12}, {3,4}Valkyrie{3,20}.{3,4}{0} {3,3}I wish to make of you a human{3,40}!{3,3}{0} It is for that that my {3,5}heart {3,6}burns!!{12,203,10}{17,60,0} |
|
|
| 2024 | {19,0,0}Valkyrie{0} 「{18}{3,3}You are insane{3,4}{12,204,10}・・{3,30}・{3,3}{0} How can such trivial thoughts{0} consume you so!?{17,60,0} |
|
|
| 2025 | {19,0,0}Valkyrie{0} {18}{3,6}「{3,3}Humans who seek to cross beyond their{0} designated boundaries invite more than death{3,40}.{3,3}{0} {3,3}They invite total annihilation{3,8}!!{17,50,0} |
|
|
| 2026 | {19,1,0}Lezard{0} 「{18}{3,3}Ah, what a shame・・・ No matter{3,38},{3,4}{0} I can birth as many homunculi{0} as{3,4} necessary{3,12}・・・{3,255}{17,60,0} |
|
|
| 2027 | {19,1,0}Lezard{0} 「{18}{3,4}I {3,2}pray that we shall{0} meet again.{12,208,10}{17,60,0} |
|
|
| 2028 | {19,0,0}Valkyrie{0} 「{18}{3,6}So now you run!{3,30}?{3,3}{0} You cannot possibly believe that{0} love can exist between{0} {3,4}humans{3,8} {3,6}and {3,4}gods!{12,209,10}{17,60,0} |
|
|
| 2029 | {19,1,0}Lezard{0} 「{18}{3,5}What did you just say{3,20}?{3,4}{0} Between human {3,4}and{3,14} {3,3}god?{3,255}{12,210,10}{17,60,0} |
|
|
| 2030 | {19,1,0}Lezard{0} 「{18}{3,3}You really don't have{0} any{3,6} idea{3,4} what you are{3,18},{3,3}{0} {3,5}do you?{3,255}{12,211,10}{17,60,0} |
|
|
| 2031 | {19,0,0}Valkyrie{0} 「{18}{3,4}What I am{3,20}?! {3,3}Do not be ridiculous{3,40}!{3,3}{0} Odin{3,10}, {3,4}lord of all gods{3,8}・・・{3,4}is my{0} {3,6}father{3,8}・・・{3,4}my creator!!{12,212,10}{17,60,0} |
|
|
| 2032 | {19,1,0}Lezard{0} 「{18}{3,3}Believe whatever{0} you like.{3,255}{12,213,10}{17,60,0} |
|
|
| 2033 | {19,1,0}Lezard{0} 「{18}{3,3}It matters little to me{3,24}.{3,3}{0} {3,4}Know this{3,10},{3,4} Valkyrie{3,25}!{3,3}{0} Know that you are beloved of{0} {3,5}Lezard Valeth!!{3,255}{12,214,10}{17,60,0} |
|
|
| 2034 | {19,0,0}Valkyrie{0} {18}「{3,3}Nonsense{3,12}・・・{3,255}!!{12,215,10}{17,60,0} |
|
|
| 2035 | {19,1,0}Lezard{0} 「{18}{3,3}We shall meet again{3,14}, {3,4}{0} my sweet・・・{17,120,0} |
|
|
| 2036 | {19,255,255}Valkyrie{0} 「{18}{3,8}You cannot possibly believe{3,40}{3,8}{0} that love can exist {3,80}between{3,7}{0} humans and gods!{17,90,0} |
|
|
| 2037 | {5}{18}{3,8}You really don't {3,9}have any {3,8}{0} {5}idea what you are, do you?{17,120,0} |
|
|
| 2038 | {5}{18}{3,3}You really don't have any {3,6}idea{3,3}{0} {5}{3,4}what you are{3,8}, {3,5}do you?{17,120,0} |
|
|
| 2039 | {19,0,0}Valkyrie{0} 「Where{7,11}-{7,1}? |
|
|
| 2040 | {19,0,0}Valkyrie{0} 「That human{3,12}・・・{3,255}what{0} has he wrought here?! |
|
|
| 2041 | {19,0,0}Valkyrie{0} 「Th{3,12}・・・{3,0}this is{7,11}-{7,1}? |
|
|
| 2042 | {3,60}{3,255}{0} Valkyrie{0} 「Why{3,12}・・・{3,255}?{17,180,0} |
|
|
| 2043 | {6,240,12}{19,0,0}{17,232,3} |
|
|
| 2044 | {19,0,0}Mystina{0} 「A man-made{0} lifeform...? |
|
|
| 2045 | {19,0,0}Mystina{0} 「It is{3,30}!{3,255}{0} It's a {3,30}{3,255}homunculus! |
|
|
| 2046 | {19,0,0}Mystina{0} 「Huh{3,30}・・・{3,255}{0} I didn't know he was into{0} little girls{3,30}.{3,255}{0} Why else would he make{0} this{3,12}・・・{3,255}? |
|
|
| 2047 | {19,0,0}Mystina{0} 「It's accurate right down{0} to the naughty bits. |
|
|
| 2048 | {19,1,0}Mystina{0} 「Ooh, that perv{3,30}!{3,255} How could he leave{0} this sick thing lying around for decent{0} girls like me to find?{3,12}!{3,255}{0} I didn't come all the way here in spirit{0} form for this! This is way more{0} information than I needed! |
|
|
| 2049 | {19,1,0}Mystina{0} 「But・・・oh, I know. |
|
|
| 2050 | Mystina{0} 「{18}{3,6}Well{3,30},{3,3} this might be useful{0} for a practice autopsy{3,25},{3,4}{0} at least.{3,255} |
|
|
| 2051 | {19,1,0}Bellion{0} 「Master Lezard, I'm{0} sorry... there are too{0} many of them after us. |
|
|
| 2052 | {19,0,0}Lezard{0} 「Don't panic,{0} Bellion. |
|
|
| 2053 | {19,0,0}Lezard{0} 「You go on ahead. Do not let{0} them retrieve the woman! |
|
|
| 2054 | {19,1,0}Bellion{0} 「Yes, master! |
|
|
| 2055 | {19,0,0}Lezard{0} 「{18}{3,4}I am he who hath entrusted his soul{0} to the eternal vortex of time.{12,175,10}{17,60,0} |
|
|
| 2056 | {19,0,0}Lezard{0} 「{18}{3,3}Ye know me!{3,30} {3,4}And if ye do not,{0} ye shall be made to know me!{3,50}!{3,8}{3,8}{12,176,10}{17,60,0} |
|
|
| 2057 | {19,0,0}Lezard{0} {18}{3,10}「{3,4}It shall be engraved on{3,16} {3,5}{0} thy very soul.{3,40} {3,5}Lezard Valeth!!{12,177,10}{17,60,0} |
|
|
| 2058 | {19,0,0}Lezard{0} {18}{3,10}「{3,3}If ye shall accept the brand of{0} Hel upon thee,{3,20} {3,4}thy sanctions shall{0} in turn be lowered.{12,178,10}{17,60,0} |
|
|
| 2059 | {19,0,0}Lezard{0} 「{18}{3,3}...I shall grant thee the{0} deliverance of thy soul{3,20},{3,3} and{0} ye shall come now{3,12} {3,5}before me{3,255}!!{17,60,0} |
|
|
| 2060 | {19,0,0}Lezard{0} 「What right have you puppets{0} to attack a human? |
|
|
| 2061 | {19,0,0}Lezard{0} 「I'm afraid this mad little{0} interlude is over. |
|
|
| 2062 | {19,255,255}Elf{0} 「Halt! |
|
|
| 2063 | Kashell{0} 「{18}{3,4}Are you just a blade of grass{3,40},{3,3}{0} carried on the wind?!{17,120,0} |
|
|
| 2064 | Celia{0} 「{18}{3,3}That sounds like Arngrim.{17,70,0} |
|
|
| 2065 | Aelia{0} 「{18}{3,3}I think I'm more like a{0} willow tree.{17,120,0} |
|
|
| 2066 | Kashell{0} 「{18}{3,8}Hah!{3,10} As if!{17,70,0} |
|
|
| 2067 | {19,1,0}Celia{0} 「Will I be able to defeat{0} Grey alone{3,12}...{3,255}? |
|
|
| 2068 | {19,255,255}Lezard{0} 「That's right.{17,100,0} |
|
|
| 2069 | {19,255,255}Mystina{0} 「Wha...? That can't be!{17,160,0} |
|
|
| 2070 | {19,255,255}Lezard{0} 「Oh{3,40}, {3,255}really?{17,150,0} |
|
|
| 2071 | {19,255,255}Mystina{0} 「{3,12}Ooh, {3,255}those elves piss me off{3,30}!{3,255}{0} Who do they think they are{3,20},{3,255} anyway?{17,200,0}{0} {1}{0} They never leave that damn forest{3,20},{3,255} and keep totally to themselves{3,40}.{3,255}{0} I wish they'd all just{3,20}...{3,255}{0} crawl into a hole and die somewhere!{17,24,1} |
|
|
| 2072 | {19,255,255}Lezard{0} 「Oh my, that would be{0} very bad indeed.{17,180,0} |
|
|
| 2073 | {19,255,255}Mystina{0} 「Oh yeah{3,30}?{3,255} Why?{17,150,0} |
|
|
| 2074 | {19,255,255}Lezard{0} 「You know what the elves are{0} responsible for, don't you?{17,4,1} |
|
|
| 2075 | {19,255,255}Mystina{0} 「Yeah, yeah, they protect Yggdrasil,{17,94,1}{0} {1}{0} I know. If the World Tree were to{0} wither and die, so would the world.{17,164,1} |
|
|
| 2076 | {19,255,255}Lezard{0} 「Indeed{3,40}.{3,255} Most people do not know that.{17,200,0} |
|
|
| 2077 | {19,255,255}Mystina{0} 「Hmph. I don't know about you, but I{0} paid attention in theology class.{17,150,0} |
|
|
| 2078 | {19,255,255}Lezard{0} 「Just listen to me, please{3,50}.{3,255}{17,140,0}{0} {1}{0} During the process of development on{0} my homunculi, I learned something{0} very interesting...{17,44,1} |
|
|
| 2079 | {19,255,255}Mystina{0} 「Something... {0} interesting?{17,120,0} |
|
|
| 2080 | Lezard{0} 「The gods require elves to walk{0} upon Midgard. In so many words,{0} they are the vessels of the gods.{17,204,1} |
|
|
| 2081 | {5}To roof |
|
|
| 2082 | {5}You found Citrine. |
|
|
| 2083 | {5}You found Warhammer |
|
|
| 2084 | {5}You found Icicle Edge. |
|
|
| 2085 | {5}You found a Citrine. |
|
|
| 2086 | {5}You found a Bastard Sword. |
|
|
| 2087 | {5}You found the Ether Scepter. |
|
|
| 2088 | {5}You found a Timer Ring. |
|
|
| 2089 | {5}You found a Creation Gem. |
|
|
| 2090 | {5}You found the Teachings of Asa. |
|
|
| 2091 | {19,255,255}Mystina{0} 「{18}{3,4}This entire tower is emitting{0} magical energy{3,12}・・・{3,255}!{17,60,0} |
|
|
| 2092 | {19,255,255}Mystina{0} 「{18}{3,4}Hmm{3,38}?{3,3} There are some sort of{0} glyphs engraved on the walls.{3,255}{17,60,0} |
|
|
| 2093 | {19,255,255}Mystina{0} {18}{3,5}「{3,3}But these{3,10}・・{3,30}・{3,6}are Runes{3,40}?{3,3}{0} It can't be{3,45}!{3,4} The 4th and 14th Runes{3,40},{0} {3,3}and even the 22nd!{3,40}!{3,3}{0} These were thought lost forever{3,50}!{3,3}{0} What can this mean?{17,90,0} |
|
|
| 2094 | {19,255,255}Mystina{0} 「{18}{3,6}Ah{3,30},{3,3} they've already been{0} dispelled{3,12}・・・{3,255}{17,60,0} |
|
|
| 2095 | {19,255,255}Mystina{0} 「{18}{3,4}If he has the ability to shift such a{0} huge tower into another dimension{3,40},{3,4}{0} just how powerful is he{3,12}・・・{3,255}?{17,120,0} |
|
|
| 2096 | {19,1,0}Valkyrie{0} 「{18}{3,3}O, vaunted sorceress{3,10},{3,4} Lady Lyseria{3,60}.{3,3}{0} By the decree of Odin, lord of the{0} gods, I have come to call upon you.{17,60,0} |
|
|
| 2097 | {19,0,0}Lyseria{0} 「{18}{3,3}You are a Chooser of the{3,4} Slain{3,40},{3,3}{0} the Battle-Maiden{3,12}・・・{3,30} {3,4}{0} Lady Valkyrie!{17,60,0} |
|
|
| 2098 | {19,1,0}Valkyrie{0} 「{18}{3,3}The same{3,50}.{3,4}{0} My master{3,3} has need of your power{3,60}.{3,3}{0} If I may beg you, {3,4}Lady Lyseria, to join me.{3,255}{17,60,0} |
|
|
| 2099 | {19,0,0}Lyseria{0} 「{18}{3,4}I could not control my power{3,30},{3,3}{0} I was in despair{3,12}・・・ {3,3}I took my own life{3,20},{3,4}{0} and sealed myself within these ruins.{12,90,10}{17,120,0}{0} {1}{0} {3,3}T{18}here is no place for me{0} {3,2}in this world{3,60},{3,4} indeed{3,15},{3,3} any world!{12,91,10}{3,60} {3,255}{0} {18}{3,4}For so long{3,10},{3,3} I have hoped and prayed for{0} someone with the strength to {3,4}obliterate me.{12,92,10}{17,120,0}{0} {1}{0} {18}{3,3}Lady {3,4}Valkyrie{3,20},{3,3} {0} shall you be that one?{12,93,10}{3,60} {3,255}{0} {18}{3,3}Shall you be the one to extinguish {0} {3,4}my pain and sadness?!{17,120,0} |
|
|
| 2100 | {19,1,0}Celia{0} 「Grey! |
|
