Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d7616ae29d | |||
| 848f66836a | |||
| 257a53b68c | |||
| 561f04ba45 | |||
| 61cdaf7c19 | |||
| d6413e87be | |||
| 079f0b9b0f | |||
| 2c6cc807be | |||
| 1bb907a728 | |||
| 6ee62a8beb | |||
| ebc3116b4e |
202 changed files with 26581 additions and 154113 deletions
142
.gitignore
vendored
142
.gitignore
vendored
|
|
@ -1,32 +1,110 @@
|
|||
# Ignore all files
|
||||
*.*
|
||||
|
||||
# Except
|
||||
!*.json
|
||||
!*.js
|
||||
!*.zip
|
||||
!*.7z
|
||||
!*.csv
|
||||
!*.ain
|
||||
!*.fnl
|
||||
!*.ks
|
||||
!*.tjs
|
||||
!*.yaml
|
||||
!Data/*
|
||||
!*.rb
|
||||
!.gitignore
|
||||
!README.md
|
||||
!game.ini
|
||||
|
||||
# Images
|
||||
!NE_0.rpgmvp
|
||||
!NE_e2.rpgmvp
|
||||
!NE_e3.rpgmvp
|
||||
!NE_e4.rpgmvp
|
||||
!NE_e5.rpgmvp
|
||||
!NE_e6.rpgmvp
|
||||
!NE_s2.rpgmvp
|
||||
!NE_s3.rpgmvp
|
||||
!NE_s4.rpgmvp
|
||||
!NE_s5.rpgmvp
|
||||
!NE_s6.rpgmvp
|
||||
# Ignore all files
|
||||
*.*
|
||||
|
||||
# Except
|
||||
!*.json
|
||||
!*.js
|
||||
!*.zip
|
||||
!*.7z
|
||||
!*.csv
|
||||
!*.ain
|
||||
!*.fnl
|
||||
!*.ks
|
||||
!*.tjs
|
||||
!*.yaml
|
||||
!Data/*
|
||||
!*.rb
|
||||
!.gitignore
|
||||
!README.md
|
||||
!game.ini
|
||||
|
||||
# Images
|
||||
!menu_base.rpgmvp
|
||||
!menu_button_01_item.rpgmvp
|
||||
!menu_button_01_item_sel.rpgmvp
|
||||
!menu_button_02_skill.rpgmvp
|
||||
!menu_button_02_skill_sel.rpgmvp
|
||||
!menu_button_03_equip.rpgmvp
|
||||
!menu_button_03_equip_sel.rpgmvp
|
||||
!menu_button_04_status.rpgmvp
|
||||
!menu_button_04_status_sel.rpgmvp
|
||||
!menu_button_05_ero.rpgmvp
|
||||
!menu_button_05_ero_sel.rpgmvp
|
||||
!menu_button_06_option.rpgmvp
|
||||
!menu_button_06_option_sel.rpgmvp
|
||||
!menu_button_07_save.rpgmvp
|
||||
!menu_button_07_save_sel.rpgmvp
|
||||
!menu_button_08_end.rpgmvp
|
||||
!menu_button_08_end_sel.rpgmvp
|
||||
!898.rpgmvp
|
||||
!899.rpgmvp
|
||||
!900.rpgmvp
|
||||
!901.rpgmvp
|
||||
!902.rpgmvp
|
||||
!903.rpgmvp
|
||||
!904.rpgmvp
|
||||
!905.rpgmvp
|
||||
!906.rpgmvp
|
||||
!907.rpgmvp
|
||||
!908.rpgmvp
|
||||
!909.rpgmvp
|
||||
!910.rpgmvp
|
||||
!911.rpgmvp
|
||||
!912.rpgmvp
|
||||
!913.rpgmvp
|
||||
!914.rpgmvp
|
||||
!915.rpgmvp
|
||||
!916.rpgmvp
|
||||
!917.rpgmvp
|
||||
!918.rpgmvp
|
||||
!919.rpgmvp
|
||||
!920.rpgmvp
|
||||
!921.rpgmvp
|
||||
!922.rpgmvp
|
||||
!923.rpgmvp
|
||||
!924.rpgmvp
|
||||
!925.rpgmvp
|
||||
!926.rpgmvp
|
||||
!927.rpgmvp
|
||||
!928.rpgmvp
|
||||
!929.rpgmvp
|
||||
!930.rpgmvp
|
||||
!931.rpgmvp
|
||||
!932.rpgmvp
|
||||
!933.rpgmvp
|
||||
!934.rpgmvp
|
||||
!935.rpgmvp
|
||||
!936.rpgmvp
|
||||
!937.rpgmvp
|
||||
!938.rpgmvp
|
||||
!939.rpgmvp
|
||||
!940.rpgmvp
|
||||
!941.rpgmvp
|
||||
!942.rpgmvp
|
||||
!943.rpgmvp
|
||||
!944.rpgmvp
|
||||
!945.rpgmvp
|
||||
!946.rpgmvp
|
||||
!947.rpgmvp
|
||||
!948.rpgmvp
|
||||
!949.rpgmvp
|
||||
!950.rpgmvp
|
||||
!951.rpgmvp
|
||||
!952.rpgmvp
|
||||
!953.rpgmvp
|
||||
!954.rpgmvp
|
||||
!955.rpgmvp
|
||||
!956.rpgmvp
|
||||
!957.rpgmvp
|
||||
!958.rpgmvp
|
||||
!959.rpgmvp
|
||||
!960.rpgmvp
|
||||
!961.rpgmvp
|
||||
!962.rpgmvp
|
||||
!kuromaku no kage.rpgmvo
|
||||
!momimomi.rpgmvo
|
||||
!momimomi2.rpgmvo
|
||||
!momimomi3.rpgmvo
|
||||
!sawasawa.rpgmvo
|
||||
!sawasawa2.rpgmvo
|
||||
!sawasawa3.rpgmvo
|
||||
98
README.md
98
README.md
|
|
@ -1,49 +1,49 @@
|
|||
# Apply Patch
|
||||
1. Click Code
|
||||
2. Click Download ZIP
|
||||
3. Extract to game folder and Replace All.
|
||||
|
||||
# How To Contribute
|
||||
TLDR 3 steps.
|
||||
|
||||
Fork the repository.
|
||||
Make the changes.
|
||||
Submit a pull request to the project owner.
|
||||
|
||||
If everything looks good and doesn't break things I'll merge it in.
|
||||
|
||||
Longer Version:
|
||||
|
||||
Things that are needed:
|
||||
* [VSCode](https://code.visualstudio.com/) Make sure you check all the boxes for context menus. 
|
||||
* The Game
|
||||
* [Git](https://git-scm.com/downloads) (Use the default for everything. Just keep clicking Next)
|
||||
* Motivation to learn
|
||||
|
||||
Installation:
|
||||
1. Fork the repo using the fork button at the top. Click Code > HTTPS > Copy URL.
|
||||
2. Right click on the game folder and click 'Open with VSCode' (Shift+Right_Click if you are on Windows 11)
|
||||
3. Click on the Source Control Button and click initialize repository.
|
||||
|
||||

|
||||
|
||||
4. At the top click on Terminal > New Terminal. Enter the following: `git clone [URL_YOU_COPIED_ABOVE]`.
|
||||
5. Copy the contents of the new folder created with git clone into the game folder and replace all.
|
||||
6. Your source control menu should be good to go and look like this.
|
||||
|
||||

|
||||
|
||||
Now you are all setup, all you need to do is play the game and look for any changes that need to be made. Stuff like spelling errors, wrong names, inconsistencies, spacing issues, etc.
|
||||
|
||||
7. Use the FIND functionality to search for what you are trying to fix. For example if a character's name is wrong, type that into the search menu and start looking, then make the change. Try not to mess with any scripts or variables you might see.
|
||||
|
||||

|
||||
|
||||
8. After you are satisfied with your changes it's time to put in a PR. Go to source control to see all your changes. Add a message and click the `Commit` button to save them all.
|
||||
|
||||

|
||||
|
||||
8. Click Sync to push your changes to your fork. Now all that's left is to put in a pull request.
|
||||
9. Go to Pull Requests > New Pull Requests. Look at the arrow, your fork should be pointing to the original repo (mine). Add in details on what you fixed and Submit. If everything looks good I'll merge it in and you would have successfully contributed.
|
||||
|
||||
Got questions? Just shoot me a message, more than happy to walk you through any of the tools.
|
||||
# Apply Patch
|
||||
1. Click Code
|
||||
2. Click Download ZIP
|
||||
3. Extract to game folder and Replace All.
|
||||
|
||||
# How To Contribute
|
||||
TLDR 3 steps.
|
||||
|
||||
Fork the repository.
|
||||
Make the changes.
|
||||
Submit a pull request to the project owner.
|
||||
|
||||
If everything looks good and doesn't break things I'll merge it in.
|
||||
|
||||
Longer Version:
|
||||
|
||||
Things that are needed:
|
||||
* [VSCode](https://code.visualstudio.com/) Make sure you check all the boxes for context menus. 
|
||||
* The Game
|
||||
* [Git](https://git-scm.com/downloads) (Use the default for everything. Just keep clicking Next)
|
||||
* Motivation to learn
|
||||
|
||||
Installation:
|
||||
1. Fork the repo using the fork button at the top. Click Code > HTTPS > Copy URL.
|
||||
2. Right click on the game folder and click 'Open with VSCode' (Shift+Right_Click if you are on Windows 11)
|
||||
3. Click on the Source Control Button and click initialize repository.
|
||||
|
||||

|
||||
|
||||
4. At the top click on Terminal > New Terminal. Enter the following: `git clone [URL_YOU_COPIED_ABOVE]`.
|
||||
5. Copy the contents of the new folder created with git clone into the game folder and replace all.
|
||||
6. Your source control menu should be good to go and look like this.
|
||||
|
||||

|
||||
|
||||
Now you are all setup, all you need to do is play the game and look for any changes that need to be made. Stuff like spelling errors, wrong names, inconsistencies, spacing issues, etc.
|
||||
|
||||
7. Use the FIND functionality to search for what you are trying to fix. For example if a character's name is wrong, type that into the search menu and start looking, then make the change. Try not to mess with any scripts or variables you might see.
|
||||
|
||||

|
||||
|
||||
8. After you are satisfied with your changes it's time to put in a PR. Go to source control to see all your changes. Add a message and click the `Commit` button to save them all.
|
||||
|
||||

|
||||
|
||||
8. Click Sync to push your changes to your fork. Now all that's left is to put in a pull request.
|
||||
9. Go to Pull Requests > New Pull Requests. Look at the arrow, your fork should be pointing to the original repo (mine). Add in details on what you fixed and Submit. If everything looks good I'll merge it in and you would have successfully contributed.
|
||||
|
||||
Got questions? Just shoot me a message, more than happy to walk you through any of the tools.
|
||||
|
|
|
|||
BIN
www/audio/bgm/kuromaku no kage.rpgmvo
Normal file
BIN
www/audio/bgm/kuromaku no kage.rpgmvo
Normal file
Binary file not shown.
BIN
www/audio/se/momimomi.rpgmvo
Normal file
BIN
www/audio/se/momimomi.rpgmvo
Normal file
Binary file not shown.
BIN
www/audio/se/momimomi2.rpgmvo
Normal file
BIN
www/audio/se/momimomi2.rpgmvo
Normal file
Binary file not shown.
BIN
www/audio/se/momimomi3.rpgmvo
Normal file
BIN
www/audio/se/momimomi3.rpgmvo
Normal file
Binary file not shown.
BIN
www/audio/se/sawasawa.rpgmvo
Normal file
BIN
www/audio/se/sawasawa.rpgmvo
Normal file
Binary file not shown.
BIN
www/audio/se/sawasawa2.rpgmvo
Normal file
BIN
www/audio/se/sawasawa2.rpgmvo
Normal file
Binary file not shown.
BIN
www/audio/se/sawasawa3.rpgmvo
Normal file
BIN
www/audio/se/sawasawa3.rpgmvo
Normal file
Binary file not shown.
|
|
@ -18,10 +18,10 @@
|
|||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "メメリス",
|
||||
"nickname": "一般メスガキ",
|
||||
"name": "Memerisu",
|
||||
"nickname": "Mesugaki",
|
||||
"note": "",
|
||||
"profile": "遊ぶ金欲しさにダンジョンにある秘宝を目指して冒険に出た\n自称、超絶美少女。スマホより重い物は持ちたくないらしい。"
|
||||
"profile": "A self-proclaimed super beautiful girl who set out on an adventure\naiming for the treasure in the dungeon because she wanted money to\nhave fun. She apparently doesn't want to carry anything heavier than\nher smartphone."
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
|
|
@ -41,9 +41,9 @@
|
|||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "ティーナ",
|
||||
"nickname": "おっぱい担当",
|
||||
"name": "Tina",
|
||||
"nickname": "Boob Leader",
|
||||
"note": "",
|
||||
"profile": "女神のご加護を受けた豊満すぎる聖女。\nしかしまだ成長が続いているとの噂も…。"
|
||||
"profile": "A saintess who has received the blessing of the goddess, with an\noverly abundant figure. However, there are rumors that she is still\ngrowing..."
|
||||
}
|
||||
]
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
"id": 1,
|
||||
"atypeId": 5,
|
||||
"description": "木製のお鍋のふた。\n使い方を間違っていると思う。",
|
||||
"description": "A wooden pot lid. I think it's being used incorrectly.",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 128,
|
||||
"name": "お鍋のふた",
|
||||
"name": "Pot Lid",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
{
|
||||
"id": 2,
|
||||
"atypeId": 1,
|
||||
"description": "一目で安物と分かる帽子。",
|
||||
"description": "A hat that's obviously cheap at first glance.",
|
||||
"etypeId": 3,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 130,
|
||||
"name": "安物の帽子",
|
||||
"name": "Cheap Hat",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
{
|
||||
"id": 3,
|
||||
"atypeId": 1,
|
||||
"description": "一目で安物と分かる服。",
|
||||
"description": "Clothes that are obviously cheap at first glance.",
|
||||
"etypeId": 4,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 135,
|
||||
"name": "安物の服",
|
||||
"name": "Cheap Clothes",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
{
|
||||
"id": 4,
|
||||
"atypeId": 1,
|
||||
"description": "飴が付いてるおもちゃの指輪。\n",
|
||||
"description": "A toy ring with a candy attached.",
|
||||
"etypeId": 5,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 145,
|
||||
"name": "おもちゃの指輪",
|
||||
"name": "Toy Ring",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -111,7 +111,7 @@
|
|||
{
|
||||
"id": 5,
|
||||
"atypeId": 1,
|
||||
"description": "可愛いウサちゃんのキーホルダー。\n気持ちがぴょんぴょんするんじゃぁ~。",
|
||||
"description": "A cute bunny keychain. It makes you feel hoppy~.",
|
||||
"etypeId": 5,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -121,7 +121,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 148,
|
||||
"name": "ウサギのキーホルダー",
|
||||
"name": "Rabbit Keychain",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -138,7 +138,7 @@
|
|||
{
|
||||
"id": 6,
|
||||
"atypeId": 1,
|
||||
"description": "かわいいウサギの耳飾り。\n毒を防ぐ事ができるうえに防御力もアップする。",
|
||||
"description": "Cute rabbit ear accessories. They can prevent poison and also increase\ndefense.",
|
||||
"etypeId": 3,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -153,7 +153,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 149,
|
||||
"name": "ウサギの耳飾り",
|
||||
"name": "Rabbit Earrings",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -170,7 +170,7 @@
|
|||
{
|
||||
"id": 7,
|
||||
"atypeId": 1,
|
||||
"description": "福が来ると評判な占い師が販売しているリボン。\n運がちょっとだけ上がる。",
|
||||
"description": "A ribbon sold by a fortune teller rumored to bring good luck. It\nslightly increases luck.",
|
||||
"etypeId": 5,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -180,7 +180,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 149,
|
||||
"name": "福来るリボン",
|
||||
"name": "Lucky Ribbon",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -197,7 +197,7 @@
|
|||
{
|
||||
"id": 8,
|
||||
"atypeId": 1,
|
||||
"description": "アルミホイルで出来た帽子。\n混乱をたまに防げる・・・らしい?",
|
||||
"description": "A hat made of aluminum foil. It seems to sometimes prevent\nconfusion...?",
|
||||
"etypeId": 3,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -212,7 +212,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 130,
|
||||
"name": "アルミホイル帽子",
|
||||
"name": "Aluminum Foil Hat",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -229,7 +229,7 @@
|
|||
{
|
||||
"id": 9,
|
||||
"atypeId": 1,
|
||||
"description": "草野球で使うヘルメット。\n汗が染みこんでて臭いが防御力はバッチリ。",
|
||||
"description": "A helmet used for sandlot baseball. It's soaked with sweat and smells,\nbut the defense is solid.",
|
||||
"etypeId": 3,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -239,7 +239,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 132,
|
||||
"name": "野球のヘルメット",
|
||||
"name": "Baseball Helmet",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -256,7 +256,7 @@
|
|||
{
|
||||
"id": 10,
|
||||
"atypeId": 1,
|
||||
"description": "おみやげ屋さんで売ってるジャパニーズサムライの兜。\n結構本格的に作りこんである。",
|
||||
"description": "A Japanese samurai helmet sold at souvenir shops. It's quite\nelaborately made.",
|
||||
"etypeId": 3,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -266,7 +266,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 131,
|
||||
"name": "兜",
|
||||
"name": "Helmet",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -283,7 +283,7 @@
|
|||
{
|
||||
"id": 11,
|
||||
"atypeId": 1,
|
||||
"description": "精液が沁み込んで臭いがとれなくなった服。\n濃厚な雄の臭いがする。",
|
||||
"description": "Clothes that have been soaked in semen and now have an unremovable\nsmell. They emit a strong male scent.",
|
||||
"etypeId": 4,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -293,7 +293,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 84,
|
||||
"name": "精液まみれの服",
|
||||
"name": "Semen-Stained Clothes",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -310,7 +310,7 @@
|
|||
{
|
||||
"id": 12,
|
||||
"atypeId": 1,
|
||||
"description": "大事な所が丸見えのエッチなバニー服。\nこれを持っていれば新しいプレイが出来るかも・・・♥",
|
||||
"description": "An erotic bunny outfit that leaves nothing to the imagination. Having\nthis might enable new plays...♥",
|
||||
"etypeId": 4,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -320,7 +320,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 84,
|
||||
"name": "逆バニー服",
|
||||
"name": "Reverse Bunny Suit",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -337,7 +337,7 @@
|
|||
{
|
||||
"id": 13,
|
||||
"atypeId": 1,
|
||||
"description": "コスプレと言えば王道のバニー服。\nこれを持っていれば新しいプレイが出来るかも・・・♥",
|
||||
"description": "The classic cosplay bunny outfit. Having this might enable new\nplays...♥",
|
||||
"etypeId": 4,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -347,7 +347,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 84,
|
||||
"name": "バニー服",
|
||||
"name": "Bunny Suit",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -364,7 +364,7 @@
|
|||
{
|
||||
"id": 14,
|
||||
"atypeId": 1,
|
||||
"description": "教会でシスターさんが着ている修道服。\nこれを持っていれば新しいプレイが出来るかも・・・♥",
|
||||
"description": "A nun's habit worn by sisters at the church. Having this might enable\nnew plays...♥",
|
||||
"etypeId": 4,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -374,7 +374,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 84,
|
||||
"name": "シスター服",
|
||||
"name": "Nun's Habit",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -391,7 +391,7 @@
|
|||
{
|
||||
"id": 15,
|
||||
"atypeId": 1,
|
||||
"description": "シスター服とは名ばかりのピッチリドスケベ衣裳。\nこれを持っていれば新しいプレイが出来るかも・・・♥",
|
||||
"description": "A sister outfit in name only, it's a tight and lewd costume. Having\nthis might enable new plays...♥",
|
||||
"etypeId": 4,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -401,7 +401,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 84,
|
||||
"name": "コスプレシスター服",
|
||||
"name": "Cosplay Nun's Habit",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -418,7 +418,7 @@
|
|||
{
|
||||
"id": 16,
|
||||
"atypeId": 1,
|
||||
"description": "結婚式をする時に着るドレス。\nこれを持っていれば新しいプレイが出来るかも・・・♥",
|
||||
"description": "A dress worn at weddings. Having this might enable new plays...♥",
|
||||
"etypeId": 4,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -428,7 +428,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 84,
|
||||
"name": "ウェディングドレス",
|
||||
"name": "Wedding Dress",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -445,7 +445,7 @@
|
|||
{
|
||||
"id": 17,
|
||||
"atypeId": 1,
|
||||
"description": "不思議な加護が付与されてる指輪。回避率を増加し\n発情・尿意以外の状態異常をすべて無効にする。",
|
||||
"description": "A ring with a mysterious blessing. It increases evasion and nullifies\nall status abnormalities except for arousal and the urge to urinate.",
|
||||
"etypeId": 5,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -500,7 +500,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 145,
|
||||
"name": "チェルンの指輪",
|
||||
"name": "Chern's Ring",
|
||||
"note": "",
|
||||
"params": [
|
||||
100,
|
||||
|
|
@ -517,7 +517,7 @@
|
|||
{
|
||||
"id": 18,
|
||||
"atypeId": 1,
|
||||
"description": "ゴブリンを殲滅した者だけが装備できると言われる兜。\n装備すると先制攻撃率がアップする。",
|
||||
"description": "A helmet said to be wearable only by those who have exterminated\ngoblins. Equipping it increases the chance of preemptive attacks.",
|
||||
"etypeId": 3,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -532,7 +532,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 132,
|
||||
"name": "ゴブリン殺しの兜",
|
||||
"name": "Goblin Slayer's Helmet",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -576,7 +576,7 @@
|
|||
{
|
||||
"id": 20,
|
||||
"atypeId": 2,
|
||||
"description": "魔法使いが被る帽子。",
|
||||
"description": "A hat worn by magicians.",
|
||||
"etypeId": 3,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -586,7 +586,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 133,
|
||||
"name": "魔法使いの帽子",
|
||||
"name": "Wizard's Hat",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -603,7 +603,7 @@
|
|||
{
|
||||
"id": 21,
|
||||
"atypeId": 2,
|
||||
"description": "賢者が被る帽子。\n被るととても心が落ち着く・・・ふぅ。",
|
||||
"description": "A hat worn by sages. Wearing it makes one feel very calm... Phew.",
|
||||
"etypeId": 3,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -613,7 +613,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 133,
|
||||
"name": "賢者の帽子",
|
||||
"name": "Sage's Hat",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -630,7 +630,7 @@
|
|||
{
|
||||
"id": 22,
|
||||
"atypeId": 2,
|
||||
"description": "メイドの息吹を感じるカチューシャ。\n付けるとMP(メイドポイント)が上昇する。",
|
||||
"description": "A headband that carries the breath of a maid. Wearing it increases MP\n(Maid Points).",
|
||||
"etypeId": 3,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -640,7 +640,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 149,
|
||||
"name": "メイドさんのカチューシャ",
|
||||
"name": "Maid's Headband",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -657,7 +657,7 @@
|
|||
{
|
||||
"id": 23,
|
||||
"atypeId": 1,
|
||||
"description": "不思議な加護を受けた可愛いウサギのアクセサリーが\n付いている帽子。防御だけでなく俊敏性も上がる。",
|
||||
"description": "A hat with a cute rabbit accessory that has received a mysterious\nblessing. It increases not only defense but also agility.",
|
||||
"etypeId": 3,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -667,7 +667,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 130,
|
||||
"name": "ウサギの帽子",
|
||||
"name": "Rabbit Hat",
|
||||
"note": "",
|
||||
"params": [
|
||||
150,
|
||||
|
|
@ -684,7 +684,7 @@
|
|||
{
|
||||
"id": 24,
|
||||
"atypeId": 2,
|
||||
"description": "聖女に選ばれし乙女が被る事が出来る冠。\n様々な加護がかけられているらしい。",
|
||||
"description": "A crown that can be worn by maidens chosen as saints. It seems to have\nvarious blessings cast upon it.",
|
||||
"etypeId": 3,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -694,7 +694,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 134,
|
||||
"name": "聖女の冠",
|
||||
"name": "Holy Woman's Tiara",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -738,7 +738,7 @@
|
|||
{
|
||||
"id": 26,
|
||||
"atypeId": 1,
|
||||
"description": "水着の上にワイシャツを羽織るという透き通る世界観を\n感じさせる巷で流行の服。何故か攻撃が当たらなくなる。",
|
||||
"description": "Fashionable clothes that give off a transparent worldview by wearing a\nshirt over a swimsuit. Somehow, attacks just miss.",
|
||||
"etypeId": 4,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -748,7 +748,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 135,
|
||||
"name": "水着ワイシャツ",
|
||||
"name": "Swimsuit Dress Shirt",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -819,7 +819,7 @@
|
|||
{
|
||||
"id": 29,
|
||||
"atypeId": 1,
|
||||
"description": "クソデカウサギがプリントされている。一緒に歩くのは遠慮\nしたいが謎の加護のおかげで防御力が凄く上がる。",
|
||||
"description": "Printed with a huge rabbit. I'd rather not walk around with it, but\nsome mysterious blessing greatly increases defense.",
|
||||
"etypeId": 4,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -829,7 +829,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 135,
|
||||
"name": "ウサギの服",
|
||||
"name": "Rabbit Clothes",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -846,7 +846,7 @@
|
|||
{
|
||||
"id": 30,
|
||||
"atypeId": 1,
|
||||
"description": "全国のお母さんに人気の服屋で売っているお買い得な服。",
|
||||
"description": "Cost-effective clothes sold at a popular store among mothers\nnationwide.",
|
||||
"etypeId": 4,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -856,7 +856,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 135,
|
||||
"name": "しまむーの服",
|
||||
"name": "Striped Clothes",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -873,7 +873,7 @@
|
|||
{
|
||||
"id": 31,
|
||||
"atypeId": 2,
|
||||
"description": "聖職者が身に着けている立派なローブ。\n防御と魔法防御だけでなく魔法力も上がるぞ!",
|
||||
"description": "A splendid robe worn by clergy members. It increases not only defense\nand magic defense but also magic power!",
|
||||
"etypeId": 4,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -883,7 +883,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 139,
|
||||
"name": "聖職者のローブ",
|
||||
"name": "Cleric's Robe",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -900,7 +900,7 @@
|
|||
{
|
||||
"id": 32,
|
||||
"atypeId": 2,
|
||||
"description": "聖女に選ばれし乙女が被る事が出来るローブ。\n状態異常、混乱を防ぐ効果がある。",
|
||||
"description": "A robe that can be worn by maidens chosen as saints. It has effects\nthat prevent status abnormalities and confusion.",
|
||||
"etypeId": 4,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -915,7 +915,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 139,
|
||||
"name": "聖女のローブ",
|
||||
"name": "Holy Woman's Robe",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -1121,7 +1121,7 @@
|
|||
{
|
||||
"id": 40,
|
||||
"atypeId": 1,
|
||||
"description": "ウマの女の子のキャラクターが付いてるキーホルダー。\n装備すると足が早くなりそう。",
|
||||
"description": "A keychain with a character of a horse girl on it. Equipping it seems\nto make you run faster.",
|
||||
"etypeId": 5,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -1131,7 +1131,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 148,
|
||||
"name": "おウマのキーホルダー",
|
||||
"name": "Horse Keychain",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
|
|
@ -1148,7 +1148,7 @@
|
|||
{
|
||||
"id": 41,
|
||||
"atypeId": 1,
|
||||
"description": "ウタゲの村に代々伝わる伝説のキーホルダー。\n宴好きのおばさんが付けていたとか何とか・・・。",
|
||||
"description": "A legendary keychain passed down in the village of Utage. It was said\nto be worn by a party-loving auntie or something...",
|
||||
"etypeId": 5,
|
||||
"traits": [
|
||||
{
|
||||
|
|
@ -1158,7 +1158,7 @@
|
|||
}
|
||||
],
|
||||
"iconIndex": 148,
|
||||
"name": "ウタゲのキーホルダー",
|
||||
"name": "Songbird Keychain",
|
||||
"note": "",
|
||||
"params": [
|
||||
500,
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
"skillId": 10
|
||||
}
|
||||
],
|
||||
"name": "勇者",
|
||||
"name": "Hero",
|
||||
"note": "",
|
||||
"params": [
|
||||
[
|
||||
|
|
@ -954,7 +954,7 @@
|
|||
}
|
||||
],
|
||||
"learnings": [],
|
||||
"name": "戦士",
|
||||
"name": "Warrior",
|
||||
"note": "",
|
||||
"params": [
|
||||
[
|
||||
|
|
@ -1832,7 +1832,7 @@
|
|||
"skillId": 9
|
||||
}
|
||||
],
|
||||
"name": "魔術師",
|
||||
"name": "Magician",
|
||||
"note": "",
|
||||
"params": [
|
||||
[
|
||||
|
|
@ -2710,7 +2710,7 @@
|
|||
"skillId": 8
|
||||
}
|
||||
],
|
||||
"name": "僧侶",
|
||||
"name": "Priest",
|
||||
"note": "",
|
||||
"params": [
|
||||
[
|
||||
|
|
@ -3613,7 +3613,7 @@
|
|||
"skillId": 45
|
||||
}
|
||||
],
|
||||
"name": "メスガキ",
|
||||
"name": "Bratty Girl",
|
||||
"note": "",
|
||||
"params": [
|
||||
[
|
||||
|
|
@ -4531,7 +4531,7 @@
|
|||
"skillId": 49
|
||||
}
|
||||
],
|
||||
"name": "豊満聖女",
|
||||
"name": "Buxom Saintess",
|
||||
"note": "",
|
||||
"params": [
|
||||
[
|
||||
|
|
@ -5434,7 +5434,7 @@
|
|||
"skillId": 45
|
||||
}
|
||||
],
|
||||
"name": "性奴隷",
|
||||
"name": "Sex Slave",
|
||||
"note": "",
|
||||
"params": [
|
||||
[
|
||||
|
|
@ -6352,7 +6352,7 @@
|
|||
"skillId": 49
|
||||
}
|
||||
],
|
||||
"name": "性奴隷",
|
||||
"name": "Sex Slave",
|
||||
"note": "",
|
||||
"params": [
|
||||
[
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -61,7 +61,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 300,
|
||||
"name": "こうもり",
|
||||
"name": "Bat",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
60,
|
||||
|
|
@ -142,7 +142,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 300,
|
||||
"name": "スライム",
|
||||
"name": "Slime",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
70,
|
||||
|
|
@ -211,7 +211,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 300,
|
||||
"name": "オーク",
|
||||
"name": "Orc",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
200,
|
||||
|
|
@ -280,7 +280,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 400,
|
||||
"name": "ミノタウロス",
|
||||
"name": "Minotaur",
|
||||
"note": "<PosY:360>\n",
|
||||
"params": [
|
||||
250,
|
||||
|
|
@ -373,7 +373,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 1200,
|
||||
"name": "ゴロツキ",
|
||||
"name": "Hoodlum",
|
||||
"note": "<PosX:220>\n<PosY:320>",
|
||||
"params": [
|
||||
350,
|
||||
|
|
@ -476,7 +476,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 1,
|
||||
"name": "怒り狂った孫",
|
||||
"name": "Enraged Grandson",
|
||||
"note": "<PosX:220>\n<PosY:340>",
|
||||
"params": [
|
||||
3980,
|
||||
|
|
@ -557,7 +557,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 2000,
|
||||
"name": "ゴロツキのボス",
|
||||
"name": "Hoodlum Boss",
|
||||
"note": "<PosX:220>\n<PosY:340>",
|
||||
"params": [
|
||||
800,
|
||||
|
|
@ -633,7 +633,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 2000,
|
||||
"name": "薄汚いオーク君",
|
||||
"name": "Filthy Orc-kun",
|
||||
"note": "<PosX:220>\n<PosY:340>\n",
|
||||
"params": [
|
||||
700,
|
||||
|
|
@ -702,7 +702,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 300,
|
||||
"name": "ノヅチ",
|
||||
"name": "Nozuchi",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
50,
|
||||
|
|
@ -783,7 +783,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 300,
|
||||
"name": "ゴースト",
|
||||
"name": "Ghost",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
70,
|
||||
|
|
@ -852,7 +852,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 300,
|
||||
"name": "ジグモ",
|
||||
"name": "Jigumo",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
85,
|
||||
|
|
@ -926,7 +926,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 550,
|
||||
"name": "モリの精",
|
||||
"name": "Forest Spirit",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
100,
|
||||
|
|
@ -993,7 +993,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 400,
|
||||
"name": "血吸いフラワー",
|
||||
"name": "Bloodsucking Flower",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
120,
|
||||
|
|
@ -1069,7 +1069,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 2500,
|
||||
"name": "ぬめぬめぬめぬ",
|
||||
"name": "Slimey Slimey Slimey",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
1200,
|
||||
|
|
@ -1145,7 +1145,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 1000,
|
||||
"name": "泥棒",
|
||||
"name": "Thief",
|
||||
"note": "<PosX:220>\n<PosY:340>",
|
||||
"params": [
|
||||
300,
|
||||
|
|
@ -1214,7 +1214,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 800,
|
||||
"name": "ワーウルフ",
|
||||
"name": "Werewolf",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
220,
|
||||
|
|
@ -1283,7 +1283,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 800,
|
||||
"name": "火の玉",
|
||||
"name": "Fireball",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
130,
|
||||
|
|
@ -1364,7 +1364,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 800,
|
||||
"name": "インプ",
|
||||
"name": "Imp",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
220,
|
||||
|
|
@ -1454,7 +1454,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 3000,
|
||||
"name": "学びを得たオーク君",
|
||||
"name": "Orc-kun with Knowledge",
|
||||
"note": "<PosX:220>\n<PosY:340>",
|
||||
"params": [
|
||||
1600,
|
||||
|
|
@ -1516,7 +1516,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 0,
|
||||
"name": "経験値スライム",
|
||||
"name": "EXP Slime",
|
||||
"note": "",
|
||||
"params": [
|
||||
1,
|
||||
|
|
@ -1592,7 +1592,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 3000,
|
||||
"name": "野獣",
|
||||
"name": "Wild Beast",
|
||||
"note": "<PosX:220>\n<PosY:340>",
|
||||
"params": [
|
||||
1500,
|
||||
|
|
@ -1668,7 +1668,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 600,
|
||||
"name": "おケツほじりスライム",
|
||||
"name": "Butt-Digging Slime",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
240,
|
||||
|
|
@ -1725,7 +1725,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 0,
|
||||
"name": "素敵な仲間",
|
||||
"name": "Lovely Companion",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
1,
|
||||
|
|
@ -1782,7 +1782,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 0,
|
||||
"name": "素敵な仲間",
|
||||
"name": "Lovely Companion",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
1,
|
||||
|
|
@ -1839,7 +1839,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 0,
|
||||
"name": "素敵な仲間(金)",
|
||||
"name": "Lovely Companion (Gold)",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
1,
|
||||
|
|
@ -1915,7 +1915,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 4000,
|
||||
"name": "キングおケツほじりスライム",
|
||||
"name": "King Butt-Digging Slime",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
1200,
|
||||
|
|
@ -1991,7 +1991,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 4000,
|
||||
"name": "帰ってきたぬめぬめぬめぬ",
|
||||
"name": "Return of the Slimey Slimey Slimey",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
1600,
|
||||
|
|
@ -2072,7 +2072,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 1300,
|
||||
"name": "スラまる",
|
||||
"name": "Slamaru",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
800,
|
||||
|
|
@ -2148,7 +2148,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 2000,
|
||||
"name": "ゴレちん",
|
||||
"name": "Gorechin",
|
||||
"note": "\n",
|
||||
"params": [
|
||||
1300,
|
||||
|
|
@ -2229,7 +2229,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 1500,
|
||||
"name": "ホネきち",
|
||||
"name": "Honekichi",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
600,
|
||||
|
|
@ -2305,7 +2305,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 2000,
|
||||
"name": "怪しい研究員",
|
||||
"name": "Suspicious Researcher",
|
||||
"note": "<PosX:230>\n<PosY:340>",
|
||||
"params": [
|
||||
1400,
|
||||
|
|
@ -2388,7 +2388,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 4000,
|
||||
"name": "キマイラーン",
|
||||
"name": "Chimaeran",
|
||||
"note": "<PosX:260>\n<PosY:400>",
|
||||
"params": [
|
||||
2500,
|
||||
|
|
@ -2457,7 +2457,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 10000,
|
||||
"name": "経験値スライム",
|
||||
"name": "EXP Slime",
|
||||
"note": "",
|
||||
"params": [
|
||||
1000,
|
||||
|
|
@ -2519,7 +2519,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 800,
|
||||
"name": "ゴブリン",
|
||||
"name": "Goblin",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
230,
|
||||
|
|
@ -2581,7 +2581,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 900,
|
||||
"name": "ゴブリン兵士",
|
||||
"name": "Goblin Soldier",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
250,
|
||||
|
|
@ -2650,7 +2650,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 900,
|
||||
"name": "ゴブリンライダー",
|
||||
"name": "Goblin Rider",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
290,
|
||||
|
|
@ -2733,7 +2733,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 3000,
|
||||
"name": "ゴブリンシャーマン",
|
||||
"name": "Goblin Shaman",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
1000,
|
||||
|
|
@ -2814,7 +2814,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 4000,
|
||||
"name": "地獄からの使者",
|
||||
"name": "Messenger from Hell",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
3000,
|
||||
|
|
@ -2883,7 +2883,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 700,
|
||||
"name": "じむぐり",
|
||||
"name": "Jimguri",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
300,
|
||||
|
|
@ -2964,7 +2964,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 700,
|
||||
"name": "生き血を啜るフラワー",
|
||||
"name": "Blood-Sipping Flower",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
400,
|
||||
|
|
@ -3033,7 +3033,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 900,
|
||||
"name": "くさったゾンビ",
|
||||
"name": "Rotten Zombie",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
550,
|
||||
|
|
@ -3116,7 +3116,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 4000,
|
||||
"name": "マミー",
|
||||
"name": "Mummy",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
3300,
|
||||
|
|
@ -3199,7 +3199,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 4000,
|
||||
"name": "サキュ子",
|
||||
"name": "Succubus",
|
||||
"note": "<PosX:220>\n<PosY:370>",
|
||||
"params": [
|
||||
3200,
|
||||
|
|
@ -3282,7 +3282,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 4000,
|
||||
"name": "覚悟したオーク君",
|
||||
"name": "Resolved Orc-kun",
|
||||
"note": "<PosX:220>\n<PosY:340>",
|
||||
"params": [
|
||||
3600,
|
||||
|
|
@ -3358,7 +3358,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 4000,
|
||||
"name": "ミミック",
|
||||
"name": "Mimic",
|
||||
"note": "<PosX:220>\n<PosY:340>",
|
||||
"params": [
|
||||
3600,
|
||||
|
|
@ -3485,7 +3485,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 0,
|
||||
"name": "護衛兵",
|
||||
"name": "Guard",
|
||||
"note": "<PosY:350>",
|
||||
"params": [
|
||||
999999,
|
||||
|
|
@ -3554,7 +3554,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 1000,
|
||||
"name": "冒険者A",
|
||||
"name": "Adventurer A",
|
||||
"note": "\n",
|
||||
"params": [
|
||||
1800,
|
||||
|
|
@ -3616,7 +3616,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 1000,
|
||||
"name": "冒険者B",
|
||||
"name": "Adventurer B",
|
||||
"note": "",
|
||||
"params": [
|
||||
1500,
|
||||
|
|
@ -3685,7 +3685,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 1000,
|
||||
"name": "冒険者C",
|
||||
"name": "Adventurer C",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
600,
|
||||
|
|
@ -3747,7 +3747,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 1000,
|
||||
"name": "冒険者D",
|
||||
"name": "Adventurer D",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
600,
|
||||
|
|
@ -3809,7 +3809,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 1000,
|
||||
"name": "冒険者E",
|
||||
"name": "Adventurer E",
|
||||
"note": "<PosY:350>\n<PosX:680>",
|
||||
"params": [
|
||||
900,
|
||||
|
|
@ -3871,7 +3871,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 1000,
|
||||
"name": "冒険者F",
|
||||
"name": "Adventurer F",
|
||||
"note": "\n",
|
||||
"params": [
|
||||
1000,
|
||||
|
|
@ -3954,7 +3954,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 5000,
|
||||
"name": "半魚人",
|
||||
"name": "Mermaid Man",
|
||||
"note": "<PosX:220>\n<PosY:370>",
|
||||
"params": [
|
||||
3200,
|
||||
|
|
@ -4030,7 +4030,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 5000,
|
||||
"name": "ウマ男",
|
||||
"name": "Horse Man",
|
||||
"note": "<PosX:220>\n<PosY:370>",
|
||||
"params": [
|
||||
3200,
|
||||
|
|
@ -4128,7 +4128,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 30000,
|
||||
"name": "クソ女神",
|
||||
"name": "Crappy Goddess",
|
||||
"note": "",
|
||||
"params": [
|
||||
5000,
|
||||
|
|
@ -4190,7 +4190,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 1000,
|
||||
"name": "邪神ちゃん",
|
||||
"name": "Evil God-chan",
|
||||
"note": "",
|
||||
"params": [
|
||||
600,
|
||||
|
|
@ -4247,7 +4247,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 0,
|
||||
"name": "素敵な仲間",
|
||||
"name": "Wonderful Companion",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
1,
|
||||
|
|
@ -4304,7 +4304,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 0,
|
||||
"name": "素敵な仲間",
|
||||
"name": "Wonderful Companion",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
1,
|
||||
|
|
@ -4361,7 +4361,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 0,
|
||||
"name": "素敵な仲間(金)",
|
||||
"name": "Wonderful Companion (Gold)",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
1,
|
||||
|
|
@ -4423,7 +4423,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 1000,
|
||||
"name": "怨念がおんねん",
|
||||
"name": "Grudge Spirit",
|
||||
"note": "<PosY:350>\n",
|
||||
"params": [
|
||||
600,
|
||||
|
|
@ -4495,7 +4495,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 30000,
|
||||
"name": "兄者",
|
||||
"name": "Elder brother",
|
||||
"note": "<PosX:160>\n<PosY:370>",
|
||||
"params": [
|
||||
3000,
|
||||
|
|
@ -4581,7 +4581,7 @@
|
|||
}
|
||||
],
|
||||
"gold": 30000,
|
||||
"name": "弟者",
|
||||
"name": "Younger brother",
|
||||
"note": "<PosX:360>\n<PosY:370>",
|
||||
"params": [
|
||||
4500,
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "HPを500回復出来る。",
|
||||
"description": "Restores 500 HP.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 11,
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 176,
|
||||
"itypeId": 1,
|
||||
"name": "ポーション",
|
||||
"name": "Potion",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 50,
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "MPを200回復出来る。",
|
||||
"description": "Restores 200 MP.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 12,
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 176,
|
||||
"itypeId": 1,
|
||||
"name": "マジックウォーター",
|
||||
"name": "Magic Water",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 50,
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "尿意以外の全ての状態異常を解除出来る。",
|
||||
"description": "Can cure all status abnormalities except the need to urinate.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 22,
|
||||
|
|
@ -143,7 +143,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 176,
|
||||
"itypeId": 1,
|
||||
"name": "ディスペルハーブ",
|
||||
"name": "Dispel Herb",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 50,
|
||||
|
|
@ -164,7 +164,7 @@
|
|||
"type": 3,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "女神の力が宿った不思議な石。\n戦闘不能から味方単体を復活出来る。",
|
||||
"description": "A mysterious stone imbued with the power of a goddess. Can revive a\nsingle ally from incapacitation.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 22,
|
||||
|
|
@ -176,7 +176,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 176,
|
||||
"itypeId": 1,
|
||||
"name": "女神の魔石",
|
||||
"name": "Goddess's Magic Stone",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 3000,
|
||||
|
|
@ -197,7 +197,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "この先の戦闘は、負けると回想が始まってしまいます。\nだから負ける必要があったんですね。使うと戦闘不能になる。",
|
||||
"description": "The upcoming battle will trigger a recollection if lost. That's why it\nwas necessary to lose. Using it will result in incapacitation.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 21,
|
||||
|
|
@ -209,7 +209,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 314,
|
||||
"itypeId": 1,
|
||||
"name": "メメガンテコイン",
|
||||
"name": "Memegan Coin",
|
||||
"note": "",
|
||||
"occasion": 1,
|
||||
"price": 0,
|
||||
|
|
@ -230,12 +230,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "盗まれた魔道書。\n早く届けてあげよう。",
|
||||
"description": "A stolen grimoire. Better deliver it quickly.",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 186,
|
||||
"itypeId": 2,
|
||||
"name": "盗まれた魔道書",
|
||||
"name": "Stolen Grimoire",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
|
|
@ -256,7 +256,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "HPを800回復出来る。",
|
||||
"description": "Restores 800 HP.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 11,
|
||||
|
|
@ -268,7 +268,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 176,
|
||||
"itypeId": 1,
|
||||
"name": "ハイポーション",
|
||||
"name": "High Potion",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 200,
|
||||
|
|
@ -289,12 +289,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "鋼の石。高く売れる売却用アイテム。",
|
||||
"description": "A stone of steel. An item for selling that can be sold at a high\nprice.",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 160,
|
||||
"itypeId": 1,
|
||||
"name": "鋼の石",
|
||||
"name": "Steel Stone",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 15000,
|
||||
|
|
@ -315,7 +315,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "使うとウタゲの村にワープ出来る。\n何度でも使える便利なアイテム。",
|
||||
"description": "Allows you to warp to Utage Village. A convenient item that can be\nused multiple times.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 44,
|
||||
|
|
@ -327,7 +327,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 297,
|
||||
"itypeId": 2,
|
||||
"name": "ウタゲのツバサ",
|
||||
"name": "Utage's Wing",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 0,
|
||||
|
|
@ -348,7 +348,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "ウタゲ食堂のコーヒー、とっても美味しいと評判。\n味方全体のHP400回復出来る。たまにおしっこがしたくなる。",
|
||||
"description": "Utage Diner's coffee, famous for being very delicious. Restores 400 HP\nfor the entire party. Sometimes makes you want to pee.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 11,
|
||||
|
|
@ -372,7 +372,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 226,
|
||||
"itypeId": 1,
|
||||
"name": "ウタゲコーヒー",
|
||||
"name": "Utage Coffee",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 200,
|
||||
|
|
@ -393,7 +393,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "ウタゲ食堂の看板メニュー。ツチノコと言われているが\n何の肉なのかは誰も知らない。味方単体のHP1000回復出来る。",
|
||||
"description": "Utage Diner's signature dish. Said to be Tsuchinoko, but no one knows\nwhat kind of meat it is. Restores 1000 HP for a single ally.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 11,
|
||||
|
|
@ -405,7 +405,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 259,
|
||||
"itypeId": 1,
|
||||
"name": "ツチノコステーキ",
|
||||
"name": "Tsuchinoko Steak",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 300,
|
||||
|
|
@ -426,7 +426,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "ウタゲ食堂のデザート。たまに動く事以外の見た目は\n完全にわらび餅。味方全体の状態異常を解除出来る。",
|
||||
"description": "Utage Diner's dessert. Aside from occasionally moving, it looks\nexactly like warabi mochi. Can cure the entire party's status\nabnormalities.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 22,
|
||||
|
|
@ -492,7 +492,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 267,
|
||||
"itypeId": 1,
|
||||
"name": "スライムわらび餅",
|
||||
"name": "Slime Warabimochi",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 250,
|
||||
|
|
@ -513,7 +513,7 @@
|
|||
"type": 1,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "ウタゲ食堂の兵器。ずっしりとした重みがある。\n敵に使ってみると・・・?",
|
||||
"description": "Utage Diner's weapon. It has a significant weight to it. What happens\nif used on an enemy...?",
|
||||
"effects": [
|
||||
{
|
||||
"code": 11,
|
||||
|
|
@ -525,7 +525,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 196,
|
||||
"itypeId": 1,
|
||||
"name": "魔物ぎっしりクッキー☆",
|
||||
"name": "Monster-packed Cookie☆",
|
||||
"note": "",
|
||||
"occasion": 1,
|
||||
"price": 200,
|
||||
|
|
@ -546,12 +546,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "迷子の犬、ポチ。チンチンが得意。\n飼い主の男の子の元に連れて行ってあげよう。",
|
||||
"description": "A lost dog, Pochi. Good at playing fetch. Take him back to his boy\nowner.",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 160,
|
||||
"itypeId": 2,
|
||||
"name": "迷子の犬",
|
||||
"name": "Stray Dog",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
|
|
@ -572,7 +572,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "女神の力が宿った不思議な石の欠片。\n戦闘不能から味方単体を体力僅かで復活出来る。",
|
||||
"description": "A fragment of a mysterious stone imbued with the power of a goddess.\nCan revive a single ally from incapacitation with little health.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 22,
|
||||
|
|
@ -590,7 +590,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 176,
|
||||
"itypeId": 1,
|
||||
"name": "女神の魔石の欠片",
|
||||
"name": "Fragment of Goddess's Magic Stone",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 300,
|
||||
|
|
@ -611,12 +611,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "避妊が出来る大事なアイテム。(今作では使い道はない)\nちゃんと付けてもらわないと孕んじゃうかも・・・。",
|
||||
"description": "An important item for contraception. (No use for it in this game)\nBetter wear it properly or you might get pregnant...",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 84,
|
||||
"itypeId": 1,
|
||||
"name": "未使用のコンドーム",
|
||||
"name": "Unused Condom",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 300,
|
||||
|
|
@ -637,7 +637,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "タップタプに精液が詰まったコンドーム。\n使い道はあなた次第・・・♥",
|
||||
"description": "A condom filled with tap-tap semen. Its use is up to you...♥",
|
||||
"effects": [
|
||||
{
|
||||
"code": 12,
|
||||
|
|
@ -655,7 +655,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 84,
|
||||
"itypeId": 1,
|
||||
"name": "使用済みコンドーム",
|
||||
"name": "Used Condom",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 0,
|
||||
|
|
@ -676,7 +676,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "謎の果汁が1%だけ入っているジュース。安さの代償に味は\n相応の物となっている。飲むとおしっこがしたくなる。",
|
||||
"description": "A juice with only 1% mysterious fruit juice in it. The taste is as\ncheap as its price. Drinking it makes you want to pee.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 11,
|
||||
|
|
@ -700,7 +700,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 226,
|
||||
"itypeId": 1,
|
||||
"name": "安物のジュース",
|
||||
"name": "Cheap Juice",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 50,
|
||||
|
|
@ -721,7 +721,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "黄色くしゅわしゅわ泡立つ飲み物。飲み過ぎるとトイレが\n近くなるので注意。体力を800回復する。",
|
||||
"description": "A yellow, fizzy, bubbly drink. Be careful not to drink too much as it\nwill make you go to the toilet more often. Restores 800 HP.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 11,
|
||||
|
|
@ -745,7 +745,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 226,
|
||||
"itypeId": 1,
|
||||
"name": "麦しゅわ",
|
||||
"name": "Wheat Fizz",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 200,
|
||||
|
|
@ -766,12 +766,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "ガチャのハズレ。\n集めるとアイテムと交換出来る。",
|
||||
"description": "A dud from the gacha. Collect them to exchange for items.",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 160,
|
||||
"itypeId": 2,
|
||||
"name": "女神の小石",
|
||||
"name": "Goddess's Pebble",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
|
|
@ -792,7 +792,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "ぬめぬめぬめぬから分泌されるもの凄いぬめぬめした汁。\n何かに役立つかも・・・?",
|
||||
"description": "An incredibly slimy juice secreted by the slimy slimy slimy. It might\nbe useful for something...?",
|
||||
"effects": [
|
||||
{
|
||||
"code": 21,
|
||||
|
|
@ -804,7 +804,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 228,
|
||||
"itypeId": 1,
|
||||
"name": "ぬめぬめ汁",
|
||||
"name": "Slippery Juice",
|
||||
"note": "",
|
||||
"occasion": 1,
|
||||
"price": 10,
|
||||
|
|
@ -825,7 +825,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "使うとチェルン村にワープ出来る。\n何度でも使える便利なアイテム。",
|
||||
"description": "Allows you to warp to Chern Village. A convenient item that can be\nused multiple times.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 44,
|
||||
|
|
@ -837,7 +837,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 297,
|
||||
"itypeId": 2,
|
||||
"name": "チェルンのツバサ",
|
||||
"name": "Chern's Wing",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 0,
|
||||
|
|
@ -858,7 +858,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "スラムの酒場看板メニュー。どでかい人参を丸々突き刺した\n迫力あるステーキ。味方単体のHP3000回復出来る。",
|
||||
"description": "Slum tavern's signature menu item. A steak with an impressive whole\ncarrot stuck in it. Restores 3000 HP for a single ally.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 11,
|
||||
|
|
@ -870,7 +870,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 256,
|
||||
"itypeId": 1,
|
||||
"name": "にんじんステーキ",
|
||||
"name": "Carrot Steak",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 800,
|
||||
|
|
@ -891,7 +891,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "スラムの酒場の焼きそば。男らしい豪快な大盛メニュー。\n味方全体のHPを1000回復出来る。",
|
||||
"description": "Slum tavern's yakisoba. A manly, hearty, large serving menu item.\nRestores 1000 HP for the entire party.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 11,
|
||||
|
|
@ -903,7 +903,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 226,
|
||||
"itypeId": 1,
|
||||
"name": "焼きそば",
|
||||
"name": "Fried Noodles",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 600,
|
||||
|
|
@ -924,7 +924,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "煎じて飲むと二人の淫乱度が上がる。\nこんなの飲む人いない・・・よね?",
|
||||
"description": "Brew and drink to increase the lewdness of two people. No one would\ndrink this... right?",
|
||||
"effects": [
|
||||
{
|
||||
"code": 44,
|
||||
|
|
@ -936,7 +936,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 183,
|
||||
"itypeId": 1,
|
||||
"name": "インラン草",
|
||||
"name": "Lewd Grass",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 0,
|
||||
|
|
@ -957,7 +957,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "煎じて飲むと二人の淫乱度が下がる。\n健全なボクちゃんも可愛いよ!",
|
||||
"description": "Brew and drink to decrease the lewdness of two people. A pure-hearted\nboy is also cute!",
|
||||
"effects": [
|
||||
{
|
||||
"code": 44,
|
||||
|
|
@ -969,7 +969,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 183,
|
||||
"itypeId": 1,
|
||||
"name": "ケンゼン草",
|
||||
"name": "Healthy Grass",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 1000,
|
||||
|
|
@ -990,12 +990,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "色んなおもちゃが入ってるえっちなセット。\n発情状態なら自宅で1人エッチが出来るようになる。",
|
||||
"description": "A naughty set filled with various toys. If in heat, you can masturbate\nalone at home.",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 84,
|
||||
"itypeId": 2,
|
||||
"name": "大人のおもちゃセット",
|
||||
"name": "Adult Toy Set",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 10000,
|
||||
|
|
@ -1016,12 +1016,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "馬の大好物のニンジン。\n食べると馬がぴょんぴょんする美味しさらしい。",
|
||||
"description": "A carrot that horses love very much. Eating it makes horses jump\naround with joy.",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 256,
|
||||
"itypeId": 2,
|
||||
"name": "ニンジン",
|
||||
"name": "Carrot",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
|
|
@ -1042,12 +1042,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "色んな水着が楽しめるお得なセット。\nスク水から際どい水着まで楽しめる。",
|
||||
"description": "A set that lets you enjoy various swimsuits. From school swimsuits to\ndaring bikinis.",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 84,
|
||||
"itypeId": 2,
|
||||
"name": "水着セット",
|
||||
"name": "Swimsuit Set",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 10000,
|
||||
|
|
@ -1068,12 +1068,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "2人で遊んでたら見つけた綺麗な貝殻。売却すると高く売れる\nけど一夏の思い出を本当に売るんですか・・・?",
|
||||
"description": "A beautiful shell found while playing together. It can be sold for a\nhigh price, but do you really want to sell your summer memories...?",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 315,
|
||||
"itypeId": 1,
|
||||
"name": "綺麗な貝殻",
|
||||
"name": "Pretty Shell",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 6000,
|
||||
|
|
@ -1094,12 +1094,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "小さな男の子の精液。魔法の素材になるらしい・・・。",
|
||||
"description": "The semen of a young boy. Seems to be an ingredient for magic...",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 84,
|
||||
"itypeId": 2,
|
||||
"name": "ショタの精液",
|
||||
"name": "Shota's Semen",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 10000,
|
||||
|
|
@ -1120,12 +1120,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "依頼名 「帰ってきたぬめぬめぬめぬ」\n討伐対象 「ぬめぬめぬめぬ」 場所「鉱山跡」",
|
||||
"description": "Request name \"The Return of the Slimy Slimy Slimy\" Target \"Slimy Slimy\nSlimy\" Location \"Mine Ruins\"",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 79,
|
||||
"itypeId": 2,
|
||||
"name": "討伐任務引き受け依頼書1",
|
||||
"name": "Subjugation Task Acceptance Request 1",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
|
|
@ -1146,12 +1146,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "依頼名 「怪しい研究所を調査せよ」\n討伐対象 「??????」 場所「コチヌカシティ」",
|
||||
"description": "Request name \"Investigate the Suspicious Laboratory\" Target \"?????\"\nLocation \"Kochinukacity\"",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 79,
|
||||
"itypeId": 2,
|
||||
"name": "討伐任務引き受け依頼書2",
|
||||
"name": "Subjugation Task Acceptance Request 2",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
|
|
@ -1172,12 +1172,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "依頼名 「ゴブリンに攫われた村人を救出せよ」\n討伐対象 「ゴブリン」 場所「鉱山跡」",
|
||||
"description": "Request name \"Rescue the Villagers Kidnapped by Goblins\" Target\n\"Goblin\" Location \"Mine Ruins\"",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 79,
|
||||
"itypeId": 2,
|
||||
"name": "討伐任務引き受け依頼書3",
|
||||
"name": "Subjugation Task Acceptance Request 3",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
|
|
@ -1198,12 +1198,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "依頼名 「サキュバスに気を付けろ」\n討伐対象 「サキュバス」 場所「南西の廃墟」",
|
||||
"description": "Request name \"Beware of the Succubus\" Target \"Succubus\" Location\n\"Southwest Ruins\"",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 79,
|
||||
"itypeId": 2,
|
||||
"name": "討伐任務引き受け依頼書4",
|
||||
"name": "Subjugation Task Acceptance Request 4",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
|
|
@ -1224,7 +1224,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "エッチな気分になれる大人のお薬♥\nお家でオナニーがしたい時に使うのがおすすめ。",
|
||||
"description": "An adult medicine that gets you in the mood for sex♥ Recommended for\nwhen you want to masturbate at home.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 21,
|
||||
|
|
@ -1236,7 +1236,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 84,
|
||||
"itypeId": 1,
|
||||
"name": "媚薬",
|
||||
"name": "Aphrodisiac",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 500,
|
||||
|
|
@ -1257,7 +1257,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "魔物がいるマップで使用するとエンカウント出来る。\n魔物がいないマップで使用しても効果はないぞ!",
|
||||
"description": "When used on a map with monsters, it allows you to encounter them. No\neffect on maps without monsters!",
|
||||
"effects": [
|
||||
{
|
||||
"code": 44,
|
||||
|
|
@ -1269,7 +1269,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 5,
|
||||
"itypeId": 2,
|
||||
"name": "エンカウンター",
|
||||
"name": "Encounter",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 0,
|
||||
|
|
@ -1290,7 +1290,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "使ってみてのお楽しみ。(1つあれば十分)",
|
||||
"description": "A surprise when used. (One is enough)",
|
||||
"effects": [
|
||||
{
|
||||
"code": 44,
|
||||
|
|
@ -1323,7 +1323,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "使うと透き通る世界観になりエロステータスをリセット\n出来る健全なアイテム。えっちなのはダメ!死刑!!",
|
||||
"description": "Using it turns the world transparent and resets your Ero Status, a\nwholesome item. Naughty things are bad! Death penalty!!",
|
||||
"effects": [
|
||||
{
|
||||
"code": 44,
|
||||
|
|
@ -1335,7 +1335,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 7,
|
||||
"itypeId": 2,
|
||||
"name": "透き通る世界観",
|
||||
"name": "Transparent Worldview",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 0,
|
||||
|
|
@ -1356,7 +1356,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "使い捨てのトイレ。使用すれば尿意を解消できるぞ!\n尿意がなくても使えるが無駄遣い厳禁!",
|
||||
"description": "A disposable toilet. Use it to relieve the urge to urinate! Can be\nused even without the need, but don't waste it!",
|
||||
"effects": [
|
||||
{
|
||||
"code": 22,
|
||||
|
|
@ -1386,7 +1386,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 227,
|
||||
"itypeId": 1,
|
||||
"name": "けいたいトイレ",
|
||||
"name": "Portable Toilet",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 200,
|
||||
|
|
@ -1407,7 +1407,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "使用済みのけいたいトイレ。上級者ともなればトイレにいく\n時間すら惜しむボトラーと呼ばれるらしい・・・。",
|
||||
"description": "A used portable toilet. It seems that the experts who are called\n\"bottlers\" even begrudge the time it takes to go to the toilet...",
|
||||
"effects": [
|
||||
{
|
||||
"code": 44,
|
||||
|
|
@ -1419,7 +1419,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 228,
|
||||
"itypeId": 2,
|
||||
"name": "使用済みトイレ",
|
||||
"name": "Used Toilet",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 0,
|
||||
|
|
@ -1440,12 +1440,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "使うと回想部屋が開放される!?\n絶対に入手したいアイテム。",
|
||||
"description": "Using it unlocks the recollection room!? An item you absolutely want\nto acquire.",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 7,
|
||||
"itypeId": 2,
|
||||
"name": "回想部屋開放のカギ",
|
||||
"name": "Recollection Room Key",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
|
|
@ -1466,7 +1466,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "飲めば体力が全回復する超生命体飲料。\nごくごく飲める微炭酸がとっても美味しいぞ!",
|
||||
"description": "A super life-form beverage that fully restores your health when you\ndrink it. The lightly carbonated drink is very delicious!",
|
||||
"effects": [
|
||||
{
|
||||
"code": 11,
|
||||
|
|
@ -1490,7 +1490,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 176,
|
||||
"itypeId": 1,
|
||||
"name": "体力ガード",
|
||||
"name": "Stamina Guard",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 600,
|
||||
|
|
@ -1511,7 +1511,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "ファイト一発!な飲むと元気が出る栄養ドリンク。\n飲むと戦闘中に最大HPと攻撃力が上がる。",
|
||||
"description": "A nutritional drink that gives you a burst of energy! Drinking it\nincreases your max HP and attack power during battle.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 31,
|
||||
|
|
@ -1541,7 +1541,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 176,
|
||||
"itypeId": 1,
|
||||
"name": "メメビタンD",
|
||||
"name": "Memerisu's Vitamin D",
|
||||
"note": "",
|
||||
"occasion": 1,
|
||||
"price": 500,
|
||||
|
|
@ -1562,7 +1562,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "どんな状況だろうとこれを飲めば一発で元気ビンビン!\n全能力がググッと上がるぞ!ただし発情しちゃうので注意。",
|
||||
"description": "No matter the situation, this drink will instantly revitalize you! All\nabilities will significantly increase! However, be careful as it can\ncause arousal.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 42,
|
||||
|
|
@ -1634,7 +1634,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 176,
|
||||
"itypeId": 1,
|
||||
"name": "凄10",
|
||||
"name": "Amazing 10",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 4545,
|
||||
|
|
@ -1655,7 +1655,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "謎のピエロがジョージにオススメする缶コーヒー。\n子供にも飲みやすい甘さで人気。HPが600回復する。",
|
||||
"description": "A mysterious clown recommends this canned coffee to George. It's\npopular for its sweetness that even children can enjoy. It restores\n600 HP.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 11,
|
||||
|
|
@ -1679,7 +1679,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 176,
|
||||
"itypeId": 1,
|
||||
"name": "ジョージの缶コーヒー",
|
||||
"name": "George's Canned Coffee",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 120,
|
||||
|
|
@ -1700,7 +1700,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "味方を完全回復蘇生&全能力強化も出来る不思議なメイス。\n噂によると全身に装備すると最強になれるバグがあるらしい。",
|
||||
"description": "A magical mace that can fully revive and enhance the abilities of\nallies. Rumor has it that equipping it on your whole body due to a bug\ncan make you the strongest.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 22,
|
||||
|
|
@ -1754,7 +1754,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 108,
|
||||
"itypeId": 1,
|
||||
"name": "リザレクションブレイブ",
|
||||
"name": "Resurrection Brave",
|
||||
"note": "",
|
||||
"occasion": 1,
|
||||
"price": 3630,
|
||||
|
|
@ -1775,7 +1775,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "使うと操作説明が表示されるぞ!\n説明書を読まない兄貴達もこれで安心!",
|
||||
"description": "Using it displays the operation instructions! Even big brothers who\ndon't read the manual can rest easy with this!",
|
||||
"effects": [
|
||||
{
|
||||
"code": 44,
|
||||
|
|
@ -1805,7 +1805,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 242,
|
||||
"itypeId": 2,
|
||||
"name": "操作説明",
|
||||
"name": "Operation Instructions",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 0,
|
||||
|
|
@ -1826,12 +1826,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "ゴミはゴミ箱へ捨てよう!どこかにゴミ箱があるはずだ。\nたくさんあるけど全部捨てると良い事あるかも?",
|
||||
"description": "Let's throw trash in the trash can! There must be a trash can\nsomewhere. There's a lot of it, but throwing it all away might bring\nsomething good?",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 305,
|
||||
"itypeId": 2,
|
||||
"name": "ゴミ",
|
||||
"name": "Trash",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
|
|
@ -1852,12 +1852,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "スライムの飛び散った雫でヌメヌメしている。\nローション代わりに使う人もいるらしい。売却用アイテム。",
|
||||
"description": "It's slimy with droplets scattered by a slime. Some people seem to use\nit as a substitute for lotion. An item for selling.",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 228,
|
||||
"itypeId": 1,
|
||||
"name": "スライムの欠片",
|
||||
"name": "Slime Fragment",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 200,
|
||||
|
|
@ -1878,7 +1878,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "凄い臭いがする。一部では精力剤に使われてるらしい。\n飲むとMPが回復するが、発情状態になってしまう。",
|
||||
"description": "It smells terrible. It seems to be used as an aphrodisiac in some\nplaces. Drinking it restores MP, but it will put you in a state of\narousal.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 12,
|
||||
|
|
@ -1896,7 +1896,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 228,
|
||||
"itypeId": 1,
|
||||
"name": "オークの精液",
|
||||
"name": "Orc Semen",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 50,
|
||||
|
|
@ -1917,12 +1917,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "フラワーが落とした花びら。良い匂いがするがたまに\n小さな虫がびっしり張り付いている。売却用アイテム。",
|
||||
"description": "Petals dropped by a flower. They smell nice, but sometimes they're\ncovered with tiny bugs. An item for selling.",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 182,
|
||||
"itypeId": 1,
|
||||
"name": "フラワーの花びら",
|
||||
"name": "Flower Petal",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 400,
|
||||
|
|
@ -1943,12 +1943,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "クモが落とした糸。手によく引っ付く。\nビルの間をジャンプするのは流石に無理。売却用アイテム",
|
||||
"description": "Threads dropped by a spider. They stick well to your hands. Jumping\nbetween buildings with them is definitely impossible. An item for\nselling.",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 290,
|
||||
"itypeId": 1,
|
||||
"name": "クモの糸",
|
||||
"name": "Spider Silk",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 300,
|
||||
|
|
@ -1969,12 +1969,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "魔物のするどい爪。売却用アイテム。\n加工すると武器やアクセサリーになるらしい。",
|
||||
"description": "Sharp claws of a monster. An item for selling. It seems they can be\nprocessed into weapons or accessories.",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 294,
|
||||
"itypeId": 1,
|
||||
"name": "するどい爪",
|
||||
"name": "Sharp Claw",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 500,
|
||||
|
|
@ -1995,7 +1995,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "ただの布切れだがギャルが履くと無限の価値を生み出す。\n戦闘で使えば敵全体を確実に魅了状態に出来る。",
|
||||
"description": "Just a piece of cloth, but when worn by a gal, it creates infinite\nvalue. If used in battle, it can reliably charm all enemies.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 21,
|
||||
|
|
@ -2007,7 +2007,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 7,
|
||||
"itypeId": 1,
|
||||
"name": "ギャルのパンティー",
|
||||
"name": "Gal's Panties",
|
||||
"note": "",
|
||||
"occasion": 1,
|
||||
"price": 0,
|
||||
|
|
@ -2028,12 +2028,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "ゴミを全てゴミ箱に捨てた者に送られる賞。\n何だか良い事をしていい気分だ。",
|
||||
"description": "An award given to those who have thrown all the trash into the trash\ncan. It feels like you've done something good and it feels nice.",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 187,
|
||||
"itypeId": 2,
|
||||
"name": "ゴミのお掃除えらいで賞",
|
||||
"name": "Trash Cleaning Good Job Award",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
|
|
@ -2054,7 +2054,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "焼き芋用のサツマイモ。\n焼き芋にするととっても甘くなるからオススメ。",
|
||||
"description": "A sweet potato for making baked sweet potatoes. Recommended because it\nbecomes very sweet when baked.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 11,
|
||||
|
|
@ -2066,7 +2066,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 258,
|
||||
"itypeId": 1,
|
||||
"name": "サツマイモ",
|
||||
"name": "Sweet Potato",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 100,
|
||||
|
|
@ -2087,7 +2087,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "とってもホクホクで甘い焼き芋。\n食べるとHPとMPをそこそこ回復出来る。",
|
||||
"description": "A very fluffy and sweet baked sweet potato. Eating it restores a fair\namount of HP and MP.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 11,
|
||||
|
|
@ -2105,7 +2105,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 258,
|
||||
"itypeId": 1,
|
||||
"name": "焼き芋",
|
||||
"name": "Baked Sweet Potato",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 100,
|
||||
|
|
@ -2126,7 +2126,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "冷蔵庫で長い間眠っていたと思われるちくわ。\nちくわしかなくても我慢して食べよう。",
|
||||
"description": "A fish paste stick that seems to have been sleeping in the\nrefrigerator for a long time. Even if there's only fish paste stick,\nbear with it and eat.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 11,
|
||||
|
|
@ -2138,7 +2138,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 260,
|
||||
"itypeId": 1,
|
||||
"name": "ちくわ",
|
||||
"name": "Fish Paste Stick",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 10,
|
||||
|
|
@ -2159,12 +2159,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "蛇の皮。財布に入れるとお金が貯まるらしい。でも財布に\n入れるより売り飛ばした方が金になる。売却用アイテム。",
|
||||
"description": "Snake skin. It's said that putting it in your wallet will help you\nsave money. But selling it off will make you more money than putting\nit in your wallet. An item for selling.",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 288,
|
||||
"itypeId": 1,
|
||||
"name": "蛇の皮",
|
||||
"name": "Snake Skin",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 500,
|
||||
|
|
@ -2185,12 +2185,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "火の玉の火が消えた後の玉。\n赤く光ってとっても綺麗。売却用アイテム。",
|
||||
"description": "The ball left after the fire of a fireball has gone out. It glows red\nand is very beautiful. An item for selling.",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 309,
|
||||
"itypeId": 1,
|
||||
"name": "火の玉",
|
||||
"name": "Fireball",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 500,
|
||||
|
|
@ -2211,12 +2211,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "二つに割れたエンブレムの欠片。\nどこかの病院ではドアを開ける為に使われてるらしい。",
|
||||
"description": "A fragment of an emblem split in two. It seems to be used to open\ndoors in some hospital.",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 197,
|
||||
"itypeId": 1,
|
||||
"name": "エンブレムの欠片1",
|
||||
"name": "Emblem Fragment 1",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
|
|
@ -2237,12 +2237,12 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "二つに割れたエンブレムの欠片。\nどこかの病院ではドアを開ける為に使われてるらしい。",
|
||||
"description": "A fragment of an emblem split in two. It seems to be used to open\ndoors in some hospital.",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 197,
|
||||
"itypeId": 1,
|
||||
"name": "エンブレムの欠片2",
|
||||
"name": "Emblem Fragment 2",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
|
|
@ -2263,7 +2263,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "廃墟からパクってきた高そうな鏡。\n戦闘で使うと、相手モンスターを全て破壊する。",
|
||||
"description": "An expensive-looking mirror stolen from the ruins. When used in\nbattle, it destroys all enemy monsters.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 21,
|
||||
|
|
@ -2275,7 +2275,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 222,
|
||||
"itypeId": 1,
|
||||
"name": "聖なる鏡ミラーフォース",
|
||||
"name": "Holy Mirror Mirror Force",
|
||||
"note": "",
|
||||
"occasion": 1,
|
||||
"price": 0,
|
||||
|
|
@ -2296,7 +2296,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "使用すると本編クリア後のおまけストーリーが追加されます。\n出現場所はメメリスとティーナの家。",
|
||||
"description": "Using this adds a bonus story after clearing the main game. The\nlocation appears at Memerisu and Tina's house.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 44,
|
||||
|
|
@ -2308,7 +2308,7 @@
|
|||
"hitType": 0,
|
||||
"iconIndex": 244,
|
||||
"itypeId": 2,
|
||||
"name": "おまけストーリー",
|
||||
"name": "Bonus Story",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 0,
|
||||
|
|
|
|||
|
|
@ -247,7 +247,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -257,21 +257,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\{\\{ぐわあああああああ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"あああああああああああ!!!"
|
||||
"Gwaaaaaaaaaaaaaaaaaaaah!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -281,14 +274,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\{ボクのジュエルがあああああ!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"有り金全部つぎ込んだのにいい!!!"
|
||||
"My jewels aaaaaah!!! I poured all my money into it!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -305,14 +291,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"彼女は三度の飯よりガチャを回す事が大好きな"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"課金中毒と化したメメリスちゃん...。"
|
||||
"She is Memerisu-chan, a gacha addict who loves spinning the\ngacha more than three meals a day..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -329,21 +308,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"彼女はハマっているチェル☆コネの人権最強キャラを"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"求めて有り金を全部ガチャで溶かしてしまった・・・。"
|
||||
"She melted all her money away seeking the human rights top-\ntier character in her favorite game, Cher☆Connect..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -353,21 +325,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"あ、あれ・・・?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"しかもなんかスマホの通信が"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"繋がらない・・・!?"
|
||||
"Ah, what...? And now my smartphone's connection isn't\nworking...!?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -402,7 +360,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -412,28 +370,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ぐええええええええ!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"リ〇払いが上限突破して通信料の支払いが"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"出来てないいいいいいい!!!"
|
||||
"Gueeeeeeeeh!!! My carrier billing has exceeded the limit and\nI can't pay for the communication charges!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -443,21 +387,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"つ、月々の利息だけで・・・"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"一、十、百、千、万・・・あっ(察し)"
|
||||
"Ju-just the monthly interest alone... one, ten, hundred,\nthousand, ten thousand... ah (realization)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -467,14 +404,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\{\\{これじゃ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"スマホが使えないよ~!!"
|
||||
"I can't use my smartphone like this~!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -491,21 +421,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・・・・・・・・。"
|
||||
"..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -528,7 +444,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -538,14 +454,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"それでまたお金が"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"尽きちゃったんですか・・・?"
|
||||
"So you ran out of money again...?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -562,21 +471,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"彼女はご当地聖女のティーナちゃん。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"おっぱいが大きいので聖女認定された子です。"
|
||||
"She is the local saintess, Tina-chan. She was recognized as\na saintess because of her large breasts."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -586,21 +488,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そうなんだよ~!もう食費もないから"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"道草喰って飢えを凌いだよ!"
|
||||
"Yeah! I don't even have money for food, so I've been eating\nweeds to stave off hunger!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -610,28 +505,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"スマホだって通信繋がらないから"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"鈍器代わりにして木の実砕いたりしてさぁ~。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"結構手に馴染むんだよねこれ。"
|
||||
"And since my smartphone can't connect, I've been using it as\na blunt weapon to smash nuts. It fits quite well in the\nhand, you know."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -641,21 +522,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"スマホの使い方が"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"アグレッシブすぎますよ!?"
|
||||
"You're using your smartphone way too aggressively!?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -665,28 +539,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"はぁ~これからどうしよう。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"なんか30分で5万稼げるバイトとか"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ポンって出てこないかなぁ~。"
|
||||
"Sigh~ What should I do now. I wish there was some part-time\njob that would let me earn 50,000 yen in 30 minutes..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -696,14 +556,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そんな都合よく稼げるわけ・・・。"
|
||||
"As if you could earn money that conveniently..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -713,21 +573,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"あっ、メメリスちゃん!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"テレビを見てください。"
|
||||
"Ah, Memerisu-chan! Please look at the TV."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -737,14 +590,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ダンジョン特集番組をしてますよ。"
|
||||
"They're doing a special feature on dungeons."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -754,7 +607,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ほう、どれどれ?"
|
||||
"Oh? Let's see?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -771,21 +624,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"古来より各島々に1つずつ存在するダンジョン・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そこには未だ発見されていないお宝が存在すると"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"言われています。"
|
||||
"Dungeons have existed on each island since ancient times...\nIt is said that treasures yet to be discovered still exist\nthere."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -802,14 +641,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"実際にダンジョンでお宝を発見し持ち帰った"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"冒険者の方にお話を聞いてみましょう。"
|
||||
"Let's hear from adventurers who actually found treasures in\ndungeons and brought them back."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -826,21 +658,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ダンジョンのお宝のおかげで借金も返せたし、"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"理解のある彼女ちゃんも出来ました。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"これぞまさにダンジョンドリームですね。"
|
||||
"Thanks to the dungeon treasure, I was able to pay off my\ndebts and even got a girlfriend who understands me. This is\ntruly a dungeon dream come true."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -857,21 +675,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ホストにハマって職場の金庫から保管金を"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"横領したのですがお宝のおかげでバレる前に"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"金庫に戻す事が出来ました。セーフセーフ。"
|
||||
"I got hooked on being a host and embezzled storage money\nfrom my workplace's safe, but thanks to the treasure, I was\nable to return it before getting caught. Safe and sound."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -888,21 +692,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"お宝のおかげで不倫の慰謝料を払えました!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"余ったお金でさらに人妻に"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"アタックしていきたいですね。"
|
||||
"The treasure allowed me to pay for my affair's alimony! With\nthe leftover money, I want to keep going after married\nwomen."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -919,21 +709,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"などなど、一躍人生の勝ち組と化した"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"冒険者の方々も数々いるとのことで・・・。"
|
||||
"And so on, there are many adventurers who have suddenly\nbecome winners in life..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -943,21 +726,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"な、なにやら"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"この世の闇を見せられた気が・・・"
|
||||
"I feel like I've just been shown the dark side of this\nworld..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -967,21 +743,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\{\\{こ、"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"これだーーーーーー!!"
|
||||
"This is it------!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -991,21 +760,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ひぇ!?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ど、どうしたんですか、急に大声出して・・・"
|
||||
"Eek!? What's wrong with you, suddenly shouting like that..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1015,21 +777,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\{ダンジョンだよ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ダ・ン・ジ・ョ・ン!"
|
||||
"Dungeons! D.U.N.G.E.O.N.S!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1039,28 +794,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ダンジョンのお宝を見つけて売りさばく!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そんで借金返して余ったお金で"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"一生遊んで暮らすんだー!!"
|
||||
"We'll find the dungeon treasure and sell it off! Then pay\noff the debt and live off the rest for life-!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1070,7 +811,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\{えぇ・・・(困惑)"
|
||||
"Uh... (confused)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1093,7 +834,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1103,28 +844,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そうと決まれば行動あるのみ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"さぁ、行こうよティーナちゃん!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ボクが守ってあげるから!"
|
||||
"Now that it's decided, we must act! Come on, Tina-chan!!\nI'll protect you!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1134,14 +861,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・・・・・・・・・・。"
|
||||
"..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1151,21 +878,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"はぁ・・・しょうがないですね。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"分かりました、私も同行しますよ。"
|
||||
"Sigh... Can't be helped. Alright, I'll accompany you too."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
5,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1175,21 +895,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"(今の言葉、覚えてないと思うけど・・・"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"初めて会った時の約束を思い出しました)"
|
||||
"(I don't think she remembers what she just said... but it\nreminds me of the promise we made when we first met.)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1199,28 +912,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\{いざ、"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ダンジョンのお宝目指して!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"しゅっぱーつ!!"
|
||||
"Now, off to the dungeon treasure! Departure!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
5,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1230,7 +929,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\{おー!"
|
||||
"Oh!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1247,14 +946,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"こうしてメメリスとティーナの"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"大冒険の始まり始まり・・・。"
|
||||
"And so begins the grand adventure of Memerisu and Tina..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "ウタゲ島",
|
||||
"displayName": "Utage Island",
|
||||
"encounterList": [],
|
||||
"encounterStep": 55,
|
||||
"height": 20,
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "ウタゲの村",
|
||||
"displayName": "Village of Song",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 25,
|
||||
|
|
@ -6555,14 +6555,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ここはウタゲの村よ。"
|
||||
"This is the village of Utage."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -6572,7 +6572,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"この村の名産品とかってあるの?"
|
||||
"Does this village have any special local products?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6589,14 +6589,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ここはウタゲの村よ。"
|
||||
"This is the village of Utage."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -6606,7 +6606,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"え?それは分かったんだけど・・・。"
|
||||
"Eh? I got that, but..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6623,7 +6623,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ここはウタゲの村よ。"
|
||||
"This is the village of Utage."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6640,7 +6640,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ここはウタゲの村よ。"
|
||||
"This is the village of Utage."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6657,14 +6657,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ここはウタゲの村よ。"
|
||||
"This is the village of Utage."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -6674,14 +6674,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"こ、こここ怖いです!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"逃げましょう、メメリスちゃん!?"
|
||||
"Th-this is scary!! Let's escape, Memerisu-chan!?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6758,21 +6751,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"うおおおおおおおお!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"全身全霊で走り続けるんだああああ!!!"
|
||||
"Aaaaaahhhhhhh!!! Keep running with all your body and soul!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -6782,7 +6768,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"止まるんじゃねぇぞー!"
|
||||
"Don't you dare stop-!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6891,21 +6877,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"井戸の水は冷たくておいしいから飲むと元気がでるよ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"でも飲みすぎは注意しないとねぇ。"
|
||||
"The water from the well is cold and delicious, so drinking\nit makes you feel energized. But you have to be careful not\nto drink too much."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -6915,7 +6894,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"はーい!"
|
||||
"Yes!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6992,7 +6971,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ワン!ワン!ワン!"
|
||||
"Woof! Woof! Woof!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7009,14 +6988,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"この廃墟はゴロツキが出るらしいワン!"
|
||||
"This ruin seems to be infested with thugs, woof!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -7026,7 +7005,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"安直な語尾やめろ。"
|
||||
"Stop with the lazy speech endings."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7221,7 +7200,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"500\\G 手に入れた!"
|
||||
"Gained 500\\G!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7349,7 +7328,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"見てくれ団長!"
|
||||
"Look at me, Captain!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7377,7 +7356,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"宴を始めろ!!"
|
||||
"Let the feast begin!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7454,14 +7433,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"この先は回想部屋です!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"エンディングをどれか一つでも見れば開放されますよ。"
|
||||
"This is the Recollection Room! It will be unlocked once\nyou've seen at least one ending."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7673,14 +7645,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"私はベテラン冒険者!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"初心者の君達に良い事を教えてあげよう。"
|
||||
"I'm a veteran adventurer! Let me teach you newbies something\ngood."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7697,14 +7662,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"魔物の背後から戦闘を仕掛ければ、"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"先制攻撃をすることできる。"
|
||||
"If you initiate combat from behind a monster, you can get a\npreemptive attack."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7721,14 +7679,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"それに、君の背中はお友達が守ってくれているから、"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"敵からの不意打ちを受けることは滅多にないだろう。"
|
||||
"Plus, your friends have got your back, so it's rare to be\ncaught off guard by an enemy."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7745,21 +7696,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"雑魚エンカで敗北した場合敗北エッチは起きないぞ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"自宅に送り返されてしまうが"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ゲームオーバーにはならないから安心してくれ。"
|
||||
"If you're defeated by minor enemies, there won't be a defeat\nH-scene! You'll be sent back home, but it won't be game\nover, so rest easy."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7776,14 +7713,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"戦闘中のアイテム使用は"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"魔物より素早く行動できるから覚えておいてくれ!"
|
||||
"Remember that you can use items during battle faster than\nthe monsters can act!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7800,14 +7730,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ピンチになったときはアイテムを使えば、"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"敵に攻撃される前に回復出来るぞ。"
|
||||
"If you're in a pinch, use an item to heal before the enemy\ncan attack you."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7824,7 +7747,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"もし戦闘を回避したい時は、逃走を選ぼう。"
|
||||
"If you want to avoid battle, choose to escape."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7841,14 +7764,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"逃走は確実に成功するから、"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"めんどくさい敵はガンガン逃げるといいぞ!"
|
||||
"Escape is guaranteed to succeed, so feel free to run away\nfrom annoying enemies!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7865,21 +7781,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"紫髪の子はアタッカーの素質がありそうだ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"それに状態異常技も得意そうだ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"魔物との戦いは状態異常を付与すると有利に進められるぞ!"
|
||||
"The girl with purple hair seems to have the makings of an\nattacker. She also seems good at inflicting status ailments.\nBattles against monsters can go smoothly if you inflict\nstatus ailments on them!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7896,21 +7798,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"黄色髪の子は魔法が得意そうだな!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"通常攻撃は苦手だろうから常に魔法を使って攻撃するといい。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"レベルが上がれば強力な魔法をバンバン習得できるさ。"
|
||||
"The girl with yellow hair seems to be good at magic! She's\nprobably not great at physical attacks, so it's best to\nalways use magic. As she levels up, she'll learn powerful\nspells one after another."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7927,21 +7815,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ステータス画面やスキル画面、装備画面で"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"キャラクターを変更するには"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"「Qキー・Wキー」を押してくれ!"
|
||||
"To change characters in the status, skill, or equipment\nscreen, press 'Q Key' or 'W Key'!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7958,21 +7832,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"どうだい?ベテラン冒険者である私の話は"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"参考になったかな。"
|
||||
"How about it? Was the advice from a veteran adventurer like\nme helpful?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -7982,7 +7849,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"あ、すみません。聞いてないです。"
|
||||
"Ah, sorry. I wasn't listening."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8125,7 +7992,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -8135,7 +8002,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"たーるっ!"
|
||||
"Ah-So wet!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8202,7 +8069,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
5,
|
||||
0,
|
||||
2
|
||||
|
|
@ -8212,7 +8079,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"たーるっ!"
|
||||
"It's dripping!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8279,7 +8146,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -8289,21 +8156,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"こんなところに壺がある・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"なんか入ってたりするかな~。"
|
||||
"There's a pot here... I wonder if there's something inside."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -8313,28 +8173,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"あ、木の種が入ってたよ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ゲームだと食べるとステータスが"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"上がったりするよね。"
|
||||
"Oh, there are tree seeds inside! In games, eating them\nusually boosts your stats, right?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -8344,21 +8190,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"え、屋外に放置されている壺の中で見つけた"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"何の植物か分からない種を食べるんですか!?"
|
||||
"Wait, you're going to eat some unknown plant seeds you found\nin a pot left outside?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -8368,14 +8207,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・・・・・・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そう言われてみるとばっちぃかも。"
|
||||
"...Now that you mention it, that does sound gross."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8452,14 +8284,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"井戸だ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"水を飲もう!"
|
||||
"It's a well! Let's drink some water!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8467,8 +8292,8 @@
|
|||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"はい",
|
||||
"いいえ"
|
||||
"Yes",
|
||||
"No"
|
||||
],
|
||||
1,
|
||||
0,
|
||||
|
|
@ -8489,9 +8314,9 @@
|
|||
"indent": 1,
|
||||
"parameters": [
|
||||
[
|
||||
"メメリス",
|
||||
"ティーナ",
|
||||
"やっぱりやめる"
|
||||
"Memerisu",
|
||||
"Tina",
|
||||
"I guess I'll stop."
|
||||
],
|
||||
2,
|
||||
0,
|
||||
|
|
@ -8521,7 +8346,7 @@
|
|||
"code": 101,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -8531,7 +8356,7 @@
|
|||
"code": 401,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"おしっこしたいし今はやめておこう・・・。"
|
||||
"I need to pee, so maybe I should hold off for now..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8558,14 +8383,14 @@
|
|||
"code": 401,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"メメリスは水を汲んで飲んだ!"
|
||||
"Memerisu drew water and drank it!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -8575,7 +8400,7 @@
|
|||
"code": 401,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"うーまーあーじー!!"
|
||||
"De-lic-ious!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8604,14 +8429,14 @@
|
|||
"code": 401,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"メメリスの体力は全回復した!"
|
||||
"Memerisu's health has been fully restored!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -8621,14 +8446,7 @@
|
|||
"code": 401,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"・・・むむっ、"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"なんだかトイレに行きたくなってきたかも。"
|
||||
"...Hmm, I kind of feel like I need to go to the bathroom\nnow."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8657,14 +8475,7 @@
|
|||
"code": 401,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"メメリスはおしっこがしたくなってしまった!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"トイレに行かないとお漏らししてしまうぞ!"
|
||||
"Memerisu now needs to pee! She needs to find a toilet or\nshe'll wet herself!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8732,7 +8543,7 @@
|
|||
"code": 101,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -8742,14 +8553,7 @@
|
|||
"code": 401,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"今はおしっこもしたいですし・・・"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"飲むのはやめておきましょう。"
|
||||
"I also need to pee right now... Let's not drink any more."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8776,14 +8580,14 @@
|
|||
"code": 401,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"ティーナは水を汲んで飲んだ!"
|
||||
"Tina drew water and drank it!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
5,
|
||||
0,
|
||||
2
|
||||
|
|
@ -8793,7 +8597,7 @@
|
|||
"code": 401,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"冷たくて美味しい・・・元気が出てきますね♪"
|
||||
"It's cold and tasty... It's invigorating♪"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8822,14 +8626,14 @@
|
|||
"code": 401,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"ティーナの体力は全回復した!"
|
||||
"Tina's health has been fully restored!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -8839,21 +8643,7 @@
|
|||
"code": 401,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"あっ・・・、"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"なんだか少しおトイレに行きたくなって"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"きちゃいましたね。"
|
||||
"Ah... I kind of feel like I need to go to the bathroom a\nlittle now."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8882,14 +8672,7 @@
|
|||
"code": 401,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"ティーナはおしっこがしたくなってしまった!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 3,
|
||||
"parameters": [
|
||||
"トイレに行かないとお漏らししてしまうぞ!"
|
||||
"Tina now needs to pee! She needs to find a toilet or she'll\nwet herself!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "宿屋",
|
||||
"displayName": "Inn",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 20,
|
||||
|
|
@ -2803,7 +2803,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"一泊10\\Gになります。お泊まりになりますか?"
|
||||
"It will be 10G per night. Will you be staying over?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2811,8 +2811,8 @@
|
|||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"はい",
|
||||
"いいえ"
|
||||
"Yes",
|
||||
"No"
|
||||
],
|
||||
2
|
||||
]
|
||||
|
|
@ -2940,7 +2940,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"お金が足りません。"
|
||||
"You don't have enough money."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3040,7 +3040,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3050,21 +3050,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"宿のベッドを見るとついジャンプして"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"飛び乗りたくなるよね。"
|
||||
"Whenever I see an inn's bed, I just want to jump on it."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3074,21 +3067,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"以前飛び乗った勢いでベットを壊して"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"怒られたの忘れたんですか・・・?"
|
||||
"Have you forgotten how you broke the bed by jumping on it\ntoo hard and got scolded...?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3098,7 +3084,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"あはは・・・そんなこともあったような・・・。"
|
||||
"Ahaha... I guess something like that did happen..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3175,35 +3161,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そこの宝箱には俺のばあちゃんの"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"治療費が入ってるんだ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"数年かけて貯めたお金でようやく病院に"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"連れて行ってあげられるぜ!"
|
||||
"The treasure chest over there contains the money for my\ngrandma's medical treatment. After years of saving, I can\nfinally take her to the hospital!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3213,14 +3178,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ほぉ~、なるほどなるほど。"
|
||||
"Ohh, I see, I see."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3230,14 +3195,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"あの、メメリスちゃん・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"変な事考えたりしてませんよね・・・?"
|
||||
"Um, Memerisu-chan... you're not thinking of anything weird,\nare you...?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3305,21 +3263,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ごめん・・・ばあちゃん。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"俺が弱いせいで・・・。"
|
||||
"Sorry... Grandma. It's because I'm weak..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3329,21 +3280,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"お金を返してあげましょうよ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"流石にこれは酷いですー!!"
|
||||
"Let's give the money back! This is just too cruel-!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3353,14 +3297,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"お金を取り戻したければ強くなるがいい・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ぐへへへへへっ!!!"
|
||||
"If you want to get your money back, you better get\nstronger... guheheheheheh!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3428,28 +3365,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"まさか俺が負けるとはな・・・"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"もってけ、泥棒。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ばあちゃんの治療費はまた貯めるさ。"
|
||||
"I can't believe I lost... Take it, thief. I'll just have to\nsave up for grandma's treatment again."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3459,14 +3382,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"お金が必要ならチェルン村に来ない?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そこなら仕事もあるかもよ。"
|
||||
"If you need money, why not come to Chern village? There\nmight be some work for you there."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3483,21 +3399,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"人の金を奪っといてよく言えるな!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"だけど背に腹は代えられねぇ・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ばあちゃんの為にその村に行くぜ!"
|
||||
"You've got some nerve talking about money after stealing it!\nBut I can't choose when it comes to my grandma's sake...\nI'll head to that village!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3556,7 +3458,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"宿屋の孫が仲間になった!"
|
||||
"The innkeeper's grandson has joined your party!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3811,7 +3713,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"本当に開けますか?"
|
||||
"Are you really going to open it?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3819,8 +3721,8 @@
|
|||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"はい",
|
||||
"いいえ"
|
||||
"Yes",
|
||||
"No"
|
||||
],
|
||||
1,
|
||||
0,
|
||||
|
|
@ -3974,14 +3876,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"ごめん…ばあちゃん。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"俺が弱いせいで…。"
|
||||
"I'm sorry... Grandma. It's because I'm weak..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -4010,7 +3905,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"10000\\G 手に入れた!"
|
||||
"Gained 10000\\G!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -4055,14 +3950,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"この盗人野郎がっ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"さっさと帰れ!!"
|
||||
"You thieving bastard! Get out of here now!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -4092,7 +3980,7 @@
|
|||
"code": 101,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4102,7 +3990,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"なんだか危険な匂いがする・・・止めておこう。"
|
||||
"This smells dangerous... Let's stop here."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -4180,14 +4068,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"宝箱の中はからっぽだった・・・。"
|
||||
"The treasure chest was empty..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4197,7 +4085,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"む、惨いです・・・。"
|
||||
"Mmm, how dreadful..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -4264,7 +4152,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4274,21 +4162,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"宿のベッドを見るとついジャンプして"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"飛び乗りたくなるよね。"
|
||||
"When I see an inn's bed, I just want to jump on it."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4298,21 +4179,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"以前飛び乗った勢いでベットを壊して"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"怒られたの忘れたんですか・・・?"
|
||||
"Have you forgotten how you broke the bed by jumping on it\ntoo hard and got scolded...?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4322,7 +4196,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"あはは・・・そんなこともあったような・・・。"
|
||||
"Ahaha... I guess something like that did happen..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -4389,7 +4263,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4399,21 +4273,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"宿のベッドを見るとついジャンプして"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"飛び乗りたくなるよね。"
|
||||
"Whenever I see an inn's bed, I just want to jump on it."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4423,21 +4290,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"以前飛び乗った勢いでベットを壊して"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"怒られたの忘れたんですか・・・?"
|
||||
"Have you forgotten how you broke the bed by jumping on it\ntoo hard and got scolded...?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4447,7 +4307,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"あはは・・・そんなこともあったような・・・。"
|
||||
"Ahaha... I guess something like that did happen..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -4514,7 +4374,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4524,21 +4384,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"宿のベッドを見るとついジャンプして"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"飛び乗りたくなるよね。"
|
||||
"When I see an inn's bed, I just want to jump on it."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4548,21 +4401,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"以前飛び乗った勢いでベットを壊して"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"怒られたの忘れたんですか・・・?"
|
||||
"Have you forgotten how you broke the bed by jumping on it\ntoo hard and got scolded...?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4572,7 +4418,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"あはは・・・そんなこともあったような・・・。"
|
||||
"Ahaha... I guess something like that did happen..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "武具屋",
|
||||
"displayName": "Armory",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 16,
|
||||
|
|
@ -3248,21 +3248,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ダンジョンに挑む前にしっかり装備を"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"整えないと危ないよ。"
|
||||
"Make sure to properly equip yourself before challenging the\ndungeon, or it could be dangerous."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3272,14 +3265,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"でもこのお店・・・品揃え悪くない?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"一番雑魚い装備しか売ってないよ。"
|
||||
"But this shop... isn't the selection bad? They're only\nselling the weakest equipment."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3296,7 +3282,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"最初の村はこんなもんだよ。"
|
||||
"The first village is always like this."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3363,7 +3349,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3373,14 +3359,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"おおー、なんか綺麗なネックレスがある!"
|
||||
"Oh, there's a beautiful necklace here!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3390,21 +3376,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"メメリスちゃんがオシャレに興味を持つなんて"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"珍しいですね・・・。"
|
||||
"It's rare for you to take an interest in fashion, Memerisu-\nchan..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3414,14 +3393,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"いや、ティーナちゃんに似合いそうだなって。"
|
||||
"No, I was just thinking it would look good on you, Tina-\nchan."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3431,7 +3410,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・っ!!"
|
||||
"...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "道具屋",
|
||||
"displayName": "Tool Shop",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 15,
|
||||
|
|
@ -2422,7 +2422,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2432,21 +2432,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ゲーマー的にツルハシを見ると"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"素材集めをしたくなるよね。"
|
||||
"As a gamer, when I see a pickaxe, I get the urge to gather\nmaterials."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
5,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2456,21 +2449,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"わぁ、良いじゃないですか!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"素材集めは運動になりますし健康的です。"
|
||||
"Wow, that's great! Gathering materials is good exercise and\nhealthy too."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2480,21 +2466,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"集めたくなるとは言ったけど"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"集めるとは言ってない・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"疲れるのはやだー!!"
|
||||
"I said it makes me want to gather them, not that I actually\ndo it... I don't want to get tired!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2561,7 +2533,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2571,14 +2543,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"わぁ、色んな島が載っている地図がありますよ。"
|
||||
"Wow, there's a map with all sorts of islands on it."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2588,14 +2560,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"どれどれ・・・むむむっ!?"
|
||||
"Let me see... Hmmmm!?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2605,14 +2577,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・ッ!!何かあったんですか!?"
|
||||
"...!! What's wrong!?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2622,7 +2594,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\{\\{エロマンガ島みーっけ!!"
|
||||
"I found it―Eromanga Island!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2689,7 +2661,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2699,14 +2671,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"スコップで岩を突いたらジュエルが"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"飛び出して来たりしないかなー。"
|
||||
"I wonder if jewels will pop out if I poke the rocks with a\nshovel..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "民家",
|
||||
"displayName": "Private House",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 17,
|
||||
|
|
@ -2365,7 +2365,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"力が欲しいか・・・?"
|
||||
"Do you desire power...?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2373,8 +2373,8 @@
|
|||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"はい",
|
||||
"いいえ"
|
||||
"Yes",
|
||||
"No"
|
||||
],
|
||||
1,
|
||||
0,
|
||||
|
|
@ -2404,14 +2404,14 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"そうか・・・頑張れよ。"
|
||||
"I see... Hang in there."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2421,7 +2421,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"は?"
|
||||
"Huh?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2438,14 +2438,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"今はその時ではない・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"また後で来るがいい。"
|
||||
"Now is not the time... Come back later."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2475,7 +2468,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"そうか・・・。"
|
||||
"I see..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2553,7 +2546,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"力が欲しいか・・・?"
|
||||
"Do you desire power...?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2561,8 +2554,8 @@
|
|||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"はい",
|
||||
"いいえ"
|
||||
"Yes",
|
||||
"No"
|
||||
],
|
||||
1,
|
||||
0,
|
||||
|
|
@ -2592,7 +2585,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"そうか・・・ならこれをやろう。"
|
||||
"I see... Then take this."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2621,7 +2614,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"ニンジンを貰った!"
|
||||
"Received a carrot!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2670,7 +2663,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"そうか・・・。"
|
||||
"I see..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2748,7 +2741,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"力が欲しいか・・・?"
|
||||
"Do you desire power...?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2756,8 +2749,8 @@
|
|||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"はい",
|
||||
"いいえ"
|
||||
"Yes",
|
||||
"No"
|
||||
],
|
||||
1,
|
||||
0,
|
||||
|
|
@ -2787,7 +2780,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"もうなにもやらんぞ。"
|
||||
"I won't do anything more."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2817,7 +2810,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"そうか・・・。"
|
||||
"I see..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2904,7 +2897,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ぷるぷる・・・ボク、悪いスライムじゃないよ・・・。"
|
||||
"Wobble wobble... I'm not a bad slime..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2921,21 +2914,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ただ、20年ひきニートをしてるだけの"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"スライムだよ・・・。"
|
||||
"I'm just a slime that's been a shut-in for 20 years..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2945,21 +2931,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"こいつはここでトドメを刺した方が"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"良いかもしれない・・・。"
|
||||
"Maybe we should finish this one off here..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2969,7 +2948,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\{\\{やめてください!!"
|
||||
"Please stop!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3165,7 +3144,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ポーションを手に入れた!"
|
||||
"Obtained a Potion!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3410,7 +3389,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3420,7 +3399,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"たーるっ!"
|
||||
"It's dripping!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3487,7 +3466,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
5,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3497,7 +3476,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"たーるっ!"
|
||||
"It's dripping!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3564,7 +3543,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3574,14 +3553,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"んあーっ!枕がデカすぎますっ!!"
|
||||
"Nn-ah! The pillow is too big!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3591,14 +3570,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"やめてくださいメメリスちゃん!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"それだけは!それだけはホントに!!"
|
||||
"Please stop, Memerisu-chan! Anything but that! Anything but\nthat, really!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3665,7 +3637,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3675,14 +3647,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"んあーっ!枕がデカすぎますっ!!"
|
||||
"Nn-ah! The pillow is too big!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3692,14 +3664,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"やめてくださいメメリスちゃん!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"それだけは!それだけはホントに!!"
|
||||
"Please stop, Memerisu-chan! Anything but that! Really,\nanything but that!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3766,7 +3731,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3776,14 +3741,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"んあーっ!枕がデカすぎますっ!!"
|
||||
"Nn-ah! The pillow is too big!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3793,14 +3758,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"やめてくださいメメリスちゃん!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"それだけは!それだけはホントに!!"
|
||||
"Please stop, Memerisu-chan! Anything but that! Really,\nanything but that!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3867,7 +3825,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
5,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3877,21 +3835,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"パンはパンでも食べられないパンは"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"なーんだ?"
|
||||
"What kind of bread can't you eat?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3901,21 +3852,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"(小学生レベルのなぞなぞ・・・これは"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"フライパン以外のひっかけですね・・・)"
|
||||
"(A riddle for elementary students... It must be a trick\nquestion that's not a frying pan...)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3925,21 +3869,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そうですね・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"(メメリスちゃんが言いそうな答えは・・・。)"
|
||||
"Let's see... (What would Memerisu-chan likely answer...)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3949,14 +3886,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"パンツですね!ムフーッ"
|
||||
"It's panties! Mufufu~"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3966,21 +3903,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"え、フライパンだけど。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"どうしたの急にパンツだなんて・・・。"
|
||||
"Eh, it's a frying pan, but why suddenly panties..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3990,7 +3920,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"~~~~~~~~~~~っっっ!!!!"
|
||||
"~~~~~~~~~~~~!!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -4057,7 +3987,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4067,14 +3997,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"本棚がありますね。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"どんな本が置いてあるんでしょう・・・。"
|
||||
"There's a bookshelf here. I wonder what kind of books are on\nit..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -4093,7 +4016,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4103,7 +4026,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・っ!!?"
|
||||
"...Huh?!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -4122,7 +4045,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4132,7 +4055,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"こ、これは・・・!!ゴクリ"
|
||||
"Th-This is...!! *gulp*"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -4151,7 +4074,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4161,21 +4084,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・・はわっ・・・あっ・・・あああっ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そ、そんなこんな大きいのが・・・っ!!"
|
||||
"...Hah... Ah... Ahhh! S-Something this big...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4185,14 +4101,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"何を見てるの?"
|
||||
"What are you looking at?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4202,14 +4118,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\{\\{ほっほっほわー!!!"
|
||||
"H-Ho-Hot...!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4219,7 +4135,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"な、なんでもありません!!"
|
||||
"It's nothing at all!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -4286,7 +4202,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4296,14 +4212,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"なんでこんなに人参があるんだろう。"
|
||||
"I wonder why there are so many carrots here."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4313,14 +4229,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"お馬さんの大好物ですし餌としてあげるのも"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"いいかもしれませんね。"
|
||||
"They're a horse's favorite, so it might be good to give them\nas feed."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -4387,7 +4296,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4397,14 +4306,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"なんでこんなに人参があるんだろう。"
|
||||
"I wonder why there are so many carrots here."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4414,14 +4323,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"お馬さんの大好物ですし餌としてあげるのも"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"いいかもしれませんね。"
|
||||
"They are a horse's favorite, so it might be good to give\nthem as feed."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -4488,7 +4390,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4498,21 +4400,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"勇者特権でタンスの中身を調べて"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"頂いちゃうぜー!"
|
||||
"I'm gonna exercise my hero's privilege and check out the\ncontents of this dresser!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4522,7 +4417,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ダメですよ、捕まりますよ!"
|
||||
"No, you can't do that, you'll get caught!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "廃墟",
|
||||
"displayName": "Ruins",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 13,
|
||||
|
|
@ -1489,21 +1489,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"あ?なんだこのガキ・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"なんか用かよ。"
|
||||
"Huh? What's with this brat... Got something you want?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1513,14 +1506,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"この盗人野郎が!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"盗んだ魔道書を返せー!"
|
||||
"This thieving bastard! Return the stolen grimoire!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1537,28 +1523,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ちっ!あの魔道書の持ち主の差し金かっ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"だが、テメ―のようなガキ相手ならボコってから"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"逃げれば良いだけだよなぁ!!"
|
||||
"Tch! So you're a stooge for the grimoire's owner, huh? But\nif it's just a brat like you, I can beat you up and then\nescape easily!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1568,14 +1540,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ひぇ!来ますよ、メメリスちゃん!?"
|
||||
"Eek! Here it comes, Memerisu-chan!?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1585,7 +1557,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"やってやらあああああ!!!"
|
||||
"I'm gonna do itttttttt!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1617,21 +1589,14 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"くっ・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"まさかこの俺がこんなガキに負けるとは・・・!!"
|
||||
"Damn... to think I'd lose to a brat like this...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1641,28 +1606,14 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"ザッコwwwwwwww"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"よくそんなんでゴロツキとか"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"やってられたねwwww"
|
||||
"You're so weak, LOL! How could you even survive as a thug,\nLOL!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1672,14 +1623,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"ほれほれ、"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"さっさと盗んだ魔道書を返してね。"
|
||||
"Come on, hurry up and return the stolen grimoire."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1696,14 +1640,14 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"・・・ここにはねぇーよ。"
|
||||
"...It ain't here."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1713,7 +1657,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"・・・は?今なんて?"
|
||||
"...Huh? What did you just say?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1730,21 +1674,14 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"魔道書は東にあるアジトにボスが"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"持ち帰ったからここにはねぇーんだよ!"
|
||||
"The grimoire has been taken back to the hideout in the east\nby the boss, so it ain't here!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1754,14 +1691,14 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"そ、そんなー!?"
|
||||
"Wha-That can't be!?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1771,21 +1708,14 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"これはアジトまで魔道書を取りに行くしか"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"なさそうですね・・・。"
|
||||
"Looks like we have no choice but to go to the hideout to\nretrieve the grimoire..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1795,14 +1725,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"おつかいのおつかいとか・・・"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"めんどくさぁ~・・・。"
|
||||
"An errand on top of an errand... What a painnnn..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1838,7 +1761,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"へへっ!ガキが調子に乗るからだ!"
|
||||
"Heh heh! That's what you get for getting cocky, kid!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1925,7 +1848,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"魔道書は東にあるアジトだって言ってんだろ!!"
|
||||
"The grimoire is in the hideout to the east, I'm telling\nyou!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1993,14 +1916,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"お前ら・・・ボスを倒しちまいやがったのか・・・?"
|
||||
"You guys... did you really defeat the boss...?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2010,21 +1933,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ま、らくしょーだよ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"敗北を知りたい。ドヤァ"
|
||||
"Well, it was a piece of cake. I wanted to experience defeat.\nTada!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2034,14 +1950,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"すぐ調子に乗るんですから・・・"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"実際はかなり危なかったですよ。"
|
||||
"You always get carried away so quickly... In reality, it was\nquite dangerous."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2058,14 +1967,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"いや、それでもボスを倒しちまうなんて"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"大したもんだ。"
|
||||
"No, still, to defeat the boss is quite an achievement."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2082,14 +1984,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"俺はこれを機に一から出直そうと思う。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"礼も兼ねてこいつをやるよ。"
|
||||
"I think I'll take this opportunity to start over from\nscratch. As a token of my gratitude, I'll give you this."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2118,7 +2013,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"しまむーの服を手に入れた!"
|
||||
"You've obtained the Shimamura clothes!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2136,7 +2031,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2146,21 +2041,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"こ、これは・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"お母さまがよく通ってた店の服・・・!!"
|
||||
"Th-This is... the clothes from the store my mother used to\nfrequent...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
5,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2170,14 +2058,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"安い上に多種多様な服がありますよね。"
|
||||
"They're cheap and they have a wide variety of clothes,\nright."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2187,14 +2075,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"な、謎ロゴが"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"デカデカと刻み込んである・・・!!"
|
||||
"Wh-What's with this huge mystery logo emblazoned on it...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2271,7 +2152,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"がんばれよー!"
|
||||
"Hang in there!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2583,7 +2464,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2593,21 +2474,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"なんか面白そうな本はないかなぁっ~。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"って、むむっ!!"
|
||||
"I wonder if there's any interesting book around... Huh,\nwhat's this?!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2617,14 +2491,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"うおおおお!!!古のエロ雑誌はっけーん!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"テンションあがるなぁー!!"
|
||||
"Whoa!!! I've discovered an ancient erotic magazine!! This is\nso exciting!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2691,7 +2558,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2701,21 +2568,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"うげー・・・なんだろうこの家。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ボロボロじゃん。"
|
||||
"Ugh... What's with this house? It's falling apart."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2725,21 +2585,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"もう長いこと誰も住んでないのでしょうか?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"酷い荒れようですね。"
|
||||
"Has it been a long time since anyone lived here? It's\nterribly neglected."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2749,14 +2602,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"まぁ、こういう廃墟って"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"秘密基地みたいでワクワクするよね!"
|
||||
"Well, ruins like this are exciting, like a secret base!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2823,7 +2669,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2833,21 +2679,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"うげー・・・なんだろうこの家。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ボロボロじゃん。"
|
||||
"Ugh... What's with this house? It's falling apart."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2857,21 +2696,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"もう長いこと誰も住んでないのでしょうか?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"酷い荒れようですね。"
|
||||
"Has it been a long time since anyone lived here? It's\nterribly neglected."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2881,14 +2713,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"まぁ、こういう廃墟って"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"秘密基地みたいでワクワクするよね!"
|
||||
"Well, ruins like this are exciting, like a secret base!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2955,7 +2780,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2965,21 +2790,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"なんか面白そうな本はないかなぁっ~。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"って、むむっ!!"
|
||||
"I wonder if there's any interesting book around... Huh,\nwhat's this?!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2989,14 +2807,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"うおおおお!!!古のエロ雑誌はっけーん!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"テンションあがるなぁー!!"
|
||||
"Whoa!!! I've discovered an ancient erotic magazine!! This is\nso exciting!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
1500
www/data/Map011.json
1500
www/data/Map011.json
File diff suppressed because it is too large
Load diff
2899
www/data/Map012.json
2899
www/data/Map012.json
File diff suppressed because it is too large
Load diff
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "旅の扉",
|
||||
"displayName": "Door of Journey",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 20,
|
||||
|
|
@ -3643,21 +3643,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"この先は危険なモンスターが現れるダンジョンだ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ギルドの許可なく立ち入る事は出来ないよ。"
|
||||
"This is a dungeon where dangerous monsters appear. You can't\nenter without permission from the guild."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3667,14 +3660,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ええー!そんなー!!"
|
||||
"Eeh?! No way!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3684,14 +3677,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"一度村に向かって、冒険者ギルドで"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"許可を貰ってきましょうか。"
|
||||
"Let's head back to the village and get permission from the\nAdventurer's Guild."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3924,14 +3910,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"これは別の島に飛んでいける魔法陣だよ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"でも使用許可が出るまでは使えないよ。"
|
||||
"This is a magic circle that can transport you to another\nisland. But you can't use it until you have permission."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -4059,14 +4038,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"これは別の島に飛んでいける魔法陣だよ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"使用許可は下りてるから気を付けてね。"
|
||||
"This is a magic circle that can transport you to another\nisland. You have permission to use it, so please be careful."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -4320,7 +4292,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ここから先は立ち入り禁止だ。"
|
||||
"Access beyond this point is prohibited."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "アジト入口",
|
||||
"displayName": "Hideout Entrance",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 16,
|
||||
|
|
@ -2647,7 +2647,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ここはガキの来る所じゃねぇよ。"
|
||||
"This is no place for kids."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2715,21 +2715,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ここはガキの来る所じゃねぇよ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"帰れ!"
|
||||
"This ain't a place for kids. Get lost!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2739,14 +2732,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ボクとしてもさっさと帰りたいんだけど、"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"その前に盗んだ魔道書を返してくれる?"
|
||||
"I'd like to go home too, but before that, could you return\nthe grimoire you stole?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2763,14 +2749,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・あ?なんだその舐めた態度は・・・!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"しかたねぇ、ヤキ入れてやらぁ!"
|
||||
"...Huh? What's with that smug attitude...!! Can't be helped,\nI'll have to teach you a lesson!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2802,7 +2781,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"く、くそっ!!覚えてやがれ!!"
|
||||
"Damn it!! You'll regret this!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2840,7 +2819,7 @@
|
|||
"code": 101,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2850,7 +2829,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"ぺっ!雑魚がっ!!"
|
||||
"Pfft! Weakling!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2877,7 +2856,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"ガキは帰ってママのミルクでも飲んでな!!"
|
||||
"Go home and suck on your mama's milk, kid!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3134,7 +3113,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ディスペルハーブを手に入れた!"
|
||||
"Acquired Dispel Herb!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3379,7 +3358,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3389,21 +3368,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"うわぁ、ゴミだらけじゃん・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ちょっとは片付けてほしいなぁ。"
|
||||
"Ugh, it's full of trash... I wish someone would clean it up\na bit."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3413,21 +3385,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"少しだけでもゴミを減らしたいですね・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"持っていける分だけ持って、ゴミ箱に捨てに"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"行きましょう。"
|
||||
"I'd like to reduce the trash even a little... Let's take\nwhat we can carry and go throw it in the trash can."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3466,7 +3424,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ゴミを手に入れた!"
|
||||
"You obtained trash!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3533,7 +3491,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3543,14 +3501,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"どこかでゴミ箱を見つけたら"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ゴミを全部捨てましょうね。"
|
||||
"If we find a trash can somewhere, let's throw away all the\ntrash."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6074,7 +6025,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ゴミのお掃除えらいで賞を手に入れた!"
|
||||
"I've earned the \"Great Job Cleaning Up Trash\" award!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6192,7 +6143,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -6202,7 +6153,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"このゴミ箱はいっぱいでもう入らないですね。"
|
||||
"This trash can is full and can't fit anymore."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6270,7 +6221,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ありゃ、まだゴミがいっぱい入ってる・・・。"
|
||||
"Oh no, there's still a lot of trash in here..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6287,21 +6238,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そうだ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ゴミを持って帰ってまたゴミ箱に捨てて"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"願いをかなえて貰おう!!"
|
||||
"I know! I'll take the trash back, throw it in the trash can\nagain, and have my wish granted!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6318,14 +6255,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ゴミのロンダリングですか!?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"社会の闇を見てしまった気分です・・・。"
|
||||
"Trash laundering!? I feel like I've just seen the dark side\nof society..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6364,7 +6294,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ゴミを手に入れた!"
|
||||
"You obtained trash!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
1206
www/data/Map018.json
1206
www/data/Map018.json
File diff suppressed because it is too large
Load diff
1594
www/data/Map019.json
1594
www/data/Map019.json
File diff suppressed because it is too large
Load diff
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "ダンジョン",
|
||||
"displayName": "Dungeon",
|
||||
"encounterList": [],
|
||||
"encounterStep": 80,
|
||||
"height": 15,
|
||||
|
|
@ -2082,7 +2082,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"魔法使いの帽子を手に入れた!"
|
||||
"Obtained the Sorcerer's Hat!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2210,7 +2210,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"私は旅の商人。何か買っていくかい?"
|
||||
"I'm a traveling merchant. Would you like to buy something?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2349,21 +2349,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"はぁ・・・このダンジョンにお宝がないって分かってから"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"すっかり冒険者も減って困ったわ・・・。"
|
||||
"Sigh... Ever since it became known that there's no treasure\nin this dungeon, the number of adventurers has really\ndwindled. It's quite troubling..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2373,14 +2366,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"なんかお困りみたいですのう。"
|
||||
"It seems like you're having some trouble."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2390,14 +2383,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"せっかくですし村に誘ってみるのは"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"どうでしょうか?"
|
||||
"Since we're here, why don't we invite them to the village?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2414,7 +2400,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"村に誘う?"
|
||||
"Invite to the village?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2422,8 +2408,8 @@
|
|||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"はい",
|
||||
"いいえ"
|
||||
"Yes",
|
||||
"No"
|
||||
],
|
||||
1,
|
||||
0,
|
||||
|
|
@ -2443,7 +2429,7 @@
|
|||
"code": 101,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2453,21 +2439,14 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"ちょいとお姉さん、"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"ここだけの話なんだけど・・・。"
|
||||
"Hey, sister, just between us..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2477,7 +2456,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"かくかくしかじか・・・。"
|
||||
"Yada yada yada..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2494,14 +2473,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"そんな村があったなんて・・・!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"これはビジネスチャンスね!教えてくれてありがとう!"
|
||||
"I had no idea such a village existed...!! This is a business\nopportunity! Thank you for telling me!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2560,7 +2532,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"旅の商人が仲間になった!"
|
||||
"A traveling merchant has joined your party!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2838,7 +2810,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"擦れた文字で何か書いてある・・・。"
|
||||
"There's something written here in faded letters..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2855,21 +2827,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
" 魔王、ここに眠る"
|
||||
"The Demon Lord lies here"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2879,21 +2844,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"なんだこれ、魔王のお墓?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"魔王なんかホントにいたのかなー。"
|
||||
"What's this, the Demon Lord's grave? I wonder if there\nreally was such a thing as a Demon Lord..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2903,21 +2861,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"大昔に魔族の王様が存在していたという"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"お話は聞いたことがありますよ。"
|
||||
"I have heard tales of a king of demons existing long ago."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2927,21 +2878,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"とってもヤバい事をしでかした為に魔王は"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"勇者に討たれ封印されたとか何とか・・・。"
|
||||
"Apparently, he did something really terrible and was\ndefeated and sealed away by a hero..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2951,28 +2895,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"はぇ~、そうなんだ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"こんな如何にもな墓があると"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そのうち復活とかしそうで怖いなぁ~。"
|
||||
"Wow, is that so. With a grave that looks so ominous, it's\nkind of scary to think he might come back to life someday."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2982,21 +2912,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"まっ、魔王だろうとボクには勝てないだろう"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"けどね!勇者メメリス、爆誕!なんちて♪"
|
||||
"Well, even if it's the Demon Lord, he wouldn't be able to\nbeat me! Hero Memerisu, born to explode! Just kidding♪"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
5,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3006,21 +2929,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そうですね、メメリスちゃんならきっと"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"魔王だって倒せちゃいますよ。"
|
||||
"That's right, if it's Memerisu-chan, I'm sure even the Demon\nLord could be defeated."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3030,14 +2946,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"でも今回の冒険には関係ないでしょうから"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そろそろ先に進みましょう!"
|
||||
"But this has nothing to do with our current adventure, so\nlet's move on!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3104,7 +3013,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3114,14 +3023,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"うわっ!なんだこの花、くっせぇ!!!"
|
||||
"Ugh! What's with this flower, it stinks!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3131,14 +3040,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"は、鼻が曲がりそうです・・・っ!!"
|
||||
"It's... it's like my nose is going to bend...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3148,14 +3057,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"花だけに?"
|
||||
"Just because it's a flower?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3165,7 +3074,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・は?"
|
||||
"...Huh?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3232,7 +3141,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3242,14 +3151,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"うわっ!なんだこの花、くっせぇ!!!"
|
||||
"Ugh! What's with this flower, it stinks!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3259,14 +3168,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"は、鼻が曲がりそうです・・・っ!!"
|
||||
"My, my nose feels like it's going to bend...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3276,14 +3185,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"花だけに?"
|
||||
"Just because it's a flower?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3293,7 +3202,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・は?"
|
||||
"...Huh?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "ダンジョン",
|
||||
"displayName": "Dungeon",
|
||||
"encounterList": [],
|
||||
"encounterStep": 909,
|
||||
"height": 20,
|
||||
|
|
@ -3966,7 +3966,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"アルミホイル帽子を手に入れた!"
|
||||
"Acquired an Aluminum Foil Hat!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -4084,7 +4084,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4094,14 +4094,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"穴がありますね。"
|
||||
"There's a hole here."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4111,7 +4111,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ダンジョンにも穴はあるんだよなぁ・・・。"
|
||||
"Even dungeons have holes, huh..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -4852,7 +4852,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4862,14 +4862,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"うわっ!なんだこの花、くっせぇ!!!"
|
||||
"Ugh! What's with this flower, it stinks!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4879,14 +4879,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"は、鼻が曲がりそうです・・・っ!!"
|
||||
"My, my nose is about to bend...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4896,14 +4896,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"花だけに?"
|
||||
"Just because it's a flower?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -4913,7 +4913,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・は?"
|
||||
"...Huh?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
1051
www/data/Map022.json
1051
www/data/Map022.json
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "ダンジョン",
|
||||
"displayName": "Dungeon",
|
||||
"encounterList": [],
|
||||
"encounterStep": 100,
|
||||
"height": 40,
|
||||
|
|
@ -10854,7 +10854,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"野球のヘルメットを手に入れた!"
|
||||
"Gained a baseball helmet!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -11101,7 +11101,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"聖職者のローブを手に入れた!"
|
||||
"Acquired the Cleric's Robe!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -11348,7 +11348,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ハイポーションを手に入れた!"
|
||||
"Obtained a High Potion!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -11902,7 +11902,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ツチノコステーキを手に入れた!"
|
||||
"Obtained Tsuchinoko Steak!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -13310,7 +13310,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13320,14 +13320,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"うわっ!なんだこの花、くっせぇ!!!"
|
||||
"Ugh! What's with this flower, it stinks!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13337,14 +13337,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"は、鼻が曲がりそうです・・・っ!!"
|
||||
"My, my nose is about to bend...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13354,14 +13354,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"花だけに?"
|
||||
"Just because it's a flower?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13371,7 +13371,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・は?"
|
||||
"...Huh?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -13438,7 +13438,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13448,14 +13448,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"うわっ!なんだこの花、くっせぇ!!!"
|
||||
"Ugh! What's with this flower, it stinks!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13465,14 +13465,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"は、鼻が曲がりそうです・・・っ!!"
|
||||
"My, my nose feels like it's going to bend...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13482,14 +13482,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"花だけに?"
|
||||
"Just because it's a flower?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13499,7 +13499,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・は?"
|
||||
"...Huh?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -13566,7 +13566,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13576,14 +13576,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"うわっ!なんだこの花、くっせぇ!!!"
|
||||
"Ugh! What's with this flower, it stinks!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13593,14 +13593,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"は、鼻が曲がりそうです・・・っ!!"
|
||||
"My, my nose feels like it's going to bend...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13610,14 +13610,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"花だけに?"
|
||||
"Just because it's a flower?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13627,7 +13627,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・は?"
|
||||
"...Huh?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -13694,7 +13694,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13704,14 +13704,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"うわっ!なんだこの花、くっせぇ!!!"
|
||||
"Ugh! What's with this flower, it stinks!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13721,14 +13721,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"は、鼻が曲がりそうです・・・っ!!"
|
||||
"My, my nose feels like it's going to bend...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13738,14 +13738,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"花だけに?"
|
||||
"Just because it's a flower?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13755,7 +13755,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・は?"
|
||||
"...Huh?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -13822,7 +13822,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13832,14 +13832,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"うわっ!なんだこの花、くっせぇ!!!"
|
||||
"Ugh! What's with this flower, it stinks!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13849,14 +13849,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"は、鼻が曲がりそうです・・・っ!!"
|
||||
"My, my nose feels like it's going to bend...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13866,14 +13866,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"花だけに?"
|
||||
"Just because it's a flower?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13883,7 +13883,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・は?"
|
||||
"...Huh?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -13950,7 +13950,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13960,14 +13960,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"うわっ!なんだこの花、くっせぇ!!!"
|
||||
"Ugh! What's with this flower, it stinks!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13977,14 +13977,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"は、鼻が曲がりそうです・・・っ!!"
|
||||
"My, my nose feels like it's going to bend...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -13994,14 +13994,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"花だけに?"
|
||||
"Just because it's a flower?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -14011,7 +14011,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・は?"
|
||||
"...Huh?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "ダンジョン",
|
||||
"displayName": "Dungeon",
|
||||
"encounterList": [],
|
||||
"encounterStep": 100,
|
||||
"height": 33,
|
||||
|
|
@ -6606,7 +6606,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"鋼の石を手に入れた!"
|
||||
"Obtained the Steel Stone!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6724,7 +6724,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -6734,14 +6734,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"うわっ!なんだこの花、くっせぇ!!!"
|
||||
"Ugh! What's with this flower, it stinks!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -6751,14 +6751,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"は、鼻が曲がりそうです・・・っ!!"
|
||||
"My, my nose feels like it's going to bend...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -6768,14 +6768,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"花だけに?"
|
||||
"Just because it's a flower?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -6785,7 +6785,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・は?"
|
||||
"...Huh?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6852,7 +6852,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -6862,14 +6862,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"うわっ!なんだこの花、くっせぇ!!!"
|
||||
"Ugh! What's with this flower, it stinks!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -6879,14 +6879,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"は、鼻が曲がりそうです・・・っ!!"
|
||||
"My, my nose is about to bend...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -6896,14 +6896,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"花だけに?"
|
||||
"Just because it's a flower?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -6913,7 +6913,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・は?"
|
||||
"...Huh?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
1993
www/data/Map026.json
1993
www/data/Map026.json
File diff suppressed because it is too large
Load diff
38195
www/data/Map027.json
38195
www/data/Map027.json
File diff suppressed because it is too large
Load diff
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "宝の部屋",
|
||||
"displayName": "Treasure Room",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 20,
|
||||
|
|
@ -2708,14 +2708,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"宝箱の中身はからっぽだった。"
|
||||
"The treasure chest was empty."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2725,21 +2725,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"あ、あれ!?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"宝箱からっぽじゃん!!!"
|
||||
"Ah, what?! The treasure chest is empty!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2749,21 +2742,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ホントです!?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"何も入っていませんね・・・。"
|
||||
"Really?! There's nothing inside..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2773,21 +2759,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ダンジョンにはお宝があるって"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"話だったのにー!!ふざけんなー!!"
|
||||
"They said there would be treasure in the dungeon-!! This is\na joke-!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2797,14 +2776,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"一度村に戻ってギルドで相談してみましょう。"
|
||||
"Let's go back to the village and consult with the guild."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2814,14 +2793,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"帰りはウタゲのつばさを使いましょう。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"一瞬で村に戻れますよ♪"
|
||||
"For the return trip, let's use the wings of Utagae. We can\nget back to the village in an instant♪"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2888,7 +2860,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2898,14 +2870,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"一度村に戻ってギルドで相談してみましょう。"
|
||||
"Let's go back to the village once and consult at the guild."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2915,14 +2887,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"帰りはウタゲのツバサを使いましょう。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"一瞬で村に戻れますよ♪"
|
||||
"On our way back, let's use the wings of Utagae. We can\nreturn to the village in an instant♪"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2990,7 +2955,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"宝箱はからっぽだ・・・。"
|
||||
"The treasure chest is empty..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3058,14 +3023,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"宝箱はからっぽだ・・・。"
|
||||
"The treasure chest is empty..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3075,21 +3040,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そういえば結局、"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"何故ここのお宝はなかったのでしょうか?"
|
||||
"By the way, why was there no treasure here in the end?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3099,28 +3057,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・・・・・・・。"
|
||||
"..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3130,14 +3074,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・・・・ッ!!"
|
||||
"...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3147,14 +3091,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"何故でしょうか。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"妙な胸騒ぎがします・・・!!"
|
||||
"Why, I wonder. I have a strange feeling in my chest...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3171,7 +3108,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・・・・・・・・・・To Be Continued?"
|
||||
"...To Be Continued?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "旅の扉",
|
||||
"displayName": "Door of Journey",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 15,
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "コチヌカ島",
|
||||
"displayName": "Kochinuka Island",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 39,
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
7012
www/data/Map033.json
7012
www/data/Map033.json
File diff suppressed because it is too large
Load diff
5327
www/data/Map034.json
5327
www/data/Map034.json
File diff suppressed because it is too large
Load diff
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "道具屋",
|
||||
"displayName": "Tool Shop",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 13,
|
||||
|
|
@ -1245,7 +1245,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1255,14 +1255,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ATMだ!お金を下ろそう!"
|
||||
"It's an ATM! Let's withdraw some money!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1272,14 +1272,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"えぇ!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"メメリスちゃん、貯金ってあったんですか!?"
|
||||
"Eh!!! Memerisu-chan, you had savings?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1298,7 +1291,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1308,14 +1301,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"いや、貯金なんて一度もしたことないよ。"
|
||||
"No, I've never saved money before."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
5,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1325,21 +1318,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ですよね、メメリスちゃんが貯金してたら"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"偽物かと思っちゃいますよ♪"
|
||||
"I thought so, if Memerisu-chan had savings, I'd think she\nwas an imposter♪"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1349,7 +1335,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そこまで!?"
|
||||
"Is it that surprising!?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1426,7 +1412,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"らっしゃいませー。"
|
||||
"Welcome!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1434,9 +1420,9 @@
|
|||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"買い物する",
|
||||
"働きたい",
|
||||
"やっぱり用はないや"
|
||||
"Go shopping",
|
||||
"I want to work",
|
||||
"Actually, I don't need anything"
|
||||
],
|
||||
2,
|
||||
0,
|
||||
|
|
@ -1557,7 +1543,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"あざっしたー。"
|
||||
"Thanks!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1587,14 +1573,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"うっす。バイト希望すか?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"じゃあ、自分飯行ってくるんでその間店番オナシャス!"
|
||||
"Hey there. You looking for a part-time job? Then, I'm gonna\ngrab some food, so please mind the store for me!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1643,7 +1622,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"ウィーン。ポロリンポロリ~ン。"
|
||||
"Weeeng. The sound of something dropping..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1660,7 +1639,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"\\c[31]いらっしゃいませー。"
|
||||
"\\c[31]Welcome!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1677,7 +1656,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"おう、その盾いくらじゃ?"
|
||||
"Hey, how much for that shield?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1694,7 +1673,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"\\c[31]こちら、14万3000ジュエルとなっております。"
|
||||
"\\c[31]That would be 143,000 jewels."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1711,7 +1690,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"その盾がかぁ!?ぼったくりやろこれぇ!!"
|
||||
"That much for a shield?! You're ripping me off here!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1728,7 +1707,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"\\c[17]今ならポイント10倍キャンペーン中ですよ。"
|
||||
"\\c[17]We're currently running a 10x points campaign."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1745,7 +1724,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"ポイントカードぉ・・・?それはこれか?"
|
||||
"A points card...? Is this it?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1762,14 +1741,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"\\c[17]あ、そのポイントカードはうちでは使えませんね・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"申し訳ありません。"
|
||||
"\\c[17]Ah, that points card isn't valid here... I apologize."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1786,14 +1758,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"なんじゃぁ!おどれら、ワシの事なめとんのかぁ!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"もう帰るわ!!!"
|
||||
"What the heck! Are you guys making fun of me?! I'm\nleaving!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1810,14 +1775,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"\\c[31]ありがとうございましたー。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"\\c[17]ありがとうございましたー。"
|
||||
"\\c[31]Thank you very much.\\c[17]Thank you very much."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1834,7 +1792,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"一生懸命働いた!"
|
||||
"I worked really hard!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1865,7 +1823,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"お疲れっす~、バイト代どぞ。"
|
||||
"You're tired, huh~ Here's your pay for the part-time job."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1903,7 +1861,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"1800ジュエルを手に入れた!"
|
||||
"Gained 1800 jewels!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1993,7 +1951,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2003,21 +1961,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"焦がしにんにくの油とめちゃうま葱油が香る"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"冷凍チャーハン!!食欲がそそられる・・・!!"
|
||||
"The aroma of scorched garlic oil and super delicious green\nonion oil is wafting from this frozen fried rice!! It's\nmaking me so hungry...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2027,7 +1978,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そんなのばかり食べてたら太りますよ!"
|
||||
"If you keep eating stuff like that, you'll gain weight!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2094,7 +2045,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2104,21 +2055,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"焦がしにんにくの油とめちゃうま葱油が香る"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"冷凍チャーハン!!食欲がそそられる・・・!!"
|
||||
"The aroma of scorched garlic oil and super delicious green\nonion oil is wafting from this frozen fried rice!! It's\nmaking me so hungry...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2128,7 +2072,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そんなのばかり食べてたら太りますよ!"
|
||||
"If you keep eating stuff like that, you'll gain weight!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2195,7 +2139,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2205,21 +2149,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"焦がしにんにくの油とめちゃうま葱油が香る"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"冷凍チャーハン!!食欲がそそられる・・・!!"
|
||||
"Garlic oil with a hint of char and super delicious green\nonion oil flavor this frozen fried rice!! It's so\nappetizing...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2229,7 +2166,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そんなのばかり食べてたら太りますよ!"
|
||||
"If you keep eating stuff like that, you'll gain weight!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
2704
www/data/Map038.json
2704
www/data/Map038.json
File diff suppressed because it is too large
Load diff
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "検問所",
|
||||
"displayName": "Checkpoint",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 13,
|
||||
|
|
@ -1489,21 +1489,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"おっと、ここから先は通行止めです。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"通りたければ通行料を支払ってもらう必要があります。"
|
||||
"Oops, this road is closed. You'll need to pay a toll if you\nwant to pass."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1513,7 +1506,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"いくら必要なんでしょうか?"
|
||||
"How much will it be?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1530,21 +1523,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"1人分で14万ですので、二人で合計28万ジュエルが"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"必要となりますね。"
|
||||
"It's 140,000 for one person, so for two people, you'll need\na total of 280,000 jewels."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1554,14 +1540,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"14万!?ボッタクリやろこれぇ!!!"
|
||||
"140,000!? That's a rip-off!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1571,21 +1557,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"さてはこの辺りを根城にしてる悪党か"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"何かが法外な値段をせびってるんだな!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ぶちのめしてやる!!"
|
||||
"You must be some villain who's made this place your lair,\nextorting outrageous prices from people!! I'll take you\ndown!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1602,14 +1574,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"いえ、こちらはこの島の規則に則って"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"算出された額でして・・・こちら証明書です。"
|
||||
"No, this amount has been calculated according to the rules\nof this island... here is the certificate."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1628,7 +1593,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1638,14 +1603,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"どれどれ・・・・・・・・・・・・・・・。"
|
||||
"Let's see..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1655,21 +1620,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"あ、これ本物の証明書ですね。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"偽造でもなさそうです。"
|
||||
"Ah, this is a real certificate. It doesn't seem to be a\nfake."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1679,7 +1637,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"嘘だろ!ティーナちゃん!?"
|
||||
"No way! Tina-chan!?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1696,14 +1654,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"この先のダンジョンには他のダンジョンより"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"凄い財宝が眠っているとの伝説があります。"
|
||||
"There is a legend that the dungeon ahead contains treasures\nfar greater than any other dungeon."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1720,21 +1671,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そのため、誰でも挑戦出来ないように"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"管理されているわけですね。"
|
||||
"Therefore, it's managed so that not just anyone can attempt\nit."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1744,14 +1688,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"な、なるほど・・・。"
|
||||
"I see..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1761,7 +1705,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"28万ジュエルなんてどうしたら・・・。"
|
||||
"How are we supposed to come up with 280,000 jewels..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1778,14 +1722,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"この島には小さなダンジョンと化した場所もあります。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そこを探索すれば多少のお金にはなると思いますよ。"
|
||||
"There are smaller dungeons on this island that have turned\ninto places to explore. You might be able to make some money\nif you search there."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1802,14 +1739,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"それかお二人は若いので、コチヌカシティで"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"働けばすぐに・・・いえ、失礼いたしました。"
|
||||
"Or since you two are young, you could work in the city of\nCochinukashi and earn it quickly... no, my apologies."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1826,14 +1756,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"とにかくこちらとしてはお二人で28万ジュエルさえ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"お支払いしていただければ通行を許可出来ます。"
|
||||
"Anyway, as long as you two can pay the 280,000 jewels, we\ncan grant you passage."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1850,14 +1773,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"お好きな方法で頑張ってください。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"それでは。"
|
||||
"Please try your best by whatever means you like. Farewell."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1895,7 +1811,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"第一の島にあるギルドでガチャを回せるようになりました!"
|
||||
"You can now spin the gacha at the guild on the first island!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1963,7 +1879,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"通行料を支払いますか?"
|
||||
"Will you pay the toll?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1971,8 +1887,8 @@
|
|||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"はい",
|
||||
"いいえ"
|
||||
"Yes",
|
||||
"No"
|
||||
],
|
||||
1,
|
||||
0,
|
||||
|
|
@ -2011,7 +1927,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"通行料を支払った!"
|
||||
"You paid the toll!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2049,14 +1965,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"確かに通行料を頂きました。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"それではお通りください。"
|
||||
"Indeed, I have received the toll. Please go ahead."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2073,14 +1982,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"噂ではこの先のダンジョンの秘宝は他のダンジョンよりも"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"凄い・・・何でも望む結果が手に入るそうです。"
|
||||
"Rumor has it that the treasure in the dungeon ahead is more\nincredible than any other... It's said that you can obtain\nwhatever outcome you desire."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2097,21 +1999,14 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"頑張ってください。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"幸運を祈ります。"
|
||||
"Good luck. I wish you fortune."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2121,21 +2016,14 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"何でも望む結果が手に入る!?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"これは凄いお宝かも・・・!!"
|
||||
"Obtain whatever outcome I desire!? This could be an amazing\ntreasure...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
5,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2145,7 +2033,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"がんばりましょう、メメリスちゃん!"
|
||||
"Let's do our best, Memerisu-chan!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2191,7 +2079,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"お金が足りません。"
|
||||
"You don't have enough money."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2436,14 +2324,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"噂ではこの先のダンジョンの秘宝は他のダンジョンよりも"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"凄い・・・何でも望む結果が手に入るそうです。"
|
||||
"Rumor has it that the treasure in the dungeon ahead is more\namazing than any other... It's said that you can obtain\nwhatever outcome you desire."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2460,14 +2341,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"頑張ってください。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"幸運を祈ります。"
|
||||
"Please do your best. I wish you luck."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "ウマ小屋",
|
||||
"displayName": "Horse Stable",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 10,
|
||||
|
|
@ -1231,7 +1231,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ヒヒーン!ヒヒーン!"
|
||||
"Hee-hin! Hee-hin!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1320,7 +1320,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ヒヒーン!ヒヒーン!"
|
||||
"Hee-hin! Hee-hin!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1409,14 +1409,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ヒヒーン!ヒヒーン!"
|
||||
"Hee-haw! Hee-haw!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1426,14 +1426,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"隣にある宝箱を開けたいのに馬が邪魔だなぁ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ニンジンでもあれば餌で釣って退かせるかも?"
|
||||
"I want to open the treasure chest next to me, but the horse\nis in the way. Maybe if I had a carrot, I could lure it away\nwith food?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1458,7 +1451,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"馬がニンジンを欲しそうに見つめている。"
|
||||
"The horse is looking at you, as if it wants a carrot."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1475,7 +1468,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"ニンジンをあげますか?"
|
||||
"Will you give it a carrot?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1483,8 +1476,8 @@
|
|||
"indent": 1,
|
||||
"parameters": [
|
||||
[
|
||||
"はい",
|
||||
"いいえ"
|
||||
"Yes",
|
||||
"No"
|
||||
],
|
||||
1,
|
||||
0,
|
||||
|
|
@ -1526,7 +1519,7 @@
|
|||
"code": 101,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1536,7 +1529,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"ほれほれ、ボクのニンジンをお食べ。ボロン"
|
||||
"Here you go, eat my carrot. Horon"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1553,7 +1546,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"馬にニンジンをあげた!"
|
||||
"You gave the horse a carrot!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1582,28 +1575,14 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"ヒヒーン!ヒヒーン!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"\\{\\{\\{ブチィ!!!!!!"
|
||||
"Hee-haw! Hee-haw! Bucchi!!!!!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
6,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1613,7 +1592,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"おわっー!ボクのニンジンが真っ二つに!?"
|
||||
"Whoa-! My carrot got snapped in half!?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1630,14 +1609,14 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"ヒヒーン♪ヒヒーン♪"
|
||||
"Hee-haw♪ Hee-haw♪"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1647,21 +1626,14 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"あれ?どうやらこのお馬さん。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"メメリスちゃんに懐いちゃったみたいですよ。"
|
||||
"Huh? It seems like this horse has taken a liking to\nMemerisu-chan."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1671,21 +1643,14 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"おほー!流石ボクちゃん!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"良い女ってのは動物にも好かれちゃうもんだな!"
|
||||
"Oh ho-! As expected of me! A good woman is liked even by\nanimals!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1695,21 +1660,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"よしよし、馬よ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"そこにある宝箱が取りたいからちょっと"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"どいておくれ~。"
|
||||
"There there, horse. I want to get that treasure chest, so\ncould you move aside for me~."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1738,7 +1689,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"ヒヒーン♪ヒヒーン♪"
|
||||
"Hee-haw♪ Hee-haw♪"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1807,14 +1758,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"確かウタゲの村にニンジンを持っている方が"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"いるとか噂で聞いたような・・・。"
|
||||
"I think I heard a rumor that someone in Utage Village has\ncarrots..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2155,7 +2099,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"おウマのキーホルダーを手に入れた!"
|
||||
"Obtained the Horse keychain!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2295,14 +2239,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ヒヒーン♪ヒヒーン♪"
|
||||
"Hee-hee♪ Hee-hee♪"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2312,14 +2256,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"よしよし、マグナムターボは今日も元気だな!"
|
||||
"There, there, Magnum Turbo is full of energy today too!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2329,7 +2273,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"え、それ名前ですか・・・?"
|
||||
"Eh, that's its name...?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2652,7 +2596,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"鋼の石を手に入れた!"
|
||||
"Obtained the Steel Stone!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
1675
www/data/Map043.json
1675
www/data/Map043.json
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "宿屋",
|
||||
"displayName": "Inn",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 12,
|
||||
|
|
@ -1375,7 +1375,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ここは宿屋です。昼まで宿泊されますか?"
|
||||
"This is an inn. Would you like to stay until noon?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1404,7 +1404,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"宿泊すると昼まで休みます。"
|
||||
"If you stay, you will rest until noon."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1412,8 +1412,8 @@
|
|||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"はい",
|
||||
"いいえ"
|
||||
"Yes",
|
||||
"No"
|
||||
],
|
||||
2
|
||||
]
|
||||
|
|
@ -1825,21 +1825,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"よう、お嬢ちゃん・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"よかったら俺達の部屋に来ないかい?"
|
||||
"Hey, missy... would you like to come to our room?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
5,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1849,7 +1842,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"う~ん、どうしよっかなぁ~?"
|
||||
"Hmm, what should I do~?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1857,8 +1850,8 @@
|
|||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"部屋に入る",
|
||||
"部屋に入らない"
|
||||
"Enter the room",
|
||||
"Do not enter the room"
|
||||
],
|
||||
1,
|
||||
0,
|
||||
|
|
@ -1889,7 +1882,7 @@
|
|||
"code": 101,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1899,7 +1892,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"しょうがないなぁ・・・いいよ♥"
|
||||
"Can't be helped... Sure♥"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1969,14 +1962,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"へへっ・・・まさかホントに部屋にくるなんてな。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"当然・・・ヤることは分かってんだろ?"
|
||||
"Heheh... never thought you'd really come to the room. You\nknow what we're gonna do, right?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1993,7 +1979,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"朝まで可愛がってやるぜ!!"
|
||||
"We'll take good care of you until morning!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2010,7 +1996,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"宴の始まりだ!"
|
||||
"The feast begins!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2074,14 +2060,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"男達は興奮した様子でメメリスを布団に押し倒し、"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"ズボンから肉棒を出すと部屋中に雄の臭いが広がる・・・。"
|
||||
"The men, excited, push Memerisu onto the futon, and as they\npull out their dicks from their pants, the smell of men\nfills the room..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2098,14 +2077,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"\\c[31]クッサ・・・♥"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"お兄さん達ヤル気マンマンだねぇ~。"
|
||||
"\\c[31]Phew...♥ You guys are really eager, huh~."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2150,14 +2122,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"そういうお嬢ちゃんもだろ?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"今晩はこいつで喘がせてやるよ。"
|
||||
"You're one to talk, missy. Tonight, I'll make you moan with\nthis."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2190,21 +2155,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"\\c[31]う~ん、お兄さん達のチンコで"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"ボクを満足させられるかなぁ?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"この前抱かれたおじさんの方がおっきかったよ?"
|
||||
"\\c[31]Hmm, I wonder if you guys can satisfy me with your\ndicks? The old man who had me before was bigger, you know?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2221,14 +2172,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"\\c[31]お兄さん達よりでっかいチンコでおまんこほじられて"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"濃厚精液注がれちゃって・・・♥"
|
||||
"\\c[31]His bigger dick poked my pussy and filled me with\nthick semen...♥"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2283,14 +2227,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"こ、このメスガキィ!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"調子に乗りやがって!今すぐ俺達が分からせてやる!!"
|
||||
"You little bitch!! Getting all cocky! We'll show you right\nnow!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2319,7 +2256,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"\\c[31]\\{んほぉ♥チンコキタぁ♥♥"
|
||||
"\\c[31]Ahh♥ The dick is here♥♥"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2336,14 +2273,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"\\c[31]あっあっ・・・はん・・・っ♥"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"お兄さんの硬いのが・・・んっ♥♥♥"
|
||||
"\\c[31]Ah ah... hah...♥ Your hard one is... nn♥♥♥"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2360,7 +2290,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"\\c[27]\\{ズチュズチュ!!ブチュンブチュ!!"
|
||||
"\\c[27]Squish squish!! Splosh splosh!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2377,14 +2307,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"はぁはぁ・・・くそ!メスガキマンコ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"めちゃくちゃ気持ちいいじゃねぇか・・・!!"
|
||||
"Hah hah... damn! This bitch's pussy feels so fucking\ngood...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2418,7 +2341,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"\\c[27]\\{パンッ!パンッパンッ!パン!"
|
||||
"\\c[27]Thump! Thump thump! Thump!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2435,7 +2358,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"俺達もこのメスガキに分からせるぞ!"
|
||||
"We'll show this little bitch too!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2452,7 +2375,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"\\c[27]シュッシュッ!シコシコ・・・!!"
|
||||
"\\c[27]Swish swish! Jerk jerk...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2469,7 +2392,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"男達は我慢汁を垂らしながらチンコをシゴく・・・!!"
|
||||
"The men jerk their dicks, dripping with pre-cum...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2486,14 +2409,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"\\c[31]お兄さん達がんばれ♥がんばれ♥"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"射精したくなったら出していいよ♥"
|
||||
"\\c[31]Come on, guys, you can do it♥ Do it♥ If you want to\ncum, go ahead♥"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2510,14 +2426,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"\\{お゛ぉ゛・・・!!射精る射精る!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"このままメスガキに全部ぶっかけるぞ!!"
|
||||
"I'm gonna...!! I'm cumming! I'm gonna splatter it all over\nthis bitch!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2534,14 +2443,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"こっちも射精すぞ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"クソ生意気なメスガキに無責任種付けかましてやる!!"
|
||||
"I'm cumming too! I'm gonna irresponsibly breed this cheeky\nlittle bitch!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2633,7 +2535,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"\\c[27]\\{ビュルルッ!ビュブッビュビュッ!!"
|
||||
"\\c[27]Splurt! Spurt spurt spurt!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2662,7 +2564,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"\\c[31]ン゛っン♥ザーメン来たぁ♥♥♥"
|
||||
"\\c[31]Nn♥ Here comes the semen♥♥♥"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2679,14 +2581,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"よし、次は俺の番だ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"朝までこのメスガキをハメ倒すぞ!"
|
||||
"Alright, my turn next! I'm gonna fuck this bitch until\nmorning!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2724,7 +2619,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"そして・・・朝まで男達に犯され続け・・・。"
|
||||
"And so... she was violated by the men until morning..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2762,7 +2657,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"\\c[31]はぁ・・・はぁ・・・おほぉ・・・♥"
|
||||
"\\c[31]Haah... haah... ohh...♥"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2779,7 +2674,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"どうだ、大人を舐めるんじゃねーぞ!"
|
||||
"How's that, don't underestimate adults!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2796,14 +2691,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"うわ、服が精液まみれですっげぇくせぇ・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"これは臭いが取れないな。"
|
||||
"Wow, my clothes are drenched in semen and stink like hell...\nThis smell won't come out."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2820,21 +2708,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"おい、メスガキ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"お前その服、着替えずにそのまま着てろよ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"ヤリマンビッチのメスガキにお似合いだからな!"
|
||||
"Hey, you little bitch. Keep wearing those clothes without\nchanging. They suit a slutty bitch like you!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2851,7 +2725,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"\\c[31]わ・・・わかりましたぁ・・・♥"
|
||||
"\\c[31]Okay... I understand...♥"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2885,21 +2759,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"・・・・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"・・・・・・・・・。"
|
||||
"..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3026,7 +2886,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"精液まみれの服を手に入れた!"
|
||||
"Gained semen-stained clothes!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3043,7 +2903,7 @@
|
|||
"code": 101,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3053,14 +2913,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"・・・いや、なんか危なそうだしやっぱり"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"やめとこ。"
|
||||
"...no, it seems dangerous, I better not."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3089,7 +2942,7 @@
|
|||
"code": 401,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"淫乱度が足りません!"
|
||||
"You don't have enough lewdness!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3119,7 +2972,7 @@
|
|||
"code": 101,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3129,14 +2982,14 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"え、遠慮しとくよ・・・。"
|
||||
"Eh, I'll pass..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3146,14 +2999,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"・・・ふぅ、あんな男だらけの部屋に入る"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"女の子なんてよっぽどの淫乱でしょ。"
|
||||
"...Phew, only a real nympho would enter a room full of men\nlike that."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3231,14 +3077,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"よう、お嬢ちゃん。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"また朝まで俺達が可愛がってやろうか?"
|
||||
"Hey there, young lady. Shall we dote on you until morning\nagain?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3246,8 +3085,8 @@
|
|||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"はい",
|
||||
"いいえ"
|
||||
"Yes",
|
||||
"No"
|
||||
],
|
||||
1,
|
||||
0,
|
||||
|
|
@ -3267,7 +3106,7 @@
|
|||
"code": 101,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3277,7 +3116,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"・・・うん♥"
|
||||
"...Yes♥"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3320,7 +3159,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"\\c[27]朝まで沢山可愛がってもらった・・・♥"
|
||||
"\\c[27]I was doted on so much until morning...♥"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3361,21 +3200,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"・・・・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"・・・・・・・・・。"
|
||||
"..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3666,14 +3491,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"セーブポイントがある。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"セーブしますか?"
|
||||
"There's a save point. Would you like to save?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3681,8 +3499,8 @@
|
|||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"はい",
|
||||
"いいえ"
|
||||
"Yes",
|
||||
"No"
|
||||
],
|
||||
1,
|
||||
0,
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "ギルド支部",
|
||||
"displayName": "Guild Branch",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 13,
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "酒場",
|
||||
"displayName": "Tavern",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 10,
|
||||
|
|
@ -1243,7 +1243,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ここは酒場だぜ。何か注文してくれよ。"
|
||||
"This is a tavern. Please order something."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1521,7 +1521,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1531,7 +1531,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"たーるっ!"
|
||||
"It's dripping!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1598,7 +1598,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
5,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1608,21 +1608,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"パンはパンでも食べられないパンは"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"なーんだ?"
|
||||
"What kind of bread can't you eat?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1632,21 +1625,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"(小学生レベルのなぞなぞ・・・これは"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"フライパン以外のひっかけですね・・・)"
|
||||
"(A riddle for elementary students... It must be a trick\nquestion that's not a frying pan...)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1656,21 +1642,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そうですね・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"(メメリスちゃんが言いそうな答えは・・・。)"
|
||||
"Let's see... (The answer that Memerisu-chan would likely\ngive is...)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1680,14 +1659,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"パンツですね!ムフーッ"
|
||||
"It's panties, isn't it! Mufufu~"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1697,21 +1676,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"え、フライパンだけど。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"どうしたの急にパンツだなんて・・・。"
|
||||
"Eh, it's a frying pan, but why suddenly panties..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1721,7 +1693,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"~~~~~~~~~~~っっっ!!!!"
|
||||
"~~~~~~~~~~~~!!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
1572
www/data/Map048.json
1572
www/data/Map048.json
File diff suppressed because it is too large
Load diff
1679
www/data/Map049.json
1679
www/data/Map049.json
File diff suppressed because it is too large
Load diff
1250
www/data/Map050.json
1250
www/data/Map050.json
File diff suppressed because it is too large
Load diff
2427
www/data/Map051.json
2427
www/data/Map051.json
File diff suppressed because it is too large
Load diff
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "道具屋",
|
||||
"displayName": "Tool Shop",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 15,
|
||||
|
|
@ -1309,14 +1309,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"いらっしゃい!この村でお店を開いたよ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"買っていっておくれ。"
|
||||
"Welcome! I've opened a shop in this village. Please buy\nsomething."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "健全な研究所",
|
||||
"displayName": "Wholesome Research Lab",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 15,
|
||||
|
|
@ -1879,14 +1879,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ここは健全な研究所です。"
|
||||
"This is a wholesome research facility."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1896,7 +1896,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"あ、怪しい・・・!!"
|
||||
"Ah, suspicious...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1964,21 +1964,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"倒産しました、明日からどうしよう・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"私はただ受付で長年勤めていただけなのに。"
|
||||
"I've gone bankrupt, what should I do from tomorrow... I've\nonly been working at the reception for so many years."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1988,7 +1981,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"(そっとしておこう)"
|
||||
"(I should leave her alone.)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2065,7 +2058,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ここから先は立ち入り禁止です。"
|
||||
"Entry is prohibited beyond this point."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2133,14 +2126,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ここから先は立ち入り禁止です。"
|
||||
"No entry beyond this point."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2150,21 +2143,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ギルドからのカチコミじゃーい!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"怪しい研究をしてるってネタは上がってんだ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そこをどけー!!"
|
||||
"This is a raid from the guild!! We've heard you're\nconducting suspicious research! Move it!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2181,21 +2160,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ちっ!もう嗅ぎつけられたか!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"だがここを通すわけにはいかないな!"
|
||||
"Tch! Have I been sniffed out already?! But I can't let you\nthrough here!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2205,7 +2177,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"悪い研究は許せません!やっちゃいましょう!"
|
||||
"We can't allow evil research! Let's take them down!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2222,7 +2194,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"舐めるなよ!私達の作った機械を喰らえっ!!"
|
||||
"Don't underestimate us! Eat this, our very own creation!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2273,14 +2245,14 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"帰りな!クソガキ共め!!"
|
||||
"Get lost, you brats!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2290,7 +2262,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"ちくしょー!覚えてろー!!"
|
||||
"Damn it! You'll pay for this!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2713,7 +2685,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2723,14 +2695,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"冷蔵庫があるよ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"何か入ってたりするかな~♪"
|
||||
"There's a fridge here! I wonder if there's anything inside~♪"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2759,14 +2724,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ガサゴソ・・・ガサゴソ・・・!!"
|
||||
"Rustle... Rustle...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2776,21 +2741,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"勝手に開けたらダメですよ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"怒られちゃいますよー!!"
|
||||
"You can't just open it without permission! You'll get in\ntrouble-!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2800,7 +2758,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・これは。"
|
||||
"...This is."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2819,7 +2777,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2829,7 +2787,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\{\\{ちくわしかねぇ!!!!"
|
||||
"Nothing but fish paste tubes!!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2868,14 +2826,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ちくわを手に入れた!"
|
||||
"You obtained a fish paste tube!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2885,14 +2843,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"この冷蔵庫、ちくわがまだまだ入ってる・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"なにこれ怖い。"
|
||||
"This fridge, it's still full of fish paste tubes... this is\nkind of scary."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2959,7 +2910,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2969,14 +2920,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"冷蔵庫があるよ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"何か入ってたりするかな~♪"
|
||||
"There's a fridge here! I wonder if there's anything inside~♪"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3005,14 +2949,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ガサゴソ・・・ガサゴソ・・・!!"
|
||||
"Rustle... Rustle...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3022,21 +2966,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"勝手に開けたらダメですよ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"怒られちゃいますよー!!"
|
||||
"You shouldn't just open it without permission! You'll get in\ntrouble-!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3046,7 +2983,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・これは。"
|
||||
"...This is."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3065,7 +3002,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3075,7 +3012,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\{\\{ちくわしかねぇ!!!!"
|
||||
"Nothing but fish paste tubes!!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3114,14 +3051,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ちくわを手に入れた!"
|
||||
"You obtained a fish paste tube!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3131,14 +3068,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"この冷蔵庫、ちくわがまだまだ入ってる・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"なにこれ怖い。"
|
||||
"This fridge... it's still full of fish paste tubes... this\nis kind of scary."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3205,7 +3135,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3215,14 +3145,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"冷蔵庫があるよ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"何か入ってたりするかな~♪"
|
||||
"There's a fridge! I wonder if there's anything inside~♪"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3251,14 +3174,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ガサゴソ・・・ガサゴソ・・・!!"
|
||||
"Rustle... Rustle...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3268,21 +3191,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"勝手に開けたらダメですよ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"怒られちゃいますよー!!"
|
||||
"You shouldn't just open it without permission! You'll get\nscolded-!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3292,7 +3208,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・これは。"
|
||||
"...This is."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3311,7 +3227,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3321,7 +3237,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\{\\{ちくわしかねぇ!!!!"
|
||||
"Nothing but fish paste tubes!!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3360,14 +3276,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ちくわを手に入れた!"
|
||||
"You obtained fish paste tubes!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3377,14 +3293,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"この冷蔵庫、ちくわがまだまだ入ってる・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"なにこれ怖い。"
|
||||
"This fridge... it's still packed with fish paste tubes...\nwhat's this, it's kind of scary."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3451,7 +3360,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
2,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3461,14 +3370,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"冷蔵庫があるよ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"何か入ってたりするかな~♪"
|
||||
"There's a fridge here! I wonder if there's anything inside~♪"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3497,14 +3399,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ガサゴソ・・・ガサゴソ・・・!!"
|
||||
"Rustle... Rustle...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3514,21 +3416,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"勝手に開けたらダメですよ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"怒られちゃいますよー!!"
|
||||
"You can't just open it without permission! You'll get in\ntrouble-!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3538,7 +3433,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"・・・これは。"
|
||||
"...This is."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3557,7 +3452,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3567,7 +3462,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\{\\{ちくわしかねぇ!!!!"
|
||||
"There's nothing but fish paste tubes!!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3606,14 +3501,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ちくわを手に入れた!"
|
||||
"You obtained a fish paste tube!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -3623,14 +3518,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"この冷蔵庫、ちくわがまだまだ入ってる・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"なにこれ怖い。"
|
||||
"This fridge... it's still full of fish paste tubes... what's\nthis, it's kind of scary."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
1472
www/data/Map054.json
1472
www/data/Map054.json
File diff suppressed because it is too large
Load diff
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "コスプレ店",
|
||||
"displayName": "Cosplay Shop",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 10,
|
||||
|
|
@ -619,14 +619,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"コスプレショップにようこそ♪"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ちょっとエッチな衣装でいつもと違う貴方に出会えるかも♥"
|
||||
"Welcome to the cosplay shop♪ You might discover a different\nside of yourself with a slightly naughty costume♥"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
2034
www/data/Map056.json
2034
www/data/Map056.json
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
1273
www/data/Map058.json
1273
www/data/Map058.json
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "ダンジョン",
|
||||
"displayName": "Dungeon",
|
||||
"encounterList": [],
|
||||
"encounterStep": 100,
|
||||
"height": 15,
|
||||
|
|
@ -2430,7 +2430,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ハイポーションを手に入れた!"
|
||||
"Obtained a High Potion!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2865,7 +2865,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ダンジョンの階層をワープしますか?"
|
||||
"Would you like to warp to a different floor of the dungeon?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2873,8 +2873,8 @@
|
|||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"はい",
|
||||
"いいえ"
|
||||
"Yes",
|
||||
"No"
|
||||
],
|
||||
1,
|
||||
0,
|
||||
|
|
@ -2895,8 +2895,8 @@
|
|||
"indent": 1,
|
||||
"parameters": [
|
||||
[
|
||||
"1層目ボス前",
|
||||
"やめておく"
|
||||
"Before the first floor boss",
|
||||
"Stop it"
|
||||
],
|
||||
1,
|
||||
0,
|
||||
|
|
@ -3047,7 +3047,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ダンジョンの階層をワープしますか?"
|
||||
"Would you like to warp to a different floor of the dungeon?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3055,8 +3055,8 @@
|
|||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"はい",
|
||||
"いいえ"
|
||||
"Yes",
|
||||
"No"
|
||||
],
|
||||
1,
|
||||
0,
|
||||
|
|
@ -3077,9 +3077,9 @@
|
|||
"indent": 1,
|
||||
"parameters": [
|
||||
[
|
||||
"1層目ボス前",
|
||||
"2層目ボス前",
|
||||
"やめておく"
|
||||
"Before the first floor boss",
|
||||
"Before the second floor boss",
|
||||
"Decide not to"
|
||||
],
|
||||
2,
|
||||
0,
|
||||
|
|
@ -3267,7 +3267,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ダンジョンの階層をワープしますか?"
|
||||
"Would you like to warp to a different floor of the dungeon?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3275,8 +3275,8 @@
|
|||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"はい",
|
||||
"いいえ"
|
||||
"Yes",
|
||||
"No"
|
||||
],
|
||||
1,
|
||||
0,
|
||||
|
|
@ -3297,10 +3297,10 @@
|
|||
"indent": 1,
|
||||
"parameters": [
|
||||
[
|
||||
"1層目ボス前",
|
||||
"2層目ボス前",
|
||||
"3層目ボス前",
|
||||
"やめておく"
|
||||
"Before the first layer boss",
|
||||
"Before the second layer boss",
|
||||
"Before the third layer boss",
|
||||
"Decide not to"
|
||||
],
|
||||
3,
|
||||
0,
|
||||
|
|
@ -3525,7 +3525,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ダンジョンの階層をワープしますか?"
|
||||
"Would you like to warp to a different floor of the dungeon?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3533,8 +3533,8 @@
|
|||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"はい",
|
||||
"いいえ"
|
||||
"Yes",
|
||||
"No"
|
||||
],
|
||||
1,
|
||||
0,
|
||||
|
|
@ -3555,11 +3555,11 @@
|
|||
"indent": 1,
|
||||
"parameters": [
|
||||
[
|
||||
"1層目ボス前",
|
||||
"2層目ボス前",
|
||||
"3層目ボス前",
|
||||
"4層目ボス前",
|
||||
"やめておく"
|
||||
"Before the first layer boss",
|
||||
"Before the second layer boss",
|
||||
"Before the third layer boss",
|
||||
"Before the fourth layer boss",
|
||||
"Decide not to"
|
||||
],
|
||||
4,
|
||||
0,
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "ダンジョン",
|
||||
"displayName": "Dungeon",
|
||||
"encounterList": [],
|
||||
"encounterStep": 100,
|
||||
"height": 13,
|
||||
|
|
@ -1608,7 +1608,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"鋼の石を手に入れた!"
|
||||
"Obtained the Steel Stone!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2093,7 +2093,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2103,21 +2103,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"うわぁ・・・深そうな穴だなぁ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"覗いても底が見えないよ。"
|
||||
"Wow... that's a deep hole. I can't even see the bottom when\nI peer into it."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2127,21 +2120,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"あんまり覗き込むと落ちちゃいますよ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"気を付けてくださいね。"
|
||||
"Be careful not to lean in too much, or you might fall.\nPlease be careful."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2151,14 +2137,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ほいほーい、心配性だなぁ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"流石に落ちるわけ・・・"
|
||||
"Ho ho, you worry too much. As if I'd really fall..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2187,21 +2166,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\{\\{・・・ズルッ!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"(足を滑らせる音)"
|
||||
"...Slip!!! (Sound of slipping)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2211,21 +2183,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\{\\{\\{おわあああああああ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ああああああ!!!"
|
||||
"Aaaaaaaahhhhhhhhhhhhhhhh!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -2235,14 +2200,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\{もおおおおおお!言ったそばから"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"なにしてるんですかああああ!!!"
|
||||
"Oh myyyyy! What are you doing right after I warned\nyouuuuuu!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -2271,7 +2229,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"メメリスは10のダメージを受けた!"
|
||||
"Memerisu took 10 points of damage!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
1377
www/data/Map062.json
1377
www/data/Map062.json
File diff suppressed because it is too large
Load diff
1017
www/data/Map063.json
1017
www/data/Map063.json
File diff suppressed because it is too large
Load diff
1926
www/data/Map064.json
1926
www/data/Map064.json
File diff suppressed because it is too large
Load diff
1911
www/data/Map065.json
1911
www/data/Map065.json
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
1193
www/data/Map067.json
1193
www/data/Map067.json
File diff suppressed because it is too large
Load diff
1420
www/data/Map068.json
1420
www/data/Map068.json
File diff suppressed because it is too large
Load diff
2619
www/data/Map069.json
2619
www/data/Map069.json
File diff suppressed because it is too large
Load diff
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "ダンジョン",
|
||||
"displayName": "Dungeon",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 12,
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "ダンジョン",
|
||||
"displayName": "Dungeon",
|
||||
"encounterList": [],
|
||||
"encounterStep": 100,
|
||||
"height": 50,
|
||||
|
|
@ -15580,7 +15580,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ハイポーションを手に入れた!"
|
||||
"Obtained a High Potion!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -15826,7 +15826,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"4545\\G 手に入れた!"
|
||||
"Gained 4545\\G!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -16073,7 +16073,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"聖女のローブを手に入れた!"
|
||||
"Obtained the Saintess's Robe!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
2770
www/data/Map073.json
2770
www/data/Map073.json
File diff suppressed because it is too large
Load diff
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "ダンジョン最奥",
|
||||
"displayName": "Dungeon Depths",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 20,
|
||||
|
|
|
|||
1361
www/data/Map075.json
1361
www/data/Map075.json
File diff suppressed because it is too large
Load diff
1360
www/data/Map076.json
1360
www/data/Map076.json
File diff suppressed because it is too large
Load diff
1857
www/data/Map077.json
1857
www/data/Map077.json
File diff suppressed because it is too large
Load diff
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "ラスダン",
|
||||
"displayName": "Last Dungeon",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 40,
|
||||
|
|
|
|||
1539
www/data/Map079.json
1539
www/data/Map079.json
File diff suppressed because it is too large
Load diff
1446
www/data/Map080.json
1446
www/data/Map080.json
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "スラム民家",
|
||||
"displayName": "Slum Dwelling",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 12,
|
||||
|
|
@ -1171,14 +1171,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"こんにちハ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"よかったラ今晩 ボクと 一緒ニ過ごしまセンカ?"
|
||||
"Hello! Would you like to spend the evening with me?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1195,14 +1188,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"とっても 気持ちヨクナル 薬あるヨ!"
|
||||
"I have a drug that will make you feel really good!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1212,7 +1205,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"それって危険な薬なんじゃ・・・?"
|
||||
"Isn't that drug dangerous...?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1229,14 +1222,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"オー!感度ガ10倍にナル凄い薬ダヨ!"
|
||||
"Oh! It's an amazing drug that increases sensitivity by\ntenfold!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1246,14 +1239,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"何故だろう、10倍は凄いのに大した事じゃない"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ように錯覚してしまうのは・・・。"
|
||||
"I wonder why, even though tenfold is a lot, it feels like\nit's not a big deal..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1270,7 +1256,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"夜ニまたおいデ!"
|
||||
"See you again at night!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1338,21 +1324,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"オー!この前の夜は熱かったナ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"また抱いてやろうカ?"
|
||||
"Oh! That night before was hot, wasn't it? Shall I embrace\nyou again?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1362,14 +1341,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"うるせー!もうコリゴリじゃい!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"近寄ってくんな!ぺっぺっ!!"
|
||||
"Shut up! I've had enough of you! Don't come any closer!\nPtui, ptui!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1446,14 +1418,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"オー!ハロー!!"
|
||||
"Oh! Hello!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1463,21 +1435,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ハ、ハロー・・・!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"マイネーム イズ メメリス!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ディス イズ ア ペーン!"
|
||||
"Ha, hello...!! My name is Memerisu! This is a pen!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1494,21 +1452,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ハッハッハッ!私 ニホン語 話せマース!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"キミ、英語ヘタクソですネ!!"
|
||||
"Hahaha! I can speak Japanese! You're really bad at English,\naren't you!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1518,7 +1469,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"なんだとおおおおおおおお!!!"
|
||||
"What did you sayyyyyyyyyy!!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1586,21 +1537,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"やぁ、ティーナちゃん!またオナホにならないカ?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"俺のオチンポ様は今日もビンビンだヨ!"
|
||||
"Hey, Tina-chan! Ready to become my onahole again? My dick is\nrock hard today!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina1",
|
||||
"Thina1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -1610,7 +1554,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"何度見ても・・・おっきいです・・・♥ゴクリッ"
|
||||
"No matter how many times I see it... it's so big... ♥ *gulp*"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -607,14 +607,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"この先はバッドエンドルートになります。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"バッドエンドが確定するのでご注意ください。"
|
||||
"This is the point where the story leads to a bad ending.\nPlease be aware that proceeding will confirm a bad ending."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -631,7 +624,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"バッドエンドルートに進みますか?"
|
||||
"Would you like to proceed to the bad ending route?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -639,8 +632,8 @@
|
|||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"はい",
|
||||
"いいえ"
|
||||
"Yes",
|
||||
"No"
|
||||
],
|
||||
1,
|
||||
0,
|
||||
|
|
@ -660,7 +653,7 @@
|
|||
"code": 101,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
0,
|
||||
0,
|
||||
2
|
||||
|
|
@ -670,7 +663,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"よし、進もう!"
|
||||
"Alright, let's go!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -743,7 +736,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"メメリス達は階段を降りた・・・。"
|
||||
"Memerisu and her companions descended the stairs..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -776,7 +769,7 @@
|
|||
"code": 101,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -786,28 +779,14 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"こ、ここが性奴隷オークション会場・・・!?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"スラムの地下にこんな立派な施設が"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"あるなんて・・・!!"
|
||||
"Th-This is the sex slave auction hall...!? I can't believe\nsuch a grand facility exists beneath the slums...!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -817,14 +796,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"危険な香りしかしない・・・"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"早く孫娘ちゃんを探して帰ろう!"
|
||||
"It reeks of danger... Let's find the granddaughter quickly\nand get out of here!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -914,7 +886,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -924,14 +896,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"何か嫌なことがここであった気が・・・"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"いや、あれは夢・・・夢だよね・・・。"
|
||||
"I feel like something unpleasant happened here... No, that\nwas a dream... It was just a dream, right?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "性奴隷競売場",
|
||||
"displayName": "Slave Auction House",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 30,
|
||||
|
|
@ -5889,7 +5889,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -5899,14 +5899,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"まだ孫娘さんを見つけられていません・・・!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"探しましょう!!"
|
||||
"We still haven't found the granddaughter...! Let's keep\nsearching!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6103,21 +6096,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ふむ・・・獣人の奴隷か・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"獣人の雌の鳴き声はいつ聞いても最高だからな。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"今夜はこいつにするか。"
|
||||
"Hmm... a beastman slave... The cries of a female beastman\nare always the best. Maybe I'll choose this one for tonight."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6194,14 +6173,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ワシの息子の夜伽の練習相手に奴隷を買いに来たが・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ふむ、息子にあてがう前に一度抱くのもいいのう。"
|
||||
"I came to buy a slave to be a practice partner for my son's\nnightly duties... Hmm, it might be good to embrace her\nmyself before giving her to my son."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6278,14 +6250,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ようこそ!欲望渦巻く性奴隷オークション会場へ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"お客様のお好みの女の子が見つかる事をお祈りします♥"
|
||||
"Welcome! To the swirling den of desire that is the sex slave\nauction! We hope you find the girl of your liking here♥"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6362,14 +6327,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"現在、オークションを開催中です♪"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ご参加したい方はどうぞ奥に・・・♥"
|
||||
"We are currently holding an auction♪ If you'd like to\nparticipate, please head to the back...♥"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6446,14 +6404,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"おほ~!ワシの孫娘と同じぐらいの女の子が"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"出品されておるではないか!これは買いじゃなぁ!!"
|
||||
"Oh ho! A girl about the same age as my granddaughter is\nbeing auctioned! This is a must-buy!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6590,14 +6541,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ここでは金さえあれば何でも買える!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"まさに理想郷だぜ。"
|
||||
"As long as you have money, you can buy anything here! It's\ntruly a utopia."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6674,7 +6618,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ブツブツ・・・ブツブツ・・・。"
|
||||
"Muttering... Muttering..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6811,21 +6755,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"今回はどんな性奴隷を買おうか・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"前の奴隷は乱暴に扱い過ぎてすぐに壊れてしまったから"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"次は簡単に壊れない丈夫な奴隷を買おう。"
|
||||
"What kind of sex slave should I buy this time... The last\none broke too easily because I was too rough with her, so I\nshould buy a sturdy slave that won't break easily."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6902,14 +6832,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"フォッフォッフォッ・・・年を取っても女を抱くのは"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"やめられんのう!"
|
||||
"Ho ho ho... Even as I age, I can't stop embracing women!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7346,14 +7269,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ここで奴隷を安く仕入れて他所で高く売りつける。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"奴隷転売で大儲けでーす!"
|
||||
"Buy slaves cheaply here and sell them at a high price\nelsewhere. Making a fortune with slave trading!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7670,28 +7586,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ここには色んな島から攫われたり、借金のカタに"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"売り飛ばされたりした奴が奴隷として出品されてるんだ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"噂には性奴隷としての価値を高める為に、"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"調教する施設も存在するらしいぜ。"
|
||||
"People here have been kidnapped from various islands or sold\noff to cover debts and are being offered as slaves. Rumors\nsay there's even a facility that trains them to increase\ntheir value as sex slaves."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7768,21 +7663,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"皆様本日はお集まり下さり誠にありがとうございます!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"本日最初の出品はこちらの少女となります!"
|
||||
"Ladies and gentlemen, thank you very much for gathering here\ntoday! The first item up for auction today is this girl!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -7792,21 +7680,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ちょ、ちょっとメメリスちゃん!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"多分お爺さんの孫娘ってあの子ですよ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"見せて頂いた写真にそっくりです!!"
|
||||
"Wait, wait a minute, Memerisu-chan! That's probably the old\nman's granddaughter! She looks just like the photo he showed\nus!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7823,21 +7697,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"こちらの少女は私共による特別性奴隷調教を"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"施していますので、競り落とした瞬間から"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"どのようなプレイも対応可能です!"
|
||||
"This girl has been specially trained as a sex slave by us,\nso she's ready for any kind of play the moment she's bought!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7854,14 +7714,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"自宅で家政婦として扱うもヨシ!今すぐ抱くのもヨシ!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"落札された方のご自由にしていただいて結構です!!"
|
||||
"You can treat her as a maid at home if you wish! Or embrace\nher right away! The buyer is free to do as they please!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7878,14 +7731,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"さぁそれでは!只今からこちらの少女のオークションを"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"開始します。まず、30万から!さぁお客様どうぞ!"
|
||||
"Now then! Let's start the auction for this girl. We'll start\nat 300,000! Come on, ladies and gentlemen!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7902,21 +7748,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\{\\{「40!」「50!」「60!」"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"「70!」・・・。"
|
||||
"\"40!\" \"50!\" \"60!\" \"70!\"..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu1",
|
||||
"Memerisu1",
|
||||
7,
|
||||
0,
|
||||
2
|
||||
|
|
@ -7926,35 +7765,14 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"なんて勢いで値段が上がっていくんだ・・・!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"これじゃ競り落とすのも無理だし、"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"潜入で助けようにもこの状況じゃ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"そんなこと出来ないよぉ・・・。"
|
||||
"How quickly the price is rising...! There's no way we can\nwin the bid like this, and we can't rescue her in this\nsituation either..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"thina2",
|
||||
"Thina2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -7964,21 +7782,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"孫娘さんが買われてしまうと、その後の足取り"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"が掴めるのかも分かりません・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ここは危険ですが突入して奪還するしか・・・。"
|
||||
"If the granddaughter is bought, we might not be able to\ntrack her whereabouts... It's risky, but we might have to\nstorm in and take her back..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -7997,7 +7801,7 @@
|
|||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
3,
|
||||
0,
|
||||
2
|
||||
|
|
@ -8007,14 +7811,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ちくしょう!仕方ないっ!うおおおおおおお!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"孫娘ちゃんを返してもらうぞおおおお!!!"
|
||||
"Damn it! Can't be helped! Uoooooooh!! Give back the\ngranddaughter-chan!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8031,14 +7828,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"な、なんですか貴方達は!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"護衛の皆さん、不審者のお相手をお願いします!!"
|
||||
"What are you people doing here! Guards, please deal with\nthese suspicious individuals!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8060,7 +7850,7 @@
|
|||
"code": 101,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
1,
|
||||
0,
|
||||
2
|
||||
|
|
@ -8070,7 +7860,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"勝つなんてやりますねぇ!"
|
||||
"You're quite tough to beat!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8097,7 +7887,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"メメリス達は負けてしまった!"
|
||||
"Memerisu and her friends have lost!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8119,14 +7909,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"おい、この侵入者共を例の牢屋に連れていけ。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"性奴隷として仕上げてやる。"
|
||||
"Hey, take these intruders to that cell. We'll finish them\noff as sex slaves."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8143,7 +7926,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"はっ!かしこまりました!!"
|
||||
"Yes sir! Understood!!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8160,14 +7943,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"こうしてメメリスとティーナは"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"監獄に収監されてしまった・・・。"
|
||||
"And so, Memerisu and Tina were imprisoned in the dungeon..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8184,7 +7960,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"・・・。"
|
||||
"..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8201,7 +7977,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"・・・・・・。"
|
||||
"..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8218,7 +7994,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"・・・・・・・・・。"
|
||||
"..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -8242,7 +8018,7 @@
|
|||
"code": 101,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"memerisu2",
|
||||
"Memerisu2",
|
||||
4,
|
||||
0,
|
||||
2
|
||||
|
|
@ -8252,14 +8028,7 @@
|
|||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"う、うーん・・・。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"こ、ここは・・・ボクは一体・・・。"
|
||||
"Ugh, uh-uh... Where is this... What on earth am I..."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
5378
www/data/Map085.json
5378
www/data/Map085.json
File diff suppressed because it is too large
Load diff
12929
www/data/Map086.json
12929
www/data/Map086.json
File diff suppressed because it is too large
Load diff
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue