Initial Commit
This commit is contained in:
commit
26ca920a6b
161 changed files with 320525 additions and 0 deletions
46
.gitignore
vendored
Normal file
46
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
# Ignore all files
|
||||
*.*
|
||||
|
||||
# File Types
|
||||
!*.mps
|
||||
!*.dat
|
||||
!*.json
|
||||
!*.txt
|
||||
!*.project
|
||||
!*.js
|
||||
!*.zip
|
||||
!*.7z
|
||||
!*.csv
|
||||
!*.ain
|
||||
!*.fnl
|
||||
!*.ks
|
||||
!*.tjs
|
||||
!*.yaml
|
||||
!*.rb
|
||||
!*.rvdata2
|
||||
|
||||
# Other Needed Files
|
||||
!.gitignore
|
||||
!README.md
|
||||
!patch-config.txt
|
||||
!GameUpdate*
|
||||
!patch*
|
||||
!Game.dat
|
||||
|
||||
# Ignore
|
||||
previous_patch_sha.txt
|
||||
kabe3_save.dat
|
||||
kabe3_system.dat
|
||||
psbpack.dat
|
||||
Save*
|
||||
|
||||
# Images
|
||||
!hatu0.rpgmvp
|
||||
!hatu1.rpgmvp
|
||||
!hatu2.rpgmvp
|
||||
!hatu3.rpgmvp
|
||||
!hatu4.rpgmvp
|
||||
!hatu5.rpgmvp
|
||||
!hatu6.rpgmvp
|
||||
!syozyo0.rpgmvp
|
||||
!syozyo1.rpgmvp
|
||||
14
GameUpdate.bat
Normal file
14
GameUpdate.bat
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
@echo off
|
||||
setlocal
|
||||
|
||||
REM Copy GAMEUPDATE.bat to a new file
|
||||
copy patch.bat patch2.bat
|
||||
|
||||
REM Run the new file
|
||||
call patch2.bat
|
||||
|
||||
REM Delete the new file
|
||||
del patch2.bat
|
||||
|
||||
endlocal
|
||||
@echo on
|
||||
13
GameUpdate_linux.sh
Normal file
13
GameUpdate_linux.sh
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Enable error handling
|
||||
set -e
|
||||
|
||||
# Copy patch.bat to a new file
|
||||
cp patch.sh patch2.sh
|
||||
|
||||
# Run the new file
|
||||
bash patch2.sh
|
||||
|
||||
# Delete the new file
|
||||
rm patch2.sh
|
||||
57
README.md
Normal file
57
README.md
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
# Apply Patch
|
||||
1. Click Code
|
||||
2. Click Download ZIP
|
||||
3. Extract to game folder and Replace All.
|
||||
|
||||
## Future Patching
|
||||
1. Run GAMEUPDATE.bat to auto patch.
|
||||
|
||||
# Troubleshooting
|
||||
**GAMEUPDATE.bat doesn't update and closes immediately**
|
||||
1. Make sure your path doesn't contain any Japanese characters or lots of whitespace.
|
||||
2. Make sure you actually have permissions in the folder
|
||||
|
||||
# Edit/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.
|
||||
243
data/Actors.json
Normal file
243
data/Actors.json
Normal file
|
|
@ -0,0 +1,243 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "kari",
|
||||
"classId": 10,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "Actor1",
|
||||
"traits": [],
|
||||
"initialLevel": 10,
|
||||
"maxLevel": 99,
|
||||
"name": "カリン",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "kari",
|
||||
"classId": 11,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "Actor1",
|
||||
"traits": [
|
||||
{
|
||||
"code": 41,
|
||||
"dataId": 1,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 43,
|
||||
"dataId": 232,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 43,
|
||||
"dataId": 233,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 43,
|
||||
"dataId": 234,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 43,
|
||||
"dataId": 235,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 43,
|
||||
"dataId": 236,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 43,
|
||||
"dataId": 237,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 43,
|
||||
"dataId": 238,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 43,
|
||||
"dataId": 239,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 43,
|
||||
"dataId": 240,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 43,
|
||||
"dataId": 242,
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "カリン・テスト",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
}
|
||||
]
|
||||
11542
data/Animations.json
Normal file
11542
data/Animations.json
Normal file
File diff suppressed because it is too large
Load diff
2847
data/Armors.json
Normal file
2847
data/Armors.json
Normal file
File diff suppressed because it is too large
Load diff
10063
data/Classes.json
Normal file
10063
data/Classes.json
Normal file
File diff suppressed because it is too large
Load diff
28849
data/CommonEvents.json
Normal file
28849
data/CommonEvents.json
Normal file
File diff suppressed because it is too large
Load diff
1031
data/Enemies.json
Normal file
1031
data/Enemies.json
Normal file
File diff suppressed because it is too large
Load diff
3636
data/Items.json
Normal file
3636
data/Items.json
Normal file
File diff suppressed because it is too large
Load diff
8284
data/Map001.json
Normal file
8284
data/Map001.json
Normal file
File diff suppressed because it is too large
Load diff
4045
data/Map002.json
Normal file
4045
data/Map002.json
Normal file
File diff suppressed because it is too large
Load diff
5919
data/Map003.json
Normal file
5919
data/Map003.json
Normal file
File diff suppressed because it is too large
Load diff
7072
data/Map004.json
Normal file
7072
data/Map004.json
Normal file
File diff suppressed because it is too large
Load diff
9247
data/Map005.json
Normal file
9247
data/Map005.json
Normal file
File diff suppressed because it is too large
Load diff
2825
data/Map006.json
Normal file
2825
data/Map006.json
Normal file
File diff suppressed because it is too large
Load diff
3924
data/Map007.json
Normal file
3924
data/Map007.json
Normal file
File diff suppressed because it is too large
Load diff
2273
data/Map008.json
Normal file
2273
data/Map008.json
Normal file
File diff suppressed because it is too large
Load diff
319
data/Map009.json
Normal file
319
data/Map009.json
Normal file
|
|
@ -0,0 +1,319 @@
|
|||
{
|
||||
"autoplayBgm": false,
|
||||
"autoplayBgs": false,
|
||||
"battleback1Name": "",
|
||||
"battleback2Name": "",
|
||||
"bgm": {
|
||||
"name": "",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"bgs": {
|
||||
"name": "",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 3,
|
||||
"note": "",
|
||||
"parallaxLoopX": false,
|
||||
"parallaxLoopY": false,
|
||||
"parallaxName": "",
|
||||
"parallaxShow": true,
|
||||
"parallaxSx": 0,
|
||||
"parallaxSy": 0,
|
||||
"scrollType": 0,
|
||||
"specifyBattleback": false,
|
||||
"tilesetId": 1,
|
||||
"width": 3,
|
||||
"data": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"events": [
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"name": "EV001",
|
||||
"note": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"itemId": 1,
|
||||
"itemValid": false,
|
||||
"selfSwitchCh": "A",
|
||||
"selfSwitchValid": false,
|
||||
"switch1Id": 1,
|
||||
"switch1Valid": false,
|
||||
"switch2Id": 1,
|
||||
"switch2Valid": false,
|
||||
"variableId": 1,
|
||||
"variableValid": false,
|
||||
"variableValue": 0
|
||||
},
|
||||
"directionFix": false,
|
||||
"image": {
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"direction": 2,
|
||||
"pattern": 0,
|
||||
"tileId": 0
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 205,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
-1,
|
||||
{
|
||||
"list": [
|
||||
{
|
||||
"code": 29,
|
||||
"parameters": [
|
||||
5
|
||||
],
|
||||
"indent": null
|
||||
},
|
||||
{
|
||||
"code": 0
|
||||
}
|
||||
],
|
||||
"repeat": false,
|
||||
"skippable": false,
|
||||
"wait": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 505,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
{
|
||||
"code": 29,
|
||||
"parameters": [
|
||||
5
|
||||
],
|
||||
"indent": null
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 108,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 118,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"名前入力"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"",
|
||||
0,
|
||||
0,
|
||||
2,
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"名前を決めて下さい"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"(アイテムからいつでも変更できます)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 303,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
1,
|
||||
5
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"",
|
||||
0,
|
||||
0,
|
||||
2,
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\N[1]でよろしいですか?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 102,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"はい",
|
||||
"いいえ"
|
||||
],
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 402,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
0,
|
||||
"はい"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 201,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
0,
|
||||
2,
|
||||
8,
|
||||
8,
|
||||
8,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 1,
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"code": 402,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
1,
|
||||
"いいえ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 119,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"名前入力"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 1,
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"code": 404,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"moveFrequency": 3,
|
||||
"moveRoute": {
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"repeat": true,
|
||||
"skippable": false,
|
||||
"wait": false
|
||||
},
|
||||
"moveSpeed": 3,
|
||||
"moveType": 0,
|
||||
"priorityType": 0,
|
||||
"stepAnime": false,
|
||||
"through": false,
|
||||
"trigger": 0,
|
||||
"walkAnime": true
|
||||
}
|
||||
],
|
||||
"x": 0,
|
||||
"y": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
3945
data/Map010.json
Normal file
3945
data/Map010.json
Normal file
File diff suppressed because it is too large
Load diff
913
data/Map011.json
Normal file
913
data/Map011.json
Normal file
|
|
@ -0,0 +1,913 @@
|
|||
{
|
||||
"autoplayBgm": false,
|
||||
"autoplayBgs": false,
|
||||
"battleback1Name": "",
|
||||
"battleback2Name": "",
|
||||
"bgm": {
|
||||
"name": "",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"bgs": {
|
||||
"name": "",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 4,
|
||||
"note": "",
|
||||
"parallaxLoopX": false,
|
||||
"parallaxLoopY": false,
|
||||
"parallaxName": "",
|
||||
"parallaxShow": true,
|
||||
"parallaxSx": 0,
|
||||
"parallaxSy": 0,
|
||||
"scrollType": 0,
|
||||
"specifyBattleback": false,
|
||||
"tilesetId": 2,
|
||||
"width": 4,
|
||||
"data": [
|
||||
2816,
|
||||
2816,
|
||||
2816,
|
||||
2816,
|
||||
2816,
|
||||
2816,
|
||||
2816,
|
||||
2816,
|
||||
2816,
|
||||
2816,
|
||||
2816,
|
||||
2816,
|
||||
2816,
|
||||
2816,
|
||||
2816,
|
||||
2816,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"events": [
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"name": "EV001",
|
||||
"note": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"itemId": 1,
|
||||
"itemValid": false,
|
||||
"selfSwitchCh": "A",
|
||||
"selfSwitchValid": false,
|
||||
"switch1Id": 1,
|
||||
"switch1Valid": false,
|
||||
"switch2Id": 1,
|
||||
"switch2Valid": false,
|
||||
"variableId": 1,
|
||||
"variableValid": false,
|
||||
"variableValue": 0
|
||||
},
|
||||
"directionFix": false,
|
||||
"image": {
|
||||
"tileId": 0,
|
||||
"characterName": "Monster",
|
||||
"direction": 2,
|
||||
"pattern": 1,
|
||||
"characterIndex": 0
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 318,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
241
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 317,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
4
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 314,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 121,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
29,
|
||||
29,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 301,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
0,
|
||||
6,
|
||||
false,
|
||||
false
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"moveFrequency": 3,
|
||||
"moveRoute": {
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"repeat": true,
|
||||
"skippable": false,
|
||||
"wait": false
|
||||
},
|
||||
"moveSpeed": 3,
|
||||
"moveType": 0,
|
||||
"priorityType": 1,
|
||||
"stepAnime": false,
|
||||
"through": false,
|
||||
"trigger": 0,
|
||||
"walkAnime": true
|
||||
}
|
||||
],
|
||||
"x": 1,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "EV002",
|
||||
"note": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"itemId": 1,
|
||||
"itemValid": false,
|
||||
"selfSwitchCh": "A",
|
||||
"selfSwitchValid": false,
|
||||
"switch1Id": 1,
|
||||
"switch1Valid": false,
|
||||
"switch2Id": 1,
|
||||
"switch2Valid": false,
|
||||
"variableId": 1,
|
||||
"variableValid": false,
|
||||
"variableValue": 0
|
||||
},
|
||||
"directionFix": false,
|
||||
"image": {
|
||||
"tileId": 0,
|
||||
"characterName": "!Crystal",
|
||||
"direction": 2,
|
||||
"pattern": 1,
|
||||
"characterIndex": 0
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"",
|
||||
0,
|
||||
0,
|
||||
2,
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"1回で10上昇"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 102,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"攻撃",
|
||||
"魔攻",
|
||||
"俊敏",
|
||||
"HP"
|
||||
],
|
||||
-2,
|
||||
0,
|
||||
2,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 402,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
0,
|
||||
"攻撃"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 317,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
0,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
10
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 1,
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"code": 402,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
1,
|
||||
"魔攻"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 317,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
0,
|
||||
0,
|
||||
4,
|
||||
0,
|
||||
0,
|
||||
10
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 1,
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"code": 402,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
2,
|
||||
"俊敏"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 317,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
0,
|
||||
0,
|
||||
6,
|
||||
0,
|
||||
0,
|
||||
10
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 1,
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"code": 402,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
3,
|
||||
"HP"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 317,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
10
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 1,
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"code": 403,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
6,
|
||||
null
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 1,
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"code": 404,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"moveFrequency": 3,
|
||||
"moveRoute": {
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"repeat": true,
|
||||
"skippable": false,
|
||||
"wait": false
|
||||
},
|
||||
"moveSpeed": 3,
|
||||
"moveType": 0,
|
||||
"priorityType": 1,
|
||||
"stepAnime": false,
|
||||
"through": false,
|
||||
"trigger": 0,
|
||||
"walkAnime": true
|
||||
}
|
||||
],
|
||||
"x": 3,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "EV003",
|
||||
"note": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"itemId": 1,
|
||||
"itemValid": false,
|
||||
"selfSwitchCh": "A",
|
||||
"selfSwitchValid": false,
|
||||
"switch1Id": 1,
|
||||
"switch1Valid": false,
|
||||
"switch2Id": 1,
|
||||
"switch2Valid": false,
|
||||
"variableId": 1,
|
||||
"variableValid": false,
|
||||
"variableValue": 0
|
||||
},
|
||||
"directionFix": false,
|
||||
"image": {
|
||||
"tileId": 0,
|
||||
"characterName": "!Crystal",
|
||||
"direction": 2,
|
||||
"pattern": 1,
|
||||
"characterIndex": 3
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 101,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"",
|
||||
0,
|
||||
0,
|
||||
2,
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"1回で5減少"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 102,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"攻撃",
|
||||
"魔攻",
|
||||
"俊敏",
|
||||
"HP"
|
||||
],
|
||||
-2,
|
||||
0,
|
||||
2,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 402,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
0,
|
||||
"攻撃"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 317,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
0,
|
||||
0,
|
||||
2,
|
||||
1,
|
||||
0,
|
||||
5
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 1,
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"code": 402,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
1,
|
||||
"魔攻"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 317,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
0,
|
||||
0,
|
||||
4,
|
||||
1,
|
||||
0,
|
||||
5
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 1,
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"code": 402,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
2,
|
||||
"俊敏"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 317,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
0,
|
||||
0,
|
||||
6,
|
||||
1,
|
||||
0,
|
||||
5
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 1,
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"code": 402,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
3,
|
||||
"HP"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 317,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
5
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 1,
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"code": 403,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
6,
|
||||
null
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 1,
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"code": 404,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"moveFrequency": 3,
|
||||
"moveRoute": {
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"repeat": true,
|
||||
"skippable": false,
|
||||
"wait": false
|
||||
},
|
||||
"moveSpeed": 3,
|
||||
"moveType": 0,
|
||||
"priorityType": 1,
|
||||
"stepAnime": false,
|
||||
"through": false,
|
||||
"trigger": 0,
|
||||
"walkAnime": true
|
||||
}
|
||||
],
|
||||
"x": 2,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "EV004",
|
||||
"note": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"itemId": 1,
|
||||
"itemValid": false,
|
||||
"selfSwitchCh": "A",
|
||||
"selfSwitchValid": false,
|
||||
"switch1Id": 1,
|
||||
"switch1Valid": false,
|
||||
"switch2Id": 1,
|
||||
"switch2Valid": false,
|
||||
"variableId": 1,
|
||||
"variableValid": false,
|
||||
"variableValue": 0
|
||||
},
|
||||
"directionFix": false,
|
||||
"image": {
|
||||
"tileId": 0,
|
||||
"characterName": "People1",
|
||||
"direction": 6,
|
||||
"pattern": 1,
|
||||
"characterIndex": 3
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 302,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
1,
|
||||
52,
|
||||
1,
|
||||
0,
|
||||
true
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 605,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
1,
|
||||
53,
|
||||
1,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"moveFrequency": 3,
|
||||
"moveRoute": {
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"repeat": true,
|
||||
"skippable": false,
|
||||
"wait": false
|
||||
},
|
||||
"moveSpeed": 3,
|
||||
"moveType": 0,
|
||||
"priorityType": 1,
|
||||
"stepAnime": false,
|
||||
"through": false,
|
||||
"trigger": 0,
|
||||
"walkAnime": true
|
||||
}
|
||||
],
|
||||
"x": 0,
|
||||
"y": 2
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "EV005",
|
||||
"note": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"itemId": 1,
|
||||
"itemValid": false,
|
||||
"selfSwitchCh": "A",
|
||||
"selfSwitchValid": false,
|
||||
"switch1Id": 1,
|
||||
"switch1Valid": false,
|
||||
"switch2Id": 1,
|
||||
"switch2Valid": false,
|
||||
"variableId": 1,
|
||||
"variableValid": false,
|
||||
"variableValue": 0
|
||||
},
|
||||
"directionFix": false,
|
||||
"image": {
|
||||
"tileId": 0,
|
||||
"characterName": "inu_sister",
|
||||
"direction": 6,
|
||||
"pattern": 1,
|
||||
"characterIndex": 0
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 102,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
"ウインド",
|
||||
"毛繕い",
|
||||
"MP増加(1日1回お金取る?)"
|
||||
],
|
||||
-2,
|
||||
0,
|
||||
2,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 402,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
0,
|
||||
"ウインド"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 318,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
240
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 1,
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"code": 402,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
1,
|
||||
"毛繕い"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 318,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
232
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 1,
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"code": 402,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
2,
|
||||
"MP増加(1日1回お金取る?)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 317,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 1,
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"code": 403,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
6,
|
||||
null
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 1,
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"code": 404,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"moveFrequency": 3,
|
||||
"moveRoute": {
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"repeat": true,
|
||||
"skippable": false,
|
||||
"wait": false
|
||||
},
|
||||
"moveSpeed": 3,
|
||||
"moveType": 0,
|
||||
"priorityType": 1,
|
||||
"stepAnime": false,
|
||||
"through": false,
|
||||
"trigger": 0,
|
||||
"walkAnime": true
|
||||
}
|
||||
],
|
||||
"x": 0,
|
||||
"y": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
8980
data/Map012.json
Normal file
8980
data/Map012.json
Normal file
File diff suppressed because it is too large
Load diff
36
data/Map013.json
Normal file
36
data/Map013.json
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"autoplayBgm": false,
|
||||
"autoplayBgs": false,
|
||||
"battleback1Name": "",
|
||||
"battleback2Name": "",
|
||||
"bgm": {
|
||||
"name": "",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"bgs": {
|
||||
"name": "",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 0,
|
||||
"note": "",
|
||||
"parallaxLoopX": false,
|
||||
"parallaxLoopY": false,
|
||||
"parallaxName": "",
|
||||
"parallaxShow": true,
|
||||
"parallaxSx": 0,
|
||||
"parallaxSy": 0,
|
||||
"scrollType": 0,
|
||||
"specifyBattleback": false,
|
||||
"tilesetId": 1,
|
||||
"width": 0,
|
||||
"data": [],
|
||||
"events": []
|
||||
}
|
||||
2637
data/Map014.json
Normal file
2637
data/Map014.json
Normal file
File diff suppressed because it is too large
Load diff
140
data/MapInfos.json
Normal file
140
data/MapInfos.json
Normal file
|
|
@ -0,0 +1,140 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"expanded": true,
|
||||
"name": "部屋ーーーーーーーーーー",
|
||||
"order": 4,
|
||||
"parentId": 0,
|
||||
"scrollX": 973.1999999999999,
|
||||
"scrollY": 549
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"expanded": true,
|
||||
"name": "病院",
|
||||
"order": 3,
|
||||
"parentId": 9,
|
||||
"scrollX": 0,
|
||||
"scrollY": 0,
|
||||
"quick": false
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"expanded": true,
|
||||
"name": "公園",
|
||||
"order": 5,
|
||||
"parentId": 0,
|
||||
"scrollX": 973.1999999999999,
|
||||
"scrollY": 549,
|
||||
"quick": false
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"expanded": true,
|
||||
"name": "河川敷",
|
||||
"order": 7,
|
||||
"parentId": 0,
|
||||
"scrollX": 973.1999999999999,
|
||||
"scrollY": 549,
|
||||
"quick": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"expanded": true,
|
||||
"name": "スーパー",
|
||||
"order": 6,
|
||||
"parentId": 0,
|
||||
"scrollX": 973.1999999999999,
|
||||
"scrollY": 549,
|
||||
"quick": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"expanded": true,
|
||||
"name": "帰り道",
|
||||
"order": 2,
|
||||
"parentId": 9,
|
||||
"scrollX": 973.1999999999999,
|
||||
"scrollY": 549,
|
||||
"quick": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"expanded": false,
|
||||
"name": "bc",
|
||||
"order": 12,
|
||||
"parentId": 0,
|
||||
"scrollX": 973.1999999999999,
|
||||
"scrollY": 549,
|
||||
"quick": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"expanded": true,
|
||||
"name": "部屋 夜",
|
||||
"order": 13,
|
||||
"parentId": 7,
|
||||
"scrollX": 412,
|
||||
"scrollY": 332.5
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"expanded": true,
|
||||
"name": "【初期位置】",
|
||||
"order": 1,
|
||||
"parentId": 0,
|
||||
"scrollX": 0,
|
||||
"scrollY": 0,
|
||||
"quick": false
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"expanded": false,
|
||||
"name": "試験場",
|
||||
"order": 8,
|
||||
"parentId": 0,
|
||||
"scrollX": 973.1999999999999,
|
||||
"scrollY": 549,
|
||||
"quick": false
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"expanded": false,
|
||||
"name": "MAP011",
|
||||
"order": 14,
|
||||
"parentId": 7,
|
||||
"scrollX": 0,
|
||||
"scrollY": 0,
|
||||
"quick": false
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"expanded": true,
|
||||
"name": "森",
|
||||
"order": 11,
|
||||
"parentId": 13,
|
||||
"scrollX": 982.8,
|
||||
"scrollY": 1279.8,
|
||||
"quick": false
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"expanded": true,
|
||||
"name": "@",
|
||||
"order": 9,
|
||||
"parentId": 0,
|
||||
"scrollX": 973.1999999999999,
|
||||
"scrollY": 549,
|
||||
"quick": false
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"expanded": true,
|
||||
"name": "部屋回想",
|
||||
"order": 10,
|
||||
"parentId": 13,
|
||||
"scrollX": 973.1999999999999,
|
||||
"scrollY": 549
|
||||
}
|
||||
]
|
||||
9530
data/Skills.json
Normal file
9530
data/Skills.json
Normal file
File diff suppressed because it is too large
Load diff
1653
data/States.json
Normal file
1653
data/States.json
Normal file
File diff suppressed because it is too large
Load diff
763
data/System.json
Normal file
763
data/System.json
Normal file
|
|
@ -0,0 +1,763 @@
|
|||
{
|
||||
"advanced": {
|
||||
"gameId": 62900477,
|
||||
"screenWidth": 816,
|
||||
"screenHeight": 624,
|
||||
"uiAreaWidth": 816,
|
||||
"uiAreaHeight": 624,
|
||||
"numberFontFilename": "mplus-2p-bold-sub.woff",
|
||||
"fallbackFonts": "Verdana, sans-serif",
|
||||
"fontSize": 26,
|
||||
"mainFontFilename": "mplus-1m-regular.woff",
|
||||
"screenScale": 1,
|
||||
"windowOpacity": 192
|
||||
},
|
||||
"airship": {
|
||||
"bgm": {
|
||||
"name": "Ship3",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"characterIndex": 3,
|
||||
"characterName": "Vehicle",
|
||||
"startMapId": 0,
|
||||
"startX": 0,
|
||||
"startY": 0
|
||||
},
|
||||
"armorTypes": [
|
||||
"",
|
||||
"一般防具",
|
||||
"魔法防具",
|
||||
"軽装防具",
|
||||
"重装防具",
|
||||
"小型盾",
|
||||
"大型盾"
|
||||
],
|
||||
"attackMotions": [
|
||||
{
|
||||
"type": 0,
|
||||
"weaponImageId": 0
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"weaponImageId": 1
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"weaponImageId": 2
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"weaponImageId": 3
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"weaponImageId": 4
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"weaponImageId": 5
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"weaponImageId": 6
|
||||
},
|
||||
{
|
||||
"type": 2,
|
||||
"weaponImageId": 7
|
||||
},
|
||||
{
|
||||
"type": 2,
|
||||
"weaponImageId": 8
|
||||
},
|
||||
{
|
||||
"type": 2,
|
||||
"weaponImageId": 9
|
||||
},
|
||||
{
|
||||
"type": 0,
|
||||
"weaponImageId": 10
|
||||
},
|
||||
{
|
||||
"type": 0,
|
||||
"weaponImageId": 11
|
||||
},
|
||||
{
|
||||
"type": 0,
|
||||
"weaponImageId": 12
|
||||
}
|
||||
],
|
||||
"battleBgm": {
|
||||
"name": "add/19sabita",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 35
|
||||
},
|
||||
"battleback1Name": "GrassMaze",
|
||||
"battleback2Name": "GrassMaze",
|
||||
"battlerHue": 0,
|
||||
"battlerName": "Hi_monster",
|
||||
"battleSystem": 0,
|
||||
"boat": {
|
||||
"bgm": {
|
||||
"name": "Ship1",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"characterIndex": 0,
|
||||
"characterName": "Vehicle",
|
||||
"startMapId": 0,
|
||||
"startX": 0,
|
||||
"startY": 0
|
||||
},
|
||||
"currencyUnit": "G",
|
||||
"defeatMe": {
|
||||
"name": "Defeat1",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 35
|
||||
},
|
||||
"editMapId": 2,
|
||||
"elements": [
|
||||
"",
|
||||
"物理",
|
||||
"炎",
|
||||
"氷",
|
||||
"雷",
|
||||
"水",
|
||||
"土",
|
||||
"風",
|
||||
"光",
|
||||
"闇"
|
||||
],
|
||||
"equipTypes": [
|
||||
"",
|
||||
"武器",
|
||||
"盾",
|
||||
"頭",
|
||||
"身体",
|
||||
"装飾品"
|
||||
],
|
||||
"gameTitle": "カリンの再燃(Ctrl:文章早送り Tab:オート Shift:文章非表示&戦闘高速化)",
|
||||
"gameoverMe": {
|
||||
"name": "Gameover2",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 35
|
||||
},
|
||||
"itemCategories": [
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
true
|
||||
],
|
||||
"locale": "ja_JP",
|
||||
"magicSkills": [
|
||||
1
|
||||
],
|
||||
"menuCommands": [
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
true
|
||||
],
|
||||
"optAutosave": true,
|
||||
"optDisplayTp": false,
|
||||
"optDrawTitle": false,
|
||||
"optExtraExp": false,
|
||||
"optFloorDeath": false,
|
||||
"optFollowers": false,
|
||||
"optKeyItemsNumber": false,
|
||||
"optSideView": false,
|
||||
"optSlipDeath": false,
|
||||
"optTransparent": false,
|
||||
"partyMembers": [
|
||||
1
|
||||
],
|
||||
"ship": {
|
||||
"bgm": {
|
||||
"name": "Ship2",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"characterIndex": 1,
|
||||
"characterName": "Vehicle",
|
||||
"startMapId": 0,
|
||||
"startX": 0,
|
||||
"startY": 0
|
||||
},
|
||||
"skillTypes": [
|
||||
"",
|
||||
"スキル",
|
||||
"必殺技",
|
||||
"魔法",
|
||||
""
|
||||
],
|
||||
"sounds": [
|
||||
{
|
||||
"name": "Cursor3",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Decision2",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Cancel2",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Buzzer1",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Equip1",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Save2",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Load2",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Battle1",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Run",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Attack3",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Damage4",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Collapse1",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Collapse2",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Collapse3",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Damage5",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Collapse4",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Recovery",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Miss",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Evasion1",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Evasion2",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Reflection",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Shop1",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 70
|
||||
},
|
||||
{
|
||||
"name": "Item3",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Item3",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
}
|
||||
],
|
||||
"startMapId": 2,
|
||||
"startX": 9,
|
||||
"startY": 8,
|
||||
"switches": [
|
||||
"",
|
||||
"初回",
|
||||
"発情値",
|
||||
"立ち読み",
|
||||
"通知オン",
|
||||
"デバッグ",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"魚採取",
|
||||
"野菜採取",
|
||||
"トレーニング",
|
||||
"アルバイト(缶拾い)",
|
||||
"帰宅",
|
||||
"帰り道イベ",
|
||||
"缶拾い(ビックリマーク)",
|
||||
"釣りテク_なし",
|
||||
"スキル(缶センサー)",
|
||||
"水",
|
||||
"動的文字列生成ピクチャ",
|
||||
"狐出現",
|
||||
"先輩移動",
|
||||
"OP",
|
||||
"Hシーン_先輩出現",
|
||||
"H後のセリフ",
|
||||
"先輩_家",
|
||||
"先輩_家2",
|
||||
"",
|
||||
"野草識別",
|
||||
"スーパー猫ガード",
|
||||
"1試験クリア",
|
||||
"2試験クリア",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"料理メニュー追加",
|
||||
"キッチン消す",
|
||||
"Hシーン用 消す",
|
||||
"最終日 カウントダウン用",
|
||||
"最終試験",
|
||||
"最終試験2 帰宅",
|
||||
"朝",
|
||||
"夜",
|
||||
"移動速度_高速",
|
||||
"移動速度_爆速",
|
||||
"土煙消す",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"発情値_立ち絵参照",
|
||||
"息",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"試験開始コモン",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"SEあえぎ 小",
|
||||
"SEあえぎ 中",
|
||||
"SEあえぎ 小3",
|
||||
"SEピストン_速い",
|
||||
"SEピストン_ゆっくり(反響)",
|
||||
"SEピストン_速い(反響)",
|
||||
"SEピストン_ゆっくり",
|
||||
"SE手マン_激しい",
|
||||
"SE手マン_ゆっくり",
|
||||
"SE手マン_ゆっくり2",
|
||||
"SEフェラ",
|
||||
"SEフェラ_激しい",
|
||||
"SEキス",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"デモ用",
|
||||
"回想部屋",
|
||||
"回想部屋_入室",
|
||||
"回想部屋_回想はーと",
|
||||
"再燃",
|
||||
"",
|
||||
"",
|
||||
"スライム撃破",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"terms": {
|
||||
"basic": [
|
||||
"レベル",
|
||||
"Lv",
|
||||
"HP",
|
||||
"HP",
|
||||
"MP",
|
||||
"MP",
|
||||
"TP",
|
||||
"TP",
|
||||
"経験値",
|
||||
"EXP"
|
||||
],
|
||||
"commands": [
|
||||
"戦う",
|
||||
"逃げる",
|
||||
"攻撃",
|
||||
"防御",
|
||||
"アイテム",
|
||||
"スキル",
|
||||
"装備",
|
||||
"ステータス",
|
||||
"並び替え",
|
||||
"セーブ",
|
||||
"ゲーム終了",
|
||||
"オプション",
|
||||
"武器",
|
||||
"防具",
|
||||
"大事なもの",
|
||||
"装備",
|
||||
"最強装備",
|
||||
"全て外す",
|
||||
"ニューゲーム",
|
||||
"コンティニュー",
|
||||
null,
|
||||
"タイトルへ",
|
||||
"やめる",
|
||||
null,
|
||||
"購入する",
|
||||
"売却する"
|
||||
],
|
||||
"params": [
|
||||
"最大HP",
|
||||
"最大MP",
|
||||
"攻撃力",
|
||||
"防御力",
|
||||
"魔攻",
|
||||
"魔法防御",
|
||||
"敏捷性",
|
||||
"運",
|
||||
"命中率",
|
||||
"回避率"
|
||||
],
|
||||
"messages": {
|
||||
"alwaysDash": "常時ダッシュ",
|
||||
"commandRemember": "コマンド記憶",
|
||||
"touchUI": "タッチUI",
|
||||
"bgmVolume": "BGM 音量",
|
||||
"bgsVolume": "BGS 音量",
|
||||
"meVolume": "ME 音量",
|
||||
"seVolume": "SE 音量",
|
||||
"possession": "持っている数",
|
||||
"expTotal": "現在の%1",
|
||||
"expNext": "次の%1まで",
|
||||
"saveMessage": "どのファイルにセーブしますか?",
|
||||
"loadMessage": "どのファイルをロードしますか?",
|
||||
"file": "ファイル",
|
||||
"autosave": "オートセーブ",
|
||||
"partyName": "%1たち",
|
||||
"emerge": "%1が出現!",
|
||||
"preemptive": "%1は先手を取った!",
|
||||
"surprise": "%1は不意をつかれた!",
|
||||
"escapeStart": "%1は逃げ出した!",
|
||||
"escapeFailure": "しかし逃げることはできなかった!",
|
||||
"victory": "%1の勝利!",
|
||||
"defeat": "%1は戦いに敗れた。",
|
||||
"obtainExp": "%1 の%2を獲得!",
|
||||
"obtainGold": "お金を %1\\G 手に入れた!",
|
||||
"obtainItem": "%1を手に入れた!",
|
||||
"levelUp": "%1は%2 %3 に上がった!",
|
||||
"obtainSkill": "%1を覚えた!",
|
||||
"useItem": "%1は%2を使った!",
|
||||
"criticalToEnemy": "会心の一撃!!",
|
||||
"criticalToActor": "痛恨の一撃!!",
|
||||
"actorDamage": "%1は %2 のダメージを受けた!",
|
||||
"actorRecovery": "%1の%2が %3 回復した!",
|
||||
"actorGain": "%1の%2が %3 増えた!",
|
||||
"actorLoss": "%1の%2が %3 減った!",
|
||||
"actorDrain": "%1は%2を %3 奪われた!",
|
||||
"actorNoDamage": "%1はダメージを受けていない!",
|
||||
"actorNoHit": "ミス! %1はダメージを受けていない!",
|
||||
"enemyDamage": "%1に %2 のダメージを与えた!",
|
||||
"enemyRecovery": "%1の%2が %3 回復した!",
|
||||
"enemyGain": "%1の%2が %3 増えた!",
|
||||
"enemyLoss": "%1の%2が %3 減った!",
|
||||
"enemyDrain": "%1の%2を %3 奪った!",
|
||||
"enemyNoDamage": "%1にダメージを与えられない!",
|
||||
"enemyNoHit": "ミス! %1にダメージを与えられない!",
|
||||
"evasion": "%1は攻撃をかわした!",
|
||||
"magicEvasion": "%1は魔法を打ち消した!",
|
||||
"magicReflection": "%1は魔法を跳ね返した!",
|
||||
"counterAttack": "%1の反撃!",
|
||||
"substitute": "%1が%2をかばった!",
|
||||
"buffAdd": "%1の%2が上がった!",
|
||||
"debuffAdd": "%1の%2が下がった!",
|
||||
"buffRemove": "%1の%2が元に戻った!",
|
||||
"actionFailure": "%1には効かなかった!"
|
||||
}
|
||||
},
|
||||
"testBattlers": [
|
||||
{
|
||||
"actorId": 4,
|
||||
"level": 1,
|
||||
"equips": [
|
||||
55,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"actorId": 0,
|
||||
"level": 1,
|
||||
"equips": [
|
||||
31,
|
||||
0,
|
||||
0,
|
||||
5,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"actorId": 0,
|
||||
"level": 1,
|
||||
"equips": [
|
||||
7,
|
||||
0,
|
||||
65,
|
||||
21,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"actorId": 0,
|
||||
"level": 1,
|
||||
"equips": [
|
||||
7,
|
||||
0,
|
||||
0,
|
||||
20,
|
||||
0
|
||||
]
|
||||
}
|
||||
],
|
||||
"testTroopId": 6,
|
||||
"title1Name": "t",
|
||||
"title2Name": "",
|
||||
"titleBgm": {
|
||||
"name": "Theme2",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 30
|
||||
},
|
||||
"titleCommandWindow": {
|
||||
"offsetX": -180,
|
||||
"offsetY": -189,
|
||||
"background": 0
|
||||
},
|
||||
"variables": [
|
||||
"",
|
||||
"日数",
|
||||
"",
|
||||
"試験",
|
||||
"",
|
||||
"発情値",
|
||||
"発情_現在値_大中小",
|
||||
"",
|
||||
"",
|
||||
"採取",
|
||||
"魚",
|
||||
"野菜",
|
||||
"MP上昇_在庫",
|
||||
"ルミ_買い物",
|
||||
"",
|
||||
"乱数用",
|
||||
"スキル_Sネコガード",
|
||||
"スキル_ネコアバレ",
|
||||
"スキル_空き缶",
|
||||
"スキル_ネコ図鑑",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"Hシーン_進行度",
|
||||
"背面_解禁",
|
||||
"最終日_カウントダウン",
|
||||
"再燃カウント",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"versionId": 66298967,
|
||||
"victoryMe": {
|
||||
"name": "",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"weaponTypes": [
|
||||
"",
|
||||
"短剣",
|
||||
"剣",
|
||||
"フレイル",
|
||||
"斧",
|
||||
"ムチ",
|
||||
"杖",
|
||||
"弓",
|
||||
"クロスボウ",
|
||||
"銃",
|
||||
"爪",
|
||||
"グローブ",
|
||||
"槍"
|
||||
],
|
||||
"windowTone": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"tileSize": 48,
|
||||
"optSplashScreen": false,
|
||||
"hasEncryptedImages": true,
|
||||
"hasEncryptedAudio": true,
|
||||
"encryptionKey": "d41d8cd98f00b204e9800998ecf8427e"
|
||||
}
|
||||
49349
data/Tilesets.json
Normal file
49349
data/Tilesets.json
Normal file
File diff suppressed because it is too large
Load diff
626
data/Troops.json
Normal file
626
data/Troops.json
Normal file
|
|
@ -0,0 +1,626 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"members": [
|
||||
{
|
||||
"enemyId": 8,
|
||||
"x": 408,
|
||||
"y": 436,
|
||||
"hidden": false
|
||||
}
|
||||
],
|
||||
"name": "テスト",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 1,
|
||||
"turnB": 1,
|
||||
"turnEnding": false,
|
||||
"turnValid": true
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 121,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
29,
|
||||
29,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"members": [
|
||||
{
|
||||
"enemyId": 2,
|
||||
"x": 337,
|
||||
"y": 436,
|
||||
"hidden": false
|
||||
},
|
||||
{
|
||||
"enemyId": 2,
|
||||
"x": 480,
|
||||
"y": 436,
|
||||
"hidden": false
|
||||
}
|
||||
],
|
||||
"name": "ノーム*2",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"members": [
|
||||
{
|
||||
"enemyId": 3,
|
||||
"x": 337,
|
||||
"y": 436,
|
||||
"hidden": false
|
||||
},
|
||||
{
|
||||
"enemyId": 3,
|
||||
"x": 479,
|
||||
"y": 436,
|
||||
"hidden": false
|
||||
}
|
||||
],
|
||||
"name": "クロウ*2",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"members": [
|
||||
{
|
||||
"enemyId": 4,
|
||||
"x": 408,
|
||||
"y": 436,
|
||||
"hidden": false
|
||||
}
|
||||
],
|
||||
"name": "トレント",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"members": [
|
||||
{
|
||||
"enemyId": 5,
|
||||
"x": 408,
|
||||
"y": 436,
|
||||
"hidden": false
|
||||
}
|
||||
],
|
||||
"name": "魔獣",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"members": [
|
||||
{
|
||||
"enemyId": 10,
|
||||
"x": 384,
|
||||
"y": 436,
|
||||
"hidden": false
|
||||
}
|
||||
],
|
||||
"name": "ゴーレム",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"members": [
|
||||
{
|
||||
"enemyId": 7,
|
||||
"x": 408,
|
||||
"y": 436,
|
||||
"hidden": false
|
||||
}
|
||||
],
|
||||
"name": "カッパ",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"members": [
|
||||
{
|
||||
"enemyId": 11,
|
||||
"x": 390,
|
||||
"y": 328,
|
||||
"hidden": false
|
||||
},
|
||||
{
|
||||
"enemyId": 12,
|
||||
"x": 198,
|
||||
"y": 444,
|
||||
"hidden": false
|
||||
},
|
||||
{
|
||||
"enemyId": 13,
|
||||
"x": 586,
|
||||
"y": 444,
|
||||
"hidden": false
|
||||
}
|
||||
],
|
||||
"name": "リッチ",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 1,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"members": [
|
||||
{
|
||||
"enemyId": 14,
|
||||
"x": 408,
|
||||
"y": 436,
|
||||
"hidden": false
|
||||
}
|
||||
],
|
||||
"name": "先輩",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"members": [],
|
||||
"name": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"members": [],
|
||||
"name": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"members": [],
|
||||
"name": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"members": [],
|
||||
"name": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"members": [],
|
||||
"name": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"members": [],
|
||||
"name": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"members": [],
|
||||
"name": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"members": [],
|
||||
"name": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
2470
data/Weapons.json
Normal file
2470
data/Weapons.json
Normal file
File diff suppressed because it is too large
Load diff
BIN
icudtl.dat
Normal file
BIN
icudtl.dat
Normal file
Binary file not shown.
16
img/tilesets/Dungeon_A1.txt
Normal file
16
img/tilesets/Dungeon_A1.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Water A|水場A
|
||||
Deep Water|深い水場
|
||||
Swamp Grass|水草
|
||||
Lotus Pads (Flowers)|蓮の葉(花)
|
||||
Lava|溶岩
|
||||
Waterfall A (Lava Cave)|滝A(溶岩洞窟)
|
||||
Water B (Grass Maze)|水場B(草迷宮)
|
||||
Waterfall B (Grass Maze)|滝B(草迷宮)
|
||||
Water C (Dirt Cave)|水場C(土洞窟)
|
||||
Waterfall C (Dirt Cave)|滝C(土洞窟)
|
||||
Water D (Rock Cave)|水場D(岩洞窟)
|
||||
Waterfall D (Rock Cave)|滝D(岩洞窟)
|
||||
Water E (Crystal)|水場E(水晶)
|
||||
Waterfall E (Crystal)|滝E(水晶)
|
||||
Canal|水路
|
||||
Waterfall (Stone Wall)|滝F(石壁)
|
||||
32
img/tilesets/Dungeon_A2.txt
Normal file
32
img/tilesets/Dungeon_A2.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Ground A (Dirt Cave)|床A(土洞窟)
|
||||
Ground B (Grass Maze)|床B(草迷宮)
|
||||
Dark Ground A (Dirt Cave)|濃い床A(土洞窟)
|
||||
Dark Ground B (Grass Maze)|濃い床B(草迷宮)
|
||||
Hole A (Dirt Cave)|穴A(土洞窟)
|
||||
Hole B (Grass Maze)|穴B(草迷宮)
|
||||
Hole I (Stone Floor)|穴I(石の床)
|
||||
Ground Cracks|床のひび割れ
|
||||
Ground C (Rock Cave)|床C(岩洞窟)
|
||||
Ground D (Crystal)|床D(水晶)
|
||||
Dark Ground C (Rock Cave)|濃い床C(岩洞窟)
|
||||
Dark Ground D (Crystal)|濃い床D(水晶)
|
||||
Hole C (Rock Cave)|穴C(岩洞窟)
|
||||
Hole D (Crystal)|穴D(水晶)
|
||||
Hole J|穴J
|
||||
Soil on Ground|床の汚れ
|
||||
Ground E (Lava Cave)|床E(溶岩洞窟)
|
||||
Ground F (In Body)|床F(体内)
|
||||
Dark Ground E (Lava Cave)|濃い床E(溶岩洞窟)
|
||||
Rug A|じゅうたんA
|
||||
Hole E (Lava Cave)|穴E(溶岩洞窟)
|
||||
Hole F (In Body)|穴F(体内)
|
||||
Fencepost|柵
|
||||
Moss on Ground|床の苔
|
||||
Ground G (Ice Cave)|床G(氷洞窟)
|
||||
Ground H (Demonic World)|床H(魔界)
|
||||
Dark Ground G (Ice Cave)|濃い床G(氷洞窟)
|
||||
Rug B|じゅうたんB
|
||||
Hole G (Ice Cave)|穴G(氷洞窟)
|
||||
Hole H (Demonic World)|穴H(魔界)
|
||||
Raised Stone|石段
|
||||
Poison Swamp|毒の沼
|
||||
48
img/tilesets/Dungeon_A4.txt
Normal file
48
img/tilesets/Dungeon_A4.txt
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
Wall A (Dirt Cave)|壁A(土洞窟)
|
||||
Wall B (Rock Cave)|壁B(岩洞窟)
|
||||
Wall C (Lava Cave)|壁C(溶岩洞窟)
|
||||
Wall D (Ice Cave)|壁D(氷洞窟)
|
||||
Wall E (Grass Maze)|壁E(草迷宮)
|
||||
Wall F (Crystal)|壁F(水晶)
|
||||
Wall G (In Body)|壁G(体内)
|
||||
Wall H (Demonic World)|壁H(魔界)
|
||||
Wall A (Dirt Cave)|壁A(土洞窟)
|
||||
Wall B (Rock Cave)|壁B(岩洞窟)
|
||||
Wall C (Lava Cave)|壁C(溶岩洞窟)
|
||||
Wall D (Ice Cave)|壁D(氷洞窟)
|
||||
Wall E (Grass Maze)|壁E(草迷宮)
|
||||
Wall F (Crystal)|壁F(水晶)
|
||||
Wall G (In Body)|壁G(体内)
|
||||
Wall H (Demonic World)|壁H(魔界)
|
||||
Wall I (Stone)|壁I(石)
|
||||
Wall J (Brick)|壁J(レンガ)
|
||||
Wall K (Stone)|壁K(石)
|
||||
Wall L (Marble)|壁L(大理石)
|
||||
Wall M (Moss)|壁M(苔)
|
||||
Wall N (Castle)|壁N(城)
|
||||
Wall O (Fort)|壁O(砦)
|
||||
Wall P (Demon Castle)|壁P(魔王城)
|
||||
Wall I (Stone)|壁I(石)
|
||||
Wall J (Brick)|壁J(レンガ)
|
||||
Wall K (Stone)|壁K(石)
|
||||
Wall L (Marble)|壁L(大理石)
|
||||
Wall M (Moss)|壁M(苔)
|
||||
Wall N (Castle)|壁N(城)
|
||||
Wall O (Fort)|壁O(砦)
|
||||
Wall P (Demon Castle)|壁P(魔王城)
|
||||
Wall Q (Mecha)|壁Q(メカ)
|
||||
Wall R (Stone)|壁R(石)
|
||||
Wall S (Frozen)|壁S(凍結)
|
||||
Wall T (Dirt Cave, Gold)|壁T(土洞窟・黄金)
|
||||
Ledge A (Dirt Cave)|段差A(土洞窟)
|
||||
Ledge B (Rock Cave)|段差B(岩洞窟)
|
||||
Ledge C (Lava Cave)|段差C(溶岩洞窟)
|
||||
Ledge D (Ice Cave)|段差D(氷洞窟)
|
||||
Wall Q (Mecha)|壁Q(メカ)
|
||||
Wall R (Stone)|壁R(石)
|
||||
Wall S (Frozen)|壁S(凍結)
|
||||
Wall T (Dirt Cave, Gold)|壁T(土洞窟・黄金)
|
||||
Ledge A (Dirt Cave)|段差A(土洞窟)
|
||||
Ledge B (Rock Cave)|段差B(岩洞窟)
|
||||
Ledge C (Lava Cave)|段差C(溶岩洞窟)
|
||||
Ledge D (Ice Cave)|段差D(氷洞窟)
|
||||
128
img/tilesets/Dungeon_A5.txt
Normal file
128
img/tilesets/Dungeon_A5.txt
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
Darkness|暗闇
|
||||
Floating Floor A (Dirt)|浮かぶ床A(土)
|
||||
Floating Floor B (Rock)|浮かぶ床B(岩)
|
||||
Translucent Floor A|半透明の床A
|
||||
Translucent Floor B|半透明の床B
|
||||
Stairs A (Dirt)|階段A(土)
|
||||
Stairs B (Translucent)|階段B(半透明)
|
||||
Wire Mesh|金網
|
||||
Transparent|透明
|
||||
Floating Floor A (Dirt)|浮かぶ床A(土)
|
||||
Floating Floor B (Rock)|浮かぶ床B(岩)
|
||||
Translucent Floor A|半透明の床A
|
||||
Translucent Floor B|半透明の床B
|
||||
Stairs A (Rock)|階段A(岩)
|
||||
Stairs B (Translucent)|階段B(半透明)
|
||||
Wire Mesh|金網
|
||||
Ground A (Wood)|床A(木製)
|
||||
Ground B (Wood)|床B(木製)
|
||||
Ground (Wood, Ruins)|床A(木製・廃墟)
|
||||
Ground (Wood, Ruins)|床B(木製・廃墟)
|
||||
Cobblestones A|石畳A
|
||||
Cobblestones B|石畳B
|
||||
Cobblestones C|石畳C
|
||||
Cobblestones D|石畳D
|
||||
Cobblestones E|石畳E
|
||||
Decorative Tile A|化粧タイルA
|
||||
Decorative Tile B|化粧タイルB
|
||||
Interior Floor A|内装床A
|
||||
Interior Floor B (Light)|内装床B(明かり)
|
||||
Tile Floor A|タイル床A
|
||||
Tile Floor B|タイル床B
|
||||
Tile Floor C|タイル床C
|
||||
Cobblestones F|石畳F
|
||||
Ground C (Rock Cave, Red Crystal)|床C(岩洞窟・赤水晶)
|
||||
Ground D (Rock Cave, Blue Crystal)|床D(岩洞窟・青水晶)
|
||||
Ground E (Rock Cave, Green Crystal)|床E(岩洞窟・緑水晶)
|
||||
Ground F (Dirt)|床F(土)
|
||||
Ground G (Demon Castle)|床G(魔王城)
|
||||
Ground H (Gold)|床H(黄金)
|
||||
Ground I (Ice)|床I(氷)
|
||||
Stairs A (Dirt Cave, Left)|階段A(土洞窟・左)
|
||||
Stairs A (Dirt Cave, Center)|階段A(土洞窟・中央)
|
||||
Stairs A (Dirt Cave, Right)|階段A(土洞窟・右)
|
||||
Stairs A (Dirt Cave)|階段A(土洞窟)
|
||||
Stairs B (Rock Cave, Left)|階段B(岩洞窟・左)
|
||||
Stairs B (Rock Cave, Center)|階段B(岩洞窟・中央)
|
||||
Stairs B (Rock Cave, Right)|階段B(岩洞窟・右)
|
||||
Stairs B (Rock Cave)|階段B(岩洞窟)
|
||||
Stairs C (Lava Cave, Left)|階段C(溶岩洞窟・左)
|
||||
Stairs C (Lava Cave, Center)|階段C(溶岩洞窟・中央)
|
||||
Stairs C (Lava Cave, Right)|階段C(溶岩洞窟・右)
|
||||
Stairs C (Lava Cave)|階段C(溶岩洞窟)
|
||||
Stairs D (Ice Cave, Left)|階段D(氷洞窟・左)
|
||||
Stairs D (Ice Cave, Center)|階段D(氷洞窟・中央)
|
||||
Stairs D (Ice Cave, Right)|階段D(氷洞窟・右)
|
||||
Stairs D (Ice Cave)|階段D(氷洞窟)
|
||||
Stairs E (Grass Maze, Left)|階段E(草迷宮・左)
|
||||
Stairs E (Grass Maze, Center)|階段E(草迷宮・中央)
|
||||
Stairs E (Grass Maze, Right)|階段E(草迷宮・右)
|
||||
Stairs E (Grass Maze)|階段E(草迷宮)
|
||||
Stairs F (Crystal, Left)|階段F(水晶・左)
|
||||
Stairs F (Crystal, Center)|階段F(水晶・中央)
|
||||
Stairs F (Crystal, Right)|階段F(水晶・右)
|
||||
Stairs F (Crystal)|階段F(水晶)
|
||||
Stairs G (In Body, Left)|階段G(体内・左)
|
||||
Stairs G (In Body, Center)|階段G(体内・中央)
|
||||
Stairs G (In Body, Right)|階段G(体内・右)
|
||||
Stairs G (In Body)|階段G(体内)
|
||||
Stairs H (Demonic World, Left)|階段H(魔界・左)
|
||||
Stairs H (Demonic World, Center)|階段H(魔界・中央)
|
||||
Stairs H (Demonic World, Right)|階段H(魔界・右)
|
||||
Stairs H (Demonic World)|階段H(魔界)
|
||||
Stairs I (Stone, Left)|階段I(石・左)
|
||||
Stairs I (Stone, Center)|階段I(石・中央)
|
||||
Stairs I (Stone, Right)|階段I(石・右)
|
||||
Stairs I (Stone)|階段I(石)
|
||||
Stairs J (Ruins, Left)|階段J(廃墟・左)
|
||||
Stairs J (Ruins, Center)|階段J(廃墟・中央)
|
||||
Stairs J (Ruins, Right)|階段J(廃墟・右)
|
||||
Stairs J (Ruins)|階段J(廃墟)
|
||||
Stairs K (Stone, Left)|階段K(石・左)
|
||||
Stairs K (Stone, Center)|階段K(石・中央)
|
||||
Stairs K (Stone, Right)|階段K(石・右)
|
||||
Stairs K (Stone)|階段K(石)
|
||||
Stairs L (Ruins, Left)|階段L(廃墟・左)
|
||||
Stairs L (Ruins, Center)|階段L(廃墟・中央)
|
||||
Stairs L (Ruins, Right)|階段L(廃墟・右)
|
||||
Stairs L (Ruins)|階段L(廃墟)
|
||||
Ground (Dirt Cave, Ruins)|床A(土洞窟・廃墟)
|
||||
Ground (Rock Cave, Ruins)|床B(岩洞窟・廃墟)
|
||||
Ground (Lava Cave, Ruins)|床C(溶岩洞窟・廃墟)
|
||||
Ground (Ice Cave, Ruins)|床D(氷洞窟・廃墟)
|
||||
Ground (Grass Maze, Ruins)|床E(草迷宮・廃墟)
|
||||
Ground (Crystal, Ruins)|床F(水晶・廃墟)
|
||||
Ground (In Body, Ruins)|床G(体内・廃墟)
|
||||
Ground (Demonic World, Ruins)|床H(魔界・廃墟)
|
||||
Cobblestones A (Ruins)|石畳A(廃墟)
|
||||
Cobblestones B (Ruins)|石畳B(廃墟)
|
||||
Cobblestones C (Ruins)|石畳C(廃墟)
|
||||
Cobblestones D (Ruins)|石畳D(廃墟)
|
||||
Cobblestones E (Ruins)|石畳E(廃墟)
|
||||
Decorative Tile A (Ruins)|化粧タイルA(廃墟)
|
||||
Decorative Tile B (Ruins)|化粧タイルB(廃墟)
|
||||
Interior Floor A (Ruins)|内装床A(廃墟)
|
||||
Tile Floor A (Ruins)|タイル床A(廃墟)
|
||||
Tile Floor B (Ruins)|タイル床B(廃墟)
|
||||
Tile Floor C (Ruins)|タイル床C(廃墟)
|
||||
Cobblestones F (Ruins)|石畳F(廃墟)
|
||||
Ground F (Dirt, Ruins)|床F(土・廃墟)
|
||||
Ground G (Demon Castle, Ruins)|床G(魔王城・廃墟)
|
||||
Ground I (Ice, Ruins)|床I(氷・廃墟)
|
||||
Relief Floor Tile (Silver)|レリーフ床(銀)
|
||||
Large Relief Floor Tile|大きなレリーフ床
|
||||
Large Relief Floor Tile|大きなレリーフ床
|
||||
Large Relief Floor Tile (Ruins)|大きなレリーフ床(廃墟)
|
||||
Large Relief Floor Tile (Ruins)|大きなレリーフ床(廃墟)
|
||||
Directional Floor Tile A (Down)|方向床A(下)
|
||||
Directional Floor Tile B (Up)|方向床B(上)
|
||||
Relief Floor Tile A (Gold)|レリーフ床A(金)
|
||||
Relief Floor Tile B (Gold)|レリーフ床B(金)
|
||||
Large Relief Floor Tile|大きなレリーフ床
|
||||
Large Relief Floor Tile|大きなレリーフ床
|
||||
Large Relief Floor Tile (Ruins)|大きなレリーフ床(廃墟)
|
||||
Large Relief Floor Tile (Ruins)|大きなレリーフ床(廃墟)
|
||||
Directional Floor Tile C (Left)|方向床C(左)
|
||||
Directional Floor Tile D (Right)|方向床D(右)
|
||||
Relief Floor Tile C (Gold)|レリーフ床C(金)
|
||||
Relief Floor Tile D (Gold, Ruins)|レリーフ床D(金・廃墟)
|
||||
256
img/tilesets/Dungeon_B.txt
Normal file
256
img/tilesets/Dungeon_B.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Transparent|透明
|
||||
Wall Moss|壁の苔
|
||||
Stairs A (Up)|階段A(上り)
|
||||
Stairs B (Up)|階段B(上り)
|
||||
Metal Ladder|鉄ばしご
|
||||
Wood Ladder|木製はしご
|
||||
Rope|ロープ
|
||||
Vines A|ツタA
|
||||
Fissures A|亀裂A
|
||||
Wall Fern|壁のシダ
|
||||
Stairs A (Down)|階段A(下り)
|
||||
Stairs B (Down)|階段B(下り)
|
||||
Metal Ladder|鉄ばしご
|
||||
Wood Ladder|木製はしご
|
||||
Rope|ロープ
|
||||
Vines A|ツタA
|
||||
Crumbling Wall|崩れた壁
|
||||
Dug-Up Ground|掘られた床
|
||||
Stairs C (Up)|階段C(上り)
|
||||
Stairs D (Up)|階段D(上り)
|
||||
Metal Ladder|鉄ばしご
|
||||
Wood Ladder|木製はしご
|
||||
Rope|ロープ
|
||||
Vines B (Down)|ツタB(下り)
|
||||
Crumbling Wall|崩れた壁
|
||||
Dug-Up Ground|掘られた床
|
||||
Stairs C (Down)|階段C(下り)
|
||||
Stairs D (Down)|階段D(下り)
|
||||
Hole A (Metal Ladder)|穴A(鉄ばしご)
|
||||
Hole B (Wood Ladder)|穴B(木製はしご)
|
||||
Hole C (Rope)|穴C(ロープ)
|
||||
Hole D|穴D
|
||||
Gravel A (Dirt Cave)|砂利A(土洞窟)
|
||||
Gravel B (Rock Cave)|砂利B(岩洞窟)
|
||||
Gravel C (Lava Cave)|砂利C(溶岩洞窟)
|
||||
Ice Pieces |氷の欠片
|
||||
Small Sprouts A (Grass Maze)|小さな芽A(草迷宮)
|
||||
Small Crystals|小さな水晶
|
||||
Detritus (In Body)|床装飾(体内)
|
||||
Small Sprouts B (Demonic World)|小さな芽B(魔界)
|
||||
Boulder A (Dirt Cave)|岩A(土洞窟)
|
||||
Boulder B (Rock Cave)|岩B(岩洞窟)
|
||||
Boulder C (Lava Cave)|岩C(溶岩洞窟)
|
||||
Lump of Ice|氷塊
|
||||
Boulder D (Grass Maze)|岩D(草迷宮)
|
||||
Crystal|水晶
|
||||
Spherical Lump|球状突起物
|
||||
Boulder E (Demonic World)|岩E(魔界)
|
||||
Tall Rock A (Dirt Cave)|大きな岩A(土洞窟)
|
||||
Tall Rock B (Rock Cave)|大きな岩B(岩洞窟)
|
||||
Tall Rock C (Lava Cave)|大きな岩C(溶岩洞窟)
|
||||
Tall Lump of Ice|大きな氷塊
|
||||
Tall Rock D (Grass Maze)|大きな岩D(草迷宮)
|
||||
Large Crystal|大きな水晶
|
||||
Large Growth|大型突起物
|
||||
Tall Rock E (Demonic World)|大きな岩E(魔界)
|
||||
Tall Rock A (Dirt Cave)|大きな岩A(土洞窟)
|
||||
Tall Rock B (Rock Cave)|大きな岩B(岩洞窟)
|
||||
Tall Rock C (Lava Cave)|大きな岩C(溶岩洞窟)
|
||||
Tall Lump of Ice|大きな氷塊
|
||||
Tall Rock D (Grass Maze)|大きな岩D(草迷宮)
|
||||
Large Crystal|大きな水晶
|
||||
Large Growth|大型突起物
|
||||
Tall Rock E (Demonic World)|大きな岩E(魔界)
|
||||
Monument A|石碑A
|
||||
Monument B|石碑B
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument (Light)|大きな石碑(光)
|
||||
Large Monument (Light)|大きな石碑(光)
|
||||
Large Monument (Light)|大きな石碑(光)
|
||||
Monument A|石碑A
|
||||
Monument C|石碑C
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument (Light)|大きな石碑(光)
|
||||
Large Monument (Light)|大きな石碑(光)
|
||||
Large Monument (Light)|大きな石碑(光)
|
||||
Statue|石像
|
||||
Angel Statue|天使像
|
||||
Goddess Statue|女神像
|
||||
Dais|台座
|
||||
God Statue|神像
|
||||
Demon Statue|悪魔像
|
||||
Dragon Statue|竜像
|
||||
Dragon Statue|竜像
|
||||
Statue|石像
|
||||
Angel Statue|天使像
|
||||
Goddess Statue|女神像
|
||||
Broken Statue|壊れた像
|
||||
God Statue|神像
|
||||
Demon Statue|悪魔像
|
||||
Dragon Statue|竜像
|
||||
Dragon Statue|竜像
|
||||
Obelisk|オベリスク
|
||||
Stone Pillar A|石の柱A
|
||||
Stone Pillar B|石の柱B
|
||||
Stone Pillar B (Moss)|石の柱B(苔)
|
||||
Stone Pillar B (Ice)|石の柱B(氷)
|
||||
Stone Pillar C|石の柱C
|
||||
Stone Pillar D|石の柱D
|
||||
Orb Pillar|オーブの柱
|
||||
Obelisk|オベリスク
|
||||
Stone Pillar A|石の柱A
|
||||
Stone Pillar B|石の柱B
|
||||
Stone Pillar B (Moss)|石の柱B(苔)
|
||||
Stone Pillar B (Ice)|石の柱B(氷)
|
||||
Stone Pillar C|石の柱C
|
||||
Stone Pillar D|石の柱D
|
||||
Orb Pillar|オーブの柱
|
||||
Obelisk|オベリスク
|
||||
Broken Stone Pillar A|折れた石の柱A
|
||||
Broken Stone Pillar B|折れた石の柱B
|
||||
Broken Stone Pillar B (Moss)|折れた石の柱B(苔)
|
||||
Broken Stone Pillar B (Ice)|折れた石の柱B(氷)
|
||||
Stone Pillar C|石の柱C
|
||||
Broken Stone Pillar D|折れた石の柱D
|
||||
Broken Orb Pillar|折れたオーブの柱
|
||||
Rubble|瓦礫A
|
||||
Rubble (Moss)|瓦礫B(苔)
|
||||
Rubble (Ice)|瓦礫C(氷)
|
||||
Broken Stone Pillar C|折れた石の柱C
|
||||
Rubble (Dirt)|瓦礫D(土)
|
||||
Scrap Wood|端材
|
||||
Barricade A (H)|バリケードA(横)
|
||||
Barricade B (V)|バリケードB(縦)
|
||||
Wall Bracing|壁の補強材
|
||||
Wall Bracing|壁の補強材
|
||||
Wall Bracing|壁の補強材
|
||||
Wall Bracing|壁の補強材
|
||||
Wall Bracing|壁の補強材
|
||||
Wall Bracing (Abandoned Mine)|壁の補強材(廃坑)
|
||||
Wall Bracing (Abandoned Mine)|壁の補強材(廃坑)
|
||||
Wall Bracing (Abandoned Mine)|壁の補強材(廃坑)
|
||||
Wall Bracing|壁の補強材
|
||||
Wall Bracing|壁の補強材
|
||||
Wall Bracing|壁の補強材
|
||||
Wall Bracing|壁の補強材
|
||||
Wall Bracing|壁の補強材
|
||||
Wall Bracing (Abandoned Mine)|壁の補強材(廃坑)
|
||||
Wall Bracing (Abandoned Mine)|壁の補強材(廃坑)
|
||||
Wall Bracing (Abandoned Mine)|壁の補強材(廃坑)
|
||||
Log Bridge (V)|丸太の橋(縦)
|
||||
Log Bridge (H)|丸太の橋(横)
|
||||
Wood Bridge (V)|木の橋(縦)
|
||||
Wood Bridge (H)|木の橋(横)
|
||||
Stone Bridge (V)|石の橋(縦)
|
||||
Stone Bridge (H)|石の橋(横)
|
||||
Wood Bridge (V)|木の橋(縦)
|
||||
Wood Bridge (H)|木の橋(横)
|
||||
Bridge Spar (Wood, Center A)|橋げた(木・中央A)
|
||||
Bridge Spar (Wood, Left)|橋げた(木・左)
|
||||
Bridge Spar (Wood, Center B)|橋げた(木・中央B)
|
||||
Bridge Spar (Wood, Right)|橋げた(木・右)
|
||||
Bridge Spar (Stone, Center A)|橋げた(石・中央A)
|
||||
Bridge Spar (Stone, Left)|橋げた(石・左)
|
||||
Bridge Spar (Stone, Center B)||橋げた(石・中央B)
|
||||
Bridge Spar (Stone, Right)|橋げた(石・右)
|
||||
Exit A|外への出口A
|
||||
Entrance A|入口A
|
||||
Exit B|外への出口B
|
||||
Entrance B|入口B
|
||||
Exit C|外への出口C
|
||||
Entrance C|入口C
|
||||
Window A|窓A
|
||||
Window B|窓B
|
||||
Exit D|外への出口D
|
||||
Entrance D|入口D
|
||||
Exit E|外への出口E
|
||||
Entrance E|入口E
|
||||
Light From Exit A (Top)|出口からの光A(上)
|
||||
Light From Exit B (Bottom)|出口からの光B(下)
|
||||
Window A|窓A
|
||||
Window B|窓B
|
||||
Spider Web|蜘蛛の巣
|
||||
Stone Tablet|石版
|
||||
Stone Tablet (Ruins)|石版(廃墟)
|
||||
Entrance A|入口A
|
||||
Entrance A (Extend)|入口A(延長部分)
|
||||
Entrance A (Top Half A)|入口A(上半分A)
|
||||
Entrance B|入口B
|
||||
Entrance A (Top Half B)|入口A(上半分B)
|
||||
Wall Vines A|壁のツタA
|
||||
Wall Vines B|壁のツタB
|
||||
Wall Vines C|壁のツタC
|
||||
Fissures B|亀裂B
|
||||
Fissures C|亀裂C
|
||||
Fissures D|亀裂D
|
||||
Fissures E|亀裂E
|
||||
Beanstalk A|豆の木A
|
||||
Wall Vines A|壁のツタA
|
||||
Wall Vines B|壁のツタB
|
||||
Wall Vines C|壁のツタC
|
||||
Fissures B|亀裂B
|
||||
Fissures C|亀裂C
|
||||
Fissures D|亀裂D
|
||||
Beanstalk B (Snow)|豆の木B(雪)
|
||||
Beanstalk C (Dead)|豆の木C(枯れ)
|
||||
Large Gravel Mound A (Dirt)|大きな土砂A(土)
|
||||
Large Gravel Mound A (Dirt)|大きな土砂A(土)
|
||||
Large Gravel Mound B (Stone)|大きな土砂B(石)
|
||||
Large Gravel Mound B (Stone)|大きな土砂B(石)
|
||||
Large Gold Mound|大きな金の山
|
||||
Large Gold Mound|大きな金の山
|
||||
Large Silver Mound|大きな銀の山
|
||||
Large Silver Mound|大きな銀の山
|
||||
Large Gravel Mound A (Dirt)|大きな土砂A(土)
|
||||
Large Gravel Mound A (Dirt)|大きな土砂A(土)
|
||||
Large Gravel Mound B (Stone)|大きな土砂B(石)
|
||||
Large Gravel Mound B (Stone)|大きな土砂B(石)
|
||||
Large Gold Mound|大きな金の山
|
||||
Large Gold Mound|大きな金の山
|
||||
Large Silver Mound|大きな銀の山
|
||||
Large Silver Mound|大きな銀の山
|
||||
Gravel Mound (Dirt)|土砂A(土)
|
||||
Gravel Mound (Stone)|土砂B(石)
|
||||
Gold Bricks A|金の延べ棒A
|
||||
Gold Bricks B|金の延べ棒B
|
||||
Crate A (Dirt)|木箱A(土)
|
||||
Crate B (Stone)|木箱B(石)
|
||||
Crate C (Ruins)|木箱C(廃墟)
|
||||
Pot A (Ruins)|壺A(廃墟)
|
||||
Gold Mound|金の山
|
||||
Silver Mound|銀の山
|
||||
Silver Bricks A|銀の延べ棒A
|
||||
Silver Bricks B|銀の延べ棒B
|
||||
Crate D (Gold Dust)|木箱D(金)
|
||||
Crate E (Silver Dust)|木箱E(銀)
|
||||
Pot A|壺A
|
||||
Pot B|壺B
|
||||
Shovel|スコップ
|
||||
Pickax|つるはし
|
||||
Rope|ロープ
|
||||
Mound of Gold Coins|金貨の山
|
||||
Crate F|木箱F
|
||||
Crate G|木箱G
|
||||
Barrel A|樽A
|
||||
Barrel B (Ruins)|樽B(廃墟)
|
||||
Large Bones|大きな骸骨
|
||||
Large Bones|大きな骸骨
|
||||
Bones A|骸骨A
|
||||
Table (Ruins)|テーブル(廃墟)
|
||||
Jail Bars|鉄格子
|
||||
Jail Bars|鉄格子
|
||||
Jail Bars|鉄格子
|
||||
Jail Bars|鉄格子
|
||||
Large Bones|大きな骸骨
|
||||
Large Bones|大きな骸骨
|
||||
Bones B|骸骨B
|
||||
Stool (Ruins)|椅子(廃墟)
|
||||
Jail Bars|鉄格子
|
||||
Jail Bars|鉄格子
|
||||
Jail Bars|鉄格子
|
||||
Jail Bars|鉄格子
|
||||
256
img/tilesets/Dungeon_C.txt
Normal file
256
img/tilesets/Dungeon_C.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Decorative Pillar A (Stone)|装飾柱A(石)
|
||||
Decorative Pillar B (Stone)|装飾柱B(石)
|
||||
Decorative Pillar C (Temple)|装飾柱C(遺跡)
|
||||
Decorative Pillar D (Rock Cave)|装飾柱D(岩洞窟)
|
||||
Decorative Pillar E (Demon Castle)|装飾柱E(魔王城)
|
||||
Decorative Pillar F (Fort)|装飾柱F(砦)
|
||||
Decorative Pillar G (Dirt Cave)|装飾柱G(土洞窟)
|
||||
Decorative Pillar H (Factory)|装飾柱H(工場)
|
||||
Decorative Pillar A (Stone)|装飾柱A(石)
|
||||
Decorative Pillar B (Stone)|装飾柱B(石)
|
||||
Decorative Pillar C (Temple)|装飾柱C(遺跡)
|
||||
Decorative Pillar D (Rock Cave)|装飾柱D(岩洞窟)
|
||||
Decorative Pillar E (Demon Castle)|装飾柱E(魔王城)
|
||||
Decorative Pillar F (Fort)|装飾柱F(砦)
|
||||
Decorative Pillar G (Dirt Cave)|装飾柱G(土洞窟)
|
||||
Decorative Pillar H (Factory)|装飾柱H(工場)
|
||||
Decorative Pillar A (Stone)|装飾柱A(石)
|
||||
Decorative Pillar B (Stone)|装飾柱B(石)
|
||||
Decorative Pillar C (Temple)|装飾柱C(遺跡)
|
||||
Decorative Pillar D (Rock Cave)|装飾柱D(岩洞窟)
|
||||
Decorative Pillar E (Demon Castle)|装飾柱E(魔王城)
|
||||
Decorative Pillar F (Fort)|装飾柱F(砦)
|
||||
Decorative Pillar G (Dirt Cave)|装飾柱G(土洞窟)
|
||||
Decorative Pillar H (Factory)|装飾柱H(工場)
|
||||
Decorative Pillar A (Stone, Ruins)|装飾柱A(石・廃墟)
|
||||
Decorative Pillar B (Stone, Ruins)|装飾柱B(石・廃墟)
|
||||
Decorative Pillar C (Temple, Ruins)|装飾柱C(遺跡・廃墟)
|
||||
Decorative Pillar D (Rock Cave, Ruins)|装飾柱D(岩洞窟・廃墟)
|
||||
Decorative Pillar E (Demon Castle, Ruins)|装飾柱E(魔王城・廃墟)
|
||||
Decorative Pillar F (Fort, Ruins)|装飾柱F(砦・廃墟)
|
||||
Decorative Pillar G (Dirt Cave, Ruins)|装飾柱G(土洞窟・廃墟)
|
||||
Decorative Pillar A (Stone, Front, Ruins)|装飾柱A(石・手前・廃墟)
|
||||
Decorative Pillar A (Stone, Ruins)|装飾柱A(石・廃墟)
|
||||
Decorative Pillar B (Stone, Ruins)|装飾柱B(石・廃墟)
|
||||
Decorative Pillar C (Temple, Ruins)|装飾柱C(遺跡・廃墟)
|
||||
Decorative Pillar D (Rock Cave, Ruins)|装飾柱D(岩洞窟・廃墟)
|
||||
Decorative Pillar E (Demon Castle, Ruins)|装飾柱E(魔王城・廃墟)
|
||||
Decorative Pillar F (Fort, Ruins)|装飾柱F(砦・廃墟)
|
||||
Decorative Pillar G (Dirt Cave, Ruins)|装飾柱G(土洞窟・廃墟)
|
||||
Decorative Pillar D (Rock Cave, Front, Ruins)|装飾柱F(岩洞窟・手前・廃墟)
|
||||
Decorative Pillar A (Stone, Ruins)|装飾柱A(石・廃墟)
|
||||
Decorative Pillar B (Stone, Ruins)|装飾柱B(石・廃墟)
|
||||
Decorative Pillar C (Temple, Ruins)|装飾柱C(遺跡・廃墟)
|
||||
Decorative Pillar D (Rock Cave, Ruins)|装飾柱D(岩洞窟・廃墟)
|
||||
Decorative Pillar E (Demon Castle, Ruins)|装飾柱E(魔王城・廃墟)
|
||||
Decorative Pillar F (Fort, Ruins)|装飾柱F(砦・廃墟)
|
||||
Decorative Pillar G (Dirt Cave, Ruins)|装飾柱G(土洞窟・廃墟)
|
||||
Decorative Pillar F (Fort, Front, Ruins)|装飾柱F(砦・手前・廃墟)
|
||||
Decorative Pillar A (Stone, Front)|装飾柱A(石・手前)
|
||||
Decorative Pillar B (Stone, Front)|装飾柱B(石・手前)
|
||||
Decorative Pillar C (Temple, Front)|装飾柱C(神殿・手前)
|
||||
Decorative Pillar D (Rock Cave, Front)|装飾柱D(岩洞窟・手前)
|
||||
Decorative Pillar E (Demon Castle, Front)|装飾柱E(魔王城・手前)
|
||||
Decorative Pillar F (Fort, Front)|装飾柱F(砦・手前)
|
||||
Decorative Pillar G (Dirt Cave, Front)|装飾柱G(土洞窟・手前)
|
||||
Decorative Pillar H (Factory, Front)|装飾柱H(工場・手前)
|
||||
Gate A|門A
|
||||
Gate A|門A
|
||||
Gate A|門A
|
||||
Gate B|門B
|
||||
Gate B|門B
|
||||
Gate B|門B
|
||||
Decorative Pillar I (Demonic)|装飾柱I(悪魔)
|
||||
Decorative Pillar I (Demonic, Ruins)|装飾柱I(悪魔・廃墟)
|
||||
Gate A|門A
|
||||
Gate A|門A
|
||||
Gate A|門A
|
||||
Gate B|門B
|
||||
Gate B|門B
|
||||
Gate B|門B
|
||||
Decorative Pillar I (Demonic)|装飾柱I(悪魔)
|
||||
Decorative Pillar I (Demonic, Ruins)|装飾柱I(悪魔・廃墟)
|
||||
Gate A|門A
|
||||
Gate A|門A
|
||||
Gate A|門A
|
||||
Gate B|門B
|
||||
Gate B|門B
|
||||
Gate B|門B
|
||||
Coffin A (Right)|棺A(右)
|
||||
Coffin A (Right)|棺A(右)
|
||||
Hexagram|魔法陣
|
||||
Hexagram|魔法陣
|
||||
Hexagram|魔法陣
|
||||
Hexagram (Lit)|魔法陣(光)
|
||||
Hexagram (Lit)|魔法陣(光)
|
||||
Hexagram (Lit)|魔法陣(光)
|
||||
Coffin B (Top)|棺B(上)
|
||||
Coffin C (Bottom)|棺C(下)
|
||||
Hexagram|魔法陣
|
||||
Hexagram|魔法陣
|
||||
Hexagram|魔法陣
|
||||
Hexagram (Lit)|魔法陣(光)
|
||||
Hexagram (Lit)|魔法陣(光)
|
||||
Hexagram (Lit)|魔法陣(光)
|
||||
Coffin B (Top)|棺B(上)
|
||||
Coffin C (Bottom)|棺C(下)
|
||||
Hexagram|魔法陣
|
||||
Hexagram|魔法陣
|
||||
Hexagram|魔法陣
|
||||
Hexagram (Lit)|魔法陣(光)
|
||||
Hexagram (Lit)|魔法陣(光)
|
||||
Hexagram (Lit)|魔法陣(光)
|
||||
Coffin D (Left)|棺D(左)
|
||||
Coffin D (Left)|棺D(左)
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails (Ruins)|線路(廃墟)
|
||||
Rails (Ruins)|線路(廃墟)
|
||||
Rails (Ruins)|線路(廃墟)
|
||||
Rails (Ruins)|線路(廃墟)
|
||||
Rails|線路
|
||||
Railroad Ties A|枕木A
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Railroad Ties B|枕木B
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Mural A|壁画A
|
||||
Hieroglyph|ヒエログリフ
|
||||
Hieroglyph|ヒエログリフ
|
||||
Large Mural A|大きな壁画A
|
||||
Large Mural A|大きな壁画A
|
||||
Large Mural A|大きな壁画A
|
||||
Bed|ベッド
|
||||
Bed (Ruins)|ベッド(廃墟)
|
||||
Mural B|壁画B
|
||||
Hieroglyph|ヒエログリフ
|
||||
Hieroglyph|ヒエログリフ
|
||||
Large Mural B|大きな壁画B
|
||||
Large Mural B|大きな壁画B
|
||||
Large Mural B|大きな壁画B
|
||||
Bed|ベッド
|
||||
Bed (Ruins)|ベッド(廃墟)
|
||||
Middle Window A|中型窓A
|
||||
Middle Window B|中型窓B
|
||||
Middle Window C|中型窓C
|
||||
Middle Window D (Ruins)|中型窓窓D(廃墟)
|
||||
Window (Demon Castle)|窓(魔王城)
|
||||
Table|テーブル
|
||||
Cheap Bed|粗末なベッド
|
||||
Straw Bed|むしろの寝床
|
||||
Middle Window A|中型窓A
|
||||
Middle Window B|中型窓B
|
||||
Middle Window C|中型窓C
|
||||
Middle Window D (Ruins)|中型窓窓D(廃墟)
|
||||
Window (Demon Castle)|窓(魔王城)
|
||||
Stool|椅子
|
||||
Cheap Bed|粗末なベッド
|
||||
Straw Bed|むしろの寝床
|
||||
Large Window A|大型窓A
|
||||
Large Window B|大型窓B
|
||||
Large Window C|大型窓C
|
||||
Stained Glass Window|ステンドグラス
|
||||
Large Window D|大型窓D
|
||||
Window A|窓A
|
||||
Window B|窓B
|
||||
Window C|窓C
|
||||
Large Window A|大型窓A
|
||||
Large Window B|大型窓B
|
||||
Large Window C|大型窓C
|
||||
Stained Glass Window|ステンドグラス
|
||||
Large Window D|大型窓D
|
||||
Window A|窓A
|
||||
Window B|窓B
|
||||
Window C|窓C
|
||||
Chest A|チェストA
|
||||
Cabinet|キャビネット
|
||||
Closet|クローゼット
|
||||
Chest of Drawers|タンス
|
||||
Dish Cabinet|食器棚
|
||||
Wine Rack|ワインセラー
|
||||
Bottle Shelf A|ボトル棚A
|
||||
Bottle Shelf B|ボトル棚B
|
||||
Chest B|チェストB
|
||||
Chest C|チェストC
|
||||
Closet|クローゼット
|
||||
Chest of Drawers|タンス
|
||||
Dish Cabinet|食器棚
|
||||
Wine Rack|ワインセラー
|
||||
Bottle Shelf A|ボトル棚A
|
||||
Bottle Shelf B|ボトル棚B
|
||||
Tipped Shelf|倒れた棚
|
||||
Sundries Shelf A|雑貨棚A
|
||||
Sundries Shelf A|雑貨棚A
|
||||
Sundries Shelf B|雑貨棚B
|
||||
Medicine Shelf|薬品棚
|
||||
Bookshelf A|本棚A
|
||||
Bookshelf B|本棚B
|
||||
Bookshelf B|本棚B
|
||||
Tipped Shelf|倒れた棚
|
||||
Sundries Shelf A|雑貨棚A
|
||||
Sundries Shelf A|雑貨棚A
|
||||
Sundries Shelf B|雑貨棚B
|
||||
Medicine Shelf|薬品棚
|
||||
Bookshelf A|本棚A
|
||||
Bookshelf B|本棚B
|
||||
Bookshelf B|本棚B
|
||||
Curtains A|カーテンA
|
||||
Curtains B|カーテンB
|
||||
Curtains C|カーテンC
|
||||
Curtains D|カーテンD
|
||||
Curtains A (Ruins)|カーテンA(廃墟)
|
||||
Curtains B (Ruins)|カーテンB(廃墟)
|
||||
Curtains C (Ruins)|カーテンC(廃墟)
|
||||
Curtains D (Ruins)|カーテンD(廃墟)
|
||||
Curtains A|カーテンA
|
||||
Curtains B|カーテンB
|
||||
Curtains C|カーテンC
|
||||
Curtains D|カーテンD
|
||||
Curtains A (Ruins)|カーテンA(廃墟)
|
||||
Curtains B (Ruins)|カーテンB(廃墟)
|
||||
Curtains C (Ruins)|カーテンC(廃墟)
|
||||
Curtains D (Ruins)|カーテンD(廃墟)
|
||||
Clock|時計
|
||||
Mirror|鏡
|
||||
Clock (Ruins)|時計(廃墟)
|
||||
Mirror (Ruins)|鏡(廃墟)
|
||||
Stacked Crates|積まれた木箱
|
||||
Stacked Crates|積まれた木箱
|
||||
Tapestry A|タペストリーA
|
||||
Tapestry A (Ruins)|タペストリーA(廃墟)
|
||||
Clock|時計
|
||||
Mirror|鏡
|
||||
Clock (Ruins)|時計(廃墟)
|
||||
Mirror (Ruins)|鏡(廃墟)
|
||||
Stacked Crates|積まれた木箱
|
||||
Stacked Crates|積まれた木箱
|
||||
Tapestry A|タペストリーA
|
||||
Tapestry A (Ruins)|タペストリーA(廃墟)
|
||||
Chair A (Wood)|背もたれ椅子A(木製)
|
||||
Chair B (Stone)|背もたれ椅子B(石)
|
||||
Throne A|玉座A
|
||||
Throne A|玉座A
|
||||
Throne A|玉座A
|
||||
Throne B (Demon Castle)|玉座B(魔王城)
|
||||
Throne B (Demon Castle)|玉座B(魔王城)
|
||||
Throne B (Demon Castle)|玉座B(魔王城)
|
||||
Chair A (Wood)|背もたれ椅子A(木製)
|
||||
Chair B (Stone)|背もたれ椅子B(石)
|
||||
Throne A|玉座A
|
||||
Throne A|玉座A
|
||||
Throne A|玉座A
|
||||
Throne B (Demon Castle)|玉座B(魔王城)
|
||||
Throne B (Demon Castle)|玉座B(魔王城)
|
||||
Throne B (Demon Castle)|玉座B(魔王城)
|
||||
16
img/tilesets/Inside_A1.txt
Normal file
16
img/tilesets/Inside_A1.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Water A|水場A
|
||||
Deep Water|深い水場
|
||||
Lotus Pads (Flowers)|蓮の葉(花)
|
||||
Purple Water|紫の水
|
||||
Water B (Surround Stonewall)|水場B(囲み石壁)
|
||||
Waterfall A (Shine Fall)|滝A(光る滝)
|
||||
Pond A (Rock Pond)|池A(岩池)
|
||||
Waterfall B (Grid Fall)|滝B(マス目滝)
|
||||
Water C (Tile)|水場C(タイル)
|
||||
Water D (Small Hole)|水場D(小穴)
|
||||
Water E (Water Surface)|水場E(水面)
|
||||
Water F (Water Footing)|水場F(足場)
|
||||
Water G (Surround Waterwall)|水場G(囲み水壁)
|
||||
Water H (Big Hole)|水場H(大穴)
|
||||
Pond B (Purple Rock Pond)|池B(紫岩池)
|
||||
Waterfall C (Purple Fall)|滝C(紫滝)
|
||||
32
img/tilesets/Inside_A2.txt
Normal file
32
img/tilesets/Inside_A2.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Ground A (Wood Floor Stripe)|床A(木目縦床)
|
||||
Ground B (Stone Floor Tile)|床B(石タイル床)
|
||||
Ground C (Dirt Floor)|床C(土床)
|
||||
Tatami|畳
|
||||
Hole A (Orange Cave)|穴A(オレンジ)
|
||||
Raised Stone A (Blue)|石段(青)
|
||||
Ground D (Black Floor)|床D(黒床)
|
||||
Table A (Wood)|テーブルA(木製)
|
||||
Ground E (Wood Floor Border)|床E(木目横床)
|
||||
Ground F (Stone Floor Brick)|床F(石レンガ床)
|
||||
Rug A (Red Flower)|じゅうたんA(赤花じゅうたん)
|
||||
Rug B (Oriental Green)|じゅうたんB(オリエント緑じゅうたん)
|
||||
Hole B (Brown Cave)|穴B(茶色)
|
||||
Raised Stone B (Purple)|石段(紫)
|
||||
Ground G (Dark Enclave Floor)|床G(暗い飛び地)
|
||||
Table B (Dark Wood)|テーブルB(濃い木製)
|
||||
Ground H (Wood Floor Lattice)|床H(木格子)
|
||||
Ground I (Stone Floor Color Tile)|床I(石カラータイル床)
|
||||
Rug C (Oriental Blue)|じゅうたんC(オリエント青じゅうたん)
|
||||
Rug D (Oriental Redpink)|じゅうたんD(オリエント赤ピンクじゅうたん)
|
||||
Hole C (Black Cave)|穴C(黒色)
|
||||
Raised Stone B (Yellow)|石段(黄)
|
||||
Ground J (Enclave Floor)|床J(飛び地)
|
||||
Table C (White Wood)|テーブルC(白木製)
|
||||
Ground K (Oriental Floor)|床K(オリエント床)
|
||||
Ground L (Stone Floor X Tile)|床L(石X字タイル床)
|
||||
Rug E (Oriental Red)|じゅうたんE(オリエント赤じゅうたん)
|
||||
Rug F (Oriental Purple)|じゅうたんF(オリエント紫じゅうたん)
|
||||
Hole D (Square Black Cave)|穴D(四角黒色)
|
||||
Raised Stone C (Gray)|石段(灰色)
|
||||
Ground M (Stone Enclave Floor)|床M(石飛び地)
|
||||
Table D (White Cloth)|テーブルD(白布)
|
||||
48
img/tilesets/Inside_A4.txt
Normal file
48
img/tilesets/Inside_A4.txt
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
Wall A (Stone)|壁A(石)
|
||||
Wall B (Castle)|壁B(城)
|
||||
Wall C (Fort)|壁C(砦)
|
||||
Wall D (Stone)|壁D(石)
|
||||
Wall E (Stone)|壁E(石)
|
||||
Wall F (Brick)|壁F(レンガ)
|
||||
Wall G (Stone)|壁G(石)
|
||||
Interior Wall A (Stone)|内装壁A(石)
|
||||
Wall A (Stone)|壁A(石)
|
||||
Wall B (Castle)|壁B(城)
|
||||
Wall C (Fort)|壁C(砦)
|
||||
Wall D (Stone)|壁D(石)
|
||||
Wall E (Stone)|壁E(石)
|
||||
Wall F (Brick)|壁F(レンガ)
|
||||
Wall G (Stone)|壁G(石)
|
||||
Interior Wall A (Stone)|内装壁A(石)
|
||||
Wall H (Wood)|壁H(木造)
|
||||
Wall I (Log)|壁I(丸太)
|
||||
Wall J (Wood)|壁J(木造)
|
||||
Interior Wall B (Plaster)|内装壁B(石膏壁)
|
||||
Interior Wall C (Plaster)|内装壁C(石膏壁)
|
||||
Wall K (Stone)|壁K(石)
|
||||
Wall L (Marble)|壁L(大理石)
|
||||
Wall M (Marble)|壁M(大理石)
|
||||
Wall H (Wood)|壁H(木造)
|
||||
Wall I (Log)|壁I(丸太)
|
||||
Wall J (Wood)|壁J(木造)
|
||||
Interior Wall B (Plaster)|内装壁B(石膏壁)
|
||||
Interior Wall C (Plaster)|内装壁C(石膏壁)
|
||||
Wall K (Stone)|壁K(石)
|
||||
Wall L (Marble)|壁L(大理石)
|
||||
Wall M (Marble)|壁M(大理石)
|
||||
Interior Wall D (Desert)|内装壁D(砂漠風)
|
||||
Interior Wall E (Desert)|内装壁E(砂漠風)
|
||||
Interior Wall F (Mansion)|内装壁F(豪邸)
|
||||
Interior Wall G (Mansion)|内装壁G(豪邸)
|
||||
Wall N (Tent)|壁N(テント)
|
||||
Wall O (Demon Castle)|壁O(魔王城)
|
||||
Wall P (Gold)|壁P(黄金)
|
||||
Wall Q (Ice)|壁Q(氷)
|
||||
Interior Wall D (Desert)|内装壁D(砂漠風)
|
||||
Interior Wall E (Desert)|内装壁E(砂漠風)
|
||||
Interior Wall F (Mansion)|内装壁F(豪邸)
|
||||
Interior Wall G (Mansion)|内装壁G(豪邸)
|
||||
Wall N (Tent)|壁N(テント)
|
||||
Wall O (Demon Castle)|壁O(魔王城)
|
||||
Wall P (Gold)|壁P(黄金)
|
||||
Wall Q (Ice)|壁Q(氷)
|
||||
128
img/tilesets/Inside_A5.txt
Normal file
128
img/tilesets/Inside_A5.txt
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
Darkness|暗闇
|
||||
Dirt Floor|土の床
|
||||
Stone Bridge (V, Left)|石の橋(縦・左)
|
||||
Stone Bridge (V Center)|石の橋(縦・中央)
|
||||
Stone Bridge (V, Riight)|石の橋(縦・右)
|
||||
Stone Bridge (H, Top)|石の橋(横・上)
|
||||
Stone Bridge (H Center)|石の橋(横・中央)
|
||||
Broken Bridge (H, Top)|壊れた橋(横・上)
|
||||
Transparent|透明
|
||||
Dirt Ledge|土の段差
|
||||
Broken Bridge (V, Left)|壊れた橋(縦・左)
|
||||
Broken Bridge (V Center)|壊れた橋(縦・中央)
|
||||
Broken Bridge (V, Riight)|壊れた橋(縦・右)
|
||||
Stone Bridge (H, Bottom)|石の橋(横・下)
|
||||
Broken Bridge (H Center)|壊れた橋(横・中央)
|
||||
Broken Bridge (H, Bottom)|壊れた橋(横・下)
|
||||
Wood Floor A|木の床A
|
||||
Wood Floor B|木の床B
|
||||
Wood Floor C|木の床C
|
||||
Wood Floor D|木の床D
|
||||
Cobblestones A|石畳A
|
||||
Cobblestones B|石畳B
|
||||
Cobblestones C|石畳C
|
||||
Cobblestones D|石畳D
|
||||
Ledge A (Wood)|段差A(木製)
|
||||
Ledge B (Wood)|段差B(木製)
|
||||
Ledge C (Wood)|段差C(木製)
|
||||
Ledge D (Wood)|段差D(木製)
|
||||
Ledge E (Stone)|段差E(石)
|
||||
Ledge F (Stone)|段差F(石)
|
||||
Ledge G (Stone)|段差G(石)
|
||||
Ledge H (Stone)|段差H(石)
|
||||
Wood Floor A (Ruins)|木の床A(廃墟)
|
||||
Wood Floor B (Ruins)|木の床B(廃墟)
|
||||
Wood Floor C (Ruins)|木の床C(廃墟)
|
||||
Wood Floor D (Ruins)|木の床D(廃墟)
|
||||
Cobblestones A (Ruins)|石畳A(廃墟)
|
||||
Cobblestones B (Ruins)|石畳B(廃墟)
|
||||
Cobblestones C (Ruins)|石畳C(廃墟)
|
||||
Cobblestones D (Ruins)|石畳D(廃墟)
|
||||
Cobblestones E|石畳E
|
||||
Interior Floor A (Tile)|内装床A(タイル)
|
||||
Interior Floor B (Tile)|内装床B(タイル)
|
||||
Interior Floor C (Tile)|内装床C(タイル)
|
||||
Interior Floor D (Stone)|内装床D(石)
|
||||
Interior Floor E (Tile)|内装床E(タイル)
|
||||
Interior Floor F (Tile)|内装床F(タイル)
|
||||
Interior Floor G (Tile)|内装床G(タイル)
|
||||
Ledge I (Stone)|段差I(石)
|
||||
Ledge J (Stone)|段差J(石)
|
||||
Ledge K (Stone)|段差K(石)
|
||||
Ledge L (Stone)|段差L(石)
|
||||
Ledge M (Stone)|段差M(石)
|
||||
Ledge N (Stone)|段差N(石)
|
||||
Ledge O (Stone)|段差O(石)
|
||||
Ledge P (Stone)|段差P(石)
|
||||
Cobblestones E (Ruins)|石畳E(廃墟)
|
||||
Interior Floor A (Tile, Ruins)|内装床A(タイル・廃墟)
|
||||
Interior Floor B (Tile, Ruins)|内装床B(タイル・廃墟)
|
||||
Interior Floor C (Tile, Ruins)|内装床C(タイル・廃墟)
|
||||
Interior Floor D (Stone, Ruins)|内装床D(石・廃墟)
|
||||
Interior Floor E (Tile, Ruins)|内装床E(タイル・廃墟)
|
||||
Interior Floor F (Tile, Ruins)|内装床F(タイル・廃墟)
|
||||
Interior Floor G (Tile, Ruins)|内装床G(タイル・廃墟)
|
||||
Cobblestones F|石畳F
|
||||
Interior Floor H (Dirt)|内装床H(土)
|
||||
Interior Floor I (Marble)|内装床I(大理石)
|
||||
Interior Floor J (Carpet)|内装床J(じゅうたん)
|
||||
Interior Floor K (Demon Castle)|内装床K(魔王城)
|
||||
Interior Floor L (Demon Castle)|内装床L(魔王城)
|
||||
Gold Floor|黄金の床
|
||||
Ice Floor|氷の床
|
||||
Ledge Q (Stone)|段差Q(石)
|
||||
Ledge R (Dirt)|段差R(土)
|
||||
Ledge S (Marble)|段差S(大理石)
|
||||
Ledge T (Carpet)|段差T(じゅうたん)
|
||||
Ledge U (Demon Castle)|段差U(魔界城)
|
||||
Ledge V (Demon Castle)|段差V(魔界城)
|
||||
Ledge W (Gold)|段差W(黄金)
|
||||
Ledge X (Ice)|段差X(氷)
|
||||
Cobblestones F (Ruins)|石畳F(廃墟)
|
||||
Interior Floor H (Dirt, Ruins)|内装床H(土・廃墟)
|
||||
Interior Floor I (Marble, Ruins)|内装床I(大理石・廃墟)
|
||||
Interior Floor J (Carpet, Ruins)|内装床J(じゅうたん・廃墟)
|
||||
Interior Floor K (Demon Castle, Ruins)|内装床K(魔王城・廃墟)
|
||||
Interior Floor L (Demon Castle, Ruins)|内装床L(魔王城・廃墟)
|
||||
Gold Floor (Ruins)|黄金の床(廃墟)
|
||||
Ice Floor (Ruins)|氷の床(廃墟)
|
||||
Stairs A (Wood, Left)|階段A(木製・左)
|
||||
Stairs A (Wood, Center)|階段A(木製・中央)
|
||||
Stairs A (Wood)|階段A(木製・右)
|
||||
Stairs A (Wood)|階段A(木製)
|
||||
Stairs B (Stone, Left)|階段B(石・左)
|
||||
Stairs B (Stone, Center)|階段B(石・中央)
|
||||
Stairs B (Stone, Right)|階段B(石・右)
|
||||
Stairs B (Stone)|階段B(石)
|
||||
Stairs C (Stone, Left)|階段C(石・左)
|
||||
Stairs C (Stone, Center)|階段C(石・中央)
|
||||
Stairs C (Stone, Right)|階段C(石・右)
|
||||
Stairs C (Stone)|階段C(石)
|
||||
Stairs C (Stone, Ruins, Left)|階段C(石・廃墟・左)
|
||||
Stairs C (Stone, Ruins, Center)|階段C(石・廃墟・中央)
|
||||
Stairs C (Stone, Ruins, Right)|階段C(石・廃墟・右)
|
||||
Stairs C (Stone, Ruins)|階段C(石・廃墟)
|
||||
Stairs D (Carpet, Left)|階段D(じゅうたん・左)
|
||||
Stairs D (Carpet, Center)|階段D(じゅうたん・中央)
|
||||
Stairs D (Carpet, Right)|階段D(じゅうたん・右)
|
||||
Stairs D (Carpet)|階段D(じゅうたん)
|
||||
Stairs E (Carpet, Left)|階段E(じゅうたん・左)
|
||||
Stairs E (Carpet, Center)|階段E(じゅうたん・中央)
|
||||
Stairs E (Carpet, Right)|階段E(じゅうたん・右)
|
||||
Stairs E (Carpet)|階段E(じゅうたん)
|
||||
Large Relief Floor Tile|大きなレリーフ床
|
||||
Large Relief Floor Tile|大きなレリーフ床
|
||||
Large Relief Floor Tile (Ruins)|大きなレリーフ床(廃墟)
|
||||
Large Relief Floor Tile (Ruins)|大きなレリーフ床(廃墟)
|
||||
Relief Floor Tile A (Silver)|レリーフ床A(銀)
|
||||
Relief Floor Tile B (Silver)|レリーフ床B(銀)
|
||||
Relief Floor Tile C (Gold)|レリーフ床C(金)
|
||||
Relief Floor Tile D (Gold)|レリーフ床D(金)
|
||||
Large Relief Floor Tile|大きなレリーフ床
|
||||
Large Relief Floor Tile|大きなレリーフ床
|
||||
Large Relief Floor Tile (Ruins)|大きなレリーフ床(廃墟)
|
||||
Large Relief Floor Tile (Ruins)|大きなレリーフ床(廃墟)
|
||||
Relief Floor Tile E (Silver, Ruins)|レリーフ床E(銀・廃墟)
|
||||
Relief Floor Tile F (Silver)|レリーフ床F(銀)
|
||||
Relief Floor Tile G (Gold, Ruins)|レリーフ床G(金・廃墟)
|
||||
Relief Floor Tile H (Gold)|レリーフ床H(金)
|
||||
256
img/tilesets/Inside_B.txt
Normal file
256
img/tilesets/Inside_B.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Transparent|透明
|
||||
Stairs A (Up)|階段A(上り)
|
||||
Stairs B (Up)|階段B(上り)
|
||||
Stairs C (Up)|階段C(上り)
|
||||
Stairs D (Up)|階段D(上り)
|
||||
Metal Ladder|鉄ばしご
|
||||
Wood Ladder|木製はしご
|
||||
Rope|ロープ
|
||||
Hole|穴
|
||||
Stairs A (Down)|階段A(下り)
|
||||
Stairs B (Down)|階段B(下り)
|
||||
Stairs C (Down)|階段C(下り)
|
||||
Stairs D (Down)|階段D(下り)
|
||||
Metal Ladder|鉄ばしご
|
||||
Wood Ladder|木製はしご
|
||||
Rope|ロープ
|
||||
Entrance A|入口A
|
||||
Entrance A (Extend)|入口A(延長部分)
|
||||
Entrance A (Top Half A)|入口A(上半分A)S
|
||||
Entrance B|入口B
|
||||
Entrance A (Top Half B)|入口A(上半分B)
|
||||
Metal Ladder|鉄ばしご
|
||||
Wood Ladder|木製はしご
|
||||
Rope|ロープ
|
||||
Stone Pillar A|石の柱A
|
||||
Stone Pillar B|石の柱B
|
||||
Fort Pillar|砦の柱
|
||||
Rubble|瓦礫
|
||||
Rubble|瓦礫
|
||||
Hole A (Metal Ladder)|穴A(鉄ばしご)
|
||||
Hole B (Wood Ladder)|穴B(木製はしご)
|
||||
Hole C (Rope)|穴C(ロープ)
|
||||
Stone Pillar A|石の柱A
|
||||
Stone Pillar B|石の柱B
|
||||
Fort Pillar|砦の柱
|
||||
Stone Tablet|石版
|
||||
Fissures A|亀裂A
|
||||
Fissures B|亀裂B
|
||||
Fissures C|亀裂C
|
||||
Fissures D|亀裂D
|
||||
Broken Stone Pillar A|折れた石の柱A
|
||||
Broken Stone Pillar B|折れた石の柱B
|
||||
Broken Fort Pillar|折れた砦の柱
|
||||
Stone Tablet (Ruins)|石版(廃墟)
|
||||
Fissures A|亀裂A
|
||||
Fissures B|亀裂B
|
||||
Fissures C|亀裂C
|
||||
Fissures E|亀裂E
|
||||
Curtains A|カーテンA
|
||||
Curtains B|カーテンB
|
||||
Curtains C|カーテンC
|
||||
Curtains D|カーテンD
|
||||
Curtains A (Ruins)|カーテンA(廃墟)
|
||||
Curtains B (Ruins)|カーテンB(廃墟)
|
||||
Curtains C (Ruins)|カーテンC(廃墟)
|
||||
Curtains D (Ruins)|カーテンD(廃墟)
|
||||
Curtains A|カーテンA
|
||||
Curtains B|カーテンB
|
||||
Curtains C|カーテンC
|
||||
Curtains D|カーテンD
|
||||
Curtains A (Ruins)|カーテンA(廃墟)
|
||||
Curtains B (Ruins)|カーテンB(廃墟)
|
||||
Curtains C (Ruins)|カーテンC(廃墟)
|
||||
Curtains D (Ruins)|カーテンD(廃墟)
|
||||
Middle Window A|中型窓A
|
||||
Middle Window A|中型窓A
|
||||
Middle Window B|中型窓B
|
||||
Middle Window B|中型窓B
|
||||
Large Window A|大型窓A
|
||||
Large Window B|大型窓B
|
||||
Large Window C|大型窓C
|
||||
Stained Glass Window|ステンドグラス
|
||||
Middle Window A|中型窓A
|
||||
Middle Window A|中型窓A
|
||||
Middle Window B|中型窓B
|
||||
Middle Window B|中型窓B
|
||||
Large Window A|大型窓A
|
||||
Large Window B|大型窓B
|
||||
Large Window C|大型窓C
|
||||
Stained Glass Window|ステンドグラス
|
||||
Tapestry A|タペストリーA
|
||||
Tapestry A (Ruins)|タペストリーA(廃墟)
|
||||
Swords A|剣A
|
||||
Swords B|剣B
|
||||
Large Window D|大型窓D
|
||||
Window A|窓A
|
||||
Window B|窓B
|
||||
Window C|窓C
|
||||
Tapestry A|タペストリーA
|
||||
Tapestry A (Ruins)|タペストリーA(廃墟)
|
||||
Shield|盾
|
||||
Posted Notice|貼り紙
|
||||
Large Window D|大型窓D
|
||||
Window A|窓A
|
||||
Window B|窓B
|
||||
Window C|窓C
|
||||
Sofa (Castle)|ソファ(城)
|
||||
Sofa (Castle)|ソファ(城)
|
||||
Sofa (Castle)|ソファ(城)
|
||||
Sofa (Castle)|ソファ(城)
|
||||
Sofa (Castle)|ソファ(城)
|
||||
Chair A (Wood)|背もたれ椅子A(木製)
|
||||
Chair B (Stone)|背もたれ椅子B(石)
|
||||
Throne (Demon Castle)|玉座(魔王城)
|
||||
Sofa (Castle)|ソファ(城)
|
||||
Sofa (Castle)|ソファ(城)
|
||||
Sofa (Castle)|ソファ(城)
|
||||
Sofa (Castle)|ソファ(城)
|
||||
Sofa (Castle)|ソファ(城)
|
||||
Chair A (Wood)|背もたれ椅子A(木製)
|
||||
Chair B (Stone)|背もたれ椅子B(石)
|
||||
Throne (Demon Castle)|玉座(魔王城)
|
||||
Table A|テーブルA
|
||||
Table A|テーブルA
|
||||
Table B|テーブルB
|
||||
Table C|テーブルC
|
||||
Table D|テーブルD
|
||||
Clock|時計
|
||||
Mirror|鏡
|
||||
Window (Demon Castle)|窓(魔王城)
|
||||
Stool A|椅子A
|
||||
Stool B|椅子B
|
||||
Stool C|椅子C
|
||||
Table E|テーブルE
|
||||
Table F|テーブルF
|
||||
Clock|時計
|
||||
Mirror|鏡
|
||||
Window (Demon Castle)|窓(魔王城)
|
||||
World Map|世界地図
|
||||
World Map|世界地図
|
||||
Painting|絵画
|
||||
Painting|絵画
|
||||
Portrait A|肖像画A
|
||||
Portrait B|肖像画B
|
||||
Painting A|絵画A
|
||||
Painting B|絵画B
|
||||
Chest A|チェストA
|
||||
Cabinet|キャビネット
|
||||
Closet|クローゼット
|
||||
Chest of Drawers|タンス
|
||||
Dish Cabinet|食器棚
|
||||
Wine Rack|ワインセラー
|
||||
Bottle Shelf A|ボトル棚A
|
||||
Bottle Shelf B|ボトル棚B
|
||||
Chest B|チェストB
|
||||
Chest C|チェストC
|
||||
Closet|クローゼット
|
||||
Chest of Drawers|タンス
|
||||
Dish Cabinet|食器棚
|
||||
Wine Rack|ワインセラー
|
||||
Bottle Shelf A|ボトル棚A
|
||||
Bottle Shelf B|ボトル棚B
|
||||
Bread Shelf|パン棚
|
||||
Sundries Shelf A|雑貨棚A
|
||||
Sundries Shelf A|雑貨棚A
|
||||
Sundries Shelf B|雑貨棚B
|
||||
Medicine Shelf|薬品棚
|
||||
Bookshelf A|本棚A
|
||||
Bookshelf B|本棚B
|
||||
Bookshelf B|本棚B
|
||||
Bread Shelf|パン棚
|
||||
Sundries Shelf A|雑貨棚A
|
||||
Sundries Shelf A|雑貨棚A
|
||||
Sundries Shelf B|雑貨棚B
|
||||
Medicine Shelf|薬品棚
|
||||
Bookshelf A|本棚A
|
||||
Bookshelf B|本棚B
|
||||
Bookshelf B|本棚B
|
||||
Bed|ベッド
|
||||
Large Bed|ダブルベッド
|
||||
Large Bed|ダブルベッド
|
||||
Cheap Bed A|粗末なベッドA
|
||||
Cheap Bed B|粗末なベッドB
|
||||
Straw Bed|むしろの寝床
|
||||
Bed (Ruins)|ベッド(廃墟)
|
||||
Tipped Shelf|倒れた棚
|
||||
Bed|ベッド
|
||||
Large Bed|ダブルベッド
|
||||
Large Bed|ダブルベッド
|
||||
Cheap Bed A|粗末なベッドA
|
||||
Cheap Bed B|粗末なベッドB
|
||||
Straw Bed|むしろの寝床
|
||||
Bed (Ruins)|ベッド(廃墟)
|
||||
Tipped Shelf|倒れた棚
|
||||
Simple Shelf A (Jars)|簡易棚A(瓶)
|
||||
Simple Shelf B (Books)|簡易棚B(本)
|
||||
Fireplace A (Stone)|暖炉A(石)
|
||||
Fireplace B (Brick)|暖炉B(レンガ)
|
||||
Fireplace C (Iron)|暖炉C(鉄)
|
||||
Large Fireplace|大きな暖炉
|
||||
Large Fireplace|大きな暖炉
|
||||
Large Fireplace|大きな暖炉
|
||||
Simple Shelf C (Sacks)|簡易棚C(袋)
|
||||
Simple Shelf D (Bottles)|簡易棚D(ボトル)
|
||||
Fireplace A (Stone)|暖炉A(石)
|
||||
Fireplace B (Brick)|暖炉B(レンガ)
|
||||
Fireplace C (Iron)|暖炉C(鉄)
|
||||
Large Fireplace|大きな暖炉
|
||||
Large Fireplace|大きな暖炉
|
||||
Large Fireplace|大きな暖炉
|
||||
Oven|かまど
|
||||
Sink|流し
|
||||
Kitchen Counter A|調理台A
|
||||
Kitchen Counter B|調理台B
|
||||
Dresser|ドレッサー
|
||||
Piano|ピアノ
|
||||
Piano|ピアノ
|
||||
Piano|ピアノ
|
||||
Simple Shelf E|簡易棚E
|
||||
Pot A|壺A
|
||||
Pot B|壺B
|
||||
Basin|桶
|
||||
Barrel|樽
|
||||
Piano|ピアノ
|
||||
Piano|ピアノ
|
||||
Piano|ピアノ
|
||||
Posted Notice (Ruins)|貼り紙(廃墟)
|
||||
Basin|桶
|
||||
Tub A|たらいA
|
||||
Tub B|たらいB
|
||||
Scrap Wood|端材
|
||||
Pipe Organ|パイプオルガン
|
||||
Pipe Organ|パイプオルガン
|
||||
Pipe Organ|パイプオルガン
|
||||
Crate A|木箱A
|
||||
Crate B|木箱B
|
||||
Stacked Crates|積まれた木箱
|
||||
Stacked Crates|積まれた木箱
|
||||
Crate C (Ruins)|木箱C(廃墟)
|
||||
Pipe Organ|パイプオルガン
|
||||
Pipe Organ|パイプオルガン
|
||||
Pipe Organ|パイプオルガン
|
||||
Crate D|木箱D
|
||||
Crate E|木箱E
|
||||
Stacked Crates|積まれた木箱
|
||||
Stacked Crates|積まれた木箱
|
||||
Pot C (Ruins)|壺C(廃墟)
|
||||
Barrel (Ruins)|樽(廃墟)
|
||||
Table A (Ruins)|テーブルA(廃墟)
|
||||
Stool (Ruins)|椅子(廃墟)
|
||||
Crate F|木箱F
|
||||
Crate G|木箱G
|
||||
Sacks C|麻袋C
|
||||
Large Crate|大きな木箱
|
||||
Jail Bar|鉄格子
|
||||
Jail Bar|鉄格子
|
||||
Jail Bar|鉄格子
|
||||
Jail Bar|鉄格子
|
||||
Sack A|麻袋A
|
||||
Sack B|麻袋B
|
||||
Sacks C|麻袋C
|
||||
Large Crate|大きな木箱
|
||||
Jail Bar|鉄格子
|
||||
Jail Bar|鉄格子
|
||||
Jail Bar|鉄格子
|
||||
Jail Bar|鉄格子
|
||||
256
img/tilesets/Inside_C.txt
Normal file
256
img/tilesets/Inside_C.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Teapot A|ティーポットA
|
||||
Teapot B|ティーポットB
|
||||
Cup (Lower Left)|カップ(左下)
|
||||
Cup (Upper Right)|カップ(右上)
|
||||
Pot A|ポットA
|
||||
Pot B|ポットB
|
||||
Glass A (Lower Left)|グラスA(左下)
|
||||
Glass A (Upper Right)|グラスA(右上)
|
||||
Bottle A|ボトルA
|
||||
Bottle B|ボトルB
|
||||
Glass B (Lower Left)|グラスB(左下)
|
||||
Glass B (Upper Right)|グラスB(右上)
|
||||
Glass C (Lower Left)|グラスC(左下)
|
||||
Glass C (Upper Right)|グラスC(右上)
|
||||
Glass D (Lower Left)|グラスD(左下)
|
||||
Glass D (Upper Right)|グラスD(右上)
|
||||
Pot C|ポットC
|
||||
Pot D|ポットD
|
||||
Pint Mug A (Lower Left)|ジョッキA(左下)
|
||||
Pint Mug A (Upper Right)|ジョッキA(右上)
|
||||
Pint Mug B (Lower Left)|ジョッキB(左下)
|
||||
Pint Mug B (Upper Right)|ジョッキB(右上)
|
||||
Glass E (Lower Left)|グラスE(左下)
|
||||
Glass E (Upper Right)|グラスE(右上)
|
||||
Bottle C|ボトルC
|
||||
Broken Bottle|割れたボトル
|
||||
Bottle D|ボトルD
|
||||
Bottle E|ボトルE
|
||||
Bottle F|ボトルF
|
||||
Pint Mug C|ジョッキC
|
||||
Pint Mug D|ジョッキD
|
||||
Glass F|グラスF
|
||||
Side Dishes|副菜
|
||||
Meal (Meat)|肉料理
|
||||
Assorted Vegetables|野菜盛り合わせ
|
||||
Assorted Fruitsl|フルーツ盛り合わせ
|
||||
Roast Chicken|丸焼き
|
||||
Meal (Fish)|魚料理
|
||||
Pasta|パスタ
|
||||
Assorted Cakes|ケーキ盛り合わせ
|
||||
Dinner Set A (Bottom)|夕食セットA(下)
|
||||
Dinner Set B (Top)|夕食セットB(上)
|
||||
Dinner Set C (Left)|夕食セットC(左)
|
||||
Dinner Set D (Right)|夕食セットD(右)
|
||||
Gratin|グラタン
|
||||
Fried Rice|チャーハン
|
||||
Beef Stew|ビーフシチュー
|
||||
Paella|パエリア
|
||||
Breakfast Set A (Bottom)|朝食セットA(下)
|
||||
Breakfast Set B (Top)|朝食セットB(上)
|
||||
Breakfast Set C (Left)|朝食セットC(左)
|
||||
Breakfast Set D (Right)|朝食セットD(右)
|
||||
Assorted Cheeses|チーズ盛り合わせ
|
||||
Stew|シチュー
|
||||
Mushroom Dishes|きのこ料理
|
||||
Tart|タルト
|
||||
Beer Barrel A|ビール樽A
|
||||
Beer Barrel B|ビール樽B
|
||||
Plate A|皿A
|
||||
Plates B|皿B
|
||||
Plates C|皿C
|
||||
Chopping Board|まな板
|
||||
Soup Bowl|スープボウル
|
||||
Paella Pan|パエリア鍋
|
||||
Closed Book A (V)|閉じた本A(縦)
|
||||
Closed Book A (H)|閉じた本A(横)
|
||||
Closed Book B (V)|閉じた本B(縦)
|
||||
Closed Book B (H)|閉じた本B(横)
|
||||
Open Book A (V)|開いた本A(縦)
|
||||
Open Book A (H)|開いた本A(横)
|
||||
Closed Books C|閉じた本C
|
||||
Closed Book D|閉じた本D
|
||||
Note A (V)|メモA(縦)
|
||||
Note A (H)|メモA(横)
|
||||
Notes B (V)|メモB(縦)
|
||||
Pen A|ペン
|
||||
Map A (V)|地図A(縦)
|
||||
Map B (H)|地図B(横)
|
||||
Note C (V)|メモC(縦)
|
||||
Note C (H)|メモC(横)
|
||||
Notes D|メモD
|
||||
Envelope|封筒
|
||||
Scrolls A|巻物A
|
||||
Scrolls B|巻物B
|
||||
Planter A|プランターA
|
||||
Planter B|プランターB
|
||||
Potted Plant A|植木鉢A
|
||||
Potted Plant B|植木鉢B
|
||||
Case A|ケースA
|
||||
Case B|ケースB
|
||||
Case C|ケースC
|
||||
Hourglass|砂時計
|
||||
Small Box A|小箱A
|
||||
Small Box B|小箱B
|
||||
Small Box C|小箱C
|
||||
Small Box D|小箱D
|
||||
Sack A|袋A
|
||||
Sacks B|袋B
|
||||
Medicine Bottle A|薬瓶A
|
||||
Medicine Bottles B|薬瓶B
|
||||
Potion A|液体入り瓶A
|
||||
Potion B|液体入り瓶B
|
||||
Potion C|液体入り瓶C
|
||||
Potion D|液体入り瓶D
|
||||
Basket A|バスケットA
|
||||
Basket B|バスケットB
|
||||
Basket C|バスケットC
|
||||
Basket D|バスケットD
|
||||
Rugs A|じゅうたんA
|
||||
Rugs B|じゅうたんB
|
||||
Rugs C|じゅうたんC
|
||||
Balance|天秤
|
||||
Stuffed Doll A|ぬいぐるみA
|
||||
Stuffed Doll B|ぬいぐるみB
|
||||
Stuffed Doll C|ぬいぐるみC
|
||||
Doll A|人形A
|
||||
Doll B|人形B
|
||||
Doll C|人形C
|
||||
Gifts A|プレゼントA
|
||||
Gifts B|プレゼントB
|
||||
Globe|地球儀
|
||||
Bell|ベル
|
||||
Cloth (Magic Circle)|布(魔法陣)
|
||||
Crystal Ball|水晶玉
|
||||
Jewelry Case A|宝石ケースA
|
||||
Necklace|ネックレス
|
||||
Crown|王冠
|
||||
Jewelry Case B|宝石ケースB
|
||||
Sword A|剣A
|
||||
Swords B|剣B
|
||||
Swords C|剣C
|
||||
Axes|斧
|
||||
Spears A|槍A
|
||||
Spears B|槍B
|
||||
Whip|鞭
|
||||
Knives|短剣
|
||||
Cooking Utensils|調理器具
|
||||
Hanging Meat|吊るし肉
|
||||
Shield A|盾A
|
||||
Shield B|盾B
|
||||
Men's Clothing A (Hanging)|男物の服A(壁掛け)
|
||||
Men's Clothing B (Hanging)|男物の服B(壁掛け)
|
||||
Women's Clothing A (Hanging)|女物の服A(壁掛け)
|
||||
Women's Clothing B (Hanging)|女物の服B(壁掛け)
|
||||
Sword Rack A|剣掛台A
|
||||
Sword Rack B|剣掛台B
|
||||
Hammers|ハンマー
|
||||
Bows & Arrows|弓矢
|
||||
Blacksmith's Table A|金床A
|
||||
Blacksmith's Table B|金床B
|
||||
Large Basin|水桶
|
||||
Scrap Metal|鉄くず
|
||||
Helmet A|兜A
|
||||
Helmet B|兜B
|
||||
Helmet C|兜C
|
||||
Hat A (Stand)|帽子A(スタンド)
|
||||
Hat B (Stand)|帽子B(スタンド)
|
||||
Hat C (Stand)|帽子C(スタンド)
|
||||
Women's Clothing A (Stand)|女物の服A(スタンド)
|
||||
Women's Clothing B (Stand)|女物の服B(スタンド)
|
||||
Armor A (Stand)|鎧A(スタンド)
|
||||
Armor B (Stand)|鎧B(スタンド)
|
||||
Armor C (Stand)|鎧C(スタンド)
|
||||
Armor D (Stand)|鎧D(スタンド)
|
||||
Women's Clothing C (Stand)|女物の服C(スタンド)
|
||||
Men's Clothing A (Stand)|男物の服A(スタンド)
|
||||
Men's Clothing B (Stand)|男物の服B(スタンド)
|
||||
Women's Clothing D (Stand)|女物の服D(スタンド)
|
||||
Church Symbol|教会のシンボル
|
||||
Goddess Statue|女神像
|
||||
God Statue|神像
|
||||
Statue A|石像A
|
||||
Statue B|石像B
|
||||
Dais|台座
|
||||
Repository of Swords|剣立て
|
||||
Repository of Spears|槍立て
|
||||
Church Symbol|教会のシンボル
|
||||
Goddess Statue|女神像
|
||||
God Statue|神像
|
||||
Statue A|石像A
|
||||
Statue B|石像B
|
||||
Broken Statue|壊れた像
|
||||
Repository of Swords|剣立て
|
||||
Repository of Spears|槍立て
|
||||
Church Table|教会机
|
||||
Church Table|教会机
|
||||
Church Table|教会机
|
||||
Decorative Pillar A|装飾柱A
|
||||
Decorative Pillar A|装飾柱A
|
||||
Decorative Pillar B|装飾柱B
|
||||
Decorative Pillar A (Ruins)|装飾柱A(廃墟)
|
||||
Decorative Pillar B (Ruins)|装飾柱B(廃墟)
|
||||
Church Table|教会机
|
||||
Church Table|教会机
|
||||
Church Table|教会机
|
||||
Decorative Pillar A (Ruins)|装飾柱A(廃墟)
|
||||
Decorative Pillar A|装飾柱A
|
||||
Decorative Pillar B|装飾柱B
|
||||
Decorative Pillar A (Ruins)|装飾柱A(廃墟)
|
||||
Decorative Pillar B (Ruins)|装飾柱B(廃墟)
|
||||
Gold Bricks A|金の延べ棒A
|
||||
Gold Bricks B|金の延べ棒B
|
||||
Silver Bricks A|銀の延べ棒A
|
||||
Silver Bricks B|銀の延べ棒B
|
||||
Decorative Pillar A|装飾柱A
|
||||
Decorative Pillar B|装飾柱B
|
||||
Decorative Pillar A (Ruins)|装飾柱A(廃墟)
|
||||
Decorative Pillar B (Ruins)|装飾柱B(廃墟)
|
||||
Monument A|石碑A
|
||||
Monument B|石碑B
|
||||
Demon Statue|悪魔像
|
||||
Dragon Statue|竜像
|
||||
Dragon Statue|竜像
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Monument A|石碑A
|
||||
Monument C|石碑C
|
||||
Demon Statue|悪魔像
|
||||
Dragon Statue|竜像
|
||||
Dragon Statue|竜像
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Railings (Wood)|段差用手すり(木製)
|
||||
Railings (Wood)|段差用手すり(木製)
|
||||
Railings (Wood)|段差用手すり(木製)
|
||||
Railings (Wood)|段差用手すり(木製)
|
||||
Railings (Wood)|段差用手すり(木製)
|
||||
Railings (Wood)|段差用手すり(木製)
|
||||
Railings (Wood)|段差用手すり(木製)
|
||||
Railings (Wood)|段差用手すり(木製)
|
||||
Banister A (Wood)|階段用手すりA(木製)
|
||||
Banister A (Wood)|階段用手すりA(木製)
|
||||
Banister B (Stone)|階段用手すりB(石)
|
||||
Banister B (Stone)|階段用手すりB(石)
|
||||
Banister C (Temple)|階段用手すりC(神殿)
|
||||
Banister C (Temple)|階段用手すりC(神殿)
|
||||
Banister D (Castle)|階段用手すりD(城)
|
||||
Banister D (Castle)|階段用手すりD(城)
|
||||
Banister A (Wood)|階段用手すりA(木製)
|
||||
Banister A (Wood)|階段用手すりA(木製)
|
||||
Banister B (Stone)|階段用手すりB(石)
|
||||
Banister B (Stone)|階段用手すりB(石)
|
||||
Banister C (Temple)|階段用手すりC(神殿)
|
||||
Banister C (Temple)|階段用手すりC(神殿)
|
||||
Banister D (Castle)|階段用手すりD(城)
|
||||
Banister D (Castle)|階段用手すりD(城)
|
||||
Banister A (Wood)|階段用手すりA(木製)
|
||||
Banister A (Wood)|階段用手すりA(木製)
|
||||
Banister B (Stone)|階段用手すりB(石)
|
||||
Banister B (Stone)|階段用手すりB(石)
|
||||
Banister C (Temple)|階段用手すりC(神殿)
|
||||
Banister C (Temple)|階段用手すりC(神殿)
|
||||
Banister D (Castle)|階段用手すりD(城)
|
||||
Banister D (Castle)|階段用手すりD(城)
|
||||
16
img/tilesets/Outside_A1.txt
Normal file
16
img/tilesets/Outside_A1.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Water A (Meadow)|水場A(草地)
|
||||
Pond|池
|
||||
Swamp Grass A|水草A
|
||||
Swamp Grass B|水草B
|
||||
Water B (Snow)|水場B(雪)
|
||||
Waterfall A|滝A
|
||||
Canal|水路
|
||||
Waterfall B (Stone Wall)|滝B(石壁)
|
||||
Water C (Dirt)|水場C(土)
|
||||
Waterfall C (Cliff)|滝C(崖)
|
||||
Water D (Sand)|水場 D(砂)
|
||||
Waterfall D (Boulder)|滝D(玉石)
|
||||
Water E (Port)|水場E(港)
|
||||
Water Bubbles|泡
|
||||
Poison Swamp|毒の沼
|
||||
Dead Tree|枯れ木
|
||||
32
img/tilesets/Outside_A2.txt
Normal file
32
img/tilesets/Outside_A2.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Meadow|草地
|
||||
Dirt (Meadow)|土(草地)
|
||||
Road (Meadow)|道(草地)
|
||||
Cobblestones A|石畳A
|
||||
Bush|茂み
|
||||
Road Edging|縁石
|
||||
Fencepost A (Wood)|柵A(木製)
|
||||
Fissures|ひび割れ
|
||||
Dirt|土
|
||||
Grass (Dirt)|草地(土)
|
||||
Road (Dirt)|道(土)
|
||||
Cobblestones A (Dirt)|石畳A(土)
|
||||
Bush (Dead)|茂み(枯れ草)
|
||||
Road Edging (Snow)|縁石(雪)
|
||||
Fencepost B (Metal)|柵B(金属)
|
||||
Soil|汚れ
|
||||
Sand|砂地
|
||||
Grass (Sand)|草地(砂地)
|
||||
Road (Sand)|道(砂地)
|
||||
Cobblestones B|石畳B
|
||||
Bush (Sand)|茂み(砂地)
|
||||
Hole|穴
|
||||
Fencepost C (Stone)|柵C(石)
|
||||
Moss|苔
|
||||
Snow|雪
|
||||
Dirt (Snow)|土(雪)
|
||||
Road (Snow)|道(雪)
|
||||
Carpet|カーペット
|
||||
Bush (Snow)|茂み(雪)
|
||||
Hole|穴
|
||||
Fencepost A (Wood, Snow)|柵A(木製・雪)
|
||||
Ledge|段差
|
||||
32
img/tilesets/Outside_A3.txt
Normal file
32
img/tilesets/Outside_A3.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Roof A (Dressed Tile)|屋根A(化粧瓦)
|
||||
Roof B (Pink Tile)|屋根B(ピンク瓦)
|
||||
Roof C (Orange Tile)|屋根C(橙瓦)
|
||||
Roof D (Yellow Tile)|屋根D(黄瓦)
|
||||
Roof E (Wood)|屋根E(木造)
|
||||
Roof F (Wood, Ruins)|屋根F(木造・廃墟)
|
||||
Roof G (Log)|屋根G(丸太)
|
||||
Roof H (Dark Blue Tile)|屋根H(紺瓦)
|
||||
Outer Wall A (Rock Wall)|外壁A(石壁)
|
||||
Outer Wall B (Plaster)|外壁B(石膏壁)
|
||||
Outer Wall C (Brick)|外壁C(レンガ)
|
||||
Outer Wall D (Plaster)|外壁D(石膏壁)
|
||||
Outer Wall E (Wood)|外壁E(木造)
|
||||
Outer Wall F (Wood)|外壁F(木造)
|
||||
Outer Wall G (Log)|外壁G(丸太)
|
||||
Outer Wall H (Demon Castle)外壁H(魔王城)
|
||||
Roof I (Green Tile)|屋根I(緑瓦)
|
||||
Roof J (Temple)|屋根J(神殿)
|
||||
Roof K (Stone)|屋根K(石)
|
||||
Roof L (Thatched)|屋根L(茅葺)
|
||||
Roof M (Tent)|屋根M(テント)
|
||||
Snow Roof A|雪の屋根A
|
||||
Snow Roof B|雪の屋根B
|
||||
Ice Roof|氷の屋根
|
||||
Outer Wall I (Rock Wall)|外壁I(石壁)
|
||||
Outer Wall J (Temple)|外壁J(神殿)
|
||||
Outer Wall K (Rock Wall)|外壁K(石壁)
|
||||
Outer Wall L (Moss)|外壁L(苔)
|
||||
Outer Wall M (Tent)|外壁M(テント)
|
||||
Snow Outer Wall (Brick)|雪の外壁(レンガ)
|
||||
Snow Outer Wall (Wood)|雪の外壁(木造)
|
||||
Ice Outer Wall|氷の外壁
|
||||
48
img/tilesets/Outside_A4.txt
Normal file
48
img/tilesets/Outside_A4.txt
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
Wall A (Stone)|壁A(石)
|
||||
Wall B (Stone)|壁B(石)
|
||||
Wall C (Stone)|壁C(石)
|
||||
Building A (Castle)|建物A(城)
|
||||
Building B (Castle, Snow)|建物B(城・雪)
|
||||
Building C (Fort)|建物C(砦)
|
||||
Building D (Fort, Snow)|建物D(砦・雪)
|
||||
Demon Castle|魔王城
|
||||
Wall A (Stone)|壁A(石)
|
||||
Wall B (Stone)|壁B(石)
|
||||
Wall C (Stone)|壁C(石)
|
||||
Building A (Castle)|建物A(城)
|
||||
Building B (Castle, Snow)|建物B(城・雪)
|
||||
Building C (Fort)|建物C(砦)
|
||||
Building D (Fort, Snow)|建物D(砦・雪)
|
||||
Demon Castle|魔王城
|
||||
Wall C (Brick)|壁C(レンガ)
|
||||
Wall D (Stone)|壁D(石)
|
||||
Wall E (Marble)|壁E(大理石)
|
||||
Wall F (Marble)|壁F(大理石)
|
||||
Building E (Dirt Wall)|建物E(土壁)
|
||||
Building F (Desert)|建物F(砂漠風)
|
||||
Wall G (Gold)|壁G(黄金)
|
||||
Building G (Mecha)|建物G(メカ)
|
||||
Wall C (Brick)|壁C(レンガ)
|
||||
Wall D (Stone)|壁D(石)
|
||||
Wall E (Marble)|壁E(大理石)
|
||||
Wall F (Marble)|壁F(大理石)
|
||||
Building E (Dirt Wall)|建物E(土壁)
|
||||
Building F (Desert)|建物F(砂漠風)
|
||||
Wall G (Gold)|壁G(黄金)
|
||||
Building G (Mecha)|建物G(メカ)
|
||||
Wall H (Moss)|壁H(苔)
|
||||
Wall I (Hedge)|壁I(生け垣)
|
||||
Forest A|森A
|
||||
Forest B (Snow)|森B(雪)
|
||||
Ledge A (Meadow)|段差A(草地)
|
||||
Ledge B (Dirt)|段差B(土)
|
||||
Ledge C (Desert)|段差C(砂地)
|
||||
Ledge D (Snow)|段差D(雪)
|
||||
Wall H (Moss)|壁H(苔)
|
||||
Wall I (Hedge)|壁I(生け垣)
|
||||
Forest A|森A
|
||||
Forest B (Snow)|森B(雪)
|
||||
Ledge A (Meadow)|段差A(草地)
|
||||
Ledge B (Dirt)|段差B(土)
|
||||
Ledge C (Desert)|段差C(砂地)
|
||||
Ledge D (Snow)|段差D(雪)
|
||||
128
img/tilesets/Outside_A5.txt
Normal file
128
img/tilesets/Outside_A5.txt
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
Darkness|暗闇
|
||||
Night Sky A|夜空A
|
||||
Large Bridge (H, Top)|大きな橋(横・上)
|
||||
Large Bridge (H, Center)|大きな橋(横・中央)
|
||||
Large Bridge (Snow, H, Top)|大きな橋(雪・横・上)
|
||||
Large Bridge (V, Left)|大きな橋(縦・左)
|
||||
Large Bridge (V, Center)|大きな橋(縦・中央)
|
||||
Large Bridge (V, Right)|大きな橋(縦・右)
|
||||
Transparent|透明
|
||||
Night Sky B|夜空B
|
||||
Large Bridge (H, Bottom)|大きな橋(横・下)
|
||||
Large Bridge (Snow, H, Center)|大きな橋(雪・横・中央)
|
||||
Large Bridge (Snow, H, Bottom)|大きな橋(雪・横・下)
|
||||
Large Bridge (Snow, V, Left)|大きな橋(雪・縦・左)
|
||||
Large Bridge (Snow, V, Center)|大きな橋(雪・縦・中央)
|
||||
Large Bridge (Snow, V, Right)|大きな橋(雪・縦・右)
|
||||
Meadow A|草地A
|
||||
Dirt A|土A
|
||||
Desert A|砂地A
|
||||
Snow A|雪A
|
||||
Meadow|草地B
|
||||
Dirt B|土B
|
||||
Desert B|砂地B
|
||||
Snow B|雪B
|
||||
Cobblestones A|石畳A
|
||||
Cobblestones B|石畳B
|
||||
Cobblestones C|石畳C
|
||||
Cobblestones D|石畳D
|
||||
Cobblestones A (Ruins)|石畳A(廃墟)
|
||||
Cobblestones B (Ruins)|石畳B(廃墟)
|
||||
Cobblestones C (Ruins)|石畳C(廃墟)
|
||||
Cobblestones D (Ruins)|石畳D(廃墟)
|
||||
Cobblestones E|石畳E
|
||||
Cobblestones F|石畳F
|
||||
Cobblestones G|石畳G
|
||||
Demon Castle Floor|魔王城の床
|
||||
Cobblestones E (Ruins)|石畳E(廃墟)
|
||||
Cobblestones F (Ruins)|石畳F(廃墟)
|
||||
Cobblestones G (Ruins)|石畳G(廃墟)
|
||||
Demon Castle Floor (Ruins)|魔王城の床(廃墟)
|
||||
Ledge (Port, Left)|段差(港・左)
|
||||
Ledge (Port, Center)|段差(港・中央)
|
||||
Ledge (Port, Right)|段差(港・右)
|
||||
Ledge (Port)|段差(港)
|
||||
Tile Floor A|タイル床A
|
||||
Tile Floor B|タイル床B
|
||||
Tile Floor C (Gold)|タイル床C(金)
|
||||
Tile Floor D (Ice)|タイル床D(氷)
|
||||
Stairs (Meadow, Left)|階段(草地・左)
|
||||
Stairs (Meadow, Center)|階段(草地・中央)
|
||||
Stairs (Meadow, Right)|階段(草地・右)
|
||||
Stairs (Meadow)|階段
|
||||
Stairs (Dirt, Left)|階段(土・左)
|
||||
Stairs (Dirt, Center)|階段(土・中央)
|
||||
Stairs (Dirt, Right)|階段(土・右)
|
||||
Stairs (Dirt)|階段(土)
|
||||
Stairs (Desert, Left)|階段(砂地・左)
|
||||
Stairs (Desert, Center)|階段(砂地・中央)
|
||||
Stairs (Desert, Right)|階段(砂地・右)
|
||||
Stairs (Desert)|階段(砂地)
|
||||
Stairs (Snow, Left)|階段(雪・左)
|
||||
Stairs (Snow, Center)|階段(雪・中央)
|
||||
Stairs (Snow, Right)|階段(雪・右)
|
||||
Stairs (Snow)|階段(雪)
|
||||
Stairs (Paved, Left)|階段(舗装・左)
|
||||
Stairs (Paved, Center)|階段(舗装・中央)
|
||||
Stairs (Paved, Right)|階段(舗装・右)
|
||||
Stairs (Paved)|階段(舗装)
|
||||
Stairs (Ruins, Left)|階段(廃墟・左)
|
||||
Stairs (Ruins, Center)|階段(廃墟・中央)
|
||||
Stairs (Ruins, Right)|階段(廃墟・右)
|
||||
Stairs (Ruins)|階段(廃墟)
|
||||
Large Relief Floor Tile|大きなレリーフ床
|
||||
Large Relief Floor Tile|大きなレリーフ床
|
||||
Large Relief Floor Tile (Ruins)|大きなレリーフ床(廃墟)
|
||||
Large Relief Floor Tile (Ruins)|大きなレリーフ床(廃墟)
|
||||
Farm Field A (Top)|畑A(上)
|
||||
Farm Field A (Center)|畑A(中央)
|
||||
Farm Field B (Snow, Top)|畑B(雪・上)
|
||||
Farm Field B (Snow, Center)|畑B(雪・中央)
|
||||
Large Relief Floor Tile|大きなレリーフ床
|
||||
Large Relief Floor Tile|大きなレリーフ床
|
||||
Large Relief Floor Tile (Ruins)|大きなレリーフ床(廃墟)
|
||||
Large Relief Floor Tile (Ruins)|大きなレリーフ床(廃墟)
|
||||
Farm Field A (Top)|畑A(上)
|
||||
Farm Field A (Center)|畑A(中央)
|
||||
Farm Field B (Snow, Top)|畑B(雪・上)
|
||||
Farm Field B (Snow, Center)|畑B(雪・中央)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Garden A|花壇A
|
||||
Garden B (Snow)|花壇B(雪)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Cliff|崖
|
||||
Cliff|崖
|
||||
Cliff|崖
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Cliff|崖
|
||||
Cliff|崖
|
||||
Cliff|崖
|
||||
Cliff (Meadow)|崖(草地)
|
||||
Cliff (Meadow)|崖(草地)
|
||||
Cliff (Meadow)|崖(草地)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Cliff (Dirt)|崖(土)
|
||||
Cliff (Dirt)|崖(土)
|
||||
Cliff (Dirt)|崖(土)
|
||||
256
img/tilesets/Outside_B.txt
Normal file
256
img/tilesets/Outside_B.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Transparent|透明
|
||||
Stairs A (Up)|階段A(上り)
|
||||
Stairs B (Up)|階段B(上り)
|
||||
Stairs C (Up)|階段C(上り)
|
||||
Stairs D (Up)|階段D(上り)
|
||||
Tent A|テントA
|
||||
Tent A|テントA
|
||||
Tent A|テントA
|
||||
Streetlight A|街灯A
|
||||
Stairs A (Down)|階段A(下り)
|
||||
Stairs B (Down)|階段B(下り)
|
||||
Stairs C (Down)|階段C(下り)
|
||||
Stairs D (Down)|階段D(下り)
|
||||
Tent A|テントA
|
||||
Tent A|テントA
|
||||
Tent A|テントA
|
||||
Streetlight A|街灯A
|
||||
Metal Ladder|鉄ばしご
|
||||
Wood Ladder|木製はしご
|
||||
Rope|ロープ
|
||||
Vines A|ツタ
|
||||
Tent A|テントA
|
||||
Tent A (Entrance)|テントA(入口)
|
||||
Tent A|テントA
|
||||
Streetlight A|街灯A
|
||||
Metal Ladder|鉄ばしご
|
||||
Wood Ladder|木製はしご
|
||||
Rope|ロープ
|
||||
Vines A|ツタA
|
||||
Tent B|テントB
|
||||
Tent B|テントB
|
||||
Tent B|テントB
|
||||
Streetlight B (Snow)|街灯B(雪)
|
||||
Metal Ladder|鉄ばしご
|
||||
Wood Ladder|木製はしご
|
||||
Rope|ロープ
|
||||
Vines B (Down)|ツタB(下り)
|
||||
Tent B|テントB
|
||||
Tent B|テントB
|
||||
Tent B|テントB
|
||||
Streetlight B (Snow)|街灯B(雪)
|
||||
Hole A (Metal Ladder)|穴A(鉄ばしご)
|
||||
Hole B (Wood Ladder)|穴B(木製はしご)
|
||||
Hole C (Rope)|穴C(ロープ)
|
||||
Hole D|穴D
|
||||
Tent B|テントB
|
||||
Tent B (Entrance, Snow)|テント(入口・雪)
|
||||
Tent B|テントB
|
||||
Streetlight B (Snow)|街灯B(雪)
|
||||
Wall Vines A|壁のツタA
|
||||
Wall Vines B|壁のツタB
|
||||
Wall Vines C|壁のツタC
|
||||
Fissures A|亀裂A
|
||||
Fissures B|亀裂B
|
||||
Fissures C|亀裂C
|
||||
Fissures D|亀裂D
|
||||
Wall Moss|壁の苔
|
||||
Wall Vines A|壁のツタA
|
||||
Wall Vines B|壁のツタB
|
||||
Wall Vines C|壁のツタC
|
||||
Fissures A|亀裂A
|
||||
Fissures B|亀裂B
|
||||
Fissures C|亀裂C
|
||||
Fissures E|亀裂E
|
||||
Wall Fern|壁のシダ
|
||||
Shop Sign (Sword)|看板(剣)
|
||||
Shop Sign (Sword & Shield)|看板(剣と盾)
|
||||
Shop Sign (Armor)|看板(鎧)
|
||||
Shop Sign (Sack)|看板(袋)
|
||||
Shop Sign (Teapot)|看板(ポット)
|
||||
Shop Sign (Inn)|看板(宿)
|
||||
Shop Sign (Pub)|看板(酒場)
|
||||
Shop Sign (Eatery)|看板(食堂)
|
||||
Shop Sign (Hexagram)|看板(魔法陣)
|
||||
Shop Sign (Staves)|看板(杖)
|
||||
Shop Sign (Coin)|看板(コイン)
|
||||
Shop Sign (Necklace)|看板(ネックレス)
|
||||
Shop Sign (Hammer)|看板(ハンマー)
|
||||
Shop Sign (Crest)|看板(紋章)
|
||||
Shop Sign (Blank)|看板(無地)
|
||||
Log Bridge (V)|丸太の橋(縦)
|
||||
Log Bridge (H)|丸太の橋(横)
|
||||
Wood Bridge (V)|木の橋(縦)
|
||||
Wood Bridge (H)|木の橋(横)
|
||||
Stone Bridge (V)|石の橋(縦)
|
||||
Stone Bridge (H)|石の橋(横)
|
||||
Wood Bridge (V)|木の橋(縦)
|
||||
Wood Bridge (H)|木の橋(横)
|
||||
Bridge Spar (Wood, Center A)|橋げた(木・中央A)
|
||||
Bridge Spar (Wood, Left)|橋げた(木・左)
|
||||
Bridge Spar (Wood, Center B)|橋げた(木・中央B)
|
||||
Bridge Spar (Wood, Right)|橋げた(木・右)
|
||||
Bridge Spar (Stone, Center A)|橋げた(石・中央A)
|
||||
Bridge Spar (Stone, Left)|橋げた(石・左)
|
||||
Bridge Spar (Stone, Center B)||橋げた(石・中央B)
|
||||
Bridge Spar (Stone, Right)|橋げた(石・右)
|
||||
Window A|窓A
|
||||
Window B|窓B
|
||||
Window C|窓C
|
||||
Window D|窓D
|
||||
Middle Window A|中型窓A
|
||||
Middle Window B|中型窓B
|
||||
Middle Window C|中型窓C
|
||||
Middle Window D|中型窓D
|
||||
Window E|窓E
|
||||
Window F|窓F
|
||||
Window G|窓G
|
||||
Window H|窓H
|
||||
Middle Window A|中型窓A
|
||||
Middle Window E|中型窓E
|
||||
Middle Window C|中型窓C
|
||||
Middle Window D|中型窓D
|
||||
Large Window A|大型窓A
|
||||
Large Window B|大型窓B
|
||||
Large Window C|大型窓C
|
||||
Stained Glass Window|ステンドグラス
|
||||
Large Window D|大型窓D
|
||||
Middle Window F|中型窓F
|
||||
Middle Window G|中型窓G
|
||||
Middle Window H|中型窓H
|
||||
Large Window A|大型窓A
|
||||
Large Window E|大型窓E
|
||||
Large Window C|大型窓C
|
||||
Stained Glass Window B|ステンドグラスB
|
||||
Large Window D|大型窓D
|
||||
Middle Window F|中型窓F
|
||||
Middle Window G|中型窓G
|
||||
Middle Window H|中型窓H
|
||||
Chimney|煙突
|
||||
Mooring Bollard A|ビットA
|
||||
Mooring Bollard B (Rope)|ビットB(ロープ)
|
||||
Entrance A|入口A
|
||||
Entrance A (Extend)|入口A(延長部分)
|
||||
Entrance A (Top Half A)|入口A(上半分A)S
|
||||
Entrance B|入口B
|
||||
Entrance A (Top Half B)|入口A(上半分B)
|
||||
Chimney|煙突
|
||||
Sign A|立て札A
|
||||
Sign B|立て札B
|
||||
Well|井戸
|
||||
Stepping Stones|踏み石
|
||||
Barrel|樽
|
||||
Grave A|墓A
|
||||
Grave B|墓B
|
||||
Pot|壺
|
||||
Basin A|桶A
|
||||
Basin B|桶B
|
||||
Rock Fire Pit A|石のかまどA
|
||||
Rock Fire Pit B|石のかまどB
|
||||
Barricade (H)|バリケード(横)
|
||||
Barricade (V)|バリケード(縦)
|
||||
Beanstalk|豆の木
|
||||
Grass A|草A
|
||||
Grass B|草B
|
||||
Grass C|草C
|
||||
Grass D|草D
|
||||
Stump|切り株
|
||||
Tree|木
|
||||
Tree|木
|
||||
Boulder A|岩A
|
||||
Flowers A|花A
|
||||
Flowers B|花B
|
||||
Flowers C|花C
|
||||
Flowers D|花D
|
||||
Fallen Log|倒木
|
||||
Tree|木
|
||||
Bush|植え込み
|
||||
Boulder B|岩B
|
||||
Scarecrow|かかし
|
||||
Hole|穴
|
||||
Firewood|薪
|
||||
Rocks|小石
|
||||
Crops A|農作物A
|
||||
Crops B|農作物B
|
||||
Crops C|農作物C
|
||||
Crops D|農作物D
|
||||
Large Tree|大木
|
||||
Large Tree|大木
|
||||
Large Tree|大木
|
||||
Large Tree|大木
|
||||
Large Crate|大きな木箱
|
||||
Crate A|木箱A
|
||||
Crate B|木箱B
|
||||
Crate C|木箱C
|
||||
Large Tree|大木
|
||||
Large Tree|大木
|
||||
Large Tree|大木
|
||||
Large Tree|大木
|
||||
Large Crate|大きな木箱
|
||||
Crate D|木箱D
|
||||
Crate E|木箱E
|
||||
Crate F|木箱F
|
||||
Conifer Tree (Snow)|針葉樹(雪)
|
||||
Conifer Tree (Snow)|針葉樹(雪)
|
||||
Conifer Tree (Snow)|針葉樹(雪)
|
||||
Conifer Tree (Snow)|針葉樹(雪)
|
||||
Scarecrow (Snow)|かかし(雪)
|
||||
Pot (Snow)|壺(雪)
|
||||
Bucket (Snow)|桶(雪)
|
||||
Crate (Snow)|木箱(雪)
|
||||
Large Conifer Tree (Snow)|大針葉樹(雪)
|
||||
Large Conifer Tree (Snow)|大針葉樹(雪)
|
||||
Large Conifer Tree (Snow)|大針葉樹(雪)
|
||||
Large Conifer Tree (Snow)|大針葉樹(雪)
|
||||
Mooring Bollard (Snow)|ビット(雪)
|
||||
Barricade (H, Snow)|バリケード(横・雪)
|
||||
Barricade (H, Snow)|バリケード(縦・雪)
|
||||
Beanstalk (Snow)|豆の木(雪)
|
||||
Stump (Snow)|切り株(雪)
|
||||
Sign A (Snow)|立て札A(雪)
|
||||
Sign B (Snow)|立て札B(雪)
|
||||
Well (Snow)|井戸(雪)
|
||||
Stepping Stones (Snow)|踏み石(雪)
|
||||
Barrel (Snow)|樽(雪)
|
||||
Grave A (Snow)|墓A(雪)
|
||||
Grave B (Snow)|墓B(雪)
|
||||
Snowman|雪だるま
|
||||
Grass A (Snow)|草A(雪)
|
||||
Grass B (Snow)|草B(雪)
|
||||
Grass C (Snow)|草C(雪)
|
||||
Grass D (Snow)|草D(雪)
|
||||
Conifer Tree (Snow)|針葉樹(雪)
|
||||
Conifer Tree (Snow)|針葉樹(雪)
|
||||
Boulder A (Snow)|岩A(雪)
|
||||
Dead Beanstalk|枯れた豆の木
|
||||
Hole (Snow)|穴(雪)
|
||||
Firewood (Snow)|薪(雪)
|
||||
Rocks (Snow)|小石(雪)
|
||||
Fallen Log (Snow)|倒木(雪)
|
||||
Conifer Tree (Snow)|針葉樹(雪)
|
||||
Bush (Snow)|植え込み(雪)
|
||||
Boulder B (Snow)|岩B(雪)
|
||||
Dead Tree|枯れ木
|
||||
Dead Tree|枯れ木
|
||||
Mushrooms A|キノコA
|
||||
Mushrooms B|キノコB
|
||||
Palm Tree|ヤシの木
|
||||
Palm Tree|ヤシの木
|
||||
Cactus|サボテン
|
||||
Dead Grass A|枯れ草A
|
||||
Dead Tree|枯れ木
|
||||
Dead Tree (Shrub)|枯れ木(低木)
|
||||
Rafflesia|ラフレシア
|
||||
Stump (Moss)|切り株(苔)
|
||||
Palm Tree|ヤシの木
|
||||
Bush (Flowers)|植え込み(花)
|
||||
Fern|シダ
|
||||
Dead Grass B|枯れ草B
|
||||
Hay|干し草
|
||||
Hay (Snow)|干し草(雪)
|
||||
Floral Patch|花畑
|
||||
Susuki Grass|ススキ
|
||||
Fallen Leaves|落ち葉
|
||||
Lotus Pads A|蓮の葉A
|
||||
Lotus Pads B (Flowers)|蓮の葉B(花)
|
||||
Lotus Pads C|蓮の葉C
|
||||
256
img/tilesets/Outside_C.txt
Normal file
256
img/tilesets/Outside_C.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Obelisk|オベリスク
|
||||
Stone Pillar A|石の柱A
|
||||
Stone Pillar B|石の柱B
|
||||
Stone Pillar B (Moss)|石の柱B(苔)
|
||||
Stone Pillar B (Snow)|石の柱B(雪)
|
||||
Stone Pillar C|石の柱C
|
||||
Stone Pillar D|石の柱D
|
||||
Demon Castle Pillar|魔王城の柱
|
||||
Obelisk|オベリスク
|
||||
Stone Pillar A|石の柱A
|
||||
Stone Pillar B|石の柱B
|
||||
Stone Pillar B (Moss)|石の柱B(苔)
|
||||
Stone Pillar B (Snow)|石の柱B(雪)
|
||||
Stone Pillar C|石の柱C
|
||||
Stone Pillar D|石の柱D
|
||||
Demon Castle Pillar|魔王城の柱
|
||||
Obelisk|オベリスク
|
||||
Broken Stone Pillar A|折れた石の柱A
|
||||
Broken Stone Pillar B|折れた石の柱B
|
||||
Broken Stone Pillar B (Moss)|折れた石の柱B(苔)
|
||||
Broken Stone Pillar B (Snow)|折れた石の柱B(雪)
|
||||
Broken Stone Pillar C|折れた石の柱C
|
||||
Broken Stone Pillar D|折れた石の柱D
|
||||
Broken Demon Castle Pillar|折れた魔王城の柱
|
||||
Bones A|骸骨A
|
||||
Bones B|骸骨B
|
||||
Rubble|瓦礫A
|
||||
Rubble B (Moss)|瓦礫B(苔)
|
||||
Rubble C (Snow)|瓦礫C(雪)
|
||||
Rubble D|瓦礫D
|
||||
Rubble E|瓦礫E
|
||||
Rubble F (Demon Castle)|瓦礫F(魔王城)
|
||||
Monument A|石碑A
|
||||
Monument B|石碑B
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Monument A|石碑A
|
||||
Monument C|石碑C
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Monument A (Snow)|石碑A(雪)
|
||||
Monument B (Snow)|石碑B(雪)
|
||||
Large Monument (Snow)|大きな石碑(雪)
|
||||
Large Monument (Snow)|大きな石碑(雪)
|
||||
Large Monument (Snow)|大きな石碑(雪)
|
||||
Large Monument (Snow)|大きな石碑(雪)
|
||||
Large Monument (Snow)|大きな石碑(雪)
|
||||
Large Monument (Snow)|大きな石碑(雪)
|
||||
Monument A (Snow)|石碑A(雪)
|
||||
Monument C (Snow)|石碑C(雪)
|
||||
Large Monument (Snow)|大きな石碑(雪)
|
||||
Large Monument (Snow)|大きな石碑(雪)
|
||||
Large Monument (Snow)|大きな石碑(雪)
|
||||
Large Monument (Snow)|大きな石碑(雪)
|
||||
Large Monument (Snow)|大きな石碑(雪)
|
||||
Large Monument (Snow)|大きな石碑(雪)
|
||||
Statue A|石像A
|
||||
Statue B|石像B
|
||||
Angel Statue|天使像
|
||||
Demon Statue|悪魔像
|
||||
Dais|台座
|
||||
Dragon Statue|竜像
|
||||
Dragon Statue|竜像
|
||||
God Statue|神像
|
||||
Statue A|石像A
|
||||
Statue B|石像B
|
||||
Angel Statue|天使像
|
||||
Demon Statue|悪魔像
|
||||
Broken Dais|壊れた台座
|
||||
Dragon Statue|竜像
|
||||
Dragon Statue|竜像
|
||||
God Statue|神像
|
||||
Statue A (Snow)|石像A(雪)
|
||||
Statue B (Snow)|石像B(雪)
|
||||
Angel Statue (Snow)|天使像(雪)
|
||||
Demon Statue (Snow)|悪魔像(雪)
|
||||
Dais (Snow)|台座(雪)
|
||||
Dragon Statue (Snow)|竜像(雪)
|
||||
Dragon Statue (Snow)|竜像(雪)
|
||||
Ice Statue|氷像
|
||||
Statue A (Snow)|石像A(雪)
|
||||
Statue B (Snow)|石像B(雪)
|
||||
Angel Statue (Snow)|天使像(雪)
|
||||
Demon Statue (Snow)|悪魔像(雪)
|
||||
Broken Dais (Snow)|壊れた台座(雪)
|
||||
Dragon Statue (Snow)|竜像(雪)
|
||||
Dragon Statue (Snow)|竜像(雪)
|
||||
Ice Statue|氷像
|
||||
Tapestry A|タペストリーA
|
||||
Tapestry A (Ruins)|タペストリーA(廃墟)
|
||||
Tapestry B|タペストリーB
|
||||
Tapestry B (Ruins)|タペストリーB(廃墟)
|
||||
Tapestry C|タペストリーC
|
||||
Tapestry C (Ruins)|タペストリーC(廃墟)
|
||||
Tapestry D|タペストリーD
|
||||
Tapestry D (Ruins)|タペストリーD(廃墟)
|
||||
Tapestry A|タペストリーA
|
||||
Tapestry A (Ruins)|タペストリーA(廃墟)
|
||||
Tapestry B|タペストリーB
|
||||
Tapestry B (Ruins)|タペストリーB(廃墟)
|
||||
Tapestry C|タペストリーC
|
||||
Tapestry C (Ruins)|タペストリーC(廃墟)
|
||||
Tapestry D|タペストリーD
|
||||
Tapestry D (Ruins)|タペストリーD(廃墟)
|
||||
Window A (Demon Castle)|窓A(魔王城)
|
||||
Window B (Demon Castle)|窓B(魔王城)
|
||||
Window C (Demon Castle)|窓C(魔王城)
|
||||
Antenna|アンテナ
|
||||
Chimney|煙突
|
||||
Chimney|煙突
|
||||
Cave Entrance|洞窟入口
|
||||
Mine Entrance|坑道入口
|
||||
Window A (Demon Castle)|窓A(魔王城)
|
||||
Window B (Demon Castle)|窓B(魔王城)
|
||||
Window D (Demon Castle)|窓D(魔王城)
|
||||
Antenna|アンテナ
|
||||
Chimney|煙突
|
||||
Chimney|煙突
|
||||
Cave Entrance|洞窟入口
|
||||
Mine Entrance|坑道入口
|
||||
Roof A (Green Tile)|屋根A(緑瓦)
|
||||
Roof A (Green Tile)|屋根A(緑瓦)
|
||||
Roof A (Green Tile)|屋根A(緑瓦)
|
||||
Roof A (Green Tile)|屋根A(緑瓦)
|
||||
Roof A (Green Tile)|屋根A(緑瓦)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof A (Green Tile)|屋根A(緑瓦)
|
||||
Roof A (Green Tile)|屋根A(緑瓦)
|
||||
Roof A (Green Tile)|屋根A(緑瓦)
|
||||
Roof A (Green Tile)|屋根A(緑瓦)
|
||||
Roof A (Green Tile)|屋根A(緑瓦)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof A (Green Tile)|屋根A(緑瓦)
|
||||
Roof A (Green Tile)|屋根A(緑瓦)
|
||||
Roof A (Green Tile)|屋根A(緑瓦)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof C (Yellow Tile)|屋根C(黄瓦)
|
||||
Roof C (Yellow Tile)|屋根C(黄瓦)
|
||||
Roof C (Yellow Tile)|屋根C(黄瓦)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Roof C (Yellow Tile)|屋根C(黄瓦)
|
||||
Roof C (Yellow Tile)|屋根C(黄瓦)
|
||||
Roof C (Yellow Tile)|屋根C(黄瓦)
|
||||
Roof C (Yellow Tile)|屋根C(黄瓦)
|
||||
Roof C (Yellow Tile)|屋根C(黄瓦)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Roof C (Yellow Tile)|屋根C(黄瓦)
|
||||
Roof C (Yellow Tile)|屋根C(黄瓦)
|
||||
Roof C (Yellow Tile)|屋根C(黄瓦)
|
||||
Roof C (Yellow Tile)|屋根C(黄瓦)
|
||||
Roof C (Yellow Tile)|屋根C(黄瓦)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Roof Detail A (Green Tile)|屋根飾りA(緑瓦)
|
||||
Roof Detail B (Snow)|屋根飾りB(雪)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Roof Detail C (Yellow Tile)|屋根飾りC(黄瓦)
|
||||
Roof Detail D (Wood)|屋根飾りD(木造)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower A (Castle's Spire)|円塔A(城の尖塔)
|
||||
Round Tower A (Castle's Spire)|円塔A(城の尖塔)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower A (Castle's Spire)|円塔A(城の尖塔)
|
||||
Round Tower A (Castle's Spire)|円塔A(城の尖塔)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower A (Castle's Spire)|円塔A(城の尖塔)
|
||||
Round Tower A (Castle's Spire)|円塔A(城の尖塔)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower A (Castle's Spire, Snow)|円塔A(城の尖塔・雪)
|
||||
Round Tower A (Castle's Spire, Snow)|円塔A(城の尖塔・雪)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower A (Castle's Spire, Snow)|円塔A(城の尖塔・雪)
|
||||
Round Tower A (Castle's Spire, Snow)|円塔A(城の尖塔・雪)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower A (Castle's Spire, Snow)|円塔A(城の尖塔・雪)
|
||||
Round Tower A (Castle's Spire, Snow)|円塔A(城の尖塔・雪)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
48
img/tilesets/SF_Inside_A4.txt
Normal file
48
img/tilesets/SF_Inside_A4.txt
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
Wall A (Concrete)|壁A(コンクリート)
|
||||
Wall B (Concrete)|壁B(コンクリート)
|
||||
Wall C (House)|壁C(現代住宅)
|
||||
Wall D (Metal)|壁D(金属)
|
||||
Wall E (Metal, Red Rust)|壁E(金属・赤錆)
|
||||
Wall F (Metal, Patina)|壁F(金属・緑青錆)
|
||||
Wall G (Barracks)|壁G(バラック)
|
||||
Wall H (Chinese)|壁H(中華風)
|
||||
Wall A (Concrete)|壁A(コンクリート)
|
||||
Wall B (Concrete)|壁B(コンクリート)
|
||||
Wall C (House)|壁C(現代住宅)
|
||||
Wall D (Metal)|壁D(金属)
|
||||
Wall E (Metal, Red Rust)|壁E(金属・赤錆)
|
||||
Wall F (Tent, Camouflage)|壁F(テント・迷彩)
|
||||
Wall G (Barracks)|壁G(バラック)
|
||||
Wall H (Chinese)|壁H(中華風)
|
||||
Wall I (Factory)|壁I(工場)
|
||||
Wall J (Factory)|壁J(工場)
|
||||
Interior Wall A (Pattern)|内装壁A(模様)
|
||||
Interior Wall B (Pattern)|内装壁B(模様)
|
||||
Interior Wall C (Pattern)|内装壁C(模様)
|
||||
Interior Wall D (Pattern)|内装壁D(模様)
|
||||
Interior Wall E (Pattern)|内装壁E(模様)
|
||||
Wall K (Brick)|壁K(レンガ)
|
||||
Wall I (Factory)|壁I(工場)
|
||||
Wall J (Factory)|壁J(工場)
|
||||
Interior Wall A (Pattern)|内装壁A(模様)
|
||||
Interior Wall B (Pattern)|内装壁B(模様)
|
||||
Interior Wall C (Pattern)|内装壁C(模様)
|
||||
Interior Wall D (Pattern)|内装壁D(模様)
|
||||
Interior Wall E (Pattern)|内装壁E(模様)
|
||||
Wall K (Brick)|壁K(レンガ)
|
||||
Wall L (Wood)|壁L(木造)
|
||||
Wall M (House)|壁M(現代住宅)
|
||||
Wall N (Building)|壁N(ビル)
|
||||
Wall O (Other Dimension)|壁O(異空間)
|
||||
Wall P (Neon)|壁P(ネオン)
|
||||
Wall Q (Wire Mesh)|壁Q(金網)
|
||||
Wall R (Wire Mesh, Red Rust)|壁R(金網・赤錆)
|
||||
Wall S (Wire Mesh, Patina)|壁S(金網・緑青錆)
|
||||
Wall L (Wood)|壁L(木造)
|
||||
Wall M (House)|壁M(現代住宅)
|
||||
Wall N (Building)|壁N(ビル)
|
||||
Wall O (Other Dimension)|壁O(異空間)
|
||||
Wall P (Neon)|壁P(ネオン)
|
||||
Wall Q (Wire Mesh)|壁Q(金網)
|
||||
Wall R (Wire Mesh, Red Rust)|壁R(金網・赤錆)
|
||||
Wall S (Wire Mesh, Patina)|壁S(金網・緑青錆)
|
||||
256
img/tilesets/SF_Inside_B.txt
Normal file
256
img/tilesets/SF_Inside_B.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Transparent|透明
|
||||
Stairs A (Up)|階段A(上り)
|
||||
Stairs B (Up)|階段B(上り)
|
||||
Stairs C (Up)|階段C(上り)
|
||||
Stairs D (Up)|階段D(上り)
|
||||
Wood Ladder|木製はしご
|
||||
Metal Stairs|金属階段
|
||||
Crane Rope|クレーンロープ
|
||||
Hole|穴
|
||||
Stairs A (Down)|階段A(下り)
|
||||
Stairs B (Down)|階段B(下り)
|
||||
Stairs C (Down)|階段C(下り)
|
||||
Stairs D (Down)|階段D(下り)
|
||||
Wood Ladder|木製はしご
|
||||
Metal Stairs|金属階段
|
||||
Crane Rope|クレーンロープ
|
||||
Midsize Window A|中型窓A
|
||||
Midsize Window B|中型窓B
|
||||
Large Window A|大型窓A
|
||||
Midsize Window C|中型窓C
|
||||
Large Window B|大型窓B
|
||||
Wood Ladder|木製はしご
|
||||
Metal Stairs|金属階段
|
||||
Crane Rope|クレーンロープ
|
||||
Midsize Window A|中型窓A
|
||||
Midsize Window B|中型窓B
|
||||
Large Window A|大型窓A
|
||||
Midsize Window C|中型窓C
|
||||
Large Window B|大型窓B
|
||||
Hole A (Wood Ladder)|穴A(木製はしご)
|
||||
Hole B (Metal Stairs)|穴B(金属階段)
|
||||
Hole C (Crane Rope)|穴C(クレーンロープ)
|
||||
Asphalt Bridge (V)|アスファルトの橋(縦)
|
||||
Asphalt Bridge (H)|アスファルトの橋(横)
|
||||
Stone Bridge (V)|石の橋(縦)
|
||||
Stone Bridge (H)|石の橋(横)
|
||||
Metal Bridge A (V)|金属の橋A(縦)
|
||||
Metal Bridge A (H)|金属の橋A(横)
|
||||
Metal Bridge B (V)|金属の橋B(縦)
|
||||
Metal Bridge B (H)|金属の橋B(横)
|
||||
Bridge Spar A (Asphalt, Center A)|橋げたA(アスファルト・中央A)
|
||||
Bridge Spar A (Asphalt, Left)|橋げたA(アスファルト・左)
|
||||
Bridge Spar A (Asphalt, Center B)|橋げたA(アスファルト・中央B)
|
||||
Bridge Spar A (Asphalt, Right)|橋げたA(アスファルト・右)
|
||||
Bridge Spar B (Metal, Center A)|橋げたB(金属・中央A)
|
||||
Bridge Spar B (Metal, Left)|橋げたB(金属・左)
|
||||
Bridge Spar B (Metal, Center B)|橋げたB(金属・中央B)
|
||||
Bridge Spar B (Metal, Right)|橋げたB(金属・右)
|
||||
Metal Fence|金属フェンス
|
||||
Metal Fence|金属フェンス
|
||||
Metal Fence|金属フェンス
|
||||
Warning Plate A|警告プレートA
|
||||
Connecting Bridge (Metal)|連絡橋(金属)
|
||||
Connecting Bridge (Metal)|連絡橋(金属)
|
||||
Connecting Bridge (Metal)|連絡橋(金属)
|
||||
Connecting Bridge (Metal, Stairs)|連絡橋(金属・階段)
|
||||
Metal Fence|金属フェンス
|
||||
Warning Plate B|警告プレートB
|
||||
Metal Fence|金属フェンス
|
||||
Warning Plate C|警告プレートC
|
||||
Connecting Bridge (Metal)|連絡橋(金属)
|
||||
Connecting Bridge (Metal)|連絡橋(金属)
|
||||
Connecting Bridge (Metal)|連絡橋(金属)
|
||||
Connecting Bridge (Metal, Stairs)|連絡橋(金属・階段)
|
||||
Metal Fence|金属フェンス
|
||||
Metal Fence|金属フェンス
|
||||
Metal Fence|金属フェンス
|
||||
Warning Plate (Biohazard Mark)|警告プレート(バイオハザードマーク)
|
||||
Connecting Bridge (Metal)|連絡橋(金属)
|
||||
Connecting Bridge (Metal)|連絡橋(金属)
|
||||
Connecting Bridge (Metal)|連絡橋(金属)
|
||||
Podium (H)|教壇机(横)
|
||||
Pillar A (Asphalt)|柱A(アスファルト)
|
||||
Pillar B (Metal)|柱B(金属)
|
||||
Pillar C (Display)|柱C(ディスプレイ)
|
||||
Pillar D (Decoration)|柱D(装飾)
|
||||
Pillar E (Metal)|柱E(金属)
|
||||
Pillar F (Brick)|柱F(レンガ)
|
||||
Large Window C|大型窓C
|
||||
Podium (H)|教壇机(横)
|
||||
Pillar A (Asphalt)|柱A(アスファルト)
|
||||
Pillar B (Metal)|柱B(金属)
|
||||
Pillar C (Display)|柱C(ディスプレイ)
|
||||
Pillar D (Decoration)|柱D(装飾)
|
||||
Pillar E (Metal)|柱E(金属)
|
||||
Pillar F (Brick)|柱F(レンガ)
|
||||
Large Window C|大型窓C
|
||||
Podium (V)|教壇机(縦)
|
||||
Broken Pillar A (Asphalt)|折れた柱A(アスファルト)
|
||||
Broken Pillar B (Metal)|折れた柱B(金属)
|
||||
Broken Pillar C (Display)|折れた柱C(ディスプレイ)
|
||||
Broken Pillar D (Decoration)|折れた柱D(装飾)
|
||||
Broken Pillar E (Metal)|折れた柱E(金属)
|
||||
Broken Pillar F (Brick)|折れた柱F(レンガ)
|
||||
Barricade (No Entry)|バリケード(通行禁止)
|
||||
Podium (V)|教壇机(縦)
|
||||
Girder A (Asphalt, Left)|梁A(アスファルト・左)
|
||||
Girder A (Asphalt, Center)|梁A(アスファルト・中央)
|
||||
Girder A (Asphalt, Right)|梁A(アスファルト・右)
|
||||
Girder C (Decoration, Left)|梁C(装飾・左)
|
||||
Girder C (Decoration, Center)|梁C(装飾・中央)
|
||||
Girder C (Decoration, Right)|梁C(装飾・右)
|
||||
Bar (No Entry)|バー(通行禁止)
|
||||
Bar (No Entry)|バー(通行禁止)
|
||||
Girder B (Metal, Left)|梁B(金属・左)
|
||||
Girder B (Metal, Center)|梁B(金属・中央)
|
||||
Girder B (Metal, Right)|梁B(金属・右)
|
||||
Rubble A (Asphalt)|瓦礫A(アスファルト)
|
||||
Rubble B (Metal)|瓦礫B(金属)
|
||||
Fissures A|亀裂A
|
||||
Fissures B|亀裂B
|
||||
Fissures C|亀裂C
|
||||
Jail Bars|鉄格子
|
||||
Laser Barrier|レーザーバリア
|
||||
Wheelchair (Left)|車いす(左)
|
||||
Wheelchair (Right)|車いす(右)
|
||||
Pipe Frame Bed (Ruins)|パイプベッド(廃墟)
|
||||
Fissures A|亀裂A
|
||||
Fissures B|亀裂B
|
||||
Fissures C|亀裂C
|
||||
Jail Bars|鉄格子
|
||||
Laser Barrier|レーザーバリア
|
||||
Wheelchair (Bottom)|車いす(下)
|
||||
Wheelchair (Fallen)|車いす(倒れ)
|
||||
Pipe Frame Bed (Ruins)|パイプベッド(廃墟)
|
||||
Lab Equipment|実験器具
|
||||
School Desk (V)|学校机(縦)
|
||||
School Desk (H)|学校机(横)
|
||||
TV|テレビ
|
||||
Computer|PC
|
||||
Laptop|ノートPC
|
||||
Printer|プリンター
|
||||
Telephone|電話
|
||||
Intercom (Hanging)|インターホン(壁掛け)
|
||||
Tablet Device|タブレット端末
|
||||
Table Clock|置時計
|
||||
Gas Stove|ガスコンロ
|
||||
Kitchen Counter|調理台
|
||||
Sink|流し
|
||||
Exhaust Fan|換気扇
|
||||
Air Conditioner|エアコン
|
||||
Wastebasket|ゴミ箱
|
||||
Book Stand|本立て
|
||||
Document|書類
|
||||
School Chair (Bottom)|学校イス(下)
|
||||
School Chair (Top)|学校イス(上)
|
||||
School Chair (Right)|学校イス(右)
|
||||
School Chair (Left)|学校イス(左)
|
||||
Sofa (Right)|ソファ(右)
|
||||
Sofa (Left)|ソファ(左)
|
||||
Sofa (Down)|ソファ(下)
|
||||
Sofa (Up)|ソファ(下)
|
||||
Office Chair (Bottom)|オフィスチェア(下)
|
||||
Office Chair (Top)|オフィスチェア(上)
|
||||
Office Chair (Right)|オフィスチェア(右)
|
||||
Office Chair (Left)|オフィスチェア(左)
|
||||
Sofa (Right)|ソファ(右)
|
||||
Sofa (Left)|ソファ(左)
|
||||
Sofa (Top)|ソファ(上)
|
||||
Sofa (Top)|ソファ(上)
|
||||
Washing Machine|洗濯機
|
||||
Western Style Toilet|洋式便器
|
||||
Urinal|男性用便器
|
||||
Bathroom Sink|洗面台
|
||||
Bathtub (V)|バスタブ(縦)
|
||||
Bathtub (H)|バスタブ(横)
|
||||
Bathtub (H)|バスタブ(横)
|
||||
Glass Table (V)|ガラステーブル(縦)
|
||||
Washing Machine|洗濯機
|
||||
Western Style Toilet|洋式便器
|
||||
Urinal|男性用便器
|
||||
Wash Basin|洗面台
|
||||
Bathtub (V)|バスタブ(縦)
|
||||
Glass Table (H)|ガラステーブル(横)
|
||||
Glass Table (H)|ガラステーブル(横)
|
||||
Glass Table (V)|ガラステーブル(縦)
|
||||
Refrigerator|冷蔵庫
|
||||
Bookshelf A|本棚A
|
||||
Chest of Drawers A|タンスA
|
||||
Miscellaneous Item Shelf|雑貨棚
|
||||
Locker A|ロッカーA
|
||||
Document Shelf|資料棚
|
||||
Medicine Shelf|薬品棚
|
||||
Locker B (School)|ロッカーB(学校)
|
||||
Refrigerator|冷蔵庫
|
||||
Bookshelf A|本棚A
|
||||
Chest of Drawers A|タンスA
|
||||
Miscellaneous Item Shelf|雑貨棚
|
||||
Locker A|ロッカーA
|
||||
Document Shelf|資料棚
|
||||
Medicine Shelf|薬品棚
|
||||
Locker B (School)|ロッカーB(学校)
|
||||
Display Shelf A|商品陳列棚A
|
||||
Display Shelf B|商品陳列棚B
|
||||
Convenience Store Shelf A|コンビニ棚A
|
||||
Convenience Store Shelf B|コンビニ棚B
|
||||
Document Shelf (Ruins)|資料棚(廃墟)
|
||||
Chest of Drawers B (Decoration)|タンスB(装飾)
|
||||
Shelf A (Decoration)|棚A(装飾)
|
||||
Bookshelf B (Decoration)|本棚B(装飾)
|
||||
Display Shelf A|商品陳列棚A
|
||||
Display Shelf B|商品陳列棚B
|
||||
Convenience Store Shelf A|コンビニ棚A
|
||||
Convenience Store Shelf B|コンビニ棚B
|
||||
Document Shelf (Ruins)|資料棚(廃墟)
|
||||
Chest of Drawers B (Decoration)|タンスB(装飾)
|
||||
Shelf A (Decoration)|棚A(装飾)
|
||||
Bookshelf B (Decoration)|本棚B(装飾)
|
||||
Stacked Crates|積まれた木箱
|
||||
Shipping Container|コンテナ
|
||||
Stacked Cardboard Boxes|積まれたダンボール
|
||||
Vending Machine|自動販売機
|
||||
ATM|ATM
|
||||
Steel Shelf|鉄骨棚
|
||||
Operating Table|手術台
|
||||
Hospital Bed|病院ベッド
|
||||
Stacked Crates|積まれた木箱
|
||||
Shipping Container|コンテナ
|
||||
Stacked Cardboard Boxes|積まれたダンボール
|
||||
Vending Machine|自動販売機
|
||||
ATM|ATM
|
||||
Steel Shelf|鉄骨棚
|
||||
Operating Table|手術台
|
||||
Hospital Bed|病院ベッド
|
||||
Bed|ベッド
|
||||
Mattress|敷布団
|
||||
Large Bed|ダブルベッド
|
||||
Large Bed|ダブルベッド
|
||||
Pipe Frame Bed|パイプベッド
|
||||
Slot Machine|スロット
|
||||
Poker Table|ポーカー台
|
||||
Poker Table|ポーカー台
|
||||
Bed|ベッド
|
||||
Mattress|敷布団
|
||||
Large Bed|ダブルベッド
|
||||
Large Bed|ダブルベッド
|
||||
Pipe Frame Bed|パイプベッド
|
||||
Slot Machine|スロット
|
||||
Poker Table|ポーカー台
|
||||
Poker Table|ポーカー台
|
||||
Chest A (Wood)|チェストA(木製)
|
||||
Chest B (Metal)|チェストB(金属)
|
||||
Chest C (Decoration)|チェストC(装飾)
|
||||
Large Desk A|大きいデスクA
|
||||
Large Desk A|大きいデスクA
|
||||
Roulette Table|ルーレット台
|
||||
Roulette Table|ルーレット台
|
||||
Roulette Table|ルーレット台
|
||||
Side Desk A (Wood)|サイドデスクA(木製)
|
||||
Side Desk B (Metal)|サイドデスクB(金属)
|
||||
Desk|デスク
|
||||
Large Desk B|大きいデスクB
|
||||
Large Desk B|大きいデスクB
|
||||
Roulette Table|ルーレット台
|
||||
Roulette Table|ルーレット台
|
||||
Roulette Table|ルーレット台
|
||||
256
img/tilesets/SF_Inside_C.txt
Normal file
256
img/tilesets/SF_Inside_C.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Black Board|黒板
|
||||
Black Board|黒板
|
||||
Black Board|黒板
|
||||
White Board|ホワイトボード
|
||||
White Board|ホワイトボード
|
||||
White Board|ホワイトボード
|
||||
Partition A|衝立A
|
||||
Partition B|衝立B
|
||||
Black Board|黒板
|
||||
Black Board|黒板
|
||||
Black Board|黒板
|
||||
White Board|ホワイトボード
|
||||
White Board|ホワイトボード
|
||||
White Board|ホワイトボード
|
||||
Partition A|衝立A
|
||||
Partition B|衝立B
|
||||
Stool|腰掛けイス
|
||||
Skeleton Model|骨格模型
|
||||
Biological Specimen|生物標本
|
||||
Potted Plant|植木鉢
|
||||
Armchair|肘掛け椅子
|
||||
Insect Specimen|昆虫標本
|
||||
Restroom Mark (Men)|トイレマーク(男性)
|
||||
Restroom Mark (Women)|トイレマーク(女性)
|
||||
Wall Speaker|壁掛けスピーカー
|
||||
Skeleton Model |骨格模型
|
||||
Biological Specimen|生物標本
|
||||
Fire Extinguisher|消火器
|
||||
Armchair|肘掛け椅子
|
||||
Room Plate|室名札
|
||||
EXIT Sign|EXIT
|
||||
Vent|通気口
|
||||
Painting A|絵画A
|
||||
Painting B|絵画B
|
||||
Vision Test Chart|視力検査表
|
||||
Plaster Bust|石膏胸像
|
||||
Calendar|カレンダー
|
||||
Plant A|植物A
|
||||
Plant B|植物B
|
||||
Plant C|植物C
|
||||
Painting C|絵画C
|
||||
Painting D|絵画D
|
||||
Anatomical Chart|人体図
|
||||
Canvas|キャンバス
|
||||
Bulletin Board|掲示板
|
||||
Plant A|植物A
|
||||
Plant B|植物B
|
||||
Plant C|植物C
|
||||
Plumbing|配管
|
||||
Plumbing|配管
|
||||
Valve|バルブ
|
||||
Machine A|機械A
|
||||
Machine B|機械B
|
||||
Machine C|機械C
|
||||
Air Vent A|通風口A
|
||||
Air Vent B|通風口B
|
||||
Plumbing|配管
|
||||
Plumbing|配管
|
||||
Plumbing|配管
|
||||
Neon Tube|ネオン管
|
||||
Neon Tube|ネオン管
|
||||
Neon Tube|ネオン管
|
||||
Fan|ファン
|
||||
Fluorescent Light|蛍光灯
|
||||
Plumbing|配管
|
||||
Plumbing|配管
|
||||
Plumbing|配管
|
||||
Neon Tube|ネオン管
|
||||
Neon Tube|ネオン管
|
||||
Neon Tube|ネオン管
|
||||
Outdoor Air Intake Unit|室外機
|
||||
Shutter|シャッター
|
||||
Plumbing|配管
|
||||
Plumbing|配管
|
||||
Plumbing|配管
|
||||
Control Panel A|操作パネルA
|
||||
Control Panel B|操作パネルB
|
||||
Control Panel C|操作パネルC
|
||||
Pipe (H)|パイプ(横)
|
||||
Pipe (V)|パイプ(縦)
|
||||
Line A|ラインA
|
||||
Line B|ラインB
|
||||
Road Closed|通行止め
|
||||
Waste|廃棄物
|
||||
Scrap Metal|スクラップ
|
||||
Mysterious Liquid|謎の液体
|
||||
Scattered Papers|散らばった紙
|
||||
Pipe (V)|パイプ(縦)
|
||||
Belt Conveyor (V)|ベルトコンベアー(縦)
|
||||
Belt Conveyor (H)|ベルトコンベアー(横)
|
||||
Belt Conveyor (H)|ベルトコンベアー(横)
|
||||
Belt Conveyor (H)|ベルトコンベアー(横)
|
||||
Duct|ダクト
|
||||
Mechanical Device|機械装置
|
||||
Pile of Rubble|瓦礫の山
|
||||
Pile of Rubble|瓦礫の山
|
||||
Belt Conveyor (V)|ベルトコンベアー(縦)
|
||||
Robot Arm|ロボットアーム
|
||||
Server Machine|サーバマシン
|
||||
Meters|計器類
|
||||
Duct|ダクト
|
||||
Mechanical Device|機械装置
|
||||
Pile of Rubble|瓦礫の山
|
||||
Pile of Rubble|瓦礫の山
|
||||
Belt Conveyor (V)|ベルトコンベアー(縦)
|
||||
Robot Arm|ロボットアーム
|
||||
Server Machine|サーバマシン
|
||||
Meters|計器類
|
||||
Duct|ダクト
|
||||
Drain|排水口
|
||||
Graffiti|落書き
|
||||
Graffiti|落書き
|
||||
Monitor A|モニターA
|
||||
Monitor B|モニターB
|
||||
Large Monitor|大型モニター
|
||||
Large Monitor|大型モニター
|
||||
IV Stand|点滴スタンド
|
||||
ECG Monitor|心電図モニタ
|
||||
Sewing Mannequin|トルソー
|
||||
Rubble|瓦礫
|
||||
Operation Board A|操作盤A
|
||||
Operation Board B|操作盤B
|
||||
Operation Board C|操作盤C
|
||||
Operation Board D|操作盤D
|
||||
IV Stand|点滴スタンド
|
||||
ECG Monitor|心電図モニタ
|
||||
Sewing Mannequin|トルソー
|
||||
Broken Machine|壊れた機械
|
||||
Stairs|階段
|
||||
Stairs|階段
|
||||
Stairs|階段
|
||||
Cage|檻
|
||||
Cage|檻
|
||||
Handrail|欄干
|
||||
Handrail|欄干
|
||||
Handrail|欄干
|
||||
Stairs|階段
|
||||
Stairs|階段
|
||||
Stairs|階段
|
||||
Curtains A|カーテンA
|
||||
Curtains B|カーテンB
|
||||
Curtains C|カーテンC
|
||||
Curtains D|カーテンD
|
||||
Handrail|欄干
|
||||
Stairs|階段
|
||||
Stairs|階段
|
||||
Stairs|階段
|
||||
Curtains A|カーテンA
|
||||
Curtains B|カーテンB
|
||||
Curtains C|カーテンC
|
||||
Curtains D|カーテンD
|
||||
Emergency Alarm|非常ベル
|
||||
Spider Web|蜘蛛の巣
|
||||
Mirror|鏡
|
||||
Vase|花瓶
|
||||
Piano|ピアノ
|
||||
Piano|ピアノ
|
||||
Piano|ピアノ
|
||||
Stained Glass|ステンドグラス
|
||||
Decorative Pillar|装飾柱
|
||||
Dripping|液垂れ
|
||||
Mirror|鏡
|
||||
Lamp|電気スタンド
|
||||
Piano|ピアノ
|
||||
Piano|ピアノ
|
||||
Piano|ピアノ
|
||||
Stained Glass|ステンドグラス
|
||||
Decorative Pillar|装飾柱
|
||||
Picture Frame|写真立て
|
||||
Side Table|サイドテーブル
|
||||
Altar|祭壇
|
||||
Fireplace|暖炉
|
||||
Fireplace|暖炉
|
||||
Fireplace|暖炉
|
||||
Stuffed Doll A|ぬいぐるみA
|
||||
Decorative Pillar|装飾柱
|
||||
Book A|本A
|
||||
Book B|本B
|
||||
Glass Pieces|ガラス片
|
||||
Fireplace|暖炉
|
||||
Fireplace|暖炉
|
||||
Fireplace|暖炉
|
||||
Doll|人形
|
||||
Stuffed Doll B|ぬいぐるみB
|
||||
Beer Mug|ビールジョッキ
|
||||
Wine & Glass|ワインとグラス
|
||||
Noodle Dish|麺料理
|
||||
Bread|パン
|
||||
Banister A (V)|手すりA(縦)
|
||||
Banister A (V)|手すりA(縦)
|
||||
Banister B (V)|手すりB(縦)
|
||||
Banister B (V)|手すりB(縦)
|
||||
Meat Dish|肉料理
|
||||
Roast Chicken|ローストチキン
|
||||
Cake|ケーキ
|
||||
Fruit Bowl|果物盛り合わせ
|
||||
Banister A (V)|手すりA(縦)
|
||||
Banister A (V)|手すりA(縦)
|
||||
Banister B (V)|手すりB(縦)
|
||||
Banister B (V)|手すりB(縦)
|
||||
Plate A|皿A
|
||||
Teapot & Cup|ティーポットとカップ
|
||||
Ration|レーション
|
||||
Plate B|皿B
|
||||
Banister A (V)|手すりA(縦)
|
||||
Banister A (V)|手すりA(縦)
|
||||
Banister B (V)|手すりB(縦)
|
||||
Banister B (V)|手すりB(縦)
|
||||
Demon Statue|悪魔像
|
||||
Goddess Statue|女神像
|
||||
Soldier Statue|兵士像
|
||||
Wall Clock|柱時計
|
||||
Banister A (H)|手すりA(横)
|
||||
Banister A (H)|手すりA(横)
|
||||
Banister A (H)|手すりA(横)
|
||||
Banister A (H)|手すりA(横)
|
||||
Demon Statue|悪魔像
|
||||
Goddess Statue|女神像
|
||||
Soldier Statue|兵士像
|
||||
Wall Clock|柱時計
|
||||
Banister B (H)|手すりB(横)
|
||||
Banister B (H)|手すりB(横)
|
||||
Banister B (H)|手すりB(横)
|
||||
Banister B (H)|手すりB(横)
|
||||
Monument A|モニュメントA
|
||||
Monument B|モニュメントB
|
||||
Huge Stele|巨大な石版
|
||||
Huge Stele|巨大な石版
|
||||
Huge Stele|巨大な石版
|
||||
Huge Display|巨大ディスプレイ
|
||||
Huge Display|巨大ディスプレイ
|
||||
Huge Display|巨大ディスプレイ
|
||||
Monument A|モニュメントA
|
||||
Monument B|モニュメントB
|
||||
Huge Stele|巨大な石版
|
||||
Huge Stele|巨大な石版
|
||||
Huge Stele|巨大な石版
|
||||
Huge Display|巨大ディスプレイ
|
||||
Huge Display|巨大ディスプレイ
|
||||
Huge Display|巨大ディスプレイ
|
||||
Monument C|モニュメントC
|
||||
Monument D|モニュメントD
|
||||
Sphere Machinery|球体機械
|
||||
Sphere Machinery|球体機械
|
||||
Sphere Machinery|球体機械
|
||||
Large Machine|大型機械
|
||||
Large Machine|大型機械
|
||||
Large Machine|大型機械
|
||||
Monument C|モニュメントC
|
||||
Control Panel|コントロールパネル
|
||||
Sphere Machinery|球体機械
|
||||
Sphere Machinery|球体機械
|
||||
Sphere Machinery|球体機械
|
||||
Large Machine|大型機械
|
||||
Large Machine|大型機械
|
||||
Large Machine|大型機械
|
||||
32
img/tilesets/SF_Outside_A3.txt
Normal file
32
img/tilesets/SF_Outside_A3.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Roof A (Brick)|屋根A(レンガ)
|
||||
Roof B (Factory)|屋根B(工場)
|
||||
Roof C (Metal, Red Rust)|屋根C(金属・赤錆)
|
||||
Roof D (Barracks)|屋根D(バラック)
|
||||
Roof E (Barracks)|屋根E(バラック)
|
||||
Roof F (Barracks)|屋根F(バラック)
|
||||
Roor G (Ivy)|屋根G(ツタ)
|
||||
Roof H (House)|屋根H(現代住宅)
|
||||
Outer Wall A (Stone)|外壁A(石)
|
||||
Outer Wall B (Factory)|外壁B(工場)
|
||||
Outer Wall C (Metal, Red Rust)|外壁C(金属・赤錆)
|
||||
Outer Wall D (Barracks)|外壁D(バラック)
|
||||
Outer Wall E (Barracks)|外壁E(バラック)
|
||||
Outer Wall F (Factory)|外壁F(工場)
|
||||
Outer Wall G (Ivy)|外壁G(ツタ)
|
||||
Outer Wall H (House)|外壁H(現代住宅)
|
||||
Roof I (Barracks)|屋根I(バラック)
|
||||
Roof J (Brick)|屋根J(レンガ)
|
||||
Roof K (Metal, Patina)|屋根K(金属・緑青錆)
|
||||
Roof L (Chinese)|屋根L(中華風)
|
||||
Roof M (Blue Sheet)|屋根M(ブルーシート)
|
||||
Roof N (Wood)|屋根N(木造)
|
||||
Roof O (Brick)|屋根O(レンガ)
|
||||
Roof P (Wood)|屋根P(木造)
|
||||
Outer Wall I (Tile)|外壁I(タイル)
|
||||
Outer Wall J (Brick)|外壁J(レンガ)
|
||||
Outer Wall K (Mortar)|外壁K(モルタル)
|
||||
Outer Wall L (Chinese)|外壁L(中華風)
|
||||
Outer Wall M (Blue Sheet)|外壁M(ブルーシート)
|
||||
Outer Wall N (Wood)|外壁N(木造)
|
||||
Outer Wall O (Brick)|外壁O(レンガ)
|
||||
Outer Wall P (Wood)|外壁P(木造)
|
||||
48
img/tilesets/SF_Outside_A4.txt
Normal file
48
img/tilesets/SF_Outside_A4.txt
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
Wall A (Concrete)|壁A(コンクリート)
|
||||
Wall B (Concrete, Dirty)|壁B(コンクリート・汚れ)
|
||||
Wall C (Block)|壁C(ブロック)
|
||||
Wall D (Apartment)|壁D(マンション)
|
||||
Wall E (Apartment)|壁E(マンション)
|
||||
Wall F (Metal)|壁F(金属)
|
||||
Wall G (Metal, Red Rust)|壁G(金属・赤錆)
|
||||
Wall H (Metal, Patina)|壁H(金属・緑青錆)
|
||||
Wall A (Concrete)|壁A(コンクリート)
|
||||
Wall B (Concrete, Dirty)|壁B(コンクリート・汚れ)
|
||||
Wall C (Block)|壁C(ブロック)
|
||||
Wall D (Apartment)|壁D(マンション)
|
||||
Wall E (Apartment)|壁E(マンション)
|
||||
Wall F (Metal)|壁F(金属)
|
||||
Wall G (Metal, Red Rust)|壁G(金属・赤錆)
|
||||
Wall H (Metal, Patina)|壁H(金属・緑青錆)
|
||||
Wall I (Barracks)|壁I(バラック)
|
||||
Wall J (Barracks)|壁J(バラック)
|
||||
Wall K (Factory)|壁K(工場)
|
||||
Cliff A (Demonic Ground)|崖A(魔界の地面)
|
||||
Wall L (Factory)|壁L(工場)
|
||||
Wall M (Factory)|壁M(工場)
|
||||
Wall N (Building)|壁N(ビル)
|
||||
Wall O (Brick)|壁O(レンガ)
|
||||
Wall I (Barracks)|壁I(バラック)
|
||||
Wall J (Barracks)|壁J(バラック)
|
||||
Wall K (Factory)|壁K(工場)
|
||||
Cliff A (Demonic Ground)|崖A(魔界の地面)
|
||||
Wall L (Factory)|壁L(工場)
|
||||
Wall M (Factory)|壁M(工場)
|
||||
Wall N (Building)|壁N(ビル)
|
||||
Wall O (Brick)|壁O(レンガ)
|
||||
Wall P (Chinese)|壁P(中華風)
|
||||
Wall Q (Wire Mesh)|壁Q(金網)
|
||||
Wall R (Wire Mesh, Red Rust)|壁R(金網・赤錆)
|
||||
Wall S (Wire Mesh, Patina)|壁S(金網・緑青錆)
|
||||
Wall T (Wood)|壁T(木造)
|
||||
Wall U (Wood, Dirty)|壁U(木造・汚れ)
|
||||
Wall V (Building)|壁V(ビル)
|
||||
Wall W (Building)|壁W(ビル)
|
||||
Wall P (Chinese)|壁P(中華風)
|
||||
Wall Q (Wire Mesh)|壁Q(金網)
|
||||
Wall R (Wire Mesh, Red Rust)|壁R(金網・赤錆)
|
||||
Wall S (Wire Mesh, Patina)|壁S(金網・緑青錆)
|
||||
Wall T (Wood)|壁T(木造)
|
||||
Wall U (Wood, Dirty)|壁U(木造・汚れ)
|
||||
Wall V (Building)|壁V(ビル)
|
||||
Wall W (Building)|壁W(ビル)
|
||||
128
img/tilesets/SF_Outside_A5.txt
Normal file
128
img/tilesets/SF_Outside_A5.txt
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
Darkness|暗闇
|
||||
Grid floor|格子床
|
||||
Metal Bridge (V, Left)|金属橋(縦・左)
|
||||
Metal Bridge (V, Center)|金属橋(縦・中央)
|
||||
Metal Bridge (V, Right)|金属橋(縦・右)
|
||||
Asphalt Bridge (H, Top)|アスファルト橋(横・上)
|
||||
Metal Bridge (H, Center)|金属橋(横・中央)
|
||||
Metal Bridge (H, Top)|金属橋(横・上)
|
||||
Transparent|透明
|
||||
Grid floor|格子床
|
||||
Asphalt Bridge (V, Left)|アスファルト橋(縦・左)
|
||||
Asphalt Bridge (V, Center)|アスファルト橋(縦・中央)
|
||||
Asphalt Bridge (V, Right)|アスファルト橋(縦・右)
|
||||
Asphalt Bridge (H, Bottom)|アスファルト橋(横・下)
|
||||
Asphalt Bridge (H, Center)|アスファルト橋(横・中央)
|
||||
Metal Bridge (H, Bottom)|金属橋(横・下)
|
||||
Waste Land|荒地
|
||||
Metal Floor A (Factory)|金属床A(工場)
|
||||
Concrete Floor|コンクリート床
|
||||
Concrete Floor (Ruins)|コンクリート床(廃墟)
|
||||
Hole|穴
|
||||
Grid floor (Ruins)|格子床(廃墟)
|
||||
Asphalt Floor (Ruins)|アスファルト床(廃墟)
|
||||
Metal Floor A (Factory, Ruins)|金属床A(工場・廃墟)
|
||||
Waste Land|荒地
|
||||
Metal Floor A (Factory)|金属床A(工場)
|
||||
Concrete Floor|コンクリート床
|
||||
Mecha Floor|機械床
|
||||
Stairs A (Asphalt, Left)|階段A(アスファルト・左)
|
||||
Stairs A (Asphalt, Center)|階段A(アスファルト・中央)
|
||||
Stairs A (Asphalt, Right)|階段A(アスファルト・右)
|
||||
Stairs A (Asphalt)|階段A(アスファルト)
|
||||
Dirty Floor|汚れた床
|
||||
Dirty Floor (Ruins)|汚れた床(廃墟)
|
||||
Mecha Floor (Ruins) A|機械床(廃墟)A
|
||||
Mecha Floor (Ruins) B|機械床(廃墟)B
|
||||
Asphalt Floor (Dirty)|アスファルト床(汚れ)
|
||||
Asphalt Floor (Dirty, Ruins)|アスファルト床(汚れ・廃墟)
|
||||
Wood Floor A|木の床A
|
||||
Wood Floor A (Ruins)|木の床A(廃墟)
|
||||
Bumpy Tile A|点字ブロックA
|
||||
Bumpy Tile B|点字ブロックB
|
||||
Bumpy Tile C|点字ブロックC
|
||||
Bumpy Tile C (Ruins)|点字ブロックC(廃墟)
|
||||
Stairs B (Metal, Left)|階段B(金属・左)
|
||||
Stairs B (Metal, Center)|階段B(金属・中央)
|
||||
Stairs B (Metal, Right)|階段B(金属・右)
|
||||
Stairs B (Metal)|階段B(金属)
|
||||
Interior Floor A (Green Resin)|内装床A(緑樹脂)
|
||||
Interior Floor B (Tile)|内装床B(タイル)
|
||||
Interior Floor B (Tile, Ruins)|内装床B(タイル・廃墟)
|
||||
Interior Floor C (Decoration)|内装床C(装飾)
|
||||
Interior Floor D (Decoration)|内装床D(装飾)
|
||||
Interior Floor E (Decoration)|内装床E(装飾)
|
||||
Wood Floor B|木の床B
|
||||
Wood Floor B (Ruins)|木の床B(廃墟)
|
||||
Stairs C (Meadow, Left)|階段C(草地・左)
|
||||
Stairs C (Meadow, Center)|階段C(草地・中央)
|
||||
Stairs C (Meadow, Right)|階段C(草地・右)
|
||||
Stairs C (Meadow)|階段C(草地)
|
||||
Stairs D (Wood, Left)|階段D(木製・左)
|
||||
Stairs D (Wood, Center)|階段D(木製・中央)
|
||||
Stairs D (Wood, Right)|階段D(木製・右)
|
||||
Stairs D (Wood)|階段D(木製)
|
||||
Cobblestones A|石畳A
|
||||
Cobblestones B|石畳B
|
||||
Cobblestones C|石畳C
|
||||
Cobblestones D|石畳D
|
||||
Metal Floor B|金属床B
|
||||
Metal Floor B (Rust, Ruins)|金属床B(サビ・廃墟)
|
||||
Metal Floor C|金属床C
|
||||
Metal Floor C (Rust, Ruins)|金属床C(サビ・廃墟)
|
||||
Stairs E (Carpet, Left)|階段E(じゅうたん・左)
|
||||
Stairs E (Carpet, Center)|階段E(じゅうたん・中央)
|
||||
Stairs E (Carpet, Right)|階段E(じゅうたん・右)
|
||||
Stairs E (Carpet)|階段E(じゅうたん)
|
||||
Stairs F (Desert, Left)|階段F(砂地・左)
|
||||
Stairs F (Desert, Center)|階段F(砂地・中央)
|
||||
Stairs F (Desert, Right)|階段F(砂地・右)
|
||||
Stairs F (Desert)|階段F(砂地)
|
||||
Mark Floor A|マーク床A
|
||||
Mark Floor B|マーク床B
|
||||
Mark Floor C|マーク床C
|
||||
Mark Floor D|マーク床D
|
||||
Mark Floor E|マーク床E
|
||||
Mark Floor E (Ruins)|マーク床E(廃墟)
|
||||
Mark Floor F (Off)|マーク床F(消)
|
||||
Mark Floor F|マーク床F
|
||||
Neon Floor|ネオン床
|
||||
Interior Floor F (Tile Carpet)|内装床F(タイルカーペット)
|
||||
Interior Floor F (Tile Carpet, Ruins)|内装床F(タイルカーペット・廃墟)
|
||||
Ledge (Demonic Ground)|段差(魔界の地面)
|
||||
Ledge (Demonic Ground)|段差(魔界の地面)
|
||||
Ledge (Demonic Ground)|段差(魔界の地面)
|
||||
Ledge (Demonic Ground)|段差(魔界の地面)
|
||||
Ledge (Demonic Ground)|段差(魔界の地面)
|
||||
Marble Floor|大理石床
|
||||
Interior Floor G (Linoleum)|内装床G(リノリウム)
|
||||
Interior Floor G (Linoleum, Ruins)|内装床G(リノリウム・廃墟)
|
||||
Ledge (Demonic Ground)|段差(魔界の地面)
|
||||
Ledge (Demonic Ground)|段差(魔界の地面)
|
||||
Ledge (Demonic Ground)|段差(魔界の地面)
|
||||
Ledge (Demonic Ground)|段差(魔界の地面)
|
||||
Ledge (Demonic Ground)|段差(魔界の地面)
|
||||
Stairs G (Tile Carpet, Left)|階段G(タイルカーペット・左)
|
||||
Stairs G (Tile Carpet, Center)|階段G(タイルカーペット・中央)
|
||||
Stairs G (Tile Carpet, Right)|階段G(タイルカーペット・右)
|
||||
Stairs G (Tile Carpet)|階段G(タイルカーペット)
|
||||
Cobblestones E|石畳E
|
||||
Ledge (Demonic Ground)|段差(魔界の地面)
|
||||
Ledge (Demonic Ground)|段差(魔界の地面)
|
||||
Ledge (Demonic Ground)|段差(魔界の地面)
|
||||
Stairs H (Linoleum, Left)|階段H(リノリウム・左)
|
||||
Stairs H (Linoleum, Center)|階段H(リノリウム・中央)
|
||||
Stairs H (Linoleum, Right)|階段H(リノリウム・右)
|
||||
Stairs H (Linoleum)|階段H(リノリウム)
|
||||
Cobblestones F|石畳F
|
||||
Cliff (Demonic Ground)|崖(魔界の地面)
|
||||
Cliff (Demonic Ground)|崖(魔界の地面)
|
||||
Cliff (Demonic Ground)|崖(魔界の地面)
|
||||
Marble Floor (Ruins)|大理石床(廃墟)
|
||||
Wood Floor C|木の床C
|
||||
Wood Floor C (Ruins)|木の床C(廃墟)
|
||||
Metal Floor D (Machine)|金属床D(機械)
|
||||
Metal Floor D (Machine, Ruins)|金属床D(機械・廃墟)
|
||||
Cliff (Demonic Ground)|崖(魔界の地面)
|
||||
Cliff (Demonic Ground)|崖(魔界の地面)
|
||||
Cliff (Demonic Ground)|崖(魔界の地面)
|
||||
256
img/tilesets/SF_Outside_B.txt
Normal file
256
img/tilesets/SF_Outside_B.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Transparent|透明
|
||||
Neon Shop Sign (Weapon)|ネオン看板(武器屋)
|
||||
Neon Shop Sign (Armor)|ネオン看板(防具屋)
|
||||
Neon Shop Sign (Item)|ネオン看板(アイテム屋)
|
||||
Neon Shop Sign (Pharmacy)|ネオン看板(薬屋)
|
||||
Neon Shop Sign (Cafe)|ネオン看板(酒場)
|
||||
Neon Shop Sign (Inn)|ネオン看板(宿屋)
|
||||
Neon Shop Sign (Market)|ネオン看板(マーケット)
|
||||
Metal Shop Sign (Weapon)|金属看板(武器屋)
|
||||
Metal Shop Sign (Armor)|金属看板(防具屋)
|
||||
Metal Shop Sign (Item)|金属看板(アイテム屋)
|
||||
Metal Shop Sign (Pharmacy)|金属看板(薬屋)
|
||||
Metal Shop Sign (Cafe)|金属看板(酒場)
|
||||
Metal Shop Sign (Inn)|金属看板(宿屋)
|
||||
Metal Shop Sign (Firearm)|金属看板(銃器屋)
|
||||
Metal Shop Sign (Blank)|金属看板(無地)
|
||||
Asphalt Bridge (V)|アスファルトの橋(縦)
|
||||
Asphalt Bridge (H)|アスファルトの橋(横)
|
||||
Stone Bridge (V)|石の橋(縦)
|
||||
Stone Bridge (H)|石の橋(横)
|
||||
Metal Bridge A (V)|金属の橋A(縦)
|
||||
Metal Bridge A (H)|金属の橋A(横)
|
||||
Metal Bridge B (V)|金属の橋B(縦)
|
||||
Metal Bridge B (H)|金属の橋B(横)
|
||||
Bridge Spar A (Asphalt, Center A)|橋げたA(アスファルト・中央A)
|
||||
Bridge Spar A (Asphalt, Left)|橋げたA(アスファルト・左)
|
||||
Bridge Spar A (Asphalt, Center B)|橋げたA(アスファルト・中央B)
|
||||
Bridge Spar A (Asphalt, Right)|橋げたA(アスファルト・右)
|
||||
Bridge Spar B (Metal, Center A)|橋げたB(金属・中央A)
|
||||
Bridge Spar B (Metal, Left)|橋げたB(金属・左)
|
||||
Bridge Spar B (Metal, Center B)|橋げたB(金属・中央B)
|
||||
Bridge Spar B (Metal, Right)|橋げたB(金属・右)
|
||||
White Line|白線
|
||||
White Line|白線
|
||||
White Line|白線
|
||||
White Line|白線
|
||||
White Line|白線
|
||||
Red & Black Line|赤黒線
|
||||
Red & Black Line|赤黒線
|
||||
Red & Black Line|赤黒線
|
||||
White Line|白線
|
||||
Traffic Lights (Car)|信号機(車)
|
||||
Traffic Lights (Pedestrian)|信号機(歩行者)
|
||||
Entrance A|入口A
|
||||
White Line (Crosswalk)|白線(横断歩道)
|
||||
Red & Black Line|赤黒線
|
||||
Traffic Cone|通行止めコーン
|
||||
Red & Black Line|赤黒線
|
||||
White Line|白線
|
||||
Traffic Lights (Car)|信号機(車)
|
||||
Traffic Lights (Pedestrian)|信号機(歩行者)
|
||||
Entrance B|入口B
|
||||
White Line|白線
|
||||
Red & Black Line|赤黒線
|
||||
Red & Black Line|赤黒線
|
||||
Red & Black Line|赤黒線
|
||||
Window A|窓A
|
||||
Window B|窓B
|
||||
Window C|窓C
|
||||
Window D|窓D
|
||||
Window E|窓E
|
||||
Window F|窓F
|
||||
Window G|窓G
|
||||
Window H|窓H
|
||||
Midsize Window A|中型窓A
|
||||
Midsize Window B|中型窓B
|
||||
Midsize Window C|中型窓C
|
||||
Midsize Window D|中型窓D
|
||||
Midsize Window E|中型窓E
|
||||
Midsize Window F|中型窓F
|
||||
Midsize Window G|中型窓G
|
||||
Midsize Window H|中型窓H
|
||||
Midsize Window A|中型窓A
|
||||
Midsize Window B|中型窓B
|
||||
Midsize Window C|中型窓C
|
||||
Midsize Window D|中型窓D
|
||||
Midsize Window E|中型窓E
|
||||
Midsize Window F|中型窓F
|
||||
Midsize Window G|中型窓G
|
||||
Midsize Window H|中型窓H
|
||||
Neon Shop Sign (V)|ネオン看板(縦)
|
||||
Neon Shop Sign (V)|ネオン看板(縦)
|
||||
Neon Shop Sign (V)|ネオン看板(縦)
|
||||
Neon Shop Sign (H)|ネオン看板(横)
|
||||
Neon Shop Sign (H)|ネオン看板(横)
|
||||
Street Light A|街灯A
|
||||
Street Light B|街灯B
|
||||
Stained Glass Window|ステンドグラス
|
||||
Neon Shop Sign (V)|ネオン看板(縦)
|
||||
Neon Shop Sign (V)|ネオン看板(縦)
|
||||
Neon Shop Sign (V)|ネオン看板(縦)
|
||||
Neon Shop Sign (H)|ネオン看板(横)
|
||||
Neon Shop Sign (H)|ネオン看板(横)
|
||||
Street Light A|街灯A
|
||||
Street Light B|街灯B
|
||||
Stained Glass Window|ステンドグラス
|
||||
Neon Shop Sign (V)|ネオン看板(縦)
|
||||
Neon Shop Sign (V)|ネオン看板(縦)
|
||||
Neon Shop Sign (V)|ネオン看板(縦)
|
||||
Neon Shop Sign (H)|ネオン看板(横)
|
||||
Neon Shop Sign (H)|ネオン看板(横)
|
||||
Stacked Crates|積まれた木箱
|
||||
Shipping Container|コンテナ
|
||||
Stacked Cardboard|積まれたダンボール
|
||||
Chimney A|煙突A
|
||||
Chimney B|煙突B
|
||||
Chimney C|煙突C
|
||||
Exhaust Port Wall|壁面用排気口
|
||||
Roof Window|屋根用出窓
|
||||
Stacked Crates|積まれた木箱
|
||||
Shipping Container|コンテナ
|
||||
Stacked Cardboard|積まれたダンボール
|
||||
Wall Poster|張り紙
|
||||
Signboard A|看板A
|
||||
Signboard B|看板B
|
||||
Digital Signage A|電子看板A
|
||||
Digital Signage C|電子看板C
|
||||
Neon Shop Sign (CASINO)|ネオン看板(カジノ)
|
||||
Neon Shop Sign (CASINO)|ネオン看板(カジノ)
|
||||
Small Crane|小型クレーン
|
||||
Poster|ポスター
|
||||
Signboard C|看板C
|
||||
Digital Signage B|電子看板B
|
||||
Digital Signage B|電子看板B
|
||||
Digital Signage C|電子看板C
|
||||
Iron Materials|鉄資材
|
||||
Helmet|ヘルメット
|
||||
Small Crane|小型クレーン
|
||||
Crate|木箱
|
||||
Shipping Container|コンテナ
|
||||
Cardboard Box|ダンボール
|
||||
Barrel|樽
|
||||
Oil Drum|ドラム缶
|
||||
Garbage Can|ゴミ箱
|
||||
Sorted Waste Bins|分別ゴミ箱
|
||||
Sorted Waste Bins|分別ゴミ箱
|
||||
Plant A|植物A
|
||||
Plant B|植物B
|
||||
Plant C|植物C
|
||||
Vending Machine|自動販売機
|
||||
ATM|ATM
|
||||
Tree|木
|
||||
Roadside Tree|街路樹
|
||||
Utility Pole|電柱
|
||||
Plant A|植物A
|
||||
Plant B|植物B
|
||||
Plant C|植物C
|
||||
Vending Machine|自動販売機
|
||||
ATM|ATM
|
||||
Tree|木
|
||||
Avenue Tree|街路樹
|
||||
Utility Pole|電柱
|
||||
Public Phone|公衆電話
|
||||
Machine Device|機械端末
|
||||
Planter (Plant)|プランター(植物)
|
||||
Planter (Potted Plant)|プランター(盆栽)
|
||||
Potted Plant|植木鉢
|
||||
Tree (Loop)|木(ループ)
|
||||
Tombstone (Cross)|墓石(十字架)
|
||||
Tombstone (Plaque)|墓石(プレート)
|
||||
Neon Tube|ネオン管
|
||||
Neon Tube|ネオン管
|
||||
Machine A|機械A
|
||||
Machine B|機械B
|
||||
Machine C|機械C
|
||||
Barricade (No Entry)|バリケード(通行禁止)
|
||||
Bar (No Entry)|バー(通行禁止)
|
||||
Bar (No Entry)|バー(通行禁止)
|
||||
Neon Tube|ネオン管
|
||||
Neon Tube|ネオン管
|
||||
Outdoor Air Intake Unit|室外機
|
||||
Waste|廃棄物
|
||||
Scrap Metal|スクラップ
|
||||
Fissures A|亀裂A
|
||||
Fissures B|亀裂B
|
||||
Fissures C|亀裂C
|
||||
Neon Tube|ネオン管
|
||||
Neon Tube|ネオン管
|
||||
Air Vent A|通風口A
|
||||
Air Vent B|通風口B
|
||||
Shutter|シャッター
|
||||
Fissures A|亀裂A
|
||||
Fissures B|亀裂B
|
||||
Fissures C|亀裂C
|
||||
Drain|排水口
|
||||
Guardrail|ガードレール
|
||||
Timetable|時刻表
|
||||
Piled Up Tires|積まれたタイヤ
|
||||
Small Fuel Tank|小型燃料タンク
|
||||
Car (Red)|車(赤)
|
||||
Car (Red)|車(赤)
|
||||
Manhole|マンホール
|
||||
Bus|バス
|
||||
Bus|バス
|
||||
Truck|トラック
|
||||
Truck|トラック
|
||||
Wrecked Car|壊れた車
|
||||
Car (Black)|車(黒)
|
||||
Car (Black)|車(黒)
|
||||
Vent|通気口
|
||||
Bus|バス
|
||||
Bus|バス
|
||||
Truck|トラック
|
||||
Truck|トラック
|
||||
Wrecked Car|壊れた車
|
||||
Car (Blue)|車(青)
|
||||
Car (Blue)|車(青)
|
||||
Oil Drum (Leak)|ドラム缶(液漏れ)
|
||||
Food Stalls|露店(食べ物)
|
||||
Food Stalls|露店(食べ物)
|
||||
Food Stalls|露店(食べ物)
|
||||
Stall Goods A|露店商品A
|
||||
Stairs A (Up)|階段A(上り)
|
||||
Stairs B (Up)|階段B(上り)
|
||||
Stairs C (Down)|階段C(下り)
|
||||
Stairs D (Down)|階段D(下り)
|
||||
Food Stalls|露店(食べ物)
|
||||
Food Stalls|露店(食べ物)
|
||||
Food Stalls|露店(食べ物)
|
||||
Stall Goods B|露店商品B
|
||||
Stairs C (Up)|階段C(上り)
|
||||
Stairs D (Up)|階段D(上り)
|
||||
Stairs A (Down)|階段A(下り)
|
||||
Stairs B (Down)|階段B(下り)
|
||||
Food Stalls|露店(食べ物)
|
||||
Food Stalls|露店(食べ物)
|
||||
Food Stalls|露店(食べ物)
|
||||
Stall Goods C|露店商品C
|
||||
Metal Ladder|鉄ばしご
|
||||
Metal Stairs|金属階段
|
||||
Rope|ロープ
|
||||
Net|ネット
|
||||
Junk Stalls|露店(ジャンク)
|
||||
Junk Stalls|露店(ジャンク)
|
||||
Junk Stalls|露店(ジャンク)
|
||||
Stall Goods D|露店商品D
|
||||
Metal Ladder|鉄ばしご
|
||||
Metal Stairs|金属階段
|
||||
Rope|ロープ
|
||||
Net|ネット
|
||||
Junk Stalls|露店(ジャンク)
|
||||
Junk Stalls|露店(ジャンク)
|
||||
Junk Stalls|露店(ジャンク)
|
||||
Stall Goods E|露店商品E
|
||||
Metal Ladder|鉄ばしご
|
||||
Metal Stairs|金属階段
|
||||
Rope|ロープ
|
||||
Net|ネット
|
||||
Junk Stalls|露店(ジャンク)
|
||||
Junk Stalls|露店(ジャンク)
|
||||
Junk Stalls|露店(ジャンク)
|
||||
Stall Goods F|露店商品F
|
||||
Hole A (Metal Ladder)|穴A(鉄ばしご)
|
||||
Hole B (Metal Stairs)|穴B(金属階段)
|
||||
Hole C (Rope)|穴C(ロープ)
|
||||
Hole|穴
|
||||
256
img/tilesets/SF_Outside_C.txt
Normal file
256
img/tilesets/SF_Outside_C.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Fountain A|噴水A
|
||||
Fountain A|噴水A
|
||||
Fountain B|噴水B
|
||||
Fountain B|噴水B
|
||||
Slide|滑り台
|
||||
Slide|滑り台
|
||||
Exercise Bar|鉄棒
|
||||
Drinking Fountain|水飲み場
|
||||
Fountain A|噴水A
|
||||
Fountain A|噴水A
|
||||
Fountain B|噴水B
|
||||
Fountain B|噴水B
|
||||
Slide|滑り台
|
||||
Slide|滑り台
|
||||
Water Well Pump|ポンプ井戸
|
||||
Garbage Dumpster|ごみ収集箱
|
||||
Fountain C|噴水C
|
||||
Fountain C|噴水C
|
||||
Fountain C|噴水C
|
||||
Bench A|ベンチA
|
||||
Bench A|ベンチA
|
||||
Swing|ブランコ
|
||||
Shop Canopy|店用天蓋
|
||||
Barbed Wire|有刺鉄線
|
||||
Fountain C|噴水C
|
||||
Fountain C|噴水C
|
||||
Fountain C|噴水C
|
||||
Bench B|ベンチB
|
||||
Bench B|ベンチB
|
||||
Swing|ブランコ
|
||||
Shop Canopy|店用天蓋
|
||||
Barbed Wire|有刺鉄線
|
||||
Grass A|草A
|
||||
Grass B|草B
|
||||
Hole|穴
|
||||
Small Stones|小石
|
||||
Flower Bed|花壇
|
||||
Flower Bed|花壇
|
||||
Flower Bed|花壇
|
||||
Barbed Wire|有刺鉄線
|
||||
Flower|花
|
||||
Cage|檻
|
||||
Cage|檻
|
||||
Graffiti|落書き
|
||||
Graffiti|落書き
|
||||
Barbed Wire|有刺鉄線
|
||||
Barbed Wire|有刺鉄線
|
||||
Barbed Wire|有刺鉄線
|
||||
Demon Statue|悪魔像
|
||||
Goddess Statue|女神像
|
||||
Metal Fence|金属フェンス
|
||||
Metal Fence|金属フェンス
|
||||
Metal Fence|金属フェンス
|
||||
Gutter|側溝
|
||||
Gutter|側溝
|
||||
Gutter|側溝
|
||||
Demon Statue|悪魔像
|
||||
Goddess Statue|女神像
|
||||
Metal Fence|金属フェンス
|
||||
Warning Plate|警告プレート
|
||||
Metal Fence|金属フェンス
|
||||
Gutter|側溝
|
||||
Postal Box|ポスト
|
||||
Gutter|側溝
|
||||
Soldier Statue|兵士像
|
||||
Warning Plate (Biohazard Mark)|警告プレート(バイオハザードマーク)
|
||||
Metal Fence|金属フェンス
|
||||
Metal Fence|金属フェンス
|
||||
Metal Fence|金属フェンス
|
||||
Gutter|側溝
|
||||
Gutter|側溝
|
||||
Gutter|側溝
|
||||
Soldier Statue|兵士像
|
||||
Pillar A (Asphalt)|柱A(アスファルト)
|
||||
Pillar B (Metal)|柱B(金属)
|
||||
Pillar C (Machine)|柱C(機械)
|
||||
Pillar D (Decoration)|柱D(装飾)
|
||||
Pillar E (Metal)|柱E(金属)
|
||||
Pillar F (Brick)|柱F(レンガ)
|
||||
Food Waste|生ゴミ
|
||||
Warning Plate|警告プレート
|
||||
Pillar A (Asphalt)|柱A(アスファルト)
|
||||
Pillar B (Metal)|柱B(金属)
|
||||
Pillar C (Machine)|柱C(機械)
|
||||
Pillar D (Decoration)|柱D(装飾)
|
||||
Pillar E (Metal)|柱E(金属)
|
||||
Pillar F (Brick)|柱F(レンガ)
|
||||
Mysterious Liquid|謎の液体
|
||||
Warning Plate|警告プレート
|
||||
Broken Pillar A (Asphalt)|折れた柱A(アスファルト)
|
||||
Broken Pillar B (Metal)|折れた柱B(金属)
|
||||
Broken Pillar C (Machine)|折れた柱C(機械)
|
||||
Broken Pillar D (Decoration)|折れた柱D(装飾)
|
||||
Broken Pillar E (Metal)|折れた柱E(金属)
|
||||
Broken Pillar F (Brick)|折れた柱F(レンガ)
|
||||
Fire Hydrant|消火栓
|
||||
Monument A|モニュメントA
|
||||
Monument B|モニュメントB
|
||||
Huge Stele|巨大な石版
|
||||
Huge Stele|巨大な石版
|
||||
Huge Stele|巨大な石版
|
||||
Huge Iron Monument|巨大プレート
|
||||
Huge Iron Monument|巨大プレート
|
||||
Huge Iron Monument|巨大プレート
|
||||
Monument A|モニュメントA
|
||||
Monument B|モニュメントB
|
||||
Huge Stele|巨大な石版
|
||||
Huge Stele|巨大な石版
|
||||
Huge Stele|巨大な石版
|
||||
Huge Iron Monument|巨大プレート
|
||||
Huge Iron Monument|巨大プレート
|
||||
Huge Iron Monument|巨大プレート
|
||||
Monument C|モニュメントC
|
||||
Monument D|モニュメントD
|
||||
Sphere Machinery|球体機械
|
||||
Sphere Machinery|球体機械
|
||||
Sphere Machinery|球体機械
|
||||
Large Machine|大型機械
|
||||
Large Machine|大型機械
|
||||
Large Machine|大型機械
|
||||
Monument C|モニュメントC
|
||||
Control Panel|コントロールパネル
|
||||
Sphere Machinery|球体機械
|
||||
Sphere Machinery|球体機械
|
||||
Sphere Machinery|球体機械
|
||||
Large Machine|大型機械
|
||||
Large Machine|大型機械
|
||||
Large Machine|大型機械
|
||||
Wall A|壁A
|
||||
Wall A|壁A
|
||||
Wall A|壁A
|
||||
Decorative Pillar A|装飾柱A
|
||||
Arch A|門A
|
||||
Arch A|門A
|
||||
Arch A|門A
|
||||
Decorative Pillar B|装飾柱B
|
||||
Wall A|壁A
|
||||
Wall A|壁A
|
||||
Wall A|壁A
|
||||
Decorative Pillar A|装飾柱A
|
||||
Arch A|門A
|
||||
Arch A|門A
|
||||
Arch A|門A
|
||||
Decorative Pillar B|装飾柱B
|
||||
Wall A|壁A
|
||||
Wall A|壁A
|
||||
Wall A|壁A
|
||||
Decorative Pillar A|装飾柱A
|
||||
Arch A|門A
|
||||
Arch A|門A
|
||||
Arch A|門A
|
||||
Decorative Pillar B|装飾柱B
|
||||
Wall B (Topside)|壁B(上面)
|
||||
Wall B (Topside)|壁B(上面)
|
||||
Wall B (Topside)|壁B(上面)
|
||||
Spire|尖塔
|
||||
Clock Tower|時計塔
|
||||
Clock Tower|時計塔
|
||||
Clock Tower|時計塔
|
||||
Wall A Ceiling|壁A天井
|
||||
Wall B (Topside)|壁B(上面)
|
||||
Wall B (Topside)|壁B(上面)
|
||||
Wall B (Topside)|壁B(上面)
|
||||
Spire|尖塔
|
||||
Clock Tower|時計塔
|
||||
Clock Tower|時計塔
|
||||
Clock Tower|時計塔
|
||||
Decorative Pillar A (Front)|装飾柱A(手前)
|
||||
Wall B (Topside)|壁B(上面)
|
||||
Wall B (Topside)|壁B(上面)
|
||||
Wall B (Topside)|壁B(上面)
|
||||
Spire|尖塔
|
||||
Clock Tower|時計塔
|
||||
Clock Tower|時計塔
|
||||
Clock Tower|時計塔
|
||||
Decorative Pillar B (Front)|装飾柱B(手前)
|
||||
Wall B|壁B
|
||||
Wall B|壁B
|
||||
Wall B|壁B
|
||||
Spire|尖塔
|
||||
Arch B|門B
|
||||
Arch B|門B
|
||||
Arch B|門B
|
||||
Iron Fence B|鉄柵B
|
||||
Wall B|壁B
|
||||
Wall B|壁B
|
||||
Wall B|壁B
|
||||
Spire|尖塔
|
||||
Arch B|門B
|
||||
Arch B|門B
|
||||
Arch B|門B
|
||||
Gate|門扉
|
||||
Wall B|壁B
|
||||
Wall B|壁B
|
||||
Wall B|壁B
|
||||
Spire|尖塔
|
||||
Arch B|門B
|
||||
Arch B|門B
|
||||
Arch B|門B
|
||||
Gate|門扉
|
||||
Rooftop Railing|屋上用手すり
|
||||
Rooftop Railing|屋上用手すり
|
||||
Rooftop Railing|屋上用手すり
|
||||
Iron Fence A|鉄柵A
|
||||
Tank|戦車
|
||||
Tank|戦車
|
||||
Helicopter|ヘリコプター
|
||||
Helicopter|ヘリコプター
|
||||
Rooftop Railing|屋上用手すり
|
||||
Round Clock|丸時計
|
||||
Rooftop Railing|屋上用手すり
|
||||
Iron Fence A|鉄柵A
|
||||
Tank|戦車
|
||||
Tank|戦車
|
||||
Helicopter|ヘリコプター
|
||||
Helicopter|ヘリコプター
|
||||
Rooftop Railing|屋上用手すり
|
||||
Rooftop Railing|屋上用手すり
|
||||
Rooftop Railing|屋上用手すり
|
||||
Iron Fence A|鉄柵A
|
||||
Rooftop Billboard B|屋上看板B
|
||||
Rooftop Billboard B|屋上看板B
|
||||
Food Cart|屋台
|
||||
Food Cart|屋台
|
||||
Convenience Store|コンビニエンスストア
|
||||
Convenience Store|コンビニエンスストア
|
||||
Convenience Store|コンビニエンスストア
|
||||
Steel Tower|鉄塔
|
||||
Rooftop Billboard A|屋上看板A
|
||||
Roof|屋根
|
||||
Roof|屋根
|
||||
Roof|屋根
|
||||
Convenience Store|コンビニエンスストア
|
||||
Convenience Store|コンビニエンスストア
|
||||
Convenience Store|コンビニエンスストア
|
||||
Steel Tower|鉄塔
|
||||
Water Storage Tank|貯水タンク
|
||||
Roof|屋根
|
||||
Roof|屋根
|
||||
Roof|屋根
|
||||
Bus Waiting Area|待合所
|
||||
Bus Waiting Area|待合所
|
||||
Station Kiosk|駅の売店
|
||||
Steel Tower|鉄塔
|
||||
Water Storage Tank|貯水タンク
|
||||
Roof|屋根
|
||||
Roof|屋根
|
||||
Roof|屋根
|
||||
Bus Waiting Area|待合所
|
||||
Bus Waiting Area|待合所
|
||||
Station Kiosk|駅の売店
|
||||
Roof Detail|屋根飾り
|
||||
Roof|屋根
|
||||
Roof|屋根
|
||||
Roof|屋根
|
||||
Roof|屋根
|
||||
16
img/tilesets/World_A1.txt
Normal file
16
img/tilesets/World_A1.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Sea|海
|
||||
Deep Sea|深い海
|
||||
Rock Shoal|岩礁
|
||||
Icebergs|氷山
|
||||
Poison Swamp|毒の沼
|
||||
Dead Trees|枯れ木
|
||||
Lava|溶岩
|
||||
Lava Bubbles|溶岩の泡
|
||||
Pond|池
|
||||
Boulder|岩
|
||||
Frozen Sea|凍った海
|
||||
Whirlpool|渦
|
||||
Land's End|大地の境界
|
||||
Endless Waterfall|下界に落ちる滝
|
||||
Cloud (Land's End)|雲(大地の境界)
|
||||
Cloud|雲
|
||||
32
img/tilesets/World_A2.txt
Normal file
32
img/tilesets/World_A2.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Grassland A|草原A
|
||||
Grassland A (Dark)|草原A(濃)
|
||||
Grassland B|草原B
|
||||
Grassland B (Dark)|草原B(濃)
|
||||
Forest|森
|
||||
Forest (Conifer)|森(針葉樹)
|
||||
Mountain (Grass)|山(草)
|
||||
Mountain (Dirt)|山(土)
|
||||
Wasteland A|荒れ地A
|
||||
Wasteland B|荒れ地B
|
||||
Dirt Field A|土肌A
|
||||
Dirt Field B|土肌B
|
||||
Forest (Dead Trees)|森(枯れ木)
|
||||
Road (Dirt)|道(土)
|
||||
Hill (Dirt)|丘(土)
|
||||
Mountain (Sandstone)|山(砂岩)
|
||||
Desert A|砂漠A
|
||||
Desert B|砂漠B
|
||||
Rocky Land A|岩地A
|
||||
Rocky Land B (Lava)|岩地B(溶岩)
|
||||
Forest (Palm Trees)|森(ヤシの木)
|
||||
Road (Paved)|道(舗装)
|
||||
Mountain (Rock)|山(岩)
|
||||
Mountain (Lava)|山(溶岩)
|
||||
Snowfield|雪原
|
||||
Mountain (Snow)|山(雪)
|
||||
Clouds|雲
|
||||
Large Clouds|大きな雲
|
||||
Forest (Snow)|森(雪)
|
||||
Pit|穴
|
||||
Hill (Sandstone)|丘(砂岩)
|
||||
Hill (Snow)|丘(雪)
|
||||
256
img/tilesets/World_B.txt
Normal file
256
img/tilesets/World_B.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Transparent|透明
|
||||
Sign|立て札
|
||||
Pier (H)|桟橋(横)
|
||||
Pier (V)|桟橋(縦)
|
||||
Pond|池
|
||||
Oasis|オアシス
|
||||
Pond (Ice)|池(氷)
|
||||
Rainbow|虹
|
||||
Tent|テント
|
||||
Igloo|氷の家
|
||||
Pyramid|ピラミッド
|
||||
Giant Tree|大樹
|
||||
Giant Tree (Snow)|大樹(雪)
|
||||
Dirt|土砂
|
||||
Avalanche|雪崩
|
||||
Rainbow|虹
|
||||
Cave A|洞窟A
|
||||
Cave B|洞窟B
|
||||
Cave (Collapsed)|洞窟(土砂崩れ)
|
||||
Mine|坑道
|
||||
Tunnel|トンネル
|
||||
Tunnel (Blocked)|トンネル(通行止め)
|
||||
Shrine|ほこら
|
||||
Shrine (Snow)|ほこら(雪)
|
||||
Bridge (H)|橋(横)
|
||||
Bridge (V)|橋(縦)
|
||||
Collapsed Bridge (H)|崩れた橋(横)
|
||||
Collapsed Bridge (V)|崩れた橋(縦)
|
||||
Snow Bridge (H)|雪の橋(横)
|
||||
Snow Bridge (V)|雪の橋(縦)
|
||||
Collapsed Snow Bridge (H)|崩れた雪の橋(横)
|
||||
Collapsed Snow Bridge (V)|崩れた雪の橋(縦)
|
||||
Castle A|城A
|
||||
Castle A|城A
|
||||
Castle B|城B
|
||||
Castle B|城B
|
||||
Fort A|砦A
|
||||
Fort A|砦A
|
||||
Fort B|砦B
|
||||
Fort B|砦B
|
||||
Castle A|城A
|
||||
Castle A|城A
|
||||
Castle B|城B
|
||||
Castle B|城B
|
||||
Fort A|砦A
|
||||
Fort A|砦A
|
||||
Fort B|砦B
|
||||
Fort B|砦B
|
||||
Castle C|城C
|
||||
Castle C|城C
|
||||
Castle D|城D
|
||||
Castle D|城D
|
||||
Castle (Ruins)|城(廃墟)
|
||||
Castle (Ruins)|城(廃墟)
|
||||
Fort (Ruins)|砦(廃墟)
|
||||
Fort (Ruins)|砦(廃墟)
|
||||
Castle C|城C
|
||||
Castle C|城C
|
||||
Castle D|城D
|
||||
Castle D|城D
|
||||
Castle (Ruins)|城(廃墟)
|
||||
Castle (Ruins)|城(廃墟)
|
||||
Fort (Ruins)|砦(廃墟)
|
||||
Fort (Ruins)|砦(廃墟)
|
||||
Castle A, B (Snow)|城A・B(雪)
|
||||
Castle A, B (Snow)|城A・B(雪)
|
||||
Castle C, D (Snow)|城C・D(雪)
|
||||
Castle C, D (Snow)|城C・D(雪)
|
||||
Fort (Snow)|砦(雪)
|
||||
Fort (Snow)|砦(雪)
|
||||
Castle (Ruins, Snow)|城(廃墟・雪)
|
||||
Castle (Ruins, Snow)|城(廃墟・雪)
|
||||
Castle A, B (Snow)|城A・B(雪)
|
||||
Castle A, B (Snow)|城A・B(雪)
|
||||
Castle C, D (Snow)|城C・D(雪)
|
||||
Castle C, D (Snow)|城C・D(雪)
|
||||
Fort (Snow)|砦(雪)
|
||||
Fort (Snow)|砦(雪)
|
||||
Castle (Ruins, Snow)|城(廃墟・雪)
|
||||
Castle (Ruins, Snow)|城(廃墟・雪)
|
||||
Tower A|塔A
|
||||
Tower A (Ruins)|塔A(廃墟)
|
||||
Tower B|塔B
|
||||
Tower C|塔C
|
||||
Tower A (Snow)|塔A(雪)
|
||||
Tower D|塔D
|
||||
Temple A|神殿A
|
||||
Temple A (Snow)|神殿A(雪)
|
||||
Tower A|塔A
|
||||
Tower A (Ruins)|塔A(廃墟)
|
||||
Tower B|塔B
|
||||
Tower C|塔C
|
||||
Tower A (Snow)|塔A(雪)
|
||||
Tower D (Ruins)|塔D(廃墟)
|
||||
Temple B|神殿B
|
||||
Temple C|神殿C
|
||||
Fortress City |城塞都市
|
||||
Fortress City |城塞都市
|
||||
Fortress City (Snow)|城塞都市(雪)
|
||||
Fortress City (Snow)|城塞都市(雪)
|
||||
Large Mansion|大きな屋敷
|
||||
Large Mansion|大きな屋敷
|
||||
School of Magic|魔法学校
|
||||
School of Magic|魔法学校
|
||||
Fortress City |城塞都市
|
||||
Fortress City |城塞都市
|
||||
Fortress City (Snow)|城塞都市(雪)
|
||||
Fortress City (Snow)|城塞都市(雪)
|
||||
Large Mansion|大きな屋敷
|
||||
Large Mansion|大きな屋敷
|
||||
School of Magic|魔法学校
|
||||
School of Magic|魔法学校
|
||||
Town A|町A
|
||||
Town A|町A
|
||||
Town B|町B
|
||||
Town B|町B
|
||||
Village A|村A
|
||||
Village A|村A
|
||||
Village B|村B
|
||||
Village B|村B
|
||||
Town C|町C
|
||||
House (Town)|家(町)
|
||||
Village C|村C
|
||||
House (Village)|家(村)
|
||||
Town C (Snow)|町C(雪)
|
||||
House (Town, Snow)|家(町・雪)
|
||||
Village C (Snow)|村C(雪)
|
||||
House (Village, Snow)|家(村・雪)
|
||||
Town A (Snow)|町A(雪)
|
||||
Town A (Snow)|町A(雪)
|
||||
Town B (Snow)|町B(雪)
|
||||
Town B (Snow)|町B(雪)
|
||||
Village A (Snow)|村A(雪)
|
||||
Village A (Snow)|村A(雪)
|
||||
Village B (Snow)|村B(雪)
|
||||
Village B (Snow)|村B(雪)
|
||||
Town D (Desert)|町D(砂漠)
|
||||
Town D (Desert)|町D(砂漠)
|
||||
Town E (Desert)|町E(砂漠)
|
||||
Town E (Desert)|町E(砂漠)
|
||||
Town F (Desert)|町F(砂漠)
|
||||
Large Tent|大きなテント
|
||||
House (Desert)|家(砂漠)
|
||||
Pit House|竪穴式住居
|
||||
Castle (Walled)|城(城壁)
|
||||
Castle (Walled)|城(城壁)
|
||||
Castle (Walled)|城(城壁)
|
||||
Demon Castle|魔王城
|
||||
Demon Castle|魔王城
|
||||
Cursed Castle|呪われた城
|
||||
Cursed Castle|呪われた城
|
||||
Town C (Ruins)|町C(廃墟)
|
||||
Castle (Walled)|城(城壁)
|
||||
Castle (Walled)|城(城壁)
|
||||
Castle (Walled)|城(城壁)
|
||||
Demon Castle|魔王城
|
||||
Demon Castle|魔王城
|
||||
Cursed Castle|呪われた城
|
||||
Cursed Castle|呪われた城
|
||||
Town F (Ruins)|町F(廃墟)
|
||||
Castle (Walled)|城(城壁)
|
||||
Castle (Walled)|城(城壁)
|
||||
Castle (Walled)|城(城壁)
|
||||
Town A (Ruins)|町A(廃墟)
|
||||
Town A (Ruins)|町A(廃墟)
|
||||
Village A (Ruins)|村A(廃墟)
|
||||
Village A (Ruins)|村A(廃墟)
|
||||
House (Ruins)|家(廃墟)
|
||||
Castle Wall (Ruins A)|城壁(廃墟A)
|
||||
Castle Wall (Ruins B)|城壁(廃墟B)
|
||||
Castle Wall (Ruins C)|城壁(廃墟C)
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall (Gate)|城壁(城門)
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Lookout Post|やぐら
|
||||
Crater|クレーター
|
||||
Trail|山道
|
||||
Rock Mountain|岩山
|
||||
Rock Mountain|岩山
|
||||
Rock Mountain (Sandstone)|岩山(砂岩)
|
||||
Rock Mountain (Sandstone)|岩山(砂岩)
|
||||
Rock Mountain (Snow)|岩山(雪)
|
||||
Rock Mountain (Snow)|岩山(雪)
|
||||
Volcano Crater (Lava)|火口(溶岩)
|
||||
Volcano Crater (Lava)|火口(溶岩)
|
||||
Rock Mountain|岩山
|
||||
Rock Mountain|岩山
|
||||
Rock Mountain (Sandstone)|岩山(砂岩)
|
||||
Rock Mountain (Sandstone)|岩山(砂岩)
|
||||
Rock Mountain (Snow)|岩山(雪)
|
||||
Rock Mountain (Snow)|岩山(雪)
|
||||
Volcano Crater|火口
|
||||
Volcano Crater|火口
|
||||
Rock Mountain|岩山
|
||||
Rock Mountain|岩山
|
||||
Rock Mountain (Sandstone)|岩山(砂岩)
|
||||
Rock Mountain (Sandstone)|岩山(砂岩)
|
||||
Rock Mountain (Snow)|岩山(雪)
|
||||
Rock Mountain (Snow)|岩山(雪)
|
||||
Volcano|火山
|
||||
Volcano|火山
|
||||
Rock Mountain|岩山
|
||||
Rock Mountain|岩山
|
||||
Rock Mountain (Sandstone)|岩山(砂岩)
|
||||
Rock Mountain (Sandstone)|岩山(砂岩)
|
||||
Rock Mountain (Snow)|岩山(雪)
|
||||
Rock Mountain (Snow)|岩山(雪)
|
||||
Floating Continent (Giant Tree)|浮遊大陸(大樹)
|
||||
Floating Continent (Giant Tree)|浮遊大陸(大樹)
|
||||
Floating Continent|浮遊大陸
|
||||
Floating Continent|浮遊大陸
|
||||
Floating Continent (Cloud)|浮遊大陸(雲)
|
||||
Floating Continent (Cloud)|浮遊大陸(雲)
|
||||
Cloud Land|雲の大地
|
||||
Cloud Land|雲の大地
|
||||
Floating Continent (Castle)|浮遊大陸(城)
|
||||
Floating Continent (Castle)|浮遊大陸(城)
|
||||
Floating Continent|浮遊大陸
|
||||
Floating Continent|浮遊大陸
|
||||
Floating Continent (Cloud)|浮遊大陸(雲)
|
||||
Floating Continent (Cloud)|浮遊大陸(雲)
|
||||
Cloud Land|雲の大地
|
||||
Cloud Land|雲の大地
|
||||
Floating Continent (Temple)|浮遊大陸(神殿)
|
||||
Floating Continent (Temple)|浮遊大陸(神殿)
|
||||
Floating Continent (Shadow)|浮遊大陸(影)
|
||||
Floating Continent (Shadow)|浮遊大陸(影)
|
||||
Cloud Land (Temple)|雲の大地(神殿)
|
||||
Cloud Land (Temple)|雲の大地(神殿)
|
||||
Cloud Land (Castle)|雲の大地(城)
|
||||
Cloud Land (Castle)|雲の大地(城)
|
||||
256
img/tilesets/World_C.txt
Normal file
256
img/tilesets/World_C.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Hole|穴
|
||||
Signboard A|看板A
|
||||
Signboard B|看板B
|
||||
Signboard C|看板C
|
||||
Iron Bridge (H)|鉄橋(横)
|
||||
Iron Bridge (V)|鉄橋(縦)
|
||||
Reservoir A|貯水池A
|
||||
Reservoir B|貯水池B
|
||||
Hut|小屋
|
||||
Shanty|掘っ立て小屋
|
||||
Signboard D|看板D
|
||||
Digital Signage A|電子看板A
|
||||
Digital Signage B|電子看板B
|
||||
Windmill|風車
|
||||
Parabolic Antenna|パラボラアンテナ
|
||||
Heliport|ヘリポート
|
||||
Entrance A (Open)|入口A(開)
|
||||
Entrance A (Closed)|入口A(閉)
|
||||
Entrance B (Open)|入口B(開)
|
||||
Entrance B (Closed)|入口B(閉)
|
||||
Entrance C (Open)|入口C(開)
|
||||
Entrance C (Closed)|入口C(閉)
|
||||
Entrance D (Closed)|入口D(閉)
|
||||
Entrance E (Closed)|入口E(閉)
|
||||
Road|道路
|
||||
Road|道路
|
||||
Road Closed|通行止め
|
||||
Rocky Mountain A|岩山A
|
||||
Rocky Mountain A|岩山A
|
||||
Rocky Mountain B|岩山B
|
||||
Rocky Mountain B|岩山B
|
||||
Rocky Mountain C|岩山C
|
||||
Road|道路
|
||||
Road|道路
|
||||
Road|道路
|
||||
Rocky Mountain A|岩山A
|
||||
Rocky Mountain A|岩山A
|
||||
Rocky Mountain B|岩山B
|
||||
Rocky Mountain B|岩山B
|
||||
Rocky Mountain C|岩山C
|
||||
Road|道路
|
||||
Road|道路
|
||||
Road|道路
|
||||
Rocky Mountain A|岩山A
|
||||
Rocky Mountain A|岩山A
|
||||
Rocky Mountain B|岩山B
|
||||
Rocky Mountain B|岩山B
|
||||
Rocky Mountain D|岩山D
|
||||
Road|道路
|
||||
Road|道路
|
||||
Road|道路
|
||||
Rocky Mountain A|岩山A
|
||||
Rocky Mountain A|岩山A
|
||||
Rocky Mountain B|岩山B
|
||||
Rocky Mountain B|岩山B
|
||||
Broken Buildings|壊れたビル街
|
||||
Town A|町A
|
||||
Town B|町B
|
||||
Slum A|スラム街A
|
||||
Slum B|スラム街B
|
||||
Mansion A|邸宅A
|
||||
Mansion A|邸宅A
|
||||
Gate A|ゲートA
|
||||
Gate B|ゲートB
|
||||
Shopping Area A|商店街A
|
||||
Shopping Area B|商店街B
|
||||
Buildings A|ビル街A
|
||||
Buildings B|ビル街B
|
||||
Mansion B|邸宅B
|
||||
Mansion B|邸宅B
|
||||
Gate C|ゲートC
|
||||
Gate D|ゲートD
|
||||
Residential Street|住宅街
|
||||
Residential Street|住宅街
|
||||
Slum|スラム街
|
||||
Slum|スラム街
|
||||
School|学校
|
||||
School|学校
|
||||
Hospital|病院
|
||||
Hospital|病院
|
||||
Residential Street|住宅街
|
||||
Residential Street|住宅街
|
||||
Slum|スラム街
|
||||
Slum|スラム街
|
||||
School|学校
|
||||
School|学校
|
||||
Hospital|病院
|
||||
Hospital|病院
|
||||
City A|街A
|
||||
City A|街A
|
||||
City B|街B
|
||||
City B|街B
|
||||
Residence A|屋敷A
|
||||
Residence A|屋敷A
|
||||
Residence B|屋敷B
|
||||
Residence B|屋敷B
|
||||
City A|街A
|
||||
City A|街A
|
||||
City B|街B
|
||||
City B|街B
|
||||
Residence A|屋敷A
|
||||
Residence A|屋敷A
|
||||
Residence B|屋敷B
|
||||
Residence B|屋敷B
|
||||
Bridge A (V)|橋A(縦)
|
||||
Bridge A (H)|橋A(横)
|
||||
Broken Bridge A (V)|壊れた橋A(縦)
|
||||
Broken Bridge A (H)|壊れた橋A(横)
|
||||
Bridge B (V)|橋B(縦)
|
||||
Bridge B (H)|橋B(横)
|
||||
Broken Bridge B (V)|壊れた橋(縦)
|
||||
Broken Bridge B (H)|壊れた橋(横)
|
||||
Building A|ビルA
|
||||
Building B|ビルB
|
||||
Building C|ビルC
|
||||
Building D|ビルD
|
||||
Apartment|マンション
|
||||
Apartment Complex|マンション群
|
||||
Collapsed Building A|崩壊したビルA
|
||||
Collapsed Building B|崩壊したビルB
|
||||
Building A|ビルA
|
||||
Building B|ビルB
|
||||
Building C|ビルC
|
||||
Building D|ビルD
|
||||
Apartment|マンション
|
||||
Apartment Complex|マンション群
|
||||
Collapsed Building A|崩壊したビルA
|
||||
Collapsed Building B|崩壊したビルB
|
||||
Large Town A|大きな町A
|
||||
Large Town A|大きな町A
|
||||
Entertainment District A|歓楽街A
|
||||
Entertainment District A|歓楽街A
|
||||
Police Station|警察署
|
||||
Police Station|警察署
|
||||
Island A|島A
|
||||
Island A|島A
|
||||
Large Town A|大きな町A
|
||||
Large Town A|大きな町A
|
||||
Entertainment District A|歓楽街A
|
||||
Entertainment District A|歓楽街A
|
||||
Police Station|警察署
|
||||
Police Station|警察署
|
||||
Island A|島A
|
||||
Island A|島A
|
||||
Large Town B|大きな町B
|
||||
Large Town B|大きな町B
|
||||
Entertainment District B|歓楽街B
|
||||
Entertainment District B|歓楽街B
|
||||
Museum|博物館
|
||||
Museum|博物館
|
||||
Island B|島B
|
||||
Island B|島B
|
||||
Large Town B|大きな町B
|
||||
Large Town B|大きな町B
|
||||
Entertainment District B|歓楽街B
|
||||
Entertainment District B|歓楽街B
|
||||
Museum|博物館
|
||||
Museum|博物館
|
||||
Island B|島B
|
||||
Island B|島B
|
||||
Warehouse A|倉庫A
|
||||
Warehouse A|倉庫A
|
||||
Factory|工場
|
||||
Factory|工場
|
||||
Warehouse B|倉庫B
|
||||
Gantry Crane|ガントリークレーン
|
||||
Park|公園
|
||||
Island C|島C
|
||||
Warehouse A|倉庫A
|
||||
Warehouse A|倉庫A
|
||||
Factory|工場
|
||||
Factory|工場
|
||||
Warehouse B|倉庫B
|
||||
Gantry Crane|ガントリークレーン
|
||||
Statue A|像A
|
||||
Statue B|像B
|
||||
Laboratory|研究所
|
||||
Laboratory|研究所
|
||||
Construction Site|工事現場
|
||||
Construction Site|工事現場
|
||||
Watchtower|監視塔
|
||||
Steel Tower|鉄塔
|
||||
Tower A|タワーA
|
||||
Tower B|タワーB
|
||||
Laboratory|研究所
|
||||
Laboratory|研究所
|
||||
Construction Site|工事現場
|
||||
Construction Site|工事現場
|
||||
Watchtower|監視塔
|
||||
Steel Tower|鉄塔
|
||||
Tower A|タワーA
|
||||
Tower B|タワーB
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall (Gate)|外壁(門)
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall (Gate)|外壁(門)
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Outer Wall|外壁
|
||||
Theme Park|テーマパーク
|
||||
Theme Park|テーマパーク
|
||||
Port|港湾
|
||||
Port|港湾
|
||||
Military Base|軍事基地
|
||||
Military Base|軍事基地
|
||||
Dome|ドーム
|
||||
Dome|ドーム
|
||||
Theme Park|テーマパーク
|
||||
Theme Park|テーマパーク
|
||||
Port|港湾
|
||||
Port|港湾
|
||||
Military Base|軍事基地
|
||||
Military Base|軍事基地
|
||||
Dome|ドーム
|
||||
Dome|ドーム
|
||||
Lighthouse|灯台
|
||||
Broken Lighthouse|壊れた灯台
|
||||
Temple|寺院
|
||||
Church|教会
|
||||
Cemetery A|墓地A
|
||||
Cemetery B|墓地B
|
||||
Prison|刑務所
|
||||
Prison|刑務所
|
||||
16
img/tilesets/mz/Dungeon_A1.txt
Normal file
16
img/tilesets/mz/Dungeon_A1.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Water A|水場A
|
||||
Deep Water|深い水場
|
||||
Swamp Grass|水草
|
||||
Lotus Pads (Flowers)|蓮の葉(花)
|
||||
Lava|溶岩
|
||||
Waterfall A (Lava Cave)|滝A(溶岩洞窟)
|
||||
Water B (Grass Maze)|水場B(草迷宮)
|
||||
Waterfall B (Grass Maze)|滝B(草迷宮)
|
||||
Water C (Dirt Cave)|水場C(土洞窟)
|
||||
Waterfall C (Dirt Cave)|滝C(土洞窟)
|
||||
Water D (Rock Cave)|水場D(岩洞窟)
|
||||
Waterfall D (Rock Cave)|滝D(岩洞窟)
|
||||
Water E (Crystal)|水場E(水晶)
|
||||
Waterfall E (Crystal)|滝E(水晶)
|
||||
Canal|水路
|
||||
Waterfall (Stone Wall)|滝F(石壁)
|
||||
32
img/tilesets/mz/Dungeon_A2.txt
Normal file
32
img/tilesets/mz/Dungeon_A2.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Ground A (Dirt Cave)|床A(土洞窟)
|
||||
Ground B (Grass Maze)|床B(草迷宮)
|
||||
Dark Ground A (Dirt Cave)|濃い床A(土洞窟)
|
||||
Dark Ground B (Grass Maze)|濃い床B(草迷宮)
|
||||
Hole A (Dirt Cave)|穴A(土洞窟)
|
||||
Hole B (Grass Maze)|穴B(草迷宮)
|
||||
Hole I (Stone Floor)|穴I(石の床)
|
||||
Ground Cracks|床のひび割れ
|
||||
Ground C (Rock Cave)|床C(岩洞窟)
|
||||
Ground D (Crystal)|床D(水晶)
|
||||
Dark Ground C (Rock Cave)|濃い床C(岩洞窟)
|
||||
Dark Ground D (Crystal)|濃い床D(水晶)
|
||||
Hole C (Rock Cave)|穴C(岩洞窟)
|
||||
Hole D (Crystal)|穴D(水晶)
|
||||
Hole J|穴J
|
||||
Soil on Ground|床の汚れ
|
||||
Ground E (Lava Cave)|床E(溶岩洞窟)
|
||||
Ground F (In Body)|床F(体内)
|
||||
Dark Ground E (Lava Cave)|濃い床E(溶岩洞窟)
|
||||
Rug A|じゅうたんA
|
||||
Hole E (Lava Cave)|穴E(溶岩洞窟)
|
||||
Hole F (In Body)|穴F(体内)
|
||||
Fencepost|柵
|
||||
Moss on Ground|床の苔
|
||||
Ground G (Ice Cave)|床G(氷洞窟)
|
||||
Ground H (Demonic World)|床H(魔界)
|
||||
Dark Ground G (Ice Cave)|濃い床G(氷洞窟)
|
||||
Rug B|じゅうたんB
|
||||
Hole G (Ice Cave)|穴G(氷洞窟)
|
||||
Hole H (Demonic World)|穴H(魔界)
|
||||
Raised Stone|石段
|
||||
Poison Swamp|毒の沼
|
||||
48
img/tilesets/mz/Dungeon_A4.txt
Normal file
48
img/tilesets/mz/Dungeon_A4.txt
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
Wall A (Dirt Cave)|壁A(土洞窟)
|
||||
Wall B (Rock Cave)|壁B(岩洞窟)
|
||||
Wall C (Lava Cave)|壁C(溶岩洞窟)
|
||||
Wall D (Ice Cave)|壁D(氷洞窟)
|
||||
Wall E (Grass Maze)|壁E(草迷宮)
|
||||
Wall F (Crystal)|壁F(水晶)
|
||||
Wall G (In Body)|壁G(体内)
|
||||
Wall H (Demonic World)|壁H(魔界)
|
||||
Wall A (Dirt Cave)|壁A(土洞窟)
|
||||
Wall B (Rock Cave)|壁B(岩洞窟)
|
||||
Wall C (Lava Cave)|壁C(溶岩洞窟)
|
||||
Wall D (Ice Cave)|壁D(氷洞窟)
|
||||
Wall E (Grass Maze)|壁E(草迷宮)
|
||||
Wall F (Crystal)|壁F(水晶)
|
||||
Wall G (In Body)|壁G(体内)
|
||||
Wall H (Demonic World)|壁H(魔界)
|
||||
Wall I (Stone)|壁I(石)
|
||||
Wall J (Brick)|壁J(レンガ)
|
||||
Wall K (Brick)|壁K(レンガ)
|
||||
Wall L (Stone)|壁L(石)
|
||||
Wall M (Stone)|壁M(石)
|
||||
Wall N (Castle)|壁N(城)
|
||||
Wall O (Fort)|壁O(砦)
|
||||
Wall P (Demon Castle)|壁P(魔王城)
|
||||
Wall I (Stone)|壁I(石)
|
||||
Wall J (Brick)|壁J(レンガ)
|
||||
Wall K (Brick)|壁K(レンガ)
|
||||
Wall L (Stone)|壁L(石)
|
||||
Wall M (Stone)|壁M(石)
|
||||
Wall N (Castle)|壁N(城)
|
||||
Wall O (Fort)|壁O(砦)
|
||||
Wall P (Demon Castle)|壁P(魔王城)
|
||||
Wall Q (Temple)|壁Q(神殿)
|
||||
Wall R (Marble)|壁R(大理石)
|
||||
Wall S (Frozen)|壁S(凍結)
|
||||
Wall T (Factory)|壁T(工場)
|
||||
Ledge A (Dirt Cave)|段差A(土洞窟)
|
||||
Ledge B (Rock Cave)|段差B(岩洞窟)
|
||||
Ledge C (Lava Cave)|段差C(溶岩洞窟)
|
||||
Ledge D (Ice Cave)|段差D(氷洞窟)
|
||||
Wall Q (Temple)|壁Q(神殿)
|
||||
Wall R (Marble)|壁R(大理石)
|
||||
Wall S (Frozen)|壁S(凍結)
|
||||
Wall T (Factory)|壁T(工場)
|
||||
Ledge A (Dirt Cave)|段差A(土洞窟)
|
||||
Ledge B (Rock Cave)|段差B(岩洞窟)
|
||||
Ledge C (Lava Cave)|段差C(溶岩洞窟)
|
||||
Ledge D (Ice Cave)|段差D(氷洞窟)
|
||||
128
img/tilesets/mz/Dungeon_A5.txt
Normal file
128
img/tilesets/mz/Dungeon_A5.txt
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
Darkness|暗闇
|
||||
Translucent Floor A|半透明の床A
|
||||
Translucent Floor B|半透明の床B
|
||||
Translucent Floor C|半透明の床C
|
||||
Translucent Floor D|半透明の床D
|
||||
Stairs A (Translucent)|階段A(半透明)
|
||||
Stairs B (Translucent)|階段B(半透明)
|
||||
Wire Mesh|金網
|
||||
Transparent|透明
|
||||
Translucent Floor A|半透明の床A
|
||||
Translucent Floor B|半透明の床B
|
||||
Translucent Floor C|半透明の床C
|
||||
Translucent Floor D|半透明の床D
|
||||
Stairs A (Translucent)|階段C(半透明)
|
||||
Stairs B (Translucent)|階段D(半透明)
|
||||
Wire Mesh|金網
|
||||
Ground A (Dirt Cave)|床A(土洞窟)
|
||||
Ground B (Rock Cave)|床B(岩洞窟)
|
||||
Ground C (Lava Cave)|床C(溶岩洞窟)
|
||||
Ground D (Ice Cave)|床D(氷洞窟)
|
||||
Ground E (Grass Maze)|床E(草迷宮)
|
||||
Ground F (Crystal)|床F(水晶)
|
||||
Ground G (In Body)|床G(体内)
|
||||
Ground H (Demonic World)|床H(魔界)
|
||||
Stairs A (Dirt Cave, Left)|階段A(土洞窟・左)
|
||||
Stairs A (Dirt Cave, Center)|階段A(土洞窟・中央)
|
||||
Stairs A (Dirt Cave, Right)|階段A(土洞窟・右)
|
||||
Stairs A (Dirt Cave)|階段A(土洞窟)
|
||||
Stairs B (Rock Cave, Left)|階段B(岩洞窟・左)
|
||||
Stairs B (Rock Cave, Center)|階段B(岩洞窟・中央)
|
||||
Stairs B (Rock Cave, Right)|階段B(岩洞窟・右)
|
||||
Stairs B (Rock Cave)|階段B(岩洞窟)
|
||||
Cobblestones A|石畳A
|
||||
Cobblestones B|石畳B
|
||||
Cobblestones C|石畳C
|
||||
Cobblestones D|石畳D
|
||||
Cobblestones E|石畳E
|
||||
Cobblestones F|石畳F
|
||||
Cobblestones G|石畳G
|
||||
Interior Floor A (Demon Castle)|内装床A(魔王城)
|
||||
Stairs C (Lava Cave, Left)|階段C(溶岩洞窟・左)
|
||||
Stairs C (Lava Cave, Center)|階段C(溶岩洞窟・中央)
|
||||
Stairs C (Lava Cave, Right)|階段C(溶岩洞窟・右)
|
||||
Stairs C (Lava Cave)|階段C(溶岩洞窟)
|
||||
Stairs D (Ice Cave, Left)|階段D(氷洞窟・左)
|
||||
Stairs D (Ice Cave, Center)|階段D(氷洞窟・中央)
|
||||
Stairs D (Ice Cave, Right)|階段D(氷洞窟・右)
|
||||
Stairs D (Ice Cave)|階段D(氷洞窟)
|
||||
Cobblestones H|石畳H
|
||||
Interior Floor B (Concrete)|内装床B(コンクリート)
|
||||
Icy Ground A|氷の床A
|
||||
Interior Floor C (Factory)|内装床C(工場)
|
||||
Decorative Tile|舗装床
|
||||
Cobblestones I|石畳I
|
||||
Cobblestones J|石畳J
|
||||
Decorative Tile|化粧タイル
|
||||
Stairs E (Grass Maze, Left)|階段E(草迷宮・左)
|
||||
Stairs E (Grass Maze, Center)|階段E(草迷宮・中央)
|
||||
Stairs E (Grass Maze, Right)|階段E(草迷宮・右)
|
||||
Stairs E (Grass Maze)|階段E(草迷宮)
|
||||
Stairs F (Crystal, Left)|階段F(水晶・左)
|
||||
Stairs F (Crystal, Center)|階段F(水晶・中央)
|
||||
Stairs F (Crystal, Right)|階段F(水晶・右)
|
||||
Stairs F (Crystal)|階段F(水晶)
|
||||
Stairs G (In Body, Left)|階段G(体内・左)
|
||||
Stairs G (In Body, Center)|階段G(体内・中央)
|
||||
Stairs G (In Body, Right)|階段G(体内・右)
|
||||
Stairs G (In Body)|階段G(体内)
|
||||
Stairs H (Demonic World, Left)|階段H(魔界・左)
|
||||
Stairs H (Demonic World, Center)|階段H(魔界・中央)
|
||||
Stairs H (Demonic World, Right)|階段H(魔界・右)
|
||||
Stairs H (Demonic World)|階段H(魔界)
|
||||
Stairs I (Stone, Left)|階段I(石・左)
|
||||
Stairs I (Stone, Center)|階段I(石・中央)
|
||||
Stairs I (Stone, Right)|階段I(石・右)
|
||||
Stairs I (Stone)|階段I(石)
|
||||
Stairs J (Ruins, Left)|階段J(廃墟・左)
|
||||
Stairs J (Ruins, Center)|階段J(廃墟・中央)
|
||||
Stairs J (Ruins, Right)|階段J(廃墟・右)
|
||||
Stairs J (Ruins)|階段J(廃墟)
|
||||
Stairs K (Stone, Left)|階段K(石・左)
|
||||
Stairs K (Stone, Center)|階段K(石・中央)
|
||||
Stairs K (Stone, Right)|階段K(石・右)
|
||||
Stairs K (Stone)|階段K(石)
|
||||
Stairs L (Ruins, Left)|階段L(廃墟・左)
|
||||
Stairs L (Ruins, Center)|階段L(廃墟・中央)
|
||||
Stairs L (Ruins, Right)|階段L(廃墟・右)
|
||||
Stairs L (Ruins)|階段L(廃墟)
|
||||
Ground (Dirt Cave, Ruins)|床A(土洞窟・廃墟)
|
||||
Ground (Rock Cave, Ruins)|床B(岩洞窟・廃墟)
|
||||
Ground (Lava Cave, Ruins)|床C(溶岩洞窟・廃墟)
|
||||
Ground (Ice Cave, Ruins)|床D(氷洞窟・廃墟)
|
||||
Ground (Grass Maze, Ruins)|床E(草迷宮・廃墟)
|
||||
Ground (Crystal, Ruins)|床F(水晶・廃墟)
|
||||
Ground (In Body, Ruins)|床G(体内・廃墟)
|
||||
Ground (Demonic World, Ruins)|床H(魔界・廃墟)
|
||||
Cobblestones A (Ruins)|石畳A(廃墟)
|
||||
Cobblestones B (Ruins)|石畳B(廃墟)
|
||||
Cobblestones C (Ruins)|石畳C(廃墟)
|
||||
Cobblestones D (Ruins)|石畳D(廃墟)
|
||||
Cobblestones E (Ruins)|石畳E(廃墟)
|
||||
Cobblestones F (Ruins)|石畳F(廃墟)
|
||||
Cobblestones G (Ruins)|石畳G(廃墟)
|
||||
Interior Floor A (Demon Castle, Ruins)|内装床A(魔王城・廃墟)
|
||||
Cobblestones H (Ruins)|石畳H(廃墟)
|
||||
Interior Floor B (Concrete, Ruins)|内装床B(コンクリート・廃墟)
|
||||
Icy Ground B|氷の床B
|
||||
Interior Floor D (Factory)|内装床D(工場)
|
||||
Decorative Tile (Ruins)|舗装床(廃墟)
|
||||
Cobblestones I (Ruins)|石畳I(廃墟)
|
||||
Cobblestones J (Ruins)|石畳J(廃墟)
|
||||
Decorative Tile (Ruins)|化粧タイル(廃墟)
|
||||
Large Relief Floor Tile A|大きなレリーフ床A
|
||||
Large Relief Floor Tile A|大きなレリーフ床A
|
||||
Large Relief Floor Tile B|大きなレリーフ床B
|
||||
Large Relief Floor Tile B|大きなレリーフ床B
|
||||
Directional Floor Tile A (Down)|方向床A(下)
|
||||
Directional Floor Tile B (Up)|方向床B(上)
|
||||
Relief Floor Tile A (Gold)|レリーフ床A(金)
|
||||
Relief Floor Tile B (Gold)|レリーフ床B(金)
|
||||
Large Relief Floor Tile A|大きなレリーフ床A
|
||||
Large Relief Floor Tile A|大きなレリーフ床A
|
||||
Large Relief Floor Tile B|大きなレリーフ床B
|
||||
Large Relief Floor Tile B|大きなレリーフ床B
|
||||
Directional Floor Tile C (Left)|方向床C(左)
|
||||
Directional Floor Tile D (Right)|方向床D(右)
|
||||
Relief Floor Tile C (Gold)|レリーフ床C(金)
|
||||
Relief Floor Tile D (Gold, Ruins)|レリーフ床D(金・廃墟)
|
||||
256
img/tilesets/mz/Dungeon_B.txt
Normal file
256
img/tilesets/mz/Dungeon_B.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Transparent|透明
|
||||
Beanstalk A|豆の木A
|
||||
Stairs A (Up)|階段A(上り)
|
||||
Stairs B (Up)|階段B(上り)
|
||||
Metal Ladder|鉄ばしご
|
||||
Rope Ladder|縄ばしご
|
||||
Rope|ロープ
|
||||
Vines A|ツタA
|
||||
Beanstalk B (Snow)|豆の木B(雪)
|
||||
Beanstalk C (Dead)|豆の木C(枯れ)
|
||||
Stairs A (Down)|階段A(下り)
|
||||
Stairs B (Down)|階段B(下り)
|
||||
Metal Ladder|鉄ばしご
|
||||
Rope Ladder|縄ばしご
|
||||
Rope|ロープ
|
||||
Vines A|ツタA
|
||||
Crumbling Wall|崩れた壁
|
||||
Dug-Up Ground|掘られた床
|
||||
Stairs C (Up)|階段C(上り)
|
||||
Stairs D (Up)|階段D(上り)
|
||||
Metal Ladder|鉄ばしご
|
||||
Rope Ladder|縄ばしご
|
||||
Rope|ロープ
|
||||
Vines B (Down)|ツタB(下り)
|
||||
Crumbling Wall|崩れた壁
|
||||
Dug-Up Ground|掘られた床
|
||||
Stairs C (Down)|階段C(下り)
|
||||
Stairs D (Down)|階段D(下り)
|
||||
Hole A (Metal Ladder)|穴A(鉄ばしご)
|
||||
Hole B (Rope Ladder)|穴B(縄ばしご)
|
||||
Hole C (Rope)|穴C(ロープ)
|
||||
Hole D|穴D
|
||||
Log Bridge (V)|丸太の橋(縦)
|
||||
Log Bridge (H)|丸太の橋(横)
|
||||
Wood Bridge (V)|木の橋(縦)
|
||||
Wood Bridge (H)|木の橋(横)
|
||||
Stone Bridge (V)|石の橋(縦)
|
||||
Stone Bridge (H)|石の橋(横)
|
||||
Wood Bridge (V)|木の橋(縦)
|
||||
Wood Bridge (H)|木の橋(横)
|
||||
Bridge Spar (Wood, Center A)|橋げた(木・中央A)
|
||||
Bridge Spar (Wood, Left)|橋げた(木・左)
|
||||
Bridge Spar (Wood, Center B)|橋げた(木・中央B)
|
||||
Bridge Spar (Wood, Right)|橋げた(木・右)
|
||||
Bridge Spar (Stone, Center A)|橋げた(石・中央A)
|
||||
Bridge Spar (Stone, Left)|橋げた(石・左)
|
||||
Bridge Spar (Stone, Center B)||橋げた(石・中央B)
|
||||
Bridge Spar (Stone, Right)|橋げた(石・右)
|
||||
Gravel A (Dirt Cave)|砂利A(土洞窟)
|
||||
Gravel B (Rock Cave)|砂利B(岩洞窟)
|
||||
Gravel C (Lava Cave)|砂利C(溶岩洞窟)
|
||||
Ice Pieces |氷の欠片
|
||||
Small Sprouts A (Grass Maze)|小さな芽A(草迷宮)
|
||||
Small Crystals|小さな水晶
|
||||
Detritus (In Body)|床装飾(体内)
|
||||
Small Sprouts B (Demonic World)|小さな芽B(魔界)
|
||||
Boulder A (Dirt Cave)|岩A(土洞窟)
|
||||
Boulder B (Rock Cave)|岩B(岩洞窟)
|
||||
Boulder C (Lava Cave)|岩C(溶岩洞窟)
|
||||
Lump of Ice|氷塊
|
||||
Boulder D (Grass Maze)|岩D(草迷宮)
|
||||
Crystal|水晶
|
||||
Spherical Lump|球状突起物
|
||||
Boulder E (Demonic World)|岩E(魔界)
|
||||
Tall Rock A (Dirt Cave)|大きな岩A(土洞窟)
|
||||
Tall Rock B (Rock Cave)|大きな岩B(岩洞窟)
|
||||
Tall Rock C (Lava Cave)|大きな岩C(溶岩洞窟)
|
||||
Tall Lump of Ice|大きな氷塊
|
||||
Tall Rock D (Grass Maze)|大きな岩D(草迷宮)
|
||||
Large Crystal|大きな水晶
|
||||
Large Growth|大型突起物
|
||||
Tall Rock E (Demonic World)|大きな岩E(魔界)
|
||||
Tall Rock A (Dirt Cave)|大きな岩A(土洞窟)
|
||||
Tall Rock B (Rock Cave)|大きな岩B(岩洞窟)
|
||||
Tall Rock C (Lava Cave)|大きな岩C(溶岩洞窟)
|
||||
Tall Lump of Ice|大きな氷塊
|
||||
Tall Rock D (Grass Maze)|大きな岩D(草迷宮)
|
||||
Large Crystal|大きな水晶
|
||||
Large Growth|大型突起物
|
||||
Tall Rock E (Demonic World)|大きな岩E(魔界)
|
||||
Stone Pillar A|石の柱A
|
||||
Stone Pillar B|石の柱B
|
||||
Stone Pillar C|石の柱C
|
||||
Stone Pillar C (Moss)|石の柱C(苔)
|
||||
Stone Pillar C (Ice)|石の柱C(氷)
|
||||
Wood Pillar|木の柱
|
||||
Stone Pillar D|石の柱D
|
||||
Orb Pillar|オーブの柱
|
||||
Stone Pillar A|石の柱A
|
||||
Stone Pillar B|石の柱B
|
||||
Stone Pillar C|石の柱C
|
||||
Stone Pillar C (Moss)|石の柱C(苔)
|
||||
Stone Pillar C (Ice)|石の柱C(氷)
|
||||
Wood Pillar|木の柱
|
||||
Stone Pillar D|石の柱D
|
||||
Orb Pillar|オーブの柱
|
||||
Broken Stone Pillar A|折れた石の柱A
|
||||
Broken Stone Pillar B|折れた石の柱B
|
||||
Broken Stone Pillar C|折れた石の柱C
|
||||
Broken Stone Pillar C (Moss)|折れた石の柱C(苔)
|
||||
Broken Stone Pillar C (Ice)|折れた石の柱C(氷)
|
||||
Broken Wood Pillar A|折れた木の柱A
|
||||
Broken Stone Pillar D|折れた石の柱D
|
||||
Broken Orb Pillar|折れたオーブの柱
|
||||
Rubble|瓦礫A
|
||||
Rubble (Moss)|瓦礫B(苔)
|
||||
Rubble (Ice)|瓦礫C(氷)
|
||||
Broken Wood Pillar B|折れた木の柱B
|
||||
Rubble (Dirt)|瓦礫D(土)
|
||||
Scrap Wood|端材
|
||||
Barricade A (H)|バリケードA(横)
|
||||
Barricade B (V)|バリケードB(縦)
|
||||
Wall Bracing|壁の補強材
|
||||
Wall Bracing|壁の補強材
|
||||
Wall Bracing|壁の補強材
|
||||
Wall Bracing|壁の補強材
|
||||
Wall Bracing|壁の補強材
|
||||
Wall Bracing (Abandoned Mine)|壁の補強材(廃坑)
|
||||
Wall Bracing (Abandoned Mine)|壁の補強材(廃坑)
|
||||
Wall Bracing (Abandoned Mine)|壁の補強材(廃坑)
|
||||
Wall Bracing|壁の補強材
|
||||
Wall Bracing|壁の補強材
|
||||
Wall Bracing|壁の補強材
|
||||
Wall Bracing|壁の補強材
|
||||
Wall Bracing|壁の補強材
|
||||
Wall Bracing (Abandoned Mine)|壁の補強材(廃坑)
|
||||
Wall Bracing (Abandoned Mine)|壁の補強材(廃坑)
|
||||
Wall Bracing (Abandoned Mine)|壁の補強材(廃坑)
|
||||
Exit A|外への出口A
|
||||
Entrance A|入口A
|
||||
Exit B|外への出口B
|
||||
Entrance B|入口B
|
||||
Exit C|外への出口C
|
||||
Entrance C|入口C
|
||||
Window A|窓A
|
||||
Window B|窓B
|
||||
Exit D|外への出口D
|
||||
Entrance D|入口D
|
||||
Exit E|外への出口E
|
||||
Entrance E|入口E
|
||||
Light From Exit A (Top)|出口からの光A(上)
|
||||
Light From Exit B (Bottom)|出口からの光B(下)
|
||||
Window A|窓A
|
||||
Window B|窓B
|
||||
Spider Web|蜘蛛の巣
|
||||
Stone Tablet|石版
|
||||
Stone Tablet (Ruins)|石版(廃墟)
|
||||
Entrance A|入口A
|
||||
Entrance A (Extend)|入口A(延長部分)
|
||||
Entrance A (Top Half A)|入口A(上半分A)
|
||||
Entrance B|入口B
|
||||
Entrance A (Top Half B)|入口A(上半分B)
|
||||
Wall Vines A|壁のツタA
|
||||
Wall Vines B|壁のツタB
|
||||
Wall Vines C|壁のツタC
|
||||
Wall Fern|壁のシダ
|
||||
Fissures A|亀裂A
|
||||
Fissures B|亀裂B
|
||||
Fissures C|亀裂C
|
||||
Fissures D|亀裂D
|
||||
Wall Vines A|壁のツタA
|
||||
Wall Vines B|壁のツタB
|
||||
Wall Vines C|壁のツタC
|
||||
Wall Moss|壁の苔
|
||||
Fissures A|亀裂A
|
||||
Fissures B|亀裂B
|
||||
Fissures C|亀裂C
|
||||
Fissures D|亀裂D
|
||||
Monument A|石碑A
|
||||
Monument B|石碑B
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument (Lit)|大きな石碑(光)
|
||||
Large Monument (Lit)|大きな石碑(光)
|
||||
Large Monument (Lit)|大きな石碑(光)
|
||||
Monument A|石碑A
|
||||
Monument C|石碑C
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument (Lit)|大きな石碑(光)
|
||||
Large Monument (Lit)|大きな石碑(光)
|
||||
Large Monument (Lit)|大きな石碑(光)
|
||||
Statue A|石像A
|
||||
Angel Statue A|天使像A
|
||||
Angel Statue B|天使像B
|
||||
Dais|台座
|
||||
Statue B|石像B
|
||||
Demon Statue|悪魔像
|
||||
Dragon Statue|竜像
|
||||
Dragon Statue|竜像
|
||||
Statue A|石像A
|
||||
Angel Statue A|天使像A
|
||||
Angel Statue B|天使像B
|
||||
Dais|台座
|
||||
Statue B|石像B
|
||||
Demon Statue|悪魔像
|
||||
Dragon Statue|竜像
|
||||
Dragon Statue|竜像
|
||||
Large Gravel Mound A (Dirt)|大きな土砂A(土)
|
||||
Large Gravel Mound A (Dirt)|大きな土砂A(土)
|
||||
Large Gravel Mound B (Stone)|大きな土砂B(石)
|
||||
Large Gravel Mound B (Stone)|大きな土砂B(石)
|
||||
Large Gold Mound|大きな金の山
|
||||
Large Gold Mound|大きな金の山
|
||||
Large Silver Mound|大きな銀の山
|
||||
Large Silver Mound|大きな銀の山
|
||||
Large Gravel Mound A (Dirt)|大きな土砂A(土)
|
||||
Large Gravel Mound A (Dirt)|大きな土砂A(土)
|
||||
Large Gravel Mound B (Stone)|大きな土砂B(石)
|
||||
Large Gravel Mound B (Stone)|大きな土砂B(石)
|
||||
Large Gold Mound|大きな金の山
|
||||
Large Gold Mound|大きな金の山
|
||||
Large Silver Mound|大きな銀の山
|
||||
Large Silver Mound|大きな銀の山
|
||||
Gravel Mound (Dirt)|土砂A(土)
|
||||
Gravel Mound (Stone)|土砂B(石)
|
||||
Gold Bricks A|金の延べ棒A
|
||||
Gold Bricks B|金の延べ棒B
|
||||
Crate A (Dirt)|木箱A(土)
|
||||
Crate B (Stone)|木箱B(石)
|
||||
Crate C (Ruins)|木箱C(廃墟)
|
||||
Pot A (Ruins)|壺A(廃墟)
|
||||
Gold Mound|金の山
|
||||
Silver Mound|銀の山
|
||||
Silver Bricks A|銀の延べ棒A
|
||||
Silver Bricks B|銀の延べ棒B
|
||||
Crate D (Gold Dust)|木箱D(金)
|
||||
Crate E (Silver Dust)|木箱E(銀)
|
||||
Pot A|壺A
|
||||
Pot B|壺B
|
||||
Shovel|スコップ
|
||||
Pickax|つるはし
|
||||
Rope|ロープ
|
||||
Mound of Gold Coins|金貨の山
|
||||
Crate F|木箱F
|
||||
Crate G|木箱G
|
||||
Barrel A|樽A
|
||||
Barrel B (Ruins)|樽B(廃墟)
|
||||
Large Bones|大きな骸骨
|
||||
Large Bones|大きな骸骨
|
||||
Bones A|骸骨A
|
||||
Table (Ruins)|テーブル(廃墟)
|
||||
Jail Bars|鉄格子
|
||||
Jail Bars|鉄格子
|
||||
Jail Bars|鉄格子
|
||||
Jail Bars|鉄格子
|
||||
Large Bones|大きな骸骨
|
||||
Large Bones|大きな骸骨
|
||||
Bones B|骸骨B
|
||||
Stool (Ruins)|椅子(廃墟)
|
||||
Jail Bars|鉄格子
|
||||
Jail Bars|鉄格子
|
||||
Jail Bars|鉄格子
|
||||
Jail Bars|鉄格子
|
||||
256
img/tilesets/mz/Dungeon_C.txt
Normal file
256
img/tilesets/mz/Dungeon_C.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Decorative Pillar A (Stone)|装飾柱A(石)
|
||||
Decorative Pillar B (Stone)|装飾柱B(石)
|
||||
Decorative Pillar C (Temple)|装飾柱C(遺跡)
|
||||
Decorative Pillar D (Rock Cave)|装飾柱D(岩洞窟)
|
||||
Decorative Pillar E (Demon Castle)|装飾柱E(魔王城)
|
||||
Decorative Pillar F (Fort)|装飾柱F(砦)
|
||||
Decorative Pillar G (Dirt Cave)|装飾柱G(土洞窟)
|
||||
Decorative Pillar H (Factory)|装飾柱H(工場)
|
||||
Decorative Pillar A (Stone)|装飾柱A(石)
|
||||
Decorative Pillar B (Stone)|装飾柱B(石)
|
||||
Decorative Pillar C (Temple)|装飾柱C(遺跡)
|
||||
Decorative Pillar D (Rock Cave)|装飾柱D(岩洞窟)
|
||||
Decorative Pillar E (Demon Castle)|装飾柱E(魔王城)
|
||||
Decorative Pillar F (Fort)|装飾柱F(砦)
|
||||
Decorative Pillar G (Dirt Cave)|装飾柱G(土洞窟)
|
||||
Decorative Pillar H (Factory)|装飾柱H(工場)
|
||||
Decorative Pillar A (Stone)|装飾柱A(石)
|
||||
Decorative Pillar B (Stone)|装飾柱B(石)
|
||||
Decorative Pillar C (Temple)|装飾柱C(遺跡)
|
||||
Decorative Pillar D (Rock Cave)|装飾柱D(岩洞窟)
|
||||
Decorative Pillar E (Demon Castle)|装飾柱E(魔王城)
|
||||
Decorative Pillar F (Fort)|装飾柱F(砦)
|
||||
Decorative Pillar G (Dirt Cave)|装飾柱G(土洞窟)
|
||||
Decorative Pillar H (Factory)|装飾柱H(工場)
|
||||
Decorative Pillar A (Stone, Ruins)|装飾柱A(石・廃墟)
|
||||
Decorative Pillar B (Stone, Ruins)|装飾柱B(石・廃墟)
|
||||
Decorative Pillar C (Temple, Ruins)|装飾柱C(遺跡・廃墟)
|
||||
Decorative Pillar D (Rock Cave, Ruins)|装飾柱D(岩洞窟・廃墟)
|
||||
Decorative Pillar E (Demon Castle, Ruins)|装飾柱E(魔王城・廃墟)
|
||||
Decorative Pillar F (Fort, Ruins)|装飾柱F(砦・廃墟)
|
||||
Decorative Pillar G (Dirt Cave, Ruins)|装飾柱G(土洞窟・廃墟)
|
||||
Decorative Pillar A (Stone, Front, Ruins)|装飾柱A(石・手前・廃墟)
|
||||
Decorative Pillar A (Stone, Ruins)|装飾柱A(石・廃墟)
|
||||
Decorative Pillar B (Stone, Ruins)|装飾柱B(石・廃墟)
|
||||
Decorative Pillar C (Temple, Ruins)|装飾柱C(遺跡・廃墟)
|
||||
Decorative Pillar D (Rock Cave, Ruins)|装飾柱D(岩洞窟・廃墟)
|
||||
Decorative Pillar E (Demon Castle, Ruins)|装飾柱E(魔王城・廃墟)
|
||||
Decorative Pillar F (Fort, Ruins)|装飾柱F(砦・廃墟)
|
||||
Decorative Pillar G (Dirt Cave, Ruins)|装飾柱G(土洞窟・廃墟)
|
||||
Decorative Pillar D (Rock Cave, Front, Ruins)|装飾柱F(岩洞窟・手前・廃墟)
|
||||
Decorative Pillar A (Stone, Ruins)|装飾柱A(石・廃墟)
|
||||
Decorative Pillar B (Stone, Ruins)|装飾柱B(石・廃墟)
|
||||
Decorative Pillar C (Temple, Ruins)|装飾柱C(遺跡・廃墟)
|
||||
Decorative Pillar D (Rock Cave, Ruins)|装飾柱D(岩洞窟・廃墟)
|
||||
Decorative Pillar E (Demon Castle, Ruins)|装飾柱E(魔王城・廃墟)
|
||||
Decorative Pillar F (Fort, Ruins)|装飾柱F(砦・廃墟)
|
||||
Decorative Pillar G (Dirt Cave, Ruins)|装飾柱G(土洞窟・廃墟)
|
||||
Decorative Pillar F (Fort, Front, Ruins)|装飾柱F(砦・手前・廃墟)
|
||||
Decorative Pillar A (Stone, Front)|装飾柱A(石・手前)
|
||||
Decorative Pillar B (Stone, Front)|装飾柱B(石・手前)
|
||||
Decorative Pillar C (Temple, Front)|装飾柱C(神殿・手前)
|
||||
Decorative Pillar D (Rock Cave, Front)|装飾柱D(岩洞窟・手前)
|
||||
Decorative Pillar E (Demon Castle, Front)|装飾柱E(魔王城・手前)
|
||||
Decorative Pillar F (Fort, Front)|装飾柱F(砦・手前)
|
||||
Decorative Pillar G (Dirt Cave, Front)|装飾柱G(土洞窟・手前)
|
||||
Decorative Pillar H (Factory, Front)|装飾柱H(工場・手前)
|
||||
Gate A|門A
|
||||
Gate A|門A
|
||||
Gate A|門A
|
||||
Gate B|門B
|
||||
Gate B|門B
|
||||
Gate B|門B
|
||||
Decorative Pillar I (Demonic)|装飾柱I(悪魔)
|
||||
Decorative Pillar I (Demonic, Ruins)|装飾柱I(悪魔・廃墟)
|
||||
Gate A|門A
|
||||
Gate A|門A
|
||||
Gate A|門A
|
||||
Gate B|門B
|
||||
Gate B|門B
|
||||
Gate B|門B
|
||||
Decorative Pillar I (Demonic)|装飾柱I(悪魔)
|
||||
Decorative Pillar I (Demonic, Ruins)|装飾柱I(悪魔・廃墟)
|
||||
Gate A|門A
|
||||
Gate A|門A
|
||||
Gate A|門A
|
||||
Gate B|門B
|
||||
Gate B|門B
|
||||
Gate B|門B
|
||||
Coffin A (Right)|棺A(右)
|
||||
Coffin A (Right)|棺A(右)
|
||||
Hexagram|魔法陣
|
||||
Hexagram|魔法陣
|
||||
Hexagram|魔法陣
|
||||
Hexagram (Lit)|魔法陣(光)
|
||||
Hexagram (Lit)|魔法陣(光)
|
||||
Hexagram (Lit)|魔法陣(光)
|
||||
Coffin B (Top)|棺B(上)
|
||||
Coffin C (Bottom)|棺C(下)
|
||||
Hexagram|魔法陣
|
||||
Hexagram|魔法陣
|
||||
Hexagram|魔法陣
|
||||
Hexagram (Lit)|魔法陣(光)
|
||||
Hexagram (Lit)|魔法陣(光)
|
||||
Hexagram (Lit)|魔法陣(光)
|
||||
Coffin B (Top)|棺B(上)
|
||||
Coffin C (Bottom)|棺C(下)
|
||||
Hexagram|魔法陣
|
||||
Hexagram|魔法陣
|
||||
Hexagram|魔法陣
|
||||
Hexagram (Lit)|魔法陣(光)
|
||||
Hexagram (Lit)|魔法陣(光)
|
||||
Hexagram (Lit)|魔法陣(光)
|
||||
Coffin D (Left)|棺D(左)
|
||||
Coffin D (Left)|棺D(左)
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails (Ruins)|線路(廃墟)
|
||||
Rails (Ruins)|線路(廃墟)
|
||||
Rails (Ruins)|線路(廃墟)
|
||||
Rails (Ruins)|線路(廃墟)
|
||||
Rails|線路
|
||||
Railroad Ties A|枕木A
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Railroad Ties B|枕木B
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Rails|線路
|
||||
Mural A|壁画A
|
||||
Hieroglyph|ヒエログリフ
|
||||
Hieroglyph|ヒエログリフ
|
||||
Large Mural A|大きな壁画A
|
||||
Large Mural A|大きな壁画A
|
||||
Large Mural A|大きな壁画A
|
||||
Bed|ベッド
|
||||
Bed (Ruins)|ベッド(廃墟)
|
||||
Mural B|壁画B
|
||||
Hieroglyph|ヒエログリフ
|
||||
Hieroglyph|ヒエログリフ
|
||||
Large Mural B|大きな壁画B
|
||||
Large Mural B|大きな壁画B
|
||||
Large Mural B|大きな壁画B
|
||||
Bed|ベッド
|
||||
Bed (Ruins)|ベッド(廃墟)
|
||||
Middle Window A|中型窓A
|
||||
Middle Window B|中型窓B
|
||||
Middle Window C|中型窓C
|
||||
Middle Window D (Ruins)|中型窓窓D(廃墟)
|
||||
Window (Demon Castle)|窓(魔王城)
|
||||
Table|テーブル
|
||||
Cheap Bed|粗末なベッド
|
||||
Straw Bed|むしろの寝床
|
||||
Middle Window A|中型窓A
|
||||
Middle Window B|中型窓B
|
||||
Middle Window C|中型窓C
|
||||
Middle Window D (Ruins)|中型窓窓D(廃墟)
|
||||
Window (Demon Castle)|窓(魔王城)
|
||||
Stool|椅子
|
||||
Cheap Bed|粗末なベッド
|
||||
Straw Bed|むしろの寝床
|
||||
Large Window A|大型窓A
|
||||
Large Window B|大型窓B
|
||||
Large Window C|大型窓C
|
||||
Stained Glass Window|ステンドグラス
|
||||
Large Window D|大型窓D
|
||||
Window A|窓A
|
||||
Window B|窓B
|
||||
Window C|窓C
|
||||
Large Window A|大型窓A
|
||||
Large Window B|大型窓B
|
||||
Large Window C|大型窓C
|
||||
Stained Glass Window|ステンドグラス
|
||||
Large Window D|大型窓D
|
||||
Window A|窓A
|
||||
Window B|窓B
|
||||
Window C|窓C
|
||||
Chest A|チェストA
|
||||
Cabinet|キャビネット
|
||||
Closet|クローゼット
|
||||
Chest of Drawers|タンス
|
||||
Dish Cabinet|食器棚
|
||||
Wine Rack|ワインセラー
|
||||
Bottle Shelf A|ボトル棚A
|
||||
Bottle Shelf B|ボトル棚B
|
||||
Chest B|チェストB
|
||||
Chest C|チェストC
|
||||
Closet|クローゼット
|
||||
Chest of Drawers|タンス
|
||||
Dish Cabinet|食器棚
|
||||
Wine Rack|ワインセラー
|
||||
Bottle Shelf A|ボトル棚A
|
||||
Bottle Shelf B|ボトル棚B
|
||||
Tipped Shelf|倒れた棚
|
||||
Sundries Shelf A|雑貨棚A
|
||||
Sundries Shelf A|雑貨棚A
|
||||
Sundries Shelf B|雑貨棚B
|
||||
Medicine Shelf|薬品棚
|
||||
Bookshelf A|本棚A
|
||||
Bookshelf B|本棚B
|
||||
Bookshelf B|本棚B
|
||||
Tipped Shelf|倒れた棚
|
||||
Sundries Shelf A|雑貨棚A
|
||||
Sundries Shelf A|雑貨棚A
|
||||
Sundries Shelf B|雑貨棚B
|
||||
Medicine Shelf|薬品棚
|
||||
Bookshelf A|本棚A
|
||||
Bookshelf B|本棚B
|
||||
Bookshelf B|本棚B
|
||||
Curtains A|カーテンA
|
||||
Curtains B|カーテンB
|
||||
Curtains C|カーテンC
|
||||
Curtains D|カーテンD
|
||||
Curtains A (Ruins)|カーテンA(廃墟)
|
||||
Curtains B (Ruins)|カーテンB(廃墟)
|
||||
Curtains C (Ruins)|カーテンC(廃墟)
|
||||
Curtains D (Ruins)|カーテンD(廃墟)
|
||||
Curtains A|カーテンA
|
||||
Curtains B|カーテンB
|
||||
Curtains C|カーテンC
|
||||
Curtains D|カーテンD
|
||||
Curtains A (Ruins)|カーテンA(廃墟)
|
||||
Curtains B (Ruins)|カーテンB(廃墟)
|
||||
Curtains C (Ruins)|カーテンC(廃墟)
|
||||
Curtains D (Ruins)|カーテンD(廃墟)
|
||||
Clock|時計
|
||||
Mirror|鏡
|
||||
Clock (Ruins)|時計(廃墟)
|
||||
Mirror (Ruins)|鏡(廃墟)
|
||||
Stacked Crates|積まれた木箱
|
||||
Stacked Crates|積まれた木箱
|
||||
Tapestry A|タペストリーA
|
||||
Tapestry A (Ruins)|タペストリーA(廃墟)
|
||||
Clock|時計
|
||||
Mirror|鏡
|
||||
Clock (Ruins)|時計(廃墟)
|
||||
Mirror (Ruins)|鏡(廃墟)
|
||||
Stacked Crates|積まれた木箱
|
||||
Stacked Crates|積まれた木箱
|
||||
Tapestry A|タペストリーA
|
||||
Tapestry A (Ruins)|タペストリーA(廃墟)
|
||||
Chair A (Wood)|背もたれ椅子A(木製)
|
||||
Chair B (Stone)|背もたれ椅子B(石)
|
||||
Throne A|玉座A
|
||||
Throne A|玉座A
|
||||
Throne A|玉座A
|
||||
Throne B (Demon Castle)|玉座B(魔王城)
|
||||
Throne B (Demon Castle)|玉座B(魔王城)
|
||||
Throne B (Demon Castle)|玉座B(魔王城)
|
||||
Chair A (Wood)|背もたれ椅子A(木製)
|
||||
Chair B (Stone)|背もたれ椅子B(石)
|
||||
Throne A|玉座A
|
||||
Throne A|玉座A
|
||||
Throne A|玉座A
|
||||
Throne B (Demon Castle)|玉座B(魔王城)
|
||||
Throne B (Demon Castle)|玉座B(魔王城)
|
||||
Throne B (Demon Castle)|玉座B(魔王城)
|
||||
16
img/tilesets/mz/Inside_A1.txt
Normal file
16
img/tilesets/mz/Inside_A1.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Canal A|水路A
|
||||
Deep Canal|深い水路
|
||||
Lotus Pads (Flowers)|蓮の葉(花)
|
||||
Junk|ゴミ
|
||||
Pool A (Stone Lined)|水場A(石の縁)
|
||||
Waterfall A (Stone Wall)|滝A(石壁)
|
||||
Pool B (Wood Lined)|水場B(木の縁)
|
||||
Waterfall B (Stone Wall)|滝B(石壁)
|
||||
Canal B|水路B
|
||||
Waterfall C (Stone Wall)|滝C(石壁)
|
||||
Pool C (Stone Lined)|水場C(石の縁)
|
||||
Waterfall D (Stone Wall)|滝D(石壁)
|
||||
Bathing Spot|水浴び場
|
||||
Waterfall E (Dirt Wall)|滝E(土壁)
|
||||
Open Bath|露天風呂
|
||||
Waterfall F (Demon Castle)|滝F(魔王城)
|
||||
32
img/tilesets/mz/Inside_A2.txt
Normal file
32
img/tilesets/mz/Inside_A2.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Wood Floor A|木の床A
|
||||
Cobblestones A|石畳A
|
||||
Rug A|じゅうたんA
|
||||
Straw Mat|ござ
|
||||
Hole A (Wood Floor)|穴A(木の床)
|
||||
Raised Stone A|石段A
|
||||
Ground Cracks|床のひび割れ
|
||||
Table A|テーブルA
|
||||
Wood Floor B|木の床B
|
||||
Cobblestones B|石畳B
|
||||
Rug B|じゅうたんB
|
||||
Rug C|じゅうたんC
|
||||
Hole B (Wood Floor)|穴B(木の床)
|
||||
Raised Stone B|石段B
|
||||
Soil on Ground|床の汚れ
|
||||
Table B|テーブルB
|
||||
Cobblestones C|石畳C
|
||||
Cobblestones D|石畳D
|
||||
Rug D|じゅうたんD
|
||||
Demon Castle Floor|魔王城の床
|
||||
Hole C (Stone Floor)|穴C(石の床)
|
||||
Raised Stone C|石段C
|
||||
Moss on Ground|床の苔
|
||||
Table C|テーブルC
|
||||
Cobblestones E|石畳E
|
||||
Cobblestones F|石畳F
|
||||
Rug E|じゅうたんE
|
||||
Rug F|じゅうたんF
|
||||
Hole D|穴D
|
||||
Raised Stone D|石段D
|
||||
Wire mesh|金網
|
||||
Table D|テーブルD
|
||||
48
img/tilesets/mz/Inside_A4.txt
Normal file
48
img/tilesets/mz/Inside_A4.txt
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
Wall A (Stone)|壁A(石)
|
||||
Wall B (Brick)|壁B(レンガ)
|
||||
Wall C (Brick)|壁C(レンガ)
|
||||
Wall D (Stone)|壁D(石)
|
||||
Wall E (Stone)|壁E(石)
|
||||
Wall F (Castle)|壁F(城)
|
||||
Wall G (Fort)|壁G(砦)
|
||||
Wall H (Demon Castle)|壁H(魔王城)
|
||||
Wall A (Stone)|壁A(石)
|
||||
Wall B (Brick)|壁B(レンガ)
|
||||
Wall C (Brick)|壁C(レンガ)
|
||||
Wall D (Stone)|壁D(石)
|
||||
Wall E (Stone)|壁E(石)
|
||||
Wall F (Castle)|壁F(城)
|
||||
Wall G (Fort)|壁G(砦)
|
||||
Wall H (Demon Castle)|壁H(魔王城)
|
||||
Wall I (Wood)|壁I(木造)
|
||||
Wall J (Log)|壁J(丸太)
|
||||
Wall K (Wood)|壁K(木造)
|
||||
Interior Wall A (Wood)|内装壁A(木造)
|
||||
Interior Wall (Stone)|内装壁B(石)
|
||||
Wall L (Stone)|壁L(石)
|
||||
Wall M (Marble)|壁M(大理石)
|
||||
Wall N (Concrete)|壁N(コンクリート)
|
||||
Wall I (Wood)|壁I(木造)
|
||||
Wall J (Log)|壁J(丸太)
|
||||
Wall K (Wood)|壁K(木造)
|
||||
Interior Wall A (Wood)|内装壁A(木造)
|
||||
Interior Wall (Stone)|内装壁B(石)
|
||||
Wall L (Stone)|壁L(石)
|
||||
Wall M (Marble)|壁M(大理石)
|
||||
Wall N (Concrete)|壁N(コンクリート)
|
||||
Interior Wall C (Stone)|内装壁C(石)
|
||||
Interior Wall D (Brick)|内装壁D(レンガ)
|
||||
Interior Wall E (Stone)|内装壁E(石)
|
||||
Interior Wall F (Desert)|内装壁F(砂漠風)
|
||||
Interior Wall G (Mansion)|内装壁G(豪邸)
|
||||
Interior Wall H (Temple)|内装壁H(神殿)
|
||||
Wall O (Tent)|壁O(テント)
|
||||
Wall P (Stage)|壁P(舞台)
|
||||
Interior Wall C (Stone)|内装壁C(石)
|
||||
Interior Wall D (Brick)|内装壁D(レンガ)
|
||||
Interior Wall E (Stone)|内装壁E(石)
|
||||
Interior Wall F (Desert)|内装壁F(砂漠風)
|
||||
Interior Wall G (Mansion)|内装壁G(豪邸)
|
||||
Interior Wall H (Temple)|内装壁H(神殿)
|
||||
Wall O (Tent)|壁O(テント)
|
||||
Wall P (Stage)|壁P(舞台)
|
||||
129
img/tilesets/mz/Inside_A5.txt
Normal file
129
img/tilesets/mz/Inside_A5.txt
Normal file
|
|
@ -0,0 +1,129 @@
|
|||
Darkness|暗闇
|
||||
Wire Mesh|金網
|
||||
Stone Bridge (V, Left)|石の橋(縦・左)
|
||||
Stone Bridge (V Center)|石の橋(縦・中央)
|
||||
Stone Bridge (V, Riight)|石の橋(縦・右)
|
||||
Stone Bridge (H, Top)|石の橋(横・上)
|
||||
Stone Bridge (H Center)|石の橋(横・中央)
|
||||
Broken Bridge (H, Top)|壊れた橋(横・上)
|
||||
Transparent|透明
|
||||
Wire Mesh|金網
|
||||
Broken Bridge (V, Left)|壊れた橋(縦・左)
|
||||
Broken Bridge (V Center)|壊れた橋(縦・中央)
|
||||
Broken Bridge (V, Riight)|壊れた橋(縦・右)
|
||||
Stone Bridge (H, Bottom)|石の橋(横・下)
|
||||
Broken Bridge (H Center)|壊れた橋(横・中央)
|
||||
Broken Bridge (H, Bottom)|壊れた橋(横・下)
|
||||
Wood Floor A|木の床A
|
||||
Wood Floor B|木の床B
|
||||
Wood Floor C|木の床C
|
||||
Wood Floor D|木の床D
|
||||
Cobblestones A|石畳A
|
||||
Cobblestones B|石畳B
|
||||
Cobblestones C|石畳C
|
||||
Cobblestones D|石畳D
|
||||
Ledge A (Wood)|段差A(木製)
|
||||
Ledge B (Wood)|段差B(木製)
|
||||
Ledge C (Log)|段差C(丸太)
|
||||
Ledge D (Log)|段差D(丸太)
|
||||
Ledge E (Brick)|段差E(レンガ)
|
||||
Ledge F (Stone)|段差F(石)
|
||||
Ledge G (Stone)|段差G(石)
|
||||
Ledge H (Stone)|段差H(石)
|
||||
Cobblestones E|石畳E
|
||||
Cobblestones F|石畳F
|
||||
Wood Floor E|木の床E
|
||||
Wood Floor F|木の床F
|
||||
Cobblestones G|石畳G
|
||||
Cobblestones H|石畳H
|
||||
Cobblestones I|石畳I
|
||||
Cobblestones J|石畳J
|
||||
Ledge I (Brick)|段差I(レンガ)
|
||||
Ledge J (Castle)|段差J(城)
|
||||
Ledge K (Fort)|段差K(砦)
|
||||
Ledge L (Wood)|段差L(木製)
|
||||
Ledge M (Stone)|段差M(石)
|
||||
Ledge N (Stone)|段差N(石)
|
||||
Ledge O (Marble)|段差O(大理石)
|
||||
Ledge P (Stone)|段差P(石)
|
||||
Interior Floor A (Wood)|内装床A(木製)
|
||||
Interior Floor B (Brick)|内装床B(レンガ)
|
||||
Interior Floor C (Temple)|内装床C(神殿)
|
||||
Interior Floor D (Stone)|内装床D(石)
|
||||
Interior Floor E (Demon Castle)|内装床E(魔王城)
|
||||
Interior Floor F (Tent)|内装床F(テント)
|
||||
Interior Floor G (Concrete)|内装床G(コンクリート)
|
||||
Interior Floor H (Dirt)|内装床H(土)
|
||||
Ledge Q (Wood)|段差Q(木製)
|
||||
Ledge R (Desert)|段差R(砂漠風)
|
||||
Ledge S (Temple)|段差S(神殿)
|
||||
Ledge T (Stone)|段差T(石)
|
||||
Ledge U (Demon Castle)|段差U(魔界城)
|
||||
Ledge V (Tent)|段差V(テント)
|
||||
Ledge W (Concrete)|段差W(コンクリート)
|
||||
Ledge X (Dirt)|段差X(土)
|
||||
Stairs A (Wood, Left)|階段A(木製・左)
|
||||
Stairs A (Wood, Center)|階段A(木製・中央)
|
||||
Stairs A (Wood)|階段A(木製・右)
|
||||
Stairs A (Wood)|階段A(木製)
|
||||
Stairs B (Stone, Left)|階段B(石・左)
|
||||
Stairs B (Stone, Center)|階段B(石・中央)
|
||||
Stairs B (Stone, Right)|階段B(石・右)
|
||||
Stairs B (Stone)|階段B(石)
|
||||
Stairs C (Stone, Left)|階段C(石・左)
|
||||
Stairs C (Stone, Center)|階段C(石・中央)
|
||||
Stairs C (Stone, Right)|階段C(石・右)
|
||||
Stairs C (Stone)|階段C(石)
|
||||
Stairs C (Stone, Ruins, Left)|階段C(石・廃墟・左)
|
||||
Stairs C (Stone, Ruins, Center)|階段C(石・廃墟・中央)
|
||||
Stairs C (Stone, Ruins, Right)|階段C(石・廃墟・右)
|
||||
Stairs C (Stone, Ruins)|階段C(石・廃墟)
|
||||
Stairs D (Carpet, Left)|階段D(じゅうたん・左)
|
||||
Stairs D (Carpet, Center)|階段D(じゅうたん・中央)
|
||||
Stairs D (Carpet, Right)|階段D(じゅうたん・右)
|
||||
Stairs D (Carpet)|階段D(じゅうたん)
|
||||
Stairs E (Carpet, Left)|階段E(じゅうたん・左)
|
||||
Stairs E (Carpet, Center)|階段E(じゅうたん・中央)
|
||||
Stairs E (Carpet, Right)|階段E(じゅうたん・右)
|
||||
Stairs E (Carpet)|階段E(じゅうたん)
|
||||
Wood Floor A (Ruins)|木の床A(廃墟)
|
||||
Wood Floor B (Ruins)|木の床B(廃墟)
|
||||
Wood Floor C (Ruins)|木の床C(廃墟)
|
||||
Wood Floor D (Ruins)|木の床D(廃墟)
|
||||
Cobblestones A (Ruins)|石畳A(廃墟)
|
||||
Cobblestones B (Ruins)|石畳B(廃墟)
|
||||
Cobblestones C (Ruins)|石畳C(廃墟)
|
||||
Cobblestones D (Ruins)|石畳D(廃墟)
|
||||
Cobblestones E (Ruins)|石畳E(廃墟)
|
||||
Cobblestones F (Ruins)|石畳F(廃墟)
|
||||
Wood Floor E (Ruins)|木の床E(廃墟)
|
||||
Wood Floor F (Ruins)|木の床F(廃墟)
|
||||
Cobblestones G (Ruins)|石畳G(廃墟)
|
||||
Cobblestones H (Ruins)|石畳H(廃墟)
|
||||
Cobblestones I (Ruins)|石畳I(廃墟)
|
||||
Cobblestones J (Ruins)|石畳J(廃墟)
|
||||
Interior Floor A (Wood, Ruins)|内装床A(木製・廃墟)
|
||||
Interior Floor B (Brick, Ruins)|内装床B(レンガ・廃墟)
|
||||
Interior Floor C (Temple, Ruins)|内装床C(神殿・廃墟)
|
||||
Interior Floor D (Stone, Ruins)|内装床D(石・廃墟)
|
||||
Interior Floor E (Demon Castle, Ruins)|内装床E(魔王城・廃墟)
|
||||
Interior Floor F (Concrete, Ruins)|内装床F(コンクリート・廃墟)
|
||||
Interior Floor G (Tent, Ruins)|内装床G(テント・廃墟)
|
||||
Interior Floor H (Dirt, Ruins)|内装床H(土・廃墟)
|
||||
Large Relief Floor Tile A|大きなレリーフ床A
|
||||
Large Relief Floor Tile A|大きなレリーフ床A
|
||||
Large Relief Floor Tile B|大きなレリーフ床B
|
||||
Large Relief Floor Tile B|大きなレリーフ床B
|
||||
Relief Floor Tile A (Silver)|レリーフ床A(銀)
|
||||
Relief Floor Tile B (Silver)|レリーフ床B(銀)
|
||||
Relief Floor Tile C (Gold)|レリーフ床C(金)
|
||||
Relief Floor Tile D (Gold)|レリーフ床D(金)
|
||||
Large Relief Floor Tile A|大きなレリーフ床A
|
||||
Large Relief Floor Tile A|大きなレリーフ床A
|
||||
Large Relief Floor Tile B|大きなレリーフ床B
|
||||
Large Relief Floor Tile B|大きなレリーフ床B
|
||||
Relief Floor Tile E (Silver, Ruins)|レリーフ床E(銀・廃墟)
|
||||
Relief Floor Tile F (Silver)|レリーフ床F(銀)
|
||||
Relief Floor Tile G (Gold, Ruins)|レリーフ床G(金・廃墟)
|
||||
Relief Floor Tile H (Gold)|レリーフ床H(金)
|
||||
|
||||
256
img/tilesets/mz/Inside_B.txt
Normal file
256
img/tilesets/mz/Inside_B.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Transparent|透明
|
||||
Stairs A (Up)|階段A(上り)
|
||||
Stairs B (Up)|階段B(上り)
|
||||
Stairs C (Up)|階段C(上り)
|
||||
Stairs D (Up)|階段D(上り)
|
||||
Metal Ladder|鉄ばしご
|
||||
Rope Ladder|縄ばしご
|
||||
Rope|ロープ
|
||||
Hole|穴
|
||||
Stairs A (Down)|階段A(下り)
|
||||
Stairs B (Down)|階段B(下り)
|
||||
Stairs C (Down)|階段C(下り)
|
||||
Stairs D (Down)|階段D(下り)
|
||||
Metal Ladder|鉄ばしご
|
||||
Rope Ladder|縄ばしご
|
||||
Rope|ロープ
|
||||
Middle Window A|中型窓A
|
||||
Middle Window B|中型窓B
|
||||
Middle Window C|中型窓C
|
||||
Middle Window D (Ruins)|中型窓D(廃墟)
|
||||
Window (Demon Castle)|窓(魔王城)
|
||||
Metal Ladder|鉄ばしご
|
||||
Rope Ladder|縄ばしご
|
||||
Rope|ロープ
|
||||
Middle Window A|中型窓A
|
||||
Middle Window B|中型窓B
|
||||
Middle Window C|中型窓C
|
||||
Middle Window D (Ruins)|中型窓D(廃墟)
|
||||
Window (Demon Castle)|窓(魔王城)
|
||||
Hole A (Metal Ladder)|穴A(鉄ばしご)
|
||||
Hole B (Rope Ladder)|穴B(縄ばしご)
|
||||
Hole C (Rope)|穴C(ロープ)
|
||||
Large Window A|大型窓A
|
||||
Large Window B|大型窓B
|
||||
Large Window C|大型窓C
|
||||
Stained Glass Window|ステンドグラス
|
||||
Large Window D|大型窓D
|
||||
Window A|窓A
|
||||
Window B|窓B
|
||||
Window C|窓C
|
||||
Large Window A|大型窓A
|
||||
Large Window B|大型窓B
|
||||
Large Window C|大型窓C
|
||||
Stained Glass Window|ステンドグラス
|
||||
Large Window D|大型窓D
|
||||
Window A|窓A
|
||||
Window B|窓B
|
||||
Window C|窓C
|
||||
Chest A|チェストA
|
||||
Cabinet|キャビネット
|
||||
Closet|クローゼット
|
||||
Chest of Drawers|タンス
|
||||
Dish Cabinet|食器棚
|
||||
Wine Rack|ワインセラー
|
||||
Bottle Shelf A|ボトル棚A
|
||||
Bottle Shelf B|ボトル棚B
|
||||
Chest B|チェストB
|
||||
Chest C|チェストC
|
||||
Closet|クローゼット
|
||||
Chest of Drawers|タンス
|
||||
Dish Cabinet|食器棚
|
||||
Wine Rack|ワインセラー
|
||||
Bottle Shelf A|ボトル棚A
|
||||
Bottle Shelf B|ボトル棚B
|
||||
Bread Shelf|パン棚
|
||||
Sundries Shelf A|雑貨棚A
|
||||
Sundries Shelf A|雑貨棚A
|
||||
Sundries Shelf B|雑貨棚B
|
||||
Medicine Shelf|薬品棚
|
||||
Bookshelf A|本棚A
|
||||
Bookshelf B|本棚B
|
||||
Bookshelf B|本棚B
|
||||
Bread Shelf|パン棚
|
||||
Sundries Shelf A|雑貨棚A
|
||||
Sundries Shelf A|雑貨棚A
|
||||
Sundries Shelf B|雑貨棚B
|
||||
Medicine Shelf|薬品棚
|
||||
Bookshelf A|本棚A
|
||||
Bookshelf B|本棚B
|
||||
Bookshelf B|本棚B
|
||||
Bed|ベッド
|
||||
Large Bed|ダブルベッド
|
||||
Large Bed|ダブルベッド
|
||||
Cheap Bed A|粗末なベッドA
|
||||
Cheap Bed B|粗末なベッドB
|
||||
Straw Bed|むしろの寝床
|
||||
Bed (Ruins)|ベッド(廃墟)
|
||||
Tipped Shelf|倒れた棚
|
||||
Bed|ベッド
|
||||
Large Bed|ダブルベッド
|
||||
Large Bed|ダブルベッド
|
||||
Cheap Bed A|粗末なベッドA
|
||||
Cheap Bed B|粗末なベッドB
|
||||
Straw Bed|むしろの寝床
|
||||
Bed (Ruins)|ベッド(廃墟)
|
||||
Tipped Shelf|倒れた棚
|
||||
Table A|テーブルA
|
||||
Table B|テーブルB
|
||||
Table C|テーブルC
|
||||
Fortuneteller's Table A|占い台A
|
||||
Mini Table A|ミニテーブルA
|
||||
Piano|ピアノ
|
||||
Piano|ピアノ
|
||||
Piano|ピアノ
|
||||
Stool A|椅子A
|
||||
Stool B|椅子B
|
||||
Stool C|椅子C
|
||||
Fortuneteller's Table B (Crystal)|占い台B(水晶)
|
||||
Mini Table B (Flower)|ミニテーブルB(花瓶)
|
||||
Piano|ピアノ
|
||||
Piano|ピアノ
|
||||
Piano|ピアノ
|
||||
Oven|かまど
|
||||
Sink|流し
|
||||
Kitchen Counter A|調理台A
|
||||
Kitchen Counter B|調理台B
|
||||
Dresser|ドレッサー
|
||||
Pipe Organ|パイプオルガン
|
||||
Pipe Organ|パイプオルガン
|
||||
Pipe Organ|パイプオルガン
|
||||
Simple Shelf A|簡易棚A
|
||||
Simple Shelf B (Jars)|簡易棚B(瓶)
|
||||
Simple Shelf C (Books)|簡易棚C(本)
|
||||
Simple Shelf D (Sacks)|簡易棚D(袋)
|
||||
Simple Shelf E (Bottles)|簡易棚E(ボトル)
|
||||
Pipe Organ|パイプオルガン
|
||||
Pipe Organ|パイプオルガン
|
||||
Pipe Organ|パイプオルガン
|
||||
Large Fireplace|大きな暖炉
|
||||
Large Fireplace|大きな暖炉
|
||||
Large Fireplace|大きな暖炉
|
||||
Fireplace A (Stone)|暖炉A(石)
|
||||
Fireplace B (Brick)|暖炉B(レンガ)
|
||||
Fireplace C (Iron)|暖炉C(鉄)
|
||||
Tapestry A|タペストリーA
|
||||
Tapestry A (Ruins)|タペストリーA(廃墟)
|
||||
Large Fireplace|大きな暖炉
|
||||
Large Fireplace|大きな暖炉
|
||||
Large Fireplace|大きな暖炉
|
||||
Fireplace A (Stone)|暖炉A(石)
|
||||
Fireplace B (Brick)|暖炉B(レンガ)
|
||||
Fireplace C (Iron)|暖炉C(鉄)
|
||||
Tapestry A|タペストリーA
|
||||
Tapestry A (Ruins)|タペストリーA(廃墟)
|
||||
Curtains A|カーテンA
|
||||
Curtains B|カーテンB
|
||||
Curtains C|カーテンC
|
||||
Curtains D|カーテンD
|
||||
Curtains A (Ruins)|カーテンA(廃墟)
|
||||
Curtains B (Ruins)|カーテンB(廃墟)
|
||||
Curtains C (Ruins)|カーテンC(廃墟)
|
||||
Curtains D (Ruins)|カーテンD(廃墟)
|
||||
Curtains A|カーテンA
|
||||
Curtains B|カーテンB
|
||||
Curtains C|カーテンC
|
||||
Curtains D|カーテンD
|
||||
Curtains A (Ruins)|カーテンA(廃墟)
|
||||
Curtains B (Ruins)|カーテンB(廃墟)
|
||||
Curtains C (Ruins)|カーテンC(廃墟)
|
||||
Curtains D (Ruins)|カーテンD(廃墟)
|
||||
Clock|時計
|
||||
Mirror|鏡
|
||||
Posted Notice|貼り紙
|
||||
Posted Notice (Ruins)|貼り紙(廃墟)
|
||||
World Map|世界地図
|
||||
World Map|世界地図
|
||||
Painting|絵画
|
||||
Painting|絵画
|
||||
Clock|時計
|
||||
Mirror|鏡
|
||||
Stone Tablet|石版
|
||||
Stone Tablet (Ruins)|石版(廃墟)
|
||||
Portrait A|肖像画A
|
||||
Portrait B|肖像画B
|
||||
Painting A|絵画A
|
||||
Painting B|絵画B
|
||||
Chair A (Wood)|背もたれ椅子A(木製)
|
||||
Chair B (Stone)|背もたれ椅子B(石)
|
||||
Throne A|玉座A
|
||||
Throne A|玉座A
|
||||
Throne A|玉座A
|
||||
Throne B (Demon Castle)|玉座B(魔王城)
|
||||
Throne B (Demon Castle)|玉座B(魔王城)
|
||||
Throne B (Demon Castle)|玉座B(魔王城)
|
||||
Chair A (Wood)|背もたれ椅子A(木製)
|
||||
Chair B (Stone)|背もたれ椅子B(石)
|
||||
Throne A|玉座A
|
||||
Throne A|玉座A
|
||||
Throne A|玉座A
|
||||
Throne B (Demon Castle)|玉座B(魔王城)
|
||||
Throne B (Demon Castle)|玉座B(魔王城)
|
||||
Throne B (Demon Castle)|玉座B(魔王城)
|
||||
Shield|盾
|
||||
Swords A|剣A
|
||||
Swords B|剣B
|
||||
Entrance A|入口A
|
||||
Entrance A (Extend)|入口A(延長部分)
|
||||
Entrance A (Top Half A)|入口A(上半分A)S
|
||||
Entrance B|入口B
|
||||
Entrance A (Top Half B)|入口A(上半分B)
|
||||
Pot A|壺A
|
||||
Pot B|壺B
|
||||
Pot C (Ruins)|壺C(廃墟)
|
||||
Table A (Ruins)|テーブルA(廃墟)
|
||||
Stone Pillar A|石の柱A
|
||||
Stone Pillar B|石の柱B
|
||||
Fort Pillar|砦の柱
|
||||
Rubble|瓦礫
|
||||
Basin|桶
|
||||
Barrel |樽
|
||||
Barrel (Ruins)|樽(廃墟)
|
||||
Stool (Ruins)|椅子(廃墟)
|
||||
Stone Pillar A|石の柱A
|
||||
Stone Pillar B|石の柱B
|
||||
Fort Pillar|砦の柱
|
||||
Rubble|瓦礫
|
||||
Basin|桶
|
||||
Tub A|たらいA
|
||||
Tub B|たらいB
|
||||
Crate A (Ruins)|木箱A(廃墟)
|
||||
Broken Stone Pillar A|折れた石の柱A
|
||||
Broken Stone Pillar B|折れた石の柱B
|
||||
Broken Fort Pillar|折れた砦の柱
|
||||
Scrap Wood|端材
|
||||
Crate B|木箱B
|
||||
Crate C|木箱C
|
||||
Stacked Crates|積まれた木箱
|
||||
Stacked Crates|積まれた木箱
|
||||
Fissures A|亀裂A
|
||||
Fissures B|亀裂B
|
||||
Fissures C|亀裂C
|
||||
Fissures D|亀裂D
|
||||
Crate D|木箱D
|
||||
Crate E|木箱E
|
||||
Stacked Crates|積まれた木箱
|
||||
Stacked Crates|積まれた木箱
|
||||
Fissures A|亀裂A
|
||||
Fissures B|亀裂B
|
||||
Fissures C|亀裂C
|
||||
Fissures D|亀裂D
|
||||
Crate F|木箱F
|
||||
Crate G|木箱G
|
||||
Sacks C|麻袋C
|
||||
Large Crate|大きな木箱
|
||||
Jail Bar|鉄格子
|
||||
Jail Bar|鉄格子
|
||||
Jail Bar|鉄格子
|
||||
Jail Bar|鉄格子
|
||||
Sack A|麻袋A
|
||||
Sack B|麻袋B
|
||||
Sacks C|麻袋C
|
||||
Large Crate|大きな木箱
|
||||
Jail Bar|鉄格子
|
||||
Jail Bar|鉄格子
|
||||
Jail Bar|鉄格子
|
||||
Jail Bar|鉄格子
|
||||
256
img/tilesets/mz/Inside_C.txt
Normal file
256
img/tilesets/mz/Inside_C.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Cup & Teapot A (Bottom)|カップとポットA(下)
|
||||
Cup & Teapot B (Top)|カップとポットB(上)
|
||||
Cup & Teapot C (Left)|カップとポットC(左)
|
||||
Cup & Teapot D (Right)|カップとポットD(右)
|
||||
Cup A (Bottom)|カップA(下)
|
||||
Cup B (Top)|カップB(上)
|
||||
Cup C (Left)|カップC(左)
|
||||
Cup D (Right)|カップD(右)
|
||||
Glass & Bottle A (Bottom)|グラスとボトルA(下)
|
||||
Glass & Bottle B (Top)|グラスとボトルB(上)
|
||||
Glass & Bottle C (Left)|グラスとボトルC(左)
|
||||
Glass & Bottle D (Right)|グラスとボトルD(右)
|
||||
Glass A (Bottom)|グラスA(下)
|
||||
Glass B (Top)|グラスB(上)
|
||||
Glass C (Left)|グラスC(左)
|
||||
Glass D (Right)|グラスD(右)
|
||||
Pint Mug & Ale Bottle A (Bottom)|ジョッキと瓶A(下)
|
||||
Pint Mug & Ale Bottles B (Top)|ジョッキと瓶B(上)
|
||||
Pint Mug & Ale Bottles C (Left)|ジョッキと瓶C(左)
|
||||
Pint Mug & Ale Bottle D (Right)|ジョッキと瓶D(右)
|
||||
Pint Mug A (Bottom)|ジョッキA(下)
|
||||
Pint Mug B (Top)|ジョッキB(上)
|
||||
Pint Mug C (Left)|ジョッキC(左)
|
||||
Pint Mug D (Right)|ジョッキD(右)
|
||||
Teapot|ポット
|
||||
Bottle A|ボトルA
|
||||
Bottles B|ボトルB
|
||||
Bottles C|ボトルC
|
||||
Broken Bottle|割れたボトル
|
||||
Ale Bottle A|瓶A
|
||||
Ale Bottles B|瓶B
|
||||
Ale Bottles C|瓶C
|
||||
Meal (Fish)|魚料理
|
||||
Meal (Meat)|肉料理
|
||||
Side Dishes|副菜
|
||||
Fruit Bowl|フルーツ盛り合わせ
|
||||
Roast Pig|丸焼き
|
||||
Cake|ケーキ
|
||||
Pizza|ピザ
|
||||
Meal (Fish)|魚料理
|
||||
Dinner Set A (Bottom)|夕食セットA(下)
|
||||
Dinner Set B (Top)|夕食セットB(上)
|
||||
Dinner Set C (Left)|夕食セットC(左)
|
||||
Dinner Set D (Right)|夕食セットD(右)
|
||||
Pie|パイ
|
||||
Fried Rice|チャーハン
|
||||
Mystery Dishes|謎の料理
|
||||
Cooking Disaster|失敗料理
|
||||
Breakfast Set A (Bottom)|朝食セットA(下)
|
||||
Breakfast Set B (Top)|朝食セットB(上)
|
||||
Breakfast Set C (Left)|朝食セットC(左)
|
||||
Breakfast Set D (Right)|朝食セットD(右)
|
||||
Plate A|皿A
|
||||
Bowl|ボウル
|
||||
Plates B|皿B
|
||||
Plates C|皿C
|
||||
Closed Book A (Bottom)|閉じた本A(下)
|
||||
Closed Book B (Top)|閉じた本B(上)
|
||||
Closed Book C (Left)|閉じた本C(左)
|
||||
Closed Book D (Right)|閉じた本D(右)
|
||||
Open Book A (Bottom)|開いた本A(下)
|
||||
Open Book B (Top)|開いた本B(上)
|
||||
Open Book C (Left)|開いた本C(左)
|
||||
Open Book D (Right)|開いた本D(右)
|
||||
Closed Old Book A (Bottom)|閉じた古文書A(下)
|
||||
Closed Old Book B (Top)|閉じた古文書B(上)
|
||||
Closed Old Book C (Left)|閉じた古文書C(左)
|
||||
Closed Old Book D (Right)|閉じた古文書D(右)
|
||||
Open Old Book A (Bottom)|開いた古文書A(下)
|
||||
Open Old Book B (Top)|開いた古文書B(上)
|
||||
Open Old Book C (Left)|開いた古文書C(左)
|
||||
Open Old Book D (Right)|開いた古文書D(右)
|
||||
Notes & Pen A (Bottom)|メモとペンA(下)
|
||||
Notes & Pen B (Top)|メモとペンB(上)
|
||||
Notes & Pen C (Left)|メモとペンC(左)
|
||||
Notes & Pen D (Right)|メモとペンD(右)
|
||||
Map A (Bottom)|地図A(下)
|
||||
Map B (Top)|地図B(上)
|
||||
Map C (Left)|地図C(左)
|
||||
Map D (Right)|地図D(右)
|
||||
Envelope & Letter|封筒と便箋
|
||||
Envelope|封筒
|
||||
Scrolls A|巻物A
|
||||
Scrolls B|巻物B
|
||||
Vase|花瓶
|
||||
Potted Plant A|植木鉢A
|
||||
Potted Plant B|植木鉢B
|
||||
Planter|プランター
|
||||
Case A|ケースA
|
||||
Case B|ケースB
|
||||
Letter Case|レターケース
|
||||
Cutting Board|まな板
|
||||
Small Box A|小箱A
|
||||
Small Box B|小箱B
|
||||
Small Box C|小箱C
|
||||
Small Box D|小箱D
|
||||
Sack A|袋A
|
||||
Sacks B|袋B
|
||||
Sacks C|袋C
|
||||
Medicine Bottle A|薬瓶A
|
||||
Medicine Bottles B|薬瓶B
|
||||
Medicine Bottles C|薬瓶C
|
||||
Potion A|液体入り瓶A
|
||||
Potions B|液体入り瓶B
|
||||
Basket A|バスケットA
|
||||
Basket B|バスケットB
|
||||
Basket C|バスケットC
|
||||
Basket D|バスケットD
|
||||
Rugs A|じゅうたんA
|
||||
Rugs B|じゅうたんB
|
||||
Rugs C|じゅうたんC
|
||||
Lab Equipment|実験器具
|
||||
Stuffed Doll A|ぬいぐるみA
|
||||
Stuffed Doll B|ぬいぐるみB
|
||||
Stuffed Doll C|ぬいぐるみC
|
||||
Stuffed Doll D|ぬいぐるみD
|
||||
Doll A|人形A
|
||||
Doll B|人形B
|
||||
Gifts A|プレゼントA
|
||||
Gifts B|プレゼントB
|
||||
Shovel|スコップ
|
||||
Pickax|つるはし
|
||||
Rope A|ロープA
|
||||
Rope B|ロープB
|
||||
Pendant|ペンダント
|
||||
Jewelry Case A|宝石ケースA
|
||||
Necklace|ネックレス
|
||||
Jewelry Case B|宝石ケースB
|
||||
Sword A|剣A
|
||||
Swords B|剣B
|
||||
Swords C|剣C
|
||||
Axes|斧
|
||||
Spears A|槍A
|
||||
Spears B|槍B
|
||||
Whip|鞭
|
||||
Knives|短剣
|
||||
Cooking Utensils|調理器具
|
||||
Dry Flowers|ドライフラワー
|
||||
Shield A|盾A
|
||||
Shield B|盾B
|
||||
Men's Clothing A (Hanging)|男物の服A(壁掛け)
|
||||
Men's Clothing B (Hanging)|男物の服B(壁掛け)
|
||||
Women's Clothing A (Hanging)|女物の服A(壁掛け)
|
||||
Women's Clothing B (Hanging)|女物の服B(壁掛け)
|
||||
Sword Rack A|剣掛台A
|
||||
Sword Rack B|剣掛台B
|
||||
Hammers|ハンマー
|
||||
Bows & Arrows|弓矢
|
||||
Blacksmith's Table A|金床A
|
||||
Blacksmith's Table B|金床B
|
||||
Large Basin|水桶
|
||||
Scrap Metal|鉄くず
|
||||
Helmet A|兜A
|
||||
Helmet B|兜B
|
||||
Helmet C|兜C
|
||||
Hat A (Stand)|帽子A(スタンド)
|
||||
Hat B (Stand)|帽子B(スタンド)
|
||||
Hat C (Stand)|帽子C(スタンド)
|
||||
Women's Clothing (Stand)|女物の服(スタンド)
|
||||
Dress (Stand)|ドレス(スタンド)
|
||||
Armor A (Stand)|鎧A(スタンド)
|
||||
Armor B (Stand)|鎧B(スタンド)
|
||||
Armor C (Stand)|鎧C(スタンド)
|
||||
Armor D (Stand)|鎧D(スタンド)
|
||||
Men's Clothing (Stand)|男物の服(スタンド)
|
||||
Cape (Stand)|マント(スタンド)
|
||||
Robe A (Stand)|ローブA(スタンド)
|
||||
Robe B (Stand)|ローブB(スタンド)
|
||||
Church Symbol|教会のシンボル
|
||||
Angel Statue A|天使像A
|
||||
Angel Statue B|天使像B
|
||||
Goddess Statue|女神像
|
||||
Statue|石像
|
||||
Dais|台座
|
||||
Repository of Swords|剣立て
|
||||
Repository of Spears|槍立て
|
||||
Church Symbol|教会のシンボル
|
||||
Angel Statue A|天使像A
|
||||
Angel Statue B|天使像B
|
||||
Goddess Statue|女神像
|
||||
Statue|石像
|
||||
Broken Statue|壊れた像
|
||||
Repository of Swords|剣立て
|
||||
Repository of Spears|槍立て
|
||||
Church Table A|教会机A
|
||||
Church Table A|教会机A
|
||||
Church Table A|教会机A
|
||||
Church Table B|教会机B
|
||||
Decorative Pillar A|装飾柱A
|
||||
Decorative Pillar B|装飾柱B
|
||||
Decorative Pillar A (Ruins)|装飾柱A(廃墟)
|
||||
Decorative Pillar B (Ruins)|装飾柱B(廃墟)
|
||||
Church Table A|教会机A
|
||||
Church Table A|教会机A
|
||||
Church Table A|教会机A
|
||||
Church Table B|教会机B
|
||||
Decorative Pillar A|装飾柱A
|
||||
Decorative Pillar B|装飾柱B
|
||||
Decorative Pillar A (Ruins)|装飾柱A(廃墟)
|
||||
Decorative Pillar B (Ruins)|装飾柱B(廃墟)
|
||||
Gold Bricks A|金の延べ棒A
|
||||
Gold Bricks B|金の延べ棒B
|
||||
Silver Bricks A|銀の延べ棒A
|
||||
Silver Bricks B|銀の延べ棒B
|
||||
Decorative Pillar A|装飾柱A
|
||||
Decorative Pillar B|装飾柱B
|
||||
Decorative Pillar A (Ruins)|装飾柱A(廃墟)
|
||||
Decorative Pillar B (Ruins)|装飾柱B(廃墟)
|
||||
Monument A|石碑A
|
||||
Monument B|石碑B
|
||||
Demon Statue|悪魔像
|
||||
Dragon Statue|竜像
|
||||
Dragon Statue|竜像
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Monument A|石碑A
|
||||
Monument C|石碑C
|
||||
Demon Statue|悪魔像
|
||||
Dragon Statue|竜像
|
||||
Dragon Statue|竜像
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Railings (Wood)|段差用手すり(木製)
|
||||
Railings (Wood)|段差用手すり(木製)
|
||||
Railings (Wood)|段差用手すり(木製)
|
||||
Railings (Wood)|段差用手すり(木製)
|
||||
Railings (Wood)|段差用手すり(木製)
|
||||
Railings (Wood)|段差用手すり(木製)
|
||||
Railings (Wood)|段差用手すり(木製)
|
||||
Railings (Wood)|段差用手すり(木製)
|
||||
Banister A (Wood)|階段用手すりA(木製)
|
||||
Banister A (Wood)|階段用手すりA(木製)
|
||||
Banister B (Stone)|階段用手すりB(石)
|
||||
Banister B (Stone)|階段用手すりB(石)
|
||||
Banister C (Temple)|階段用手すりC(神殿)
|
||||
Banister C (Temple)|階段用手すりC(神殿)
|
||||
Banister D (Castle)|階段用手すりD(城)
|
||||
Banister D (Castle)|階段用手すりD(城)
|
||||
Banister A (Wood)|階段用手すりA(木製)
|
||||
Banister A (Wood)|階段用手すりA(木製)
|
||||
Banister B (Stone)|階段用手すりB(石)
|
||||
Banister B (Stone)|階段用手すりB(石)
|
||||
Banister C (Temple)|階段用手すりC(神殿)
|
||||
Banister C (Temple)|階段用手すりC(神殿)
|
||||
Banister D (Castle)|階段用手すりD(城)
|
||||
Banister D (Castle)|階段用手すりD(城)
|
||||
Banister A (Wood)|階段用手すりA(木製)
|
||||
Banister A (Wood)|階段用手すりA(木製)
|
||||
Banister B (Stone)|階段用手すりB(石)
|
||||
Banister B (Stone)|階段用手すりB(石)
|
||||
Banister C (Temple)|階段用手すりC(神殿)
|
||||
Banister C (Temple)|階段用手すりC(神殿)
|
||||
Banister D (Castle)|階段用手すりD(城)
|
||||
Banister D (Castle)|階段用手すりD(城)
|
||||
256
img/tilesets/mz/Magic_Inside_D.txt
Normal file
256
img/tilesets/mz/Magic_Inside_D.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
|
||||
Tapestry E|タペストリーE
|
||||
Tapestry E(ruins)|タペストリーE(廃墟)
|
||||
Tapestry F|タペストリーF
|
||||
Tapestry F(ruins)|タペストリーF(廃墟)
|
||||
Anatomical chart|解剖図
|
||||
Large window E(noon)|大型窓E(昼)
|
||||
Large window F(night)|大型窓F(夜)
|
||||
Paperboard (magic team)|張り紙(魔法陣)
|
||||
Tapestry E|タペストリーE
|
||||
Tapestry E(ruins)|タペストリーE(廃墟)
|
||||
Tapestry F|タペストリーF
|
||||
Tapestry F(ruins)|タペストリーF(廃墟)
|
||||
Anatomical chart|解剖図
|
||||
Large window E(noon)|大型窓E(昼)
|
||||
Large window F(night)|大型窓F(夜)
|
||||
Spiderweb(upper right)|蜘蛛の巣(右上)
|
||||
Portrait C|肖像画C
|
||||
Dream Catcher|ドリームキャッチャー
|
||||
Cane|杖
|
||||
Witch's clothes (wall hanging)|魔女の服(壁掛け)
|
||||
Medium size window E|中型窓E
|
||||
Medium size window F|中型窓F
|
||||
Medium size window G(ruis)|中型窓G(廃墟)
|
||||
Spider web (upper left)|蜘蛛の巣(左上)
|
||||
Portrait D|肖像画D
|
||||
Dream Catcher|ドリームキャッチャー
|
||||
lizard|トカゲ
|
||||
White coat(wall hanging)|白衣(壁掛け)
|
||||
Medium size window E|中型窓E
|
||||
Medium size window F|中型窓F
|
||||
Medium size window G(ruis)|中型窓G(廃墟)
|
||||
Simple shelf F (black cat)|簡易棚F(黒猫)
|
||||
Simple shelf G (chemical A)|簡易棚G(薬品A)
|
||||
Simple shelf H (chemical B)|簡易棚H(薬品B)
|
||||
Simple shelf I (ointment)|簡易棚I(軟膏)
|
||||
spider|蜘蛛
|
||||
Ornament A (bat)|オーナメントA(コウモリ)
|
||||
Ornament B (Jack O Lantern)|オーナメントB(ジャック・オー・ランタン)
|
||||
Ornament B (Jack O Lantern)|オーナメントB(ジャック・オー・ランタン)
|
||||
Magical plant A|魔法植物A
|
||||
Magical plant B|魔法植物B
|
||||
Magical plant C|魔法植物C
|
||||
Magical plant D|魔法植物D
|
||||
Attribute object A (fire)|属性オブジェクトA(炎)
|
||||
Attribute object B (ice)|属性オブジェクトB(氷)
|
||||
Attribute object C (thunder)|属性オブジェクトC(雷)
|
||||
Attribute object D (water)|属性オブジェクトD(水)
|
||||
Magical plant A|魔法植物A
|
||||
Magical plant B|魔法植物B
|
||||
Magical plant C|魔法植物C
|
||||
Magical plant D|魔法植物D
|
||||
Attribute object A (fire)|属性オブジェクトA(炎)
|
||||
Attribute object B (ice)|属性オブジェクトB(氷)
|
||||
Attribute object C (thunder)|属性オブジェクトC(雷)
|
||||
Attribute object D (water)|属性オブジェクトD(水)
|
||||
Dissection table|解剖台
|
||||
Trash can (garbage)|ゴミ箱(生ゴミ)
|
||||
Birdcage A|鳥カゴA
|
||||
Pickled formalin A (table)|ホルマリン漬けA(テーブル)
|
||||
Attribute object E (Sat)|属性オブジェクトE(土)
|
||||
Attribute object F (wind)|属性オブジェクトF(風)
|
||||
Attribute object G (light)|属性オブジェクトG(光)
|
||||
Attribute object H (dark)|属性オブジェクトH(闇)
|
||||
Dissection table|解剖台
|
||||
Surgical instrument|手術器具
|
||||
Birdcage A|鳥カゴA
|
||||
Pickled formalin A (table)|ホルマリン漬けA(テーブル)
|
||||
Attribute object E (Sat)|属性オブジェクトE(土)
|
||||
Attribute object F (wind)|属性オブジェクトF(風)
|
||||
Attribute object G (light)|属性オブジェクトG(光)
|
||||
Attribute object H (dark)|属性オブジェクトH(闇)
|
||||
Crystal A (noon)|水晶A(昼)
|
||||
Crystal B (evening)|水晶B(夕方)
|
||||
Crystal C (night)|水晶C(夜)
|
||||
Crystal D (sea)|水晶D(海)
|
||||
Crystal E (chaotic)|水晶E(混沌)
|
||||
Basket E (herbal)|バスケットE(薬草)
|
||||
Basket E (poisonous)|バスケットE(毒草)
|
||||
Wooden box H (crystal)|木箱H(クリスタル)
|
||||
Crushed crystal A (red)|砕けたクリスタルA(赤)
|
||||
Broken Crystal B (Yellow)|砕けたクリスタルB(黄)
|
||||
Crushed crystal C (green)|砕けたクリスタルC(緑)
|
||||
Crushed crystal D (blue)|砕けたクリスタルD(青)
|
||||
Crushed crystal E (purple)|砕けたクリスタルE(紫)
|
||||
Crushed crystal F (white)|砕けたクリスタルF(白)
|
||||
Broken Crystal G (Blue Green)|砕けたクリスタルG(青緑)
|
||||
Crushed crystal H (rainbow)|砕けたクリスタルH(虹)
|
||||
Stand Crystal A (Red)|スタンドクリスタルA(赤)
|
||||
Stand Crystal B (Yellow)|スタンドクリスタルB(黄)
|
||||
Stand Crystal C (Green)|スタンドクリスタルC(緑)
|
||||
Stand Crystal D (Blue)|スタンドクリスタルD(青)
|
||||
Stand Crystal E (purple)|スタンドクリスタルE(紫)
|
||||
Stand Crystal F (White)|スタンドクリスタルF(白)
|
||||
Stand Crystal G (Blue Green)|スタンドクリスタルG(青緑)
|
||||
Stand Crystal H (Rainbow)|スタンドクリスタルH(虹)
|
||||
Stand Crystal A (Red)|スタンドクリスタルA(赤)
|
||||
Stand Crystal B (Yellow)|スタンドクリスタルB(黄)
|
||||
Stand Crystal C (Green)|スタンドクリスタルC(緑)
|
||||
Stand Crystal D (Blue)|スタンドクリスタルD(青)
|
||||
Stand Crystal E (purple)|スタンドクリスタルE(紫)
|
||||
Stand Crystal F (White)|スタンドクリスタルF(白)
|
||||
Stand Crystal G (Blue Green)|スタンドクリスタルG(青緑)
|
||||
Stand Crystal H (Rainbow)|スタンドクリスタルH(虹)
|
||||
Magic team A (blue)|魔法陣A(青)
|
||||
Magic team A (blue)|魔法陣A(青)
|
||||
Magic team A (blue)|魔法陣A(青)
|
||||
Magic team B (red)|魔法陣B(赤)
|
||||
Magic team B (red)|魔法陣B(赤)
|
||||
Magic team B (red)|魔法陣B(赤)
|
||||
Spell pillar A (blue)|呪文の柱A(青)
|
||||
Spell pillar B (red)|呪文の柱B(赤)
|
||||
Magic team A (blue)|魔法陣A(青)
|
||||
Magic team A (blue)|魔法陣A(青)
|
||||
Magic team A (blue)|魔法陣A(青)
|
||||
Magic team B (red)|魔法陣B(赤)
|
||||
Magic team B (red)|魔法陣B(赤)
|
||||
Magic team B (red)|魔法陣B(赤)
|
||||
Spell pillar A (blue)|呪文の柱A(青)
|
||||
Spell pillar B (red)|呪文の柱B(赤)
|
||||
Magic team A (blue)|魔法陣A(青)
|
||||
Magic team A (blue)|魔法陣A(青)
|
||||
Magic team A (blue)|魔法陣A(青)
|
||||
Magic team B (red)|魔法陣B(赤)
|
||||
Magic team B (red)|魔法陣B(赤)
|
||||
Magic team B (red)|魔法陣B(赤)
|
||||
Broken spell pillar A (blue)|折れた呪文の柱A(青)
|
||||
Column B (red) broken spell|折れた呪文の柱B(赤)
|
||||
Fireplace D|暖炉D
|
||||
Large pan A|大きな鍋A
|
||||
Large pan A|大きな鍋A
|
||||
Large pan A|大きな鍋A
|
||||
Medicine ・ Medicinal herb shelf A|薬品・薬草棚A
|
||||
Medicine ・ Medicinal herb shelf A|薬品・薬草棚A
|
||||
Bookcase C|本棚C
|
||||
Bookcase C|本棚C
|
||||
Fireplace D|暖炉D
|
||||
Large pan A|大きな鍋A
|
||||
Large pan A|大きな鍋A
|
||||
Large pan A|大きな鍋A
|
||||
Medicine ・ Medicinal herb shelf A|薬品・薬草棚A
|
||||
Medicine ・ Medicinal herb shelf A|薬品・薬草棚A
|
||||
Bookcase C|本棚C
|
||||
Bookcase C|本棚C
|
||||
Stone mill|石臼
|
||||
Alanvic|アランビック
|
||||
Mortar|すり鉢
|
||||
Powder medicine|粉末薬
|
||||
Medicine ・ Medicinal herb shelf B (ruins)|薬品・薬草棚B(廃墟)
|
||||
Medicine ・ Medicinal herb shelf B (ruins)|薬品・薬草棚B(廃墟)
|
||||
Bookcase D (ruins)|本棚D(廃墟)
|
||||
Bookcase D (ruins)|本棚D(廃墟)
|
||||
Closed magic book A (lower)|閉じた魔導書A(下)
|
||||
Closed magic book B (top)|閉じた魔導書B(上)
|
||||
Closed magic book C (left)|閉じた魔導書C(左)
|
||||
Closed magic book D (right)|閉じた魔導書D(右)
|
||||
Medicine ・ Medicinal herb shelf B (ruins)|薬品・薬草棚B(廃墟)
|
||||
Medicine ・ Medicinal herb shelf B (ruins)|薬品・薬草棚B(廃墟)
|
||||
Bookcase D (ruins)|本棚D(廃墟)
|
||||
Bookcase D (ruins)|本棚D(廃墟)
|
||||
Open magic book A (lower)|開いた魔導書A(下)
|
||||
Open magic book B (top)|開いた魔導書B(上)
|
||||
Open magic book C (left)|開いた魔導書C(左)
|
||||
Open magic book D (right)|開いた魔導書D(右)
|
||||
Rune stone A|ルーン文字の石A
|
||||
Rune stone B|ルーン文字の石B
|
||||
A broom|ほうき
|
||||
Alcohol lamp|アルコールランプ
|
||||
Laboratory instrument (large)|実験器具(大)
|
||||
Microscope|顕微鏡
|
||||
Liquid filled bottle C|液体入り瓶C
|
||||
Formalin pickled B (contents of a mystery)|ホルマリン漬けB(謎の中身)
|
||||
Formalin pickled B (empty)|ホルマリン漬けB(空っぽ)
|
||||
Upper balance|上皿天秤
|
||||
Jack O Lantern A|ジャック・オー・ランタンA
|
||||
Jack O Lantern B|ジャック・オー・ランタンB
|
||||
Table D|テーブルD
|
||||
Drafting table A (blue print)|製図台A(ブループリント)
|
||||
Drafting table B (design drawing)|製図台B(設計図)
|
||||
Hat rack|帽子掛け
|
||||
Chair D (upper)|椅子D(上)
|
||||
Chair D (right)|椅子D(右)
|
||||
Chair D (left)|椅子D(左)
|
||||
Chair D (lower)|椅子D(下)
|
||||
Table D (leg)|テーブルD(脚)
|
||||
Drafting base (leg)|製図台(脚)
|
||||
Memo and pen (spell)|メモとペン(呪文)
|
||||
Hat rack|帽子掛け
|
||||
Witch gloves|魔女の手袋
|
||||
Witch's shoes|魔女の靴
|
||||
Glasses|眼鏡
|
||||
Chair D (lower)|椅子D(下)
|
||||
Skeleton C|骸骨C
|
||||
A skeleton mountain|骸骨の山
|
||||
Tarot card back (3)|タロットカード裏(3枚)
|
||||
Tarot card back (5)|タロットカード裏(5枚)
|
||||
Horoscope|ホロスコープ
|
||||
Horoscope|ホロスコープ
|
||||
Celestial sphere|天球儀
|
||||
Celestial sphere|天球儀
|
||||
Page of scattered magical books|散らばった魔導書のページ
|
||||
Skewered newt|串刺しイモリ
|
||||
Tarot Card Table (3)|タロットカード表(3枚)
|
||||
Tarot Card Table (5)|タロットカード表(5枚)
|
||||
Horoscope|ホロスコープ
|
||||
Horoscope|ホロスコープ
|
||||
Celestial sphere|天球儀
|
||||
Celestial sphere|天球儀
|
||||
Large light ball|大きな光の玉
|
||||
Large light ball|大きな光の玉
|
||||
Large light ball|大きな光の玉
|
||||
Spots A (brown)|シミA(茶)
|
||||
Carpet G (upper left)|じゅうたんG(左上)
|
||||
Carpet G (top)|じゅうたんG(上)
|
||||
Carpet G (upper right)|じゅうたんG(右上)
|
||||
Carpet G (left)|じゅうたんG(左)
|
||||
Large light ball|大きな光の玉
|
||||
Large light ball|大きな光の玉
|
||||
Large light ball|大きな光の玉
|
||||
Spot B (red)|シミB(赤)
|
||||
Carpet G (lower left)|じゅうたんG(左下)
|
||||
Carpet G (lower)|じゅうたんG(下)
|
||||
Carpet G (lower right)|じゅうたんG(右下)
|
||||
Carpet G (right)|じゅうたんG(右)
|
||||
Bed A (upper)|ベッドA(上)
|
||||
Bed A (lower)|ベッドA(下)
|
||||
Bed quilt A (top)|ベッドの掛け布団A(上)
|
||||
Bed quilt A (lower)|ベッドの掛け布団A(下)
|
||||
Carpet G (lower right corner)|じゅうたんG(右下角)
|
||||
Carpet G (lower left corner)|じゅうたんG(左下角)
|
||||
Carpet G (small ・ left)|じゅうたんG(小・左)
|
||||
Carpet G (small ・ right)|じゅうたんG(小・右)
|
||||
Bed A (upper)|ベッドA(上)
|
||||
Bed A (lower)|ベッドA(下)
|
||||
Bed quilt A (top)|ベッドの掛け布団A(上)
|
||||
Bed quilt A (lower)|ベッドの掛け布団A(下)
|
||||
Carpet G (upper right corner)|じゅうたんG(右上角)
|
||||
Carpet G (upper left corner)|じゅうたんG(左上角)
|
||||
Carpet G (Medium)|じゅうたんG(中)
|
||||
Carpet G (small)|じゅうたんG(小)
|
||||
Bed A (left)|ベッドA(左)
|
||||
Bed A (left)|ベッドA(左)
|
||||
Bed quilt A (left)|ベッドの掛け布団A(左)
|
||||
Bed quilt A (left)|ベッドの掛け布団A(左)
|
||||
Carpet E (pattern)|じゅうたんE(模様)
|
||||
Carpet E (pattern)|じゅうたんE(模様)
|
||||
Carpet G (pattern)|じゅうたんG(模様)
|
||||
Carpet G (pattern)|じゅうたんG(模様)
|
||||
Bed A (right)|ベッドA(右)
|
||||
Bed A (right)|ベッドA(右)
|
||||
Bed quilt A (right)|ベッドの掛け布団A(右)
|
||||
Bed quilt A (right)|ベッドの掛け布団A(右)
|
||||
Carpet E (pattern)|じゅうたんE(模様)
|
||||
Carpet E (pattern)|じゅうたんE(模様)
|
||||
Carpet G (pattern)|じゅうたんG(模様)
|
||||
Carpet G (pattern)|じゅうたんG(模様)
|
||||
256
img/tilesets/mz/Magic_Inside_D2.txt
Normal file
256
img/tilesets/mz/Magic_Inside_D2.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Mysterious piano|神秘的なピアノ
|
||||
Mysterious piano|神秘的なピアノ
|
||||
Mysterious piano|神秘的なピアノ
|
||||
Telescope|望遠鏡
|
||||
Telescope|望遠鏡
|
||||
Bird B (brown bird)|鳥カゴB(茶色い鳥)
|
||||
Birdcage C (no contents)|鳥カゴC(中身なし)
|
||||
High table|高めのテーブル
|
||||
Mysterious piano|神秘的なピアノ
|
||||
Mysterious piano|神秘的なピアノ
|
||||
Mysterious piano|神秘的なピアノ
|
||||
Telescope|望遠鏡
|
||||
Telescope|望遠鏡
|
||||
Bird B (brown bird)|鳥カゴB(茶色い鳥)
|
||||
Birdcage C (no contents)|鳥カゴC(中身なし)
|
||||
High table|高めのテーブル
|
||||
Magic team C (red)|魔法陣C(赤)
|
||||
Magic team C (red)|魔法陣C(赤)
|
||||
Magic team C (red)|魔法陣C(赤)
|
||||
Magic team D (Yellow)|魔法陣D(黄)
|
||||
Magic team D (Yellow)|魔法陣D(黄)
|
||||
Magic team D (Yellow)|魔法陣D(黄)
|
||||
Attribute object I (flame)|属性オブジェクトI(炎)
|
||||
Attribute object J (ice)|属性オブジェクトJ(氷)
|
||||
Magic team C (red)|魔法陣C(赤)
|
||||
Magic team C (red)|魔法陣C(赤)
|
||||
Magic team C (red)|魔法陣C(赤)
|
||||
Magic team D (Yellow)|魔法陣D(黄)
|
||||
Magic team D (Yellow)|魔法陣D(黄)
|
||||
Magic team D (Yellow)|魔法陣D(黄)
|
||||
Attribute object I (flame)|属性オブジェクトI(炎)
|
||||
Attribute object J (ice)|属性オブジェクトJ(氷)
|
||||
Magic team C (red)|魔法陣C(赤)
|
||||
Magic team C (red)|魔法陣C(赤)
|
||||
Magic team C (red)|魔法陣C(赤)
|
||||
Magic team D (Yellow)|魔法陣D(黄)
|
||||
Magic team D (Yellow)|魔法陣D(黄)
|
||||
Magic team D (Yellow)|魔法陣D(黄)
|
||||
Attribute object K (thunder)|属性オブジェクトK(雷)
|
||||
Attribute object L (water)|属性オブジェクトL(水)
|
||||
Magic team E (green)|魔法陣E(緑)
|
||||
Magic team E (green)|魔法陣E(緑)
|
||||
Magic team E (green)|魔法陣E(緑)
|
||||
Magic team F (blue)|魔法陣F(青)
|
||||
Magic team F (blue)|魔法陣F(青)
|
||||
Magic team F (blue)|魔法陣F(青)
|
||||
Attribute object K (thunder)|属性オブジェクトK(雷)
|
||||
Attribute object L (water)|属性オブジェクトL(水)
|
||||
Magic team E (green)|魔法陣E(緑)
|
||||
Magic team E (green)|魔法陣E(緑)
|
||||
Magic team E (green)|魔法陣E(緑)
|
||||
Magic team F (blue)|魔法陣F(青)
|
||||
Magic team F (blue)|魔法陣F(青)
|
||||
Magic team F (blue)|魔法陣F(青)
|
||||
Attribute object M (Sat)|属性オブジェクトM(土)
|
||||
Attribute object N (wind)|属性オブジェクトN(風)
|
||||
Magic team E (green)|魔法陣E(緑)
|
||||
Magic team E (green)|魔法陣E(緑)
|
||||
Magic team E (green)|魔法陣E(緑)
|
||||
Magic team F (blue)|魔法陣F(青)
|
||||
Magic team F (blue)|魔法陣F(青)
|
||||
Magic team F (blue)|魔法陣F(青)
|
||||
Attribute object M (Sat)|属性オブジェクトM(土)
|
||||
Attribute object N (wind)|属性オブジェクトN(風)
|
||||
Magic team G (purple)|魔法陣G(紫)
|
||||
Magic team G (purple)|魔法陣G(紫)
|
||||
Magic team G (purple)|魔法陣G(紫)
|
||||
Magic team H (white)|魔法陣H(白)
|
||||
Magic team H (white)|魔法陣H(白)
|
||||
Magic team H (white)|魔法陣H(白)
|
||||
Attribute object O (light)|属性オブジェクトO(光)
|
||||
Attribute object P (dark)|属性オブジェクトP(闇)
|
||||
Magic team G (purple)|魔法陣G(紫)
|
||||
Magic team G (purple)|魔法陣G(紫)
|
||||
Magic team G (purple)|魔法陣G(紫)
|
||||
Magic team H (white)|魔法陣H(白)
|
||||
Magic team H (white)|魔法陣H(白)
|
||||
Magic team H (white)|魔法陣H(白)
|
||||
Attribute object O (light)|属性オブジェクトO(光)
|
||||
Attribute object P (dark)|属性オブジェクトP(闇)
|
||||
Magic team G (purple)|魔法陣G(紫)
|
||||
Magic team G (purple)|魔法陣G(紫)
|
||||
Magic team G (purple)|魔法陣G(紫)
|
||||
Magic team H (white)|魔法陣H(白)
|
||||
Magic team H (white)|魔法陣H(白)
|
||||
Magic team H (white)|魔法陣H(白)
|
||||
Spell pillar C (green)|呪文の柱C(緑)
|
||||
Spell pillar D (white)|呪文の柱D(白)
|
||||
Magic team I (blue green)|魔法陣I(青緑)
|
||||
Magic team I (blue green)|魔法陣I(青緑)
|
||||
Magic team I (blue green)|魔法陣I(青緑)
|
||||
Magic team J (rainbow)|魔法陣J(虹)
|
||||
Magic team J (rainbow)|魔法陣J(虹)
|
||||
Magic team J (rainbow)|魔法陣J(虹)
|
||||
Spell pillar C (green)|呪文の柱C(緑)
|
||||
Spell pillar D (white)|呪文の柱D(白)
|
||||
Magic team I (blue green)|魔法陣I(青緑)
|
||||
Magic team I (blue green)|魔法陣I(青緑)
|
||||
Magic team I (blue green)|魔法陣I(青緑)
|
||||
Magic team J (rainbow)|魔法陣J(虹)
|
||||
Magic team J (rainbow)|魔法陣J(虹)
|
||||
Magic team J (rainbow)|魔法陣J(虹)
|
||||
Spell pillar C (green)|呪文の柱C(緑)
|
||||
Spell pillar D (white)|呪文の柱D(白)
|
||||
Magic team I (blue green)|魔法陣I(青緑)
|
||||
Magic team I (blue green)|魔法陣I(青緑)
|
||||
Magic team I (blue green)|魔法陣I(青緑)
|
||||
Magic team J (rainbow)|魔法陣J(虹)
|
||||
Magic team J (rainbow)|魔法陣J(虹)
|
||||
Magic team J (rainbow)|魔法陣J(虹)
|
||||
Portrait C (Horror)|肖像画C(ホラー)
|
||||
Portrait D (Horror)|肖像画D(ホラー)
|
||||
Small magic team A (red)|小さい魔法陣A(赤)
|
||||
Small magic team B (Yellow)|小さい魔法陣B(黄)
|
||||
Small magic team C (green)|小さい魔法陣C(緑)
|
||||
Small magic team D (blue)|小さい魔法陣D(青)
|
||||
Small magic team E (purple)|小さい魔法陣E(紫)
|
||||
Small magic team F (white)|小さい魔法陣F(白)
|
||||
Small magic team G (blue green)|小さい魔法陣G(青緑)
|
||||
Small magic team H (rainbow)|小さい魔法陣H(虹)
|
||||
Closed magic book E (bottom)|閉じた魔導書E(下)
|
||||
Closed magic book F (top)|閉じた魔導書F(上)
|
||||
Closed magic book G (left)|閉じた魔導書G(左)
|
||||
Closed magic book H (right)|閉じた魔導書H(右)
|
||||
Open magic book E (bottom)|開いた魔導書E(下)
|
||||
Open magic book F (top)|開いた魔導書F(上)
|
||||
Open magic book G (left)|開いた魔導書G(左)
|
||||
Open magic book H (right)|開いた魔導書H(右)
|
||||
Chair E (top)|椅子E(上)
|
||||
Chair E (right)|椅子E(右)
|
||||
Chair E (left)|椅子E(左)
|
||||
Chair E (lower)|椅子E(下)
|
||||
Chair F (top)|椅子F(上)
|
||||
Chair F (right)|椅子F(右)
|
||||
Chair F (left)|椅子F(左)
|
||||
Chair F (bottom)|椅子F(下)
|
||||
Chair G (top)|椅子G(上)
|
||||
Chair G (right)|椅子G(右)
|
||||
Chair G (left)|椅子G(左)
|
||||
Chair E (lower)|椅子E(下)
|
||||
Chair H (upper)|椅子H(上)
|
||||
Chair H (right)|椅子H(右)
|
||||
Chair H (left)|椅子H(左)
|
||||
Chair F (bottom)|椅子F(下)
|
||||
Large pan B|大きな鍋B
|
||||
Large pan B|大きな鍋B
|
||||
Large pan B|大きな鍋B
|
||||
Chair G (lower)|椅子G(下)
|
||||
A big dark ball|大きな闇の玉
|
||||
A big dark ball|大きな闇の玉
|
||||
A big dark ball|大きな闇の玉
|
||||
Chair H (lower)|椅子H(下)
|
||||
Large pan B|大きな鍋B
|
||||
Large pan B|大きな鍋B
|
||||
Large pan B|大きな鍋B
|
||||
Chair G (lower)|椅子G(下)
|
||||
A big dark ball|大きな闇の玉
|
||||
A big dark ball|大きな闇の玉
|
||||
A big dark ball|大きな闇の玉
|
||||
Chair H (lower)|椅子H(下)
|
||||
Medicine ・ Medicinal herb shelf C|薬品・薬草棚C
|
||||
Medicine ・ Medicinal herb shelf C|薬品・薬草棚C
|
||||
Bookshelf E|本棚E
|
||||
Bookshelf E|本棚E
|
||||
Medicine ・ Medicinal herb shelf D|薬品・薬草棚D
|
||||
Medicine ・ Medicinal herb shelf D|薬品・薬草棚D
|
||||
Bookcase F|本棚F
|
||||
Bookcase F|本棚F
|
||||
Medicine ・ Medicinal herb shelf C|薬品・薬草棚C
|
||||
Medicine ・ Medicinal herb shelf C|薬品・薬草棚C
|
||||
Bookshelf E|本棚E
|
||||
Bookshelf E|本棚E
|
||||
Medicine ・ Medicinal herb shelf D|薬品・薬草棚D
|
||||
Medicine ・ Medicinal herb shelf D|薬品・薬草棚D
|
||||
Bookcase F|本棚F
|
||||
Bookcase F|本棚F
|
||||
Medicine ・ Medicinal herb shelf E (ruins)|薬品・薬草棚E(廃墟)
|
||||
Medicine ・ Medicinal herb shelf E (ruins)|薬品・薬草棚E(廃墟)
|
||||
Bookcase G (ruins)|本棚G(廃墟)
|
||||
Bookcase G (ruins)|本棚G(廃墟)
|
||||
Medicine ・ Medicinal herb shelf F (ruins)|薬品・薬草棚F(廃墟)
|
||||
Medicine ・ Medicinal herb shelf F (ruins)|薬品・薬草棚F(廃墟)
|
||||
Bookshelf H (ruins)|本棚H(廃墟)
|
||||
Bookshelf H (ruins)|本棚H(廃墟)
|
||||
Medicine ・ Medicinal herb shelf E (ruins)|薬品・薬草棚E(廃墟)
|
||||
Medicine ・ Medicinal herb shelf E (ruins)|薬品・薬草棚E(廃墟)
|
||||
Bookcase G (ruins)|本棚G(廃墟)
|
||||
Bookcase G (ruins)|本棚G(廃墟)
|
||||
Medicine ・ Medicinal herb shelf F (ruins)|薬品・薬草棚F(廃墟)
|
||||
Medicine ・ Medicinal herb shelf F (ruins)|薬品・薬草棚F(廃墟)
|
||||
Bookshelf H (ruins)|本棚H(廃墟)
|
||||
Bookshelf H (ruins)|本棚H(廃墟)
|
||||
Bed B (upper)|ベッドB(上)
|
||||
Bed B (bottom)|ベッドB(下)
|
||||
Bed quilt B (top)|ベッドの掛け布団B(上)
|
||||
Bed quilt B (lower)|ベッドの掛け布団B(下)
|
||||
Bed C (upper)|ベッドC(上)
|
||||
Bed C (lower)|ベッドC(下)
|
||||
Bed quilt C (top)|ベッドの掛け布団C(上)
|
||||
Bed quilt C (lower)|ベッドの掛け布団C(下)
|
||||
Bed B (upper)|ベッドB(上)
|
||||
Bed B (bottom)|ベッドB(下)
|
||||
Bed quilt B (top)|ベッドの掛け布団B(上)
|
||||
Bed quilt B (lower)|ベッドの掛け布団B(下)
|
||||
Bed C (upper)|ベッドC(上)
|
||||
Bed C (lower)|ベッドC(下)
|
||||
Bed quilt C (top)|ベッドの掛け布団C(上)
|
||||
Bed quilt C (lower)|ベッドの掛け布団C(下)
|
||||
Bed B (left)|ベッドB(左)
|
||||
Bed B (left)|ベッドB(左)
|
||||
Bed quilt B (left)|ベッドの掛け布団B(左)
|
||||
Bed quilt B (left)|ベッドの掛け布団B(左)
|
||||
Bed C (left)|ベッドC(左)
|
||||
Bed C (left)|ベッドC(左)
|
||||
Bed quilt C (left)|ベッドの掛け布団C(左)
|
||||
Bed quilt C (left)|ベッドの掛け布団C(左)
|
||||
Bed B (right)|ベッドB(右)
|
||||
Bed B (right)|ベッドB(右)
|
||||
Bed quilt B (right)|ベッドの掛け布団B(右)
|
||||
Bed quilt B (right)|ベッドの掛け布団B(右)
|
||||
Bed C (right)|ベッドC(右)
|
||||
Bed C (right)|ベッドC(右)
|
||||
Bed quilt C (right)|ベッドの掛け布団C(右)
|
||||
Bed quilt C (right)|ベッドの掛け布団C(右)
|
||||
Carpet H (upper left)|じゅうたんH(左上)
|
||||
Carpet H (top)|じゅうたんH(上)
|
||||
Carpet H (upper right)|じゅうたんH(右上)
|
||||
Carpet H (left)|じゅうたんH(左)
|
||||
Carpet I (upper left)|じゅうたんI(左上)
|
||||
Carpet I (top)|じゅうたんI(上)
|
||||
Carpet I (upper right)|じゅうたんI(右上)
|
||||
Carpet I (left)|じゅうたんI(左)
|
||||
Carpet H (bottom left)|じゅうたんH(左下)
|
||||
Carpet H (bottom)|じゅうたんH(下)
|
||||
Carpet H (lower right)|じゅうたんH(右下)
|
||||
Carpet H (right)|じゅうたんH(右)
|
||||
Carpet I (lower left)|じゅうたんI(左下)
|
||||
Carpet I (Bottom)|じゅうたんI(下)
|
||||
Carpet I (lower right)|じゅうたんI(右下)
|
||||
Carpet I (right)|じゅうたんI(右)
|
||||
Carpet H (lower right corner)|じゅうたんH(右下角)
|
||||
Carpet H (lower left corner)|じゅうたんH(左下角)
|
||||
Carpet H (small left)|じゅうたんH(小・左)
|
||||
Carpet H (small right)|じゅうたんH(小・右)
|
||||
Carpet I (lower right corner)|じゅうたんI(右下角)
|
||||
Carpet I (lower left corner)|じゅうたんI(左下角)
|
||||
Carpet I (small left)|じゅうたんI(小・左)
|
||||
Carpet I (small right)|じゅうたんI(小・右)
|
||||
Carpet H (upper right corner)|じゅうたんH(右上角)
|
||||
Carpet H (upper left corner)|じゅうたんH(左上角)
|
||||
Carpet H (Medium)|じゅうたんH(中)
|
||||
Carpet H (Small)|じゅうたんH(小)
|
||||
Carpet I (upper right corner)|じゅうたんI(右上角)
|
||||
Carpet I (upper left corner)|じゅうたんI(左上角)
|
||||
Carpet I (Medium)|じゅうたんI(中)
|
||||
Carpet I (Small)|じゅうたんI(小)
|
||||
264
img/tilesets/mz/Magic_Outside_D.txt
Normal file
264
img/tilesets/mz/Magic_Outside_D.txt
Normal file
|
|
@ -0,0 +1,264 @@
|
|||
Rail (stone)|柵(石)
|
||||
Rail (stone)|柵(石)
|
||||
Rail (stone)|柵(石)
|
||||
Rail (wood)|柵(木材)
|
||||
Rail (wood)|柵(木材)
|
||||
Rail (wood)|柵(木材)
|
||||
Fence decoration (wood)|柵の飾り(木材)
|
||||
Fence decoration (wood)|柵の飾り(木材)
|
||||
Rail (stone)|柵(石)
|
||||
Rail (stone)|柵(石)
|
||||
Rail (stone)|柵(石)
|
||||
Rail (wood)|柵(木材)
|
||||
Rail (wood)|柵(木材)
|
||||
Rail (wood)|柵(木材)
|
||||
Fence decoration (wood)|柵の飾り(木材)
|
||||
Fence decoration (wood)|柵の飾り(木材)
|
||||
Rail (stone)|柵(石)
|
||||
Rail (stone)|柵(石)
|
||||
Rail (stone)|柵(石)
|
||||
Rail (wood)|柵(木材)
|
||||
Rail (wood)|柵(木材)
|
||||
Rail (wood)|柵(木材)
|
||||
Fence decoration (wood)|柵の飾り(木材)
|
||||
Fence decoration (wood)|柵の飾り(木材)
|
||||
Fence decoration (stone)|柵の飾り(石)
|
||||
Fence decoration (stone)|柵の飾り(石)
|
||||
Stairs (wood)|階段(木材)
|
||||
Stairs (wood)|階段(木材)
|
||||
Stairs (wood)|階段(木材)
|
||||
Stairs (wood)|階段(木材)
|
||||
Fence decoration (wood)|柵の飾り(木材)
|
||||
Fence decoration (wood)|柵の飾り(木材)
|
||||
Fence decoration (stone)|柵の飾り(石)
|
||||
Fence decoration (stone)|柵の飾り(石)
|
||||
|
|
||||
|
|
||||
Distorted lattice window|歪んだ格子窓
|
||||
Distorted window|歪んだ窓
|
||||
Distorted door (open)|歪んだ扉(開)
|
||||
Distorted door (closed)|歪んだ扉(閉)
|
||||
Fence decoration (stone)|柵の飾り(石)
|
||||
Fence decoration (stone)|柵の飾り(石)
|
||||
|
|
||||
|
|
||||
Distorted lattice window|歪んだ格子窓
|
||||
Distorted window|歪んだ窓
|
||||
Distorted door (open)|歪んだ扉(開)
|
||||
Distorted door (closed)|歪んだ扉(閉)
|
||||
Fence decoration (stone)|柵の飾り(石)
|
||||
Fence decoration (stone)|柵の飾り(石)
|
||||
|
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
|
|
||||
|
|
||||
|
|
||||
Distorted pillars|歪んだ柱
|
||||
Distorted pillars|歪んだ柱
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted pillars|歪んだ柱
|
||||
Distorted pillars|歪んだ柱
|
||||
|
|
||||
Distorted pillars|歪んだ柱
|
||||
Distorted pillars|歪んだ柱
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted pillars|歪んだ柱
|
||||
Distorted pillars|歪んだ柱
|
||||
|
|
||||
|
|
||||
Chimney|煙突
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Chimney|煙突
|
||||
|
|
||||
|
|
||||
|
|
||||
Chimney|煙突
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Chimney|煙突
|
||||
|
|
||||
|
|
||||
|
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
|
|
||||
|
|
||||
|
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
|
|
||||
|
|
||||
|
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
|
|
||||
|
|
||||
|
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
|
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
|
|
||||
|
|
||||
|
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
|
|
||||
|
|
||||
|
|
||||
Distorted roof (navy)|歪んだ屋根(紺)
|
||||
|
|
||||
Sign of vine with entanglement|蔦絡みの看板
|
||||
Signboard of vine with entanglement (sword)|蔦絡みの看板(剣)
|
||||
Vine entwined sign (sword and shield)|蔦絡みの看板(剣と盾)
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
Signboard of ivy tangle (dining room)|蔦絡みの看板(食堂)
|
||||
Signboard of ivy tangle (magic team)|蔦絡みの看板(魔法陣)
|
||||
Signboard of ivy tangle (cane)|蔦絡みの看板(杖)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
|
|
||||
|
|
||||
Signboard of vine (armor)|蔦絡みの看板(鎧)
|
||||
Signboard of ivy tangle (bag)|蔦絡みの看板(袋)
|
||||
Signboard of ivy tangle (pot)|蔦絡みの看板(ポット)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
|
|
||||
|
|
||||
Signboard of ivy tangle (coin)|蔦絡みの看板(コイン)
|
||||
Viva entangled sign (necklace)|蔦絡みの看板(ネックレス)
|
||||
Signboard of ivy tangle (hammer)|蔦絡みの看板(ハンマー)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
|
|
||||
|
|
||||
Signboard of ivy entanglement (inn)|蔦絡みの看板(宿屋)
|
||||
Signboard of vine (pub)|蔦絡みの看板(酒場)
|
||||
Vine entwined sign (coat of arms)|蔦絡みの看板(紋章)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
|
|
||||
|
|
||||
Container of wooden box (plant)|木箱の容器(植物)
|
||||
Containers of wooden boxes (suspicious plants)|木箱の容器(怪しい植物)
|
||||
Container of wooden box (skull)|木箱の容器(ドクロ)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
|
|
||||
|
|
||||
|
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
|
|
||||
|
|
||||
|
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
|
|
||||
|
|
||||
|
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
|
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
|
|
||||
Skull mountain|ドクロの山
|
||||
Skull mountain|ドクロの山
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
|
|
||||
|
|
||||
|
|
||||
Distorted roof (blue)|歪んだ屋根(青)
|
||||
|
|
||||
Skull mountain|ドクロの山
|
||||
Skull mountain|ドクロの山
|
||||
Ivy|ツタ
|
||||
Ivy|ツタ
|
||||
Ivy|ツタ
|
||||
Ivy|ツタ
|
||||
Ivy|ツタ
|
||||
|
|
||||
Skull mountain|ドクロの山
|
||||
Skull mountain|ドクロの山
|
||||
Ivy|ツタ
|
||||
Ivy|ツタ
|
||||
Ivy|ツタ
|
||||
Ivy|ツタ
|
||||
Ivy|ツタ
|
||||
|
|
||||
A mountain of stone|石の山
|
||||
A mountain of stone|石の山
|
||||
Ivy|ツタ
|
||||
Ivy|ツタ
|
||||
Ivy|ツタ
|
||||
Ivy|ツタ
|
||||
Ivy|ツタ
|
||||
|
|
||||
A mountain of stone|石の山
|
||||
A mountain of stone|石の山
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
A mountain of stone|石の山
|
||||
A mountain of stone|石の山
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
A mountain of stone|石の山
|
||||
A mountain of stone|石の山
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
16
img/tilesets/mz/Outside_A1.txt
Normal file
16
img/tilesets/mz/Outside_A1.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Water A (Meadow)|水場A(草地)
|
||||
Deep Water|深い水場
|
||||
Lotus Pads|蓮の葉
|
||||
Swamp Grass|水草
|
||||
Water B (Snow)|水場B(雪)
|
||||
Waterfall A (Stone Wall)|滝A(石壁)
|
||||
Canal|水路
|
||||
Waterfall B (Dirt Wall)|滝B(土壁)
|
||||
Water C (Dirt)|水場C(土)
|
||||
Waterfall C (Cliff)|滝C(崖)
|
||||
Water D (Sand)|水場 D(砂)
|
||||
Waterfall D (Boulder)|滝D(玉石)
|
||||
Water E (Port)|水場E(港)
|
||||
Waterfall E (Stone Wall)|滝E(石壁)
|
||||
Poison Swamp|毒の沼
|
||||
Dead Tree|枯れ木
|
||||
32
img/tilesets/mz/Outside_A2.txt
Normal file
32
img/tilesets/mz/Outside_A2.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Meadow|草地
|
||||
Dirt (Meadow)|土(草地)
|
||||
Road (Meadow)|道(草地)
|
||||
Cobblestones A|石畳A
|
||||
Bush|茂み
|
||||
Road Edging|縁石
|
||||
Fencepost A (Wood)|柵A(木製)
|
||||
Fissures|ひび割れ
|
||||
Dirt|土
|
||||
Grass (Dirt)|草地(土)
|
||||
Road (Dirt)|道(土)
|
||||
Cobblestones A (Snow)|石畳A(雪)
|
||||
Bush (Dead)|茂み(枯れ草)
|
||||
Road Edging (Snow)|縁石(雪)
|
||||
Fencepost B (Metal)|柵B(金属)
|
||||
Soil|汚れ
|
||||
Sand|砂地
|
||||
Grass (Sand)|草地(砂地)
|
||||
Road (Sand)|道(砂地)
|
||||
Cobblestones B|石畳B
|
||||
Bush (Sand)|茂み(砂地)
|
||||
Hole|穴
|
||||
Fencepost C (Stone)|柵C(石)
|
||||
Moss|苔
|
||||
Snow|雪
|
||||
Dirt (Snow)|土(雪)
|
||||
Road (Snow)|道(雪)
|
||||
Carpet|カーペット
|
||||
Bush (Snow)|茂み(雪)
|
||||
Hole|穴
|
||||
Fencepost A (Wood, Snow)|柵A(木製・雪)
|
||||
Poison Swamp|毒の沼
|
||||
32
img/tilesets/mz/Outside_A3.txt
Normal file
32
img/tilesets/mz/Outside_A3.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Roof A (Red Tile)|屋根A(赤瓦)
|
||||
Roof B (Orange Tile)|屋根B(橙瓦)
|
||||
Roof C (Indigo Tile)|屋根C(藍瓦)
|
||||
Roof D (Green Tile)|屋根D(緑瓦)
|
||||
Roof E (Blue Tile)|屋根E(青瓦)
|
||||
Roof F (Dressed Tile)|屋根F(化粧瓦)
|
||||
Roof G (Khaki Tile)|屋根G(カーキ瓦)
|
||||
Roof H (Sheet Metal)|屋根H(鉄板)
|
||||
Outer Wall A (Plaster)|外壁A(白壁)
|
||||
Outer Wall B (Rock Wall)|外壁B(石壁)
|
||||
Outer Wall C (Rock Wall)|外壁C(石壁)
|
||||
Outer Wall D (Rock Wall)|外壁D(石壁)
|
||||
Outer Wall E (Brick)|外壁E(レンガ)
|
||||
Outer Wall F (Decorative Tile)|外壁F(化粧タイル)
|
||||
Outer Wall G (Dirt)|外壁G(土壁)
|
||||
Outer Wall H (Wood)|外壁H(木造)
|
||||
Roof I (Wood)|屋根I(木造)
|
||||
Roof J (Wood)|屋根J(木造)
|
||||
Roof K (Log)|屋根K(丸太)
|
||||
Roof L (Thatch)|屋根L(藁)
|
||||
Roof M (Stone)|屋根M(石)
|
||||
Roof N (Tent)|屋根N(テント)
|
||||
Snow Roof A|雪の屋根A
|
||||
Snow Roof B|雪の屋根B
|
||||
Outer Wall I (Wood)|外壁I(木造)
|
||||
Outer Wall J (Wood)|外壁J(木造)
|
||||
Outer Wall K (Log)|外壁K(丸太)
|
||||
Outer Wall L (Wood)|外壁L(木造)
|
||||
Outer Wall M (Rock Wall)|外壁M(石壁)
|
||||
Outer Wall N (Tent)|外壁N(テント)
|
||||
Snow Outer Wall (Wood)|雪の外壁(木造)
|
||||
Snow Outer Wall (Brick)|雪の外壁(レンガ)
|
||||
48
img/tilesets/mz/Outside_A4.txt
Normal file
48
img/tilesets/mz/Outside_A4.txt
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
Wall A (Stone)|壁A(石)
|
||||
Wall B (Brick)|壁B(レンガ)
|
||||
Wall C (Stone)|壁C(石)
|
||||
Wall D (Stone)|壁D(石)
|
||||
Wall E (Stone)|壁E(石)
|
||||
Wall F (Marble)|壁F(大理石)
|
||||
Wall G (Hedge)|壁G(生け垣)
|
||||
Wall G (Frozen)|壁H(凍結)
|
||||
Wall A (Stone)|壁A(石)
|
||||
Wall B (Brick)|壁B(レンガ)
|
||||
Wall C (Stone)|壁C(石)
|
||||
Wall D (Stone)|壁D(石)
|
||||
Wall E (Stone)|壁E(石)
|
||||
Wall F (Marble)|壁F(大理石)
|
||||
Wall G (Hedge)|壁G(生け垣)
|
||||
Wall G (Frozen)|壁H(凍結)
|
||||
Building A (Urban)|建物A(都会風)
|
||||
Building B (Dirt Wall)|建物B(土壁)
|
||||
Building C (Desert)|建物C(砂漠風)
|
||||
Building D (Temple, Snow)|建物D(神殿・雪)
|
||||
Building E (Castle)|建物E(城)
|
||||
Building F (Castle, Snow)|建物F(城・雪)
|
||||
Building G (Fort)|建物G(砦)
|
||||
Building H (Fort, Snow)|建物H(砦・雪)
|
||||
Building A (Urban)|建物A(都会風)
|
||||
Building B (Dirt Wall)|建物B(土壁)
|
||||
Building C (Desert)|建物C(砂漠風)
|
||||
Building D (Temple, Snow)|建物D(神殿・雪)
|
||||
Building E (Castle)|建物E(城)
|
||||
Building F (Castle, Snow)|建物F(城・雪)
|
||||
Building G (Fort)|建物G(砦)
|
||||
Building H (Fort, Snow)|建物H(砦・雪)
|
||||
Ledge A (Meadow)|段差A(草地)
|
||||
Ledge B (Dirt)|段差B(土)
|
||||
Ledge C (Desert)|段差C(砂地)
|
||||
Ledge D (Snow)|段差D(雪)
|
||||
Ledge E (Paved)|段差E(舗装)
|
||||
Forest A|森A
|
||||
Forest B (Snow)|森B(雪)
|
||||
Demon Castle|魔王城
|
||||
Cliff A (Meadow)|崖A(草地)
|
||||
Cliff B (Dirt)|崖B(土)
|
||||
Cliff C (Desert)|崖C(砂地)
|
||||
Cliff D (Snow)|崖D(雪)
|
||||
Wall (Paved)|壁(舗装)
|
||||
Forest A|森A
|
||||
Forest B (Snow)|森B(雪)
|
||||
Demon Castle|魔王城
|
||||
128
img/tilesets/mz/Outside_A5.txt
Normal file
128
img/tilesets/mz/Outside_A5.txt
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
Darkness|暗闇
|
||||
Wire Mesh|金網
|
||||
Large Bridge (V, Left)|大きな橋(縦・左)
|
||||
Large Bridge (V, Center)|大きな橋(縦・中央)
|
||||
Large Bridge (V, Right)|大きな橋(縦・右)
|
||||
Large Bridge (H, Top)|大きな橋(横・上)
|
||||
Large Bridge (H, Center)|大きな橋(横・中央)
|
||||
Large Bridge (Snow, H, Top)|大きな橋(雪・横・上)
|
||||
Transparent|透明
|
||||
Wire Mesh|金網
|
||||
Large Bridge (Snow, V, Left)|大きな橋(雪・縦・左)
|
||||
Large Bridge (Snow, V, Center)|大きな橋(雪・縦・中央)
|
||||
Large Bridge (Snow, V, Right)|大きな橋(雪・縦・右)
|
||||
Large Bridge (H, Bottom)|大きな橋(横・下)
|
||||
Large Bridge (Snow, H, Center)|大きな橋(雪・横・中央)
|
||||
Large Bridge (Snow, H, Bottom)|大きな橋(雪・横・下)
|
||||
Meadow A|草地A
|
||||
Dirt A|土A
|
||||
Desert A|砂地A
|
||||
Snow A|雪A
|
||||
Meadow|草地B
|
||||
Dirt B|土B
|
||||
Desert B|砂地B
|
||||
Snow B|雪B
|
||||
Stairs (Meadow, Left)|階段(草地・左)
|
||||
Stairs (Meadow, Center)|階段(草地・中央)
|
||||
Stairs (Meadow, Right)|階段(草地・右)
|
||||
Stairs (Meadow)|階段
|
||||
Stairs (Dirt, Left)|階段(土・左)
|
||||
Stairs (Dirt, Center)|階段(土・中央)
|
||||
Stairs (Dirt, Right)|階段(土・右)
|
||||
Stairs (Dirt)|階段(土)
|
||||
Cobblestones A|石畳A
|
||||
Cobblestones B|石畳B
|
||||
Cobblestones C|石畳C
|
||||
Cobblestones D|石畳D
|
||||
Cobblestones A (Ruins)|石畳A(廃墟)
|
||||
Cobblestones B (Ruins)|石畳B(廃墟)
|
||||
Cobblestones C (Ruins)|石畳C(廃墟)
|
||||
Cobblestones D (Ruins)|石畳D(廃墟)
|
||||
Stairs (Desert, Left)|階段(砂地・左)
|
||||
Stairs (Desert, Center)|階段(砂地・中央)
|
||||
Stairs (Desert, Right)|階段(砂地・右)
|
||||
Stairs (Desert)|階段(砂地)
|
||||
Stairs (Snow, Left)|階段(雪・左)
|
||||
Stairs (Snow, Center)|階段(雪・中央)
|
||||
Stairs (Snow, Right)|階段(雪・右)
|
||||
Stairs (Snow)|階段(雪)
|
||||
Cobblestones E|石畳E
|
||||
Cobblestones F|石畳F
|
||||
Cobblestones G|石畳G
|
||||
Ice Floor A|氷の床A
|
||||
Cobblestones E (Ruins)|石畳E(廃墟)
|
||||
Cobblestones F (Ruins)|石畳F(廃墟)
|
||||
Cobblestones G (Ruins)|石畳G(廃墟)
|
||||
Ice Floor B|氷の床B
|
||||
Stairs (Paved, Left)|階段(舗装・左)
|
||||
Stairs (Paved, Center)|階段(舗装・中央)
|
||||
Stairs (Paved, Right)|階段(舗装・右)
|
||||
Stairs (Paved)|階段(舗装)
|
||||
Stairs (Ruins, Left)|階段(廃墟・左)
|
||||
Stairs (Ruins, Center)|階段(廃墟・中央)
|
||||
Stairs (Ruins, Right)|階段(廃墟・右)
|
||||
Stairs (Ruins)|階段(廃墟)
|
||||
Ledge (Port, Left)|段差(港・左)
|
||||
Ledge (Port, Center)|段差(港・中央)
|
||||
Ledge (Port, Right)|段差(港・右)
|
||||
Ledge (Port)|段差(港)
|
||||
Cobblestones H|石畳H
|
||||
Cobblestones I|石畳I
|
||||
Cloud A|雲A
|
||||
Cloud B|雲B
|
||||
Farm Field A (Top)|畑A(上)
|
||||
Farm Field A (Center)|畑A(中央)
|
||||
Farm Field B (Snow, Top)|畑B(雪・上)
|
||||
Farm Field B (Snow, Center)|畑B(雪・中央)
|
||||
Large Relief Floor Tile A|大きなレリーフ床A
|
||||
Large Relief Floor Tile A|大きなレリーフ床A
|
||||
Large Relief Floor Tile B|大きなレリーフ床B
|
||||
Large Relief Floor Tile B|大きなレリーフ床B
|
||||
Farm Field A (Bottom)|畑A(下)
|
||||
Farm Field A|畑A
|
||||
Farm Field B (Snow, Bottom)|畑B(雪・下)
|
||||
Farm Field B (Snow)|畑B(雪)
|
||||
Large Relief Floor Tile A|大きなレリーフ床A
|
||||
Large Relief Floor Tile A|大きなレリーフ床A
|
||||
Large Relief Floor Tile B|大きなレリーフ床B
|
||||
Large Relief Floor Tile B|大きなレリーフ床B
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Garden A|花壇A
|
||||
Garden B (Snow)|花壇B(雪)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Meadow)|段差(草地)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Cliff|崖
|
||||
Cliff|崖
|
||||
Cliff|崖
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Cliff|崖
|
||||
Cliff|崖
|
||||
Cliff|崖
|
||||
Cliff (Meadow)|崖(草地)
|
||||
Cliff (Meadow)|崖(草地)
|
||||
Cliff (Meadow)|崖(草地)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Cliff (Dirt)|崖(土)
|
||||
Cliff (Dirt)|崖(土)
|
||||
Cliff (Dirt)|崖(土)
|
||||
32
img/tilesets/mz/Outside_A6.txt
Normal file
32
img/tilesets/mz/Outside_A6.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Meadow|草地
|
||||
Dirt (Meadow)|土(草地)
|
||||
Road (Meadow)|道(草地)
|
||||
Cobblestones|石畳
|
||||
Bush|茂み
|
||||
Road Edging|縁石
|
||||
Fencepost|柵
|
||||
Fissures|ひび割れ
|
||||
Dirt|土
|
||||
Grass (Dirt)|草地(土)
|
||||
Road (Dirt)|道(土)
|
||||
Cobblestones (Snow)|石畳(雪)
|
||||
Bush (Dead)|茂み(枯れ草)
|
||||
Road Edging (Snow)|縁石(雪)
|
||||
Fencepost|柵
|
||||
Soil|砂漠用の道
|
||||
Sand|砂地
|
||||
Grass (Sand)|草地(砂地)
|
||||
Road (Sand)|道(砂地)
|
||||
Cobblestones|石畳
|
||||
Bush (Sand)|茂み(砂地)
|
||||
Hole|穴
|
||||
Fencepost|柵
|
||||
Moss|苔
|
||||
Snow|雪
|
||||
Dirt (Snow)|土(雪)
|
||||
Road (Snow)|道(雪)
|
||||
Carpet|カーペット
|
||||
Bush (Snow)|茂み(雪)
|
||||
Hole|穴
|
||||
Fencepost (Snow)|柵(雪)
|
||||
Poison Swamp|毒の沼
|
||||
256
img/tilesets/mz/Outside_C.txt
Normal file
256
img/tilesets/mz/Outside_C.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Stone Pillar A|石の柱A
|
||||
Stone Pillar B|石の柱B
|
||||
Stone Pillar C|石の柱C
|
||||
Stone Pillar C (Moss)|石の柱C(苔)
|
||||
Stone Pillar C (Snow)|石の柱C(雪)
|
||||
Wood Pillar|木の柱
|
||||
Stone Pillar D|石の柱D
|
||||
Demon Castle Pillar|魔王城の柱
|
||||
Stone Pillar A|石の柱A
|
||||
Stone Pillar B|石の柱B
|
||||
Stone Pillar C|石の柱C
|
||||
Stone Pillar C (Moss)|石の柱C(苔)
|
||||
Stone Pillar C (Snow)|石の柱C(雪)
|
||||
Wood Pillar|木の柱
|
||||
Stone Pillar D|石の柱D
|
||||
Demon Castle Pillar|魔王城の柱
|
||||
Broken Stone Pillar|折れた石の柱A
|
||||
Broken Stone Pillar|折れた石の柱B
|
||||
Broken Stone Pillar|折れた石の柱C
|
||||
Broken Stone Pillar C (Moss)|折れた石の柱C(苔)
|
||||
Broken Stone Pillar C (Snow)|折れた石の柱C(雪)
|
||||
Broken Wood Pillar|折れた木の柱
|
||||
Broken Stone Pillar F|折れた石の柱D
|
||||
Broken Demon Castle Pillar|折れた魔王城の柱
|
||||
Bones A|骸骨A
|
||||
Bones B|骸骨B
|
||||
Rubble|瓦礫A
|
||||
Rubble B (Moss)|瓦礫B(苔)
|
||||
Rubble C (Snow)|瓦礫C(雪)
|
||||
Broken Wood Pillar|折れた木の柱
|
||||
Rubble D|瓦礫D
|
||||
Rubble E (Demon Castle)|瓦礫E(魔王城)
|
||||
Tapestry A|タペストリーA
|
||||
Tapestry A (Ruins)|タペストリーA(廃墟)
|
||||
Tapestry B|タペストリーB
|
||||
Tapestry B (Ruins)|タペストリーB(廃墟)
|
||||
Tapestry C|タペストリーC
|
||||
Tapestry C (Ruins)|タペストリーC(廃墟)
|
||||
Tapestry D|タペストリーD
|
||||
Tapestry D (Ruins)|タペストリーD(廃墟)
|
||||
Tapestry A|タペストリーA
|
||||
Tapestry A (Ruins)|タペストリーA(廃墟)
|
||||
Tapestry B|タペストリーB
|
||||
Tapestry B (Ruins)|タペストリーB(廃墟)
|
||||
Tapestry C|タペストリーC
|
||||
Tapestry C (Ruins)|タペストリーC(廃墟)
|
||||
Tapestry D|タペストリーD
|
||||
Tapestry D (Ruins)|タペストリーD(廃墟)
|
||||
Monument A|石碑A
|
||||
Monument B|石碑B
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument (Lit)|大きな石碑(光)
|
||||
Large Monument (Lit)|大きな石碑(光)
|
||||
Large Monument (Lit)|大きな石碑(光)
|
||||
Monument A|石碑A
|
||||
Monument C|石碑C
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument|大きな石碑
|
||||
Large Monument (Lit)|大きな石碑(光)
|
||||
Large Monument (Lit)|大きな石碑(光)
|
||||
Large Monument (Lit)|大きな石碑(光)
|
||||
Monument A (Snow)|石碑A(雪)
|
||||
Monument B (Snow)|石碑B(雪)
|
||||
Large Monument (Snow)|大きな石碑(雪)
|
||||
Large Monument (Snow)|大きな石碑(雪)
|
||||
Large Monument (Snow)|大きな石碑(雪)
|
||||
Large Monument (Ruins)|大きな石碑(廃墟)
|
||||
Large Monument (Ruins)|大きな石碑(廃墟)
|
||||
Large Monument (Ruins)|大きな石碑(廃墟)
|
||||
Monument A (Snow)|石碑A(雪)
|
||||
Monument B (Snow)|石碑B(雪)
|
||||
Large Monument (Snow)|大きな石碑(雪)
|
||||
Large Monument (Snow)|大きな石碑(雪)
|
||||
Large Monument (Snow)|大きな石碑(雪)
|
||||
Large Monument (Ruins)|大きな石碑(廃墟)
|
||||
Large Monument (Ruins)|大きな石碑(廃墟)
|
||||
Large Monument (Ruins)|大きな石碑(廃墟)
|
||||
Statue A|石像A
|
||||
Angel Statue A|天使像A
|
||||
Angel Statue B|天使像B
|
||||
Demon Statue|悪魔像
|
||||
Dais|台座
|
||||
Dragon Statue|竜像
|
||||
Dragon Statue|竜像
|
||||
Statue B|石像B
|
||||
Statue A|石像A
|
||||
Angel Statue A|天使像A
|
||||
Angel Statue B|天使像B
|
||||
Demon Statue|悪魔像
|
||||
Dais|台座
|
||||
Dragon Statue|竜像
|
||||
Dragon Statue|竜像
|
||||
Statue B|石像B
|
||||
Statue A (Snow)|石像A(雪)
|
||||
Angel Statue A (Snow)|天使像A(雪)
|
||||
Angel Statue B (Snow)|天使像B(雪)
|
||||
Demon Statue (Snow)|悪魔像(雪)
|
||||
Dais (Snow)|台座(雪)
|
||||
Dragon Statue (Snow)|竜像(雪)
|
||||
Dragon Statue (Snow)|竜像(雪)
|
||||
Ice Statue|氷像
|
||||
Statue A (Snow)|石像A(雪)
|
||||
Angel Statue A (Snow)|天使像A(雪)
|
||||
Angel Statue B (Snow)|天使像B(雪)
|
||||
Demon Statue (Snow)|悪魔像(雪)
|
||||
Dais (Snow)|台座(雪)
|
||||
Dragon Statue (Snow)|竜像(雪)
|
||||
Dragon Statue (Snow)|竜像(雪)
|
||||
Ice Statue|氷像
|
||||
Window A (Demon Castle)|窓A(魔王城)
|
||||
Window B (Demon Castle)|窓B(魔王城)
|
||||
Window C (Demon Castle)|窓C(魔王城)
|
||||
Gravel Mound (Dirt)|土砂A(土)
|
||||
Large Gravel Mound (Dirt)|大きな土砂(土)
|
||||
Large Gravel Mound (Dirt)|大きな土砂(土)
|
||||
Cave Entrance|洞窟入口
|
||||
Mine Entrance|坑道入口
|
||||
Window A (Demon Castle)|窓A(魔王城)
|
||||
Window B (Demon Castle)|窓B(魔王城)
|
||||
Window D (Demon Castle)|窓D(魔王城)
|
||||
Gravel Mound B (Dirt, Snow)|土砂B(土・雪)
|
||||
Large Gravel Mound (Dirt)|大きな土砂(土)
|
||||
Large Gravel Mound (Dirt)|大きな土砂(土)
|
||||
Cave Entrance|洞窟入口
|
||||
Mine Entrance|坑道入口
|
||||
Roof A (Red Tile)|屋根A(赤瓦)
|
||||
Roof A (Red Tile)|屋根A(赤瓦)
|
||||
Roof A (Red Tile)|屋根A(赤瓦)
|
||||
Roof A (Red Tile)|屋根A(赤瓦)
|
||||
Roof A (Red Tile)|屋根A(赤瓦)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof A (Red Tile)|屋根A(赤瓦)
|
||||
Roof A (Red Tile)|屋根A(赤瓦)
|
||||
Roof A (Red Tile)|屋根A(赤瓦)
|
||||
Roof A (Red Tile)|屋根A(赤瓦)
|
||||
Roof A (Red Tile)|屋根A(赤瓦)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof A (Red Tile)|屋根A(赤瓦)
|
||||
Roof A (Red Tile)|屋根A(赤瓦)
|
||||
Roof A (Red Tile)|屋根A(赤瓦)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof C (Indigo Tile)|屋根C(藍瓦)
|
||||
Roof C (Indigo Tile)|屋根C(藍瓦)
|
||||
Roof C (Indigo Tile)|屋根C(藍瓦)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof B (Snow)|屋根B(雪)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Roof C (Indigo Tile)|屋根C(藍瓦)
|
||||
Roof C (Indigo Tile)|屋根C(藍瓦)
|
||||
Roof C (Indigo Tile)|屋根C(藍瓦)
|
||||
Roof C (Indigo Tile)|屋根C(藍瓦)
|
||||
Roof C (Indigo Tile)|屋根C(藍瓦)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Roof C (Indigo Tile)|屋根C(藍瓦)
|
||||
Roof C (Indigo Tile)|屋根C(藍瓦)
|
||||
Roof C (Indigo Tile)|屋根C(藍瓦)
|
||||
Roof C (Indigo Tile)|屋根C(藍瓦)
|
||||
Roof C (Indigo Tile)|屋根C(藍瓦)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Roof Detail A (Red Tile)|屋根飾りA(赤瓦)
|
||||
Roof Detail B (Snow)|屋根飾りB(雪)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Roof Detail C (Indigo Tile)|屋根飾りC(藍瓦)
|
||||
Roof Detail D (Wood)|屋根飾りD(木造)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Roof D (Wood)|屋根D(木造)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower A (Castle's Spire)|円塔A(城の尖塔)
|
||||
Round Tower A (Castle's Spire)|円塔A(城の尖塔)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower A (Castle's Spire)|円塔A(城の尖塔)
|
||||
Round Tower A (Castle's Spire)|円塔A(城の尖塔)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower A (Castle's Spire)|円塔A(城の尖塔)
|
||||
Round Tower A (Castle's Spire)|円塔A(城の尖塔)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower B (Fort)|円塔B(砦)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower A (Castle)|円塔A(城)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower A (Castle's Spire, Snow)|円塔A(城の尖塔・雪)
|
||||
Round Tower A (Castle's Spire, Snow)|円塔A(城の尖塔・雪)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower A (Castle's Spire, Snow)|円塔A(城の尖塔・雪)
|
||||
Round Tower A (Castle's Spire, Snow)|円塔A(城の尖塔・雪)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower A (Castle's Spire, Snow)|円塔A(城の尖塔・雪)
|
||||
Round Tower A (Castle's Spire, Snow)|円塔A(城の尖塔・雪)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower C (Demon Castle)|円塔C(魔王城)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower A (Castle, Snow)|円塔A(城・雪)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
Round Tower B (Fort, Snow)|円塔B(砦・雪)
|
||||
48
img/tilesets/mz/SF_A4.txt
Normal file
48
img/tilesets/mz/SF_A4.txt
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
wall A (Concrete)|壁A(コンクリート)
|
||||
wall B (Concrete, Dirt)|壁B(コンクリート・汚れ)
|
||||
wall C (Apartment)|壁C(マンション)
|
||||
wall D (House)|壁D(現代住宅)
|
||||
wall E (Metal)|壁E(金属)
|
||||
wall F (Metal, Red Rust)|壁F(金属・赤サビ)
|
||||
wall G (Metal, Patina)|壁G(金属・緑青サビ)
|
||||
wall H (Barracks)|壁H(バラック)
|
||||
wall A (Concrete)|壁A(コンクリート)
|
||||
wall B (Concrete, Dirt)|壁B(コンクリート・汚れ)
|
||||
wall C (Apartment)|壁C(マンション)
|
||||
wall D (House)|壁D(現代住宅)
|
||||
wall E (Metal)|壁E(金属)
|
||||
wall F (Metal, Red Rust)|壁F(金属・赤サビ)
|
||||
wall G (Metal, Patina)|壁G(金属・緑青サビ)
|
||||
wall H (Barracks)|壁H(バラック)
|
||||
wall I (Factory)|壁I(工場)
|
||||
Cliff A (Meadow)|崖A(草地)
|
||||
Cliff B (Desert)|崖B(砂地)
|
||||
wall J (Building)|壁J(ビル)
|
||||
Wall K (Checkered)|壁K(市松)
|
||||
Interior Wall A (Pattern)|内装壁A(模様)
|
||||
Interior Wall B (Pattern)|内装壁B(模様)
|
||||
Wall L (Brick)|壁L(レンガ)
|
||||
wall I (Factory)|壁I(工場)
|
||||
Cliff A (Meadow)|崖A(草地)
|
||||
Cliff B (Desert)|崖B(砂地)
|
||||
wall J (Building)|壁J(ビル)
|
||||
Wall K (Checkered)|壁K(市松)
|
||||
Interior Wall A (Pattern)|内装壁A(模様)
|
||||
Interior Wall B (Pattern)|内装壁B(模様)
|
||||
Wall L (Brick)|壁L(レンガ)
|
||||
Wall M (Chinese)|壁M(中華風)
|
||||
Wall N (Wire Mesh)|壁N(金網)
|
||||
Wall O (Wire Mesh, Red Rust)|壁O(金網・赤サビ)
|
||||
Wall P (Wood)|壁P(木造)
|
||||
Wall Q (Wood, Dirt)|壁Q(木造・汚れ)
|
||||
Wall R (Artery)|壁R(動脈)
|
||||
Wall S (In Body)|壁S(体内)
|
||||
Wall T (Neon)|壁T(ネオン)
|
||||
Wall M (Chinese)|壁M(中華風)
|
||||
Wall N (Wire Mesh)|壁N(金網)
|
||||
Wall O (Wire Mesh, Red Rust)|壁O(金網・赤サビ)
|
||||
Wall P (Wood)|壁P(木造)
|
||||
Wall Q (Wood, Dirt)|壁Q(木造・汚れ)
|
||||
Wall R (Artery)|壁R(動脈)
|
||||
Wall S (In Body)|壁S(体内)
|
||||
Wall T (Neon)|壁T(ネオン)
|
||||
48
img/tilesets/mz/SF_Inside_A4.txt
Normal file
48
img/tilesets/mz/SF_Inside_A4.txt
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
Wall A (Concrete)|壁A(コンクリート)
|
||||
Wall B (Concrete, Dirty)|壁B(コンクリート・汚れ)
|
||||
Wall C (House)|壁C(現代住宅)
|
||||
Wall D (Metal)|壁D(金属)
|
||||
Wall E (Metal, Red Rust)|壁E(金属・赤錆)
|
||||
Wall F (Metal, Patina)|壁F(金属・緑青錆)
|
||||
Wall G (Barracks)|壁G(バラック)
|
||||
Wall H (Chinese)|壁H(中華風)
|
||||
Wall A (Concrete)|壁A(コンクリート)
|
||||
Wall B (Concrete, Dirty)|壁B(コンクリート・汚れ)
|
||||
Wall C (House)|壁C(現代住宅)
|
||||
Wall D (Metal)|壁D(金属)
|
||||
Wall E (Metal, Red Rust)|壁E(金属・赤錆)
|
||||
Wall F (Metal, Patina)|壁F(金属・緑青錆)
|
||||
Wall G (Barracks)|壁G(バラック)
|
||||
Wall H (Chinese)|壁H(中華風)
|
||||
Wall I (Factory)|壁I(工場)
|
||||
Wall J (Factory)|壁J(工場)
|
||||
Wall K (Building)|壁K(ビル)
|
||||
Wall L (Checkered)|壁L(市松)
|
||||
Interior Wall A (Pattern)|内装壁A(模様)
|
||||
Interior Wall B (Pattern)|内装壁B(模様)
|
||||
Interior Wall C (Pattern)|内装壁C(模様)
|
||||
Wall M (Brick)|壁M(レンガ)
|
||||
Wall I (Factory)|壁I(工場)
|
||||
Wall J (Factory)|壁J(工場)
|
||||
Wall K (Building)|壁K(ビル)
|
||||
Wall L (Checkered)|壁L(市松)
|
||||
Interior Wall A (Pattern)|内装壁A(模様)
|
||||
Interior Wall B (Pattern)|内装壁B(模様)
|
||||
Interior Wall C (Pattern)|内装壁C(模様)
|
||||
Wall M (Brick)|壁M(レンガ)
|
||||
Wall N (Wood)|壁N(木造)
|
||||
Wall O (Wood, Dirty)|壁O(木造・汚れ)
|
||||
Wall P (Artery)|壁P(動脈)
|
||||
Wall Q (In Body)|壁Q(体内)
|
||||
Wall R (Neon)|壁R(ネオン)
|
||||
Wall S (Wire Mesh)|壁S(金網)
|
||||
Wall T (Wire Mesh, Red Rust)|壁T(金網・赤錆)
|
||||
Wall U (Wire Mesh, Patina)|壁U(金網・緑青錆)
|
||||
Wall N (Wood)|壁N(木造)
|
||||
Wall O (Wood, Dirty)|壁O(木造・汚れ)
|
||||
Wall P (Artery)|壁P(動脈)
|
||||
Wall Q (In Body)|壁Q(体内)
|
||||
Wall R (Neon)|壁R(ネオン)
|
||||
Wall S (Wire Mesh)|壁S(金網)
|
||||
Wall T (Wire Mesh, Red Rust)|壁T(金網・赤錆)
|
||||
Wall U (Wire Mesh, Patina)|壁U(金網・緑青錆)
|
||||
256
img/tilesets/mz/SF_Inside_B.txt
Normal file
256
img/tilesets/mz/SF_Inside_B.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Transparent|透明
|
||||
Stairs A (Up)|階段A(上り)
|
||||
Stairs B (Up)|階段B(上り)
|
||||
Stairs C (Up)|階段C(上り)
|
||||
Stairs D (Up)|階段D(上り)
|
||||
Metal Ladder|鉄ばしご
|
||||
Metal Stairs|金属階段
|
||||
Rope|ロープ
|
||||
Hole|穴
|
||||
Stairs A (Down)|階段A(下り)
|
||||
Stairs B (Down)|階段B(下り)
|
||||
Stairs C (Down)|階段C(下り)
|
||||
Stairs D (Down)|階段D(下り)
|
||||
Metal Ladder|鉄ばしご
|
||||
Metal Stairs|金属階段
|
||||
Rope|ロープ
|
||||
Midsize Window A|中型窓A
|
||||
Midsize Window B|中型窓B
|
||||
Large Window A|大型窓A
|
||||
Midsize Window C|中型窓C
|
||||
Large Window B|大型窓B
|
||||
Metal Ladder|鉄ばしご
|
||||
Metal Stairs|金属階段
|
||||
Rope|ロープ
|
||||
Midsize Window A|中型窓A
|
||||
Midsize Window B|中型窓B
|
||||
Large Window A|大型窓A
|
||||
Midsize Window C|中型窓C
|
||||
Large Window B|大型窓B
|
||||
Hole A (Metal Ladder)|穴A(鉄ばしご)
|
||||
Hole B (Metal Stairs)|穴B(金属階段)
|
||||
Hole C (Rope)|穴C(ロープ)
|
||||
Asphalt Bridge (V)|アスファルトの橋(縦)
|
||||
Asphalt Bridge (H)|アスファルトの橋(横)
|
||||
Stone Bridge (V)|石の橋(縦)
|
||||
Stone Bridge (H)|石の橋(横)
|
||||
Metal Bridge A (V)|金属の橋A(縦)
|
||||
Metal Bridge A (H)|金属の橋A(横)
|
||||
Metal Bridge B (V)|金属の橋B(縦)
|
||||
Metal Bridge B (H)|金属の橋B(横)
|
||||
Bridge Spar A (Asphalt, Center A)|橋げたA(アスファルト・中央A)
|
||||
Bridge Spar A (Asphalt, Left)|橋げたA(アスファルト・左)
|
||||
Bridge Spar A (Asphalt, Center B)|橋げたA(アスファルト・中央B)
|
||||
Bridge Spar A (Asphalt, Right)|橋げたA(アスファルト・右)
|
||||
Bridge Spar B (Metal, Center A)|橋げたB(金属・中央A)
|
||||
Bridge Spar B (Metal, Left)|橋げたB(金属・左)
|
||||
Bridge Spar B (Metal, Center B)|橋げたB(金属・中央B)
|
||||
Bridge Spar B (Metal, Right)|橋げたB(金属・右)
|
||||
Metal Fence|金属フェンス
|
||||
Metal Fence|金属フェンス
|
||||
Metal Fence|金属フェンス
|
||||
Warning Plate (Keep Out)|警告プレート(KEEP OUT)
|
||||
Connecting Bridge (Metal)|連絡橋(金属)
|
||||
Connecting Bridge (Metal)|連絡橋(金属)
|
||||
Connecting Bridge (Metal)|連絡橋(金属)
|
||||
Connecting Bridge (Metal, Stairs)|連絡橋(金属・階段)
|
||||
Metal Fence|金属フェンス
|
||||
Warning Plate (Exclamation Mark)|警告プレート(!マーク)
|
||||
Metal Fence|金属フェンス
|
||||
Warning Plate (Radioactivity Mark)|警告プレート(放射能マーク)
|
||||
Connecting Bridge (Metal)|連絡橋(金属)
|
||||
Connecting Bridge (Metal)|連絡橋(金属)
|
||||
Connecting Bridge (Metal)|連絡橋(金属)
|
||||
Connecting Bridge (Metal, Stairs)|連絡橋(金属・階段)
|
||||
Metal Fence|金属フェンス
|
||||
Metal Fence|金属フェンス
|
||||
Metal Fence|金属フェンス
|
||||
Warning Plate (Biohazard Mark)|警告プレート(バイオハザードマーク)
|
||||
Connecting Bridge (Metal)|連絡橋(金属)
|
||||
Connecting Bridge (Metal)|連絡橋(金属)
|
||||
Connecting Bridge (Metal)|連絡橋(金属)
|
||||
Podium (H)|教壇机(横)
|
||||
Pillar A (Asphalt)|柱A(アスファルト)
|
||||
Pillar B (Metal)|柱B(金属)
|
||||
Pillar C (Machine)|柱C(機械)
|
||||
Pillar D (Decoration)|柱D(装飾)
|
||||
Pillar E (Metal)|柱E(金属)
|
||||
Pillar F (Brick)|柱F(レンガ)
|
||||
Large Window C|大型窓C
|
||||
Podium (H)|教壇机(横)
|
||||
Pillar A (Asphalt)|柱A(アスファルト)
|
||||
Pillar B (Metal)|柱B(金属)
|
||||
Pillar C (Machine)|柱C(機械)
|
||||
Pillar D (Decoration)|柱D(装飾)
|
||||
Pillar E (Metal)|柱E(金属)
|
||||
Pillar F (Brick)|柱F(レンガ)
|
||||
Large Window C|大型窓C
|
||||
Podium (V)|教壇机(縦)
|
||||
Broken Pillar A (Asphalt)|折れた柱A(アスファルト)
|
||||
Broken Pillar B (Metal)|折れた柱B(金属)
|
||||
Broken Pillar C (Machine)|折れた柱C(機械)
|
||||
Broken Pillar D (Decoration)|折れた柱D(装飾)
|
||||
Broken Pillar E (Metal)|折れた柱E(金属)
|
||||
Broken Pillar F (Brick)|折れた柱F(レンガ)
|
||||
Barricade (No Entry)|バリケード(通行禁止)
|
||||
Podium (V)|教壇机(縦)
|
||||
Girder A (Asphalt, Left)|梁A(アスファルト・左)
|
||||
Girder A (Asphalt, Center)|梁A(アスファルト・中央)
|
||||
Girder A (Asphalt, Right)|梁A(アスファルト・右)
|
||||
Girder C (Decoration, Left)|梁C(装飾・左)
|
||||
Girder C (Decoration, Center)|梁C(装飾・中央)
|
||||
Girder C (Decoration, Right)|梁C(装飾・右)
|
||||
Bar (No Entry)|バー(通行禁止)
|
||||
Bar (No Entry)|バー(通行禁止)
|
||||
Girder B (Metal, Left)|梁B(金属・左)
|
||||
Girder B (Metal, Center)|梁B(金属・中央)
|
||||
Girder B (Metal, Right)|梁B(金属・右)
|
||||
Rubble A (Asphalt)|瓦礫A(アスファルト)
|
||||
Rubble B (Metal)|瓦礫B(金属)
|
||||
Fissures A|亀裂A
|
||||
Fissures B|亀裂B
|
||||
Fissures C|亀裂C
|
||||
Jail Bars|鉄格子
|
||||
Laser Barrier|レーザーバリア
|
||||
Wheelchair (Left)|車いす(左)
|
||||
Wheelchair (Right)|車いす(右)
|
||||
Pipe Frame Bed (Ruins)|パイプベッド(廃墟)
|
||||
Fissures A|亀裂A
|
||||
Fissures B|亀裂B
|
||||
Fissures C|亀裂C
|
||||
Jail Bars|鉄格子
|
||||
Laser Barrier|レーザーバリア
|
||||
Wheelchair (Bottom)|車いす(下)
|
||||
Wheelchair (Fallen)|車いす(倒れ)
|
||||
Pipe Frame Bed (Ruins)|パイプベッド(廃墟)
|
||||
Lab Equipment|実験器具
|
||||
School Desk (V)|学校机(縦)
|
||||
School Desk (H)|学校机(横)
|
||||
TV|テレビ
|
||||
Computer|PC
|
||||
Laptop|ノートPC
|
||||
Printer|プリンター
|
||||
Telephone|電話
|
||||
Intercom (Hanging)|インターホン(壁掛け)
|
||||
Tablet Device|タブレット端末
|
||||
Table Clock|置時計
|
||||
Gas Stove|ガスコンロ
|
||||
Kitchen Counter|調理台
|
||||
Sink|流し
|
||||
Exhaust Fan|換気扇
|
||||
Air Conditioner|エアコン
|
||||
Wastebasket|ゴミ箱
|
||||
Book Stand|本立て
|
||||
Document|書類
|
||||
School Chair (Bottom)|学校イス(下)
|
||||
School Chair (Top)|学校イス(上)
|
||||
School Chair (Right)|学校イス(右)
|
||||
School Chair (Left)|学校イス(左)
|
||||
Sofa (Right)|ソファ(右)
|
||||
Sofa (Left)|ソファ(左)
|
||||
Sofa (Down)|ソファ(下)
|
||||
Sofa (Up)|ソファ(下)
|
||||
Office Chair (Bottom)|オフィスチェア(下)
|
||||
Office Chair (Top)|オフィスチェア(上)
|
||||
Office Chair (Right)|オフィスチェア(右)
|
||||
Office Chair (Left)|オフィスチェア(左)
|
||||
Sofa (Right)|ソファ(右)
|
||||
Sofa (Left)|ソファ(左)
|
||||
Sofa (Top)|ソファ(上)
|
||||
Sofa (Top)|ソファ(上)
|
||||
Washing Machine|洗濯機
|
||||
Western Style Toilet|洋式便器
|
||||
Urinal|男性用便器
|
||||
Bathroom Sink|洗面台
|
||||
Bathtub (V)|バスタブ(縦)
|
||||
Bathtub (H)|バスタブ(横)
|
||||
Bathtub (H)|バスタブ(横)
|
||||
Glass Table (V)|ガラステーブル(縦)
|
||||
Washing Machine|洗濯機
|
||||
Western Style Toilet|洋式便器
|
||||
Urinal|男性用便器
|
||||
Wash Basin|洗面台
|
||||
Bathtub (V)|バスタブ(縦)
|
||||
Glass Table (H)|ガラステーブル(横)
|
||||
Glass Table (H)|ガラステーブル(横)
|
||||
Glass Table (V)|ガラステーブル(縦)
|
||||
Refrigerator|冷蔵庫
|
||||
Bookshelf A|本棚A
|
||||
Chest of Drawers A|タンスA
|
||||
Miscellaneous Item Shelf|雑貨棚
|
||||
Locker A|ロッカーA
|
||||
Document Shelf|資料棚
|
||||
Medicine Shelf|薬品棚
|
||||
Locker B (School)|ロッカーB(学校)
|
||||
Refrigerator|冷蔵庫
|
||||
Bookshelf A|本棚A
|
||||
Chest of Drawers A|タンスA
|
||||
Miscellaneous Item Shelf |雑貨棚
|
||||
Locker A|ロッカーA
|
||||
Document Shelf|資料棚
|
||||
Medicine Shelf|薬品棚
|
||||
Locker B (School)|ロッカーB(学校)
|
||||
Display Shelf A|商品陳列棚A
|
||||
Display Shelf B|商品陳列棚B
|
||||
Convenience Store Shelf A|コンビニ棚A
|
||||
Convenience Store Shelf B|コンビニ棚B
|
||||
Document Shelf (Ruins)|資料棚(廃墟)
|
||||
Chest of Drawers B (Decoration)|タンスB(装飾)
|
||||
Shelf A (Decoration)|棚A(装飾)
|
||||
Bookshelf B (Decoration)|本棚B(装飾)
|
||||
Display Shelf A|商品陳列棚A
|
||||
Display Shelf B|商品陳列棚B
|
||||
Convenience Store Shelf A|コンビニ棚A
|
||||
Convenience Store Shelf B|コンビニ棚B
|
||||
Document Shelf (Ruins)|資料棚(廃墟)
|
||||
Chest of Drawers B (Decoration)|タンスB(装飾)
|
||||
Shelf A (Decoration)|棚A(装飾)
|
||||
Bookshelf B (Decoration)|本棚B(装飾)
|
||||
Stacked Crates|積まれた木箱
|
||||
Shipping Container|コンテナ
|
||||
Stacked Cardboard Boxes|積まれたダンボール
|
||||
Vending Machine|自動販売機
|
||||
ATM|ATM
|
||||
Steel Shelf|鉄骨棚
|
||||
Operating Table|手術台
|
||||
Hospital Bed|病院ベッド
|
||||
Stacked Crates|積まれた木箱
|
||||
Shipping Container|コンテナ
|
||||
Stacked Cardboard Boxes|積まれたダンボール
|
||||
Vending Machine|自動販売機
|
||||
ATM|ATM
|
||||
Steel Shelf|鉄骨棚
|
||||
Operating Table|手術台
|
||||
Hospital Bed|病院ベッド
|
||||
Bed|ベッド
|
||||
Mattress|敷布団
|
||||
Large Bed|ダブルベッド
|
||||
Large Bed|ダブルベッド
|
||||
Pipe Frame Bed|パイプベッド
|
||||
Slot Machine |スロット
|
||||
Poker Table|ポーカー台
|
||||
Poker Table|ポーカー台
|
||||
Bed|ベッド
|
||||
Mattress|敷布団
|
||||
Large Bed|ダブルベッド
|
||||
Large Bed|ダブルベッド
|
||||
Pipe Frame Bed|パイプベッド
|
||||
Slot Machine|スロット
|
||||
Poker Table|ポーカー台
|
||||
Poker Table|ポーカー台
|
||||
Chest A (Wood)|チェストA(木製)
|
||||
Chest B (Metal)|チェストB(金属)
|
||||
Chest C (Decoration)|チェストC(装飾)
|
||||
Large Desk A|大きいデスクA
|
||||
Large Desk A|大きいデスクA
|
||||
Roulette Table|ルーレット台
|
||||
Roulette Table|ルーレット台
|
||||
Roulette Table|ルーレット台
|
||||
Side Desk A (Wood)|サイドデスクA(木製)
|
||||
Side Desk B (Metal)|サイドデスクB(金属)
|
||||
Desk|デスク
|
||||
Large Desk B|大きいデスクB
|
||||
Large Desk B|大きいデスクB
|
||||
Roulette Table|ルーレット台
|
||||
Roulette Table|ルーレット台
|
||||
Roulette Table|ルーレット台
|
||||
256
img/tilesets/mz/SF_Inside_C.txt
Normal file
256
img/tilesets/mz/SF_Inside_C.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Black Board|黒板
|
||||
Black Board|黒板
|
||||
Black Board|黒板
|
||||
White Board|ホワイトボード
|
||||
White Board|ホワイトボード
|
||||
White Board|ホワイトボード
|
||||
Cloth Partition A|布の衝立A
|
||||
Cloth Partition B|布の衝立B
|
||||
Black Board|黒板
|
||||
Black Board|黒板
|
||||
Black Board|黒板
|
||||
White Board|ホワイトボード
|
||||
White Board|ホワイトボード
|
||||
White Board|ホワイトボード
|
||||
Cloth Partition A|布の衝立A
|
||||
Cloth Partition B|布の衝立B
|
||||
Stool|腰掛けイス
|
||||
Skeleton Model|骨格模型
|
||||
Biological Specimen|生物標本
|
||||
Potted Plant|植木鉢
|
||||
Armchair|肘掛け椅子
|
||||
Insect Specimen|昆虫標本
|
||||
Restroom Mark (Men)|トイレマーク(男性)
|
||||
Restroom Mark (Women)|トイレマーク(女性)
|
||||
Wall Speaker|壁掛けスピーカー
|
||||
Skeleton Model |骨格模型
|
||||
Biological Specimen|生物標本
|
||||
Fire Extinguisher|消火器
|
||||
Armchair|肘掛け椅子
|
||||
Room Plate|室名札
|
||||
EXIT Sign|EXITプレート
|
||||
Vent|通気口
|
||||
Painting A|絵画A
|
||||
Painting B|絵画B
|
||||
Vision Test Chart|視力検査表
|
||||
Plaster Bust|石膏胸像
|
||||
Calendar|カレンダー
|
||||
Plant A|植物A
|
||||
Plant B|植物B
|
||||
Plant C|植物C
|
||||
Painting C|絵画C
|
||||
Painting D|絵画D
|
||||
Anatomical Chart|人体図
|
||||
Canvas|キャンバス
|
||||
Bulletin Board|掲示板
|
||||
Plant A|植物A
|
||||
Plant B|植物B
|
||||
Plant C|植物C
|
||||
Plumbing|配管
|
||||
Plumbing|配管
|
||||
Valve|バルブ
|
||||
Machine A|機械A
|
||||
Machine B|機械B
|
||||
Machine C|機械C
|
||||
Air Vent A|通風口A
|
||||
Air Vent B|通風口B
|
||||
Plumbing|配管
|
||||
Plumbing|配管
|
||||
Plumbing|配管
|
||||
Neon Tube|ネオン管
|
||||
Neon Tube|ネオン管
|
||||
Neon Tube|ネオン管
|
||||
Fan|ファン
|
||||
Fluorescent Light|蛍光灯
|
||||
Plumbing|配管
|
||||
Plumbing|配管
|
||||
Plumbing|配管
|
||||
Neon Tube|ネオン管
|
||||
Neon Tube|ネオン管
|
||||
Neon Tube|ネオン管
|
||||
Outdoor Air Intake Unit|室外機
|
||||
Shutter|シャッター
|
||||
Plumbing|配管
|
||||
Plumbing|配管
|
||||
Plumbing|配管
|
||||
Control Panel A|操作パネルA
|
||||
Control Panel B|操作パネルB
|
||||
Control Panel C|操作パネルC
|
||||
Pipe (H)|パイプ(横)
|
||||
Pipe (V)|パイプ(縦)
|
||||
Line A|ラインA
|
||||
Line B|ラインB
|
||||
Road Closed|通行止め
|
||||
Waste|廃棄物
|
||||
Scrap Metal|スクラップ
|
||||
Mysterious Liquid|謎の液体
|
||||
Scattered Papers|散らばった紙
|
||||
Pipe (V)|パイプ(縦)
|
||||
Belt Conveyor (V)|ベルトコンベアー(縦)
|
||||
Belt Conveyor (H)|ベルトコンベアー(横)
|
||||
Belt Conveyor (H)|ベルトコンベアー(横)
|
||||
Belt Conveyor (H)|ベルトコンベアー(横)
|
||||
Duct|ダクト
|
||||
Mechanical Device|機械装置
|
||||
Pile of Rubble|瓦礫の山
|
||||
Pile of Rubble|瓦礫の山
|
||||
Belt Conveyor (V)|ベルトコンベアー(縦)
|
||||
Robot Arm|ロボットアーム
|
||||
Server Machine|サーバマシン
|
||||
Meters|計器類
|
||||
Duct|ダクト
|
||||
Mechanical Device|機械装置
|
||||
Pile of Rubble|瓦礫の山
|
||||
Pile of Rubble|瓦礫の山
|
||||
Belt Conveyor (V)|ベルトコンベアー(縦)
|
||||
Robot Arm|ロボットアーム
|
||||
Server Machine|サーバマシン
|
||||
Meters|計器類
|
||||
Duct|ダクト
|
||||
Drain|排水口
|
||||
Graffiti|落書き
|
||||
Graffiti|落書き
|
||||
Monitor A|モニターA
|
||||
Monitor B|モニターB
|
||||
Large Monitor|大型モニター
|
||||
Large Monitor|大型モニター
|
||||
IV Stand|点滴スタンド
|
||||
ECG Monitor|心電図モニタ
|
||||
Sewing Mannequin|トルソー
|
||||
Rubble|瓦礫
|
||||
Operation Board A|操作盤A
|
||||
Operation Board B|操作盤B
|
||||
Operation Board C|操作盤C
|
||||
Operation Board D|操作盤D
|
||||
IV Stand|点滴スタンド
|
||||
ECG Monitor|心電図モニタ
|
||||
Sewing Mannequin|トルソー
|
||||
Broken Machine|壊れた機械
|
||||
Stairs|階段
|
||||
Stairs|階段
|
||||
Stairs|階段
|
||||
Cage|檻
|
||||
Cage|檻
|
||||
Handrail|欄干
|
||||
Handrail|欄干
|
||||
Handrail|欄干
|
||||
Stairs|階段
|
||||
Stairs|階段
|
||||
Stairs|階段
|
||||
Curtains A|カーテンA
|
||||
Curtains B|カーテンB
|
||||
Curtains C|カーテンC
|
||||
Curtains D|カーテンD
|
||||
Handrail|欄干
|
||||
Stairs|階段
|
||||
Stairs|階段
|
||||
Stairs|階段
|
||||
Curtains A|カーテンA
|
||||
Curtains B|カーテンB
|
||||
Curtains C|カーテンC
|
||||
Curtains D|カーテンD
|
||||
Emergency Alarm|非常ベル
|
||||
Spider Web|蜘蛛の巣
|
||||
Mirror|鏡
|
||||
Vase|花瓶
|
||||
Piano|ピアノ
|
||||
Piano|ピアノ
|
||||
Piano|ピアノ
|
||||
Stained Glass|ステンドグラス
|
||||
Decorative Pillar|装飾柱
|
||||
Dripping|液垂れ
|
||||
Mirror|鏡
|
||||
Lamp|電気スタンド
|
||||
Piano|ピアノ
|
||||
Piano|ピアノ
|
||||
Piano|ピアノ
|
||||
Stained Glass|ステンドグラス
|
||||
Decorative Pillar|装飾柱
|
||||
Picture Frame|写真立て
|
||||
Side Table|サイドテーブル
|
||||
Altar|祭壇
|
||||
Fireplace|暖炉
|
||||
Fireplace|暖炉
|
||||
Fireplace|暖炉
|
||||
Stuffed Doll A|ぬいぐるみA
|
||||
Decorative Pillar|装飾柱
|
||||
Book A|本A
|
||||
Book B|本B
|
||||
Glass Pieces|ガラス片
|
||||
Fireplace|暖炉
|
||||
Fireplace|暖炉
|
||||
Fireplace|暖炉
|
||||
Doll|人形
|
||||
Stuffed Doll B|ぬいぐるみB
|
||||
Beer Mug|ビールジョッキ
|
||||
Wine & Glass|ワインとグラス
|
||||
Noodle Dish|麺料理
|
||||
Bread|パン
|
||||
Banister A (V)|手すりA(縦)
|
||||
Banister A (V)|手すりA(縦)
|
||||
Banister B (V)|手すりB(縦)
|
||||
Banister B (V)|手すりB(縦)
|
||||
Meat Dish|肉料理
|
||||
Roast Chicken|ローストチキン
|
||||
Cake|ケーキ
|
||||
Fruit Bowl|果物盛り合わせ
|
||||
Banister A (V)|手すりA(縦)
|
||||
Banister A (V)|手すりA(縦)
|
||||
Banister B (V)|手すりB(縦)
|
||||
Banister B (V)|手すりB(縦)
|
||||
Plate A|皿A
|
||||
Teapot & Cup|ティーポットとカップ
|
||||
Ration|レーション
|
||||
Plate B|皿B
|
||||
Banister A (V)|手すりA(縦)
|
||||
Banister A (V)|手すりA(縦)
|
||||
Banister B (V)|手すりB(縦)
|
||||
Banister B (V)|手すりB(縦)
|
||||
Demon Statue|悪魔像
|
||||
Goddess Statue|女神像
|
||||
Soldier Statue|兵士像
|
||||
Wall Clock|柱時計
|
||||
Banister A (H)|手すりA(横)
|
||||
Banister A (H)|手すりA(横)
|
||||
Banister A (H)|手すりA(横)
|
||||
Banister A (H)|手すりA(横)
|
||||
Demon Statue|悪魔像
|
||||
Goddess Statue|女神像
|
||||
Soldier Statue|兵士像
|
||||
Wall Clock|柱時計
|
||||
Banister B (H)|手すりB(横)
|
||||
Banister B (H)|手すりB(横)
|
||||
Banister B (H)|手すりB(横)
|
||||
Banister B (H)|手すりB(横)
|
||||
Monument A|モニュメントA
|
||||
Monument B|モニュメントB
|
||||
Huge Stele|巨大な石版
|
||||
Huge Stele|巨大な石版
|
||||
Huge Stele|巨大な石版
|
||||
Huge Iron Monument|巨大プレート
|
||||
Huge Iron Monument|巨大プレート
|
||||
Huge Iron Monument|巨大プレート
|
||||
Monument A|モニュメントA
|
||||
Monument B|モニュメントB
|
||||
Huge Stele|巨大な石版
|
||||
Huge Stele|巨大な石版
|
||||
Huge Stele|巨大な石版
|
||||
Huge Iron Monument|巨大プレート
|
||||
Huge Iron Monument|巨大プレート
|
||||
Huge Iron Monument|巨大プレート
|
||||
Monument C|モニュメントC
|
||||
Monument D|モニュメントD
|
||||
Sphere Machinery|球体機械
|
||||
Sphere Machinery|球体機械
|
||||
Sphere Machinery|球体機械
|
||||
Large Machine|大型機械
|
||||
Large Machine|大型機械
|
||||
Large Machine|大型機械
|
||||
Monument C|モニュメントC
|
||||
Control Panel|コントロールパネル
|
||||
Sphere Machinery|球体機械
|
||||
Sphere Machinery|球体機械
|
||||
Sphere Machinery|球体機械
|
||||
Large Machine|大型機械
|
||||
Large Machine|大型機械
|
||||
Large Machine|大型機械
|
||||
32
img/tilesets/mz/SF_Outside_A3.txt
Normal file
32
img/tilesets/mz/SF_Outside_A3.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Roof A (Metal)|屋根A(金属)
|
||||
Roof B (Metal, Red Rust)|屋根B(金属・赤錆)
|
||||
Roof C (Metal, Patina)|屋根C(金属・緑青錆)
|
||||
Roof D (Barracks)|屋根D(バラック)
|
||||
Roof E (Barracks)|屋根E(バラック)
|
||||
Roof F (Factory)|屋根F(工場)
|
||||
Roor G (Ivy)|屋根G(ツタ)
|
||||
Roof H (House)|屋根H(現代住宅)
|
||||
Outer Wall A (Metal)|外壁A(金属)
|
||||
Outer Wall B (Metal, Red Rust)|外壁B(金属・赤錆)
|
||||
Outer Wall C (Metal, Patina)|外壁C(金属・緑青錆)
|
||||
Outer Wall D (Barracks)|外壁D(バラック)
|
||||
Outer Wall E (Barracks)|外壁E(バラック)
|
||||
Outer Wall F (Factory)|外壁F(工場)
|
||||
Outer Wall G (Ivy)|外壁G(ツタ)
|
||||
Outer Wall H (House)|外壁H(現代住宅)
|
||||
Roof I (House)|屋根I(現代住宅)
|
||||
Roof J (Brick)|屋根J(レンガ)
|
||||
Roof K (Brick)|屋根K(レンガ)
|
||||
Roof L (Chinese)|屋根L(中華風)
|
||||
Roof M (Blue Sheet)|屋根M(ブルーシート)
|
||||
Roof N (Wood)|屋根N(木造)
|
||||
Roof O (Brick)|屋根O(レンガ)
|
||||
Roof P (Wood)|屋根P(木造)
|
||||
Outer Wall I (House)|外壁I(現代住宅)
|
||||
Outer Wall J (Brick)|外壁J(レンガ)
|
||||
Outer Wall K (Brick)|外壁K(レンガ)
|
||||
Outer Wall L (Chinese)|外壁L(中華風)
|
||||
Outer Wall M (Blue Sheet)|外壁M(ブルーシート)
|
||||
Outer Wall N (Wood)|外壁N(木造)
|
||||
Outer Wall O (Brick)|外壁O(レンガ)
|
||||
Outer Wall P (Wood)|外壁P(木造)
|
||||
48
img/tilesets/mz/SF_Outside_A4.txt
Normal file
48
img/tilesets/mz/SF_Outside_A4.txt
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
Wall A (Concrete)|壁A(コンクリート)
|
||||
Wall B (Concrete, Dirty)|壁B(コンクリート・汚れ)
|
||||
Wall C (Block)|壁C(ブロック)
|
||||
Wall D (Apartment)|壁D(マンション)
|
||||
Wall E (Apartment)|壁E(マンション)
|
||||
Wall F (Metal)|壁F(金属)
|
||||
Wall G (Metal, Red Rust)|壁G(金属・赤錆)
|
||||
Wall H (Metal, Patina)|壁H(金属・緑青錆)
|
||||
Wall A (Concrete)|壁A(コンクリート)
|
||||
Wall B (Concrete, Dirty)|壁B(コンクリート・汚れ)
|
||||
Wall C (Block)|壁C(ブロック)
|
||||
Wall D (Apartment)|壁D(マンション)
|
||||
Wall E (Apartment)|壁E(マンション)
|
||||
Wall F (Metal)|壁F(金属)
|
||||
Wall G (Metal, Red Rust)|壁G(金属・赤錆)
|
||||
Wall H (Metal, Patina)|壁H(金属・緑青錆)
|
||||
Wall I (Barracks)|壁I(バラック)
|
||||
Wall J (Barracks)|壁J(バラック)
|
||||
Wall K (Factory)|壁K(工場)
|
||||
Cliff A (Meadow)|崖A(草地)
|
||||
Wall L (Factory)|壁L(工場)
|
||||
Wall M (Factory)|壁M(工場)
|
||||
Wall N (Building)|壁N(ビル)
|
||||
Wall O (Brick)|壁O(レンガ)
|
||||
Wall I (Barracks)|壁I(バラック)
|
||||
Wall J (Barracks)|壁J(バラック)
|
||||
Wall K (Factory)|壁K(工場)
|
||||
Cliff A (Meadow)|崖A(草地)
|
||||
Wall L (Factory)|壁L(工場)
|
||||
Wall M (Factory)|壁M(工場)
|
||||
Wall N (Building)|壁N(ビル)
|
||||
Wall O (Brick)|壁O(レンガ)
|
||||
Wall P (Chinese)|壁P(中華風)
|
||||
Wall Q (Wire Mesh)|壁Q(金網)
|
||||
Wall R (Wire Mesh, Red Rust)|壁R(金網・赤錆)
|
||||
Wall S (Wire Mesh, Patina)|壁S(金網・緑青錆)
|
||||
Wall T (Wood)|壁T(木造)
|
||||
Wall U (Wood, Dirty)|壁U(木造・汚れ)
|
||||
Wall V (Building)|壁V(ビル)
|
||||
Wall W (Building)|壁W(ビル)
|
||||
Wall P (Chinese)|壁P(中華風)
|
||||
Wall Q (Wire Mesh)|壁Q(金網)
|
||||
Wall R (Wire Mesh, Red Rust)|壁R(金網・赤錆)
|
||||
Wall S (Wire Mesh, Patina)|壁S(金網・緑青錆)
|
||||
Wall T (Wood)|壁T(木造)
|
||||
Wall U (Wood, Dirty)|壁U(木造・汚れ)
|
||||
Wall V (Building)|壁V(ビル)
|
||||
Wall W (Building)|壁W(ビル)
|
||||
128
img/tilesets/mz/SF_Outside_A5.txt
Normal file
128
img/tilesets/mz/SF_Outside_A5.txt
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
Darkness|暗闇
|
||||
Grid floor|格子床
|
||||
Metal Bridge (V, Left)|金属橋(縦・左)
|
||||
Metal Bridge (V, Center)|金属橋(縦・中央)
|
||||
Metal Bridge (V, Right)|金属橋(縦・右)
|
||||
Asphalt Bridge (H, Top)|アスファルト橋(横・上)
|
||||
Metal Bridge (H, Center)|金属橋(横・中央)
|
||||
Metal Bridge (H, Top)|金属橋(横・上)
|
||||
Transparent|透明
|
||||
Grid floor|格子床
|
||||
Asphalt Bridge (V, Left)|アスファルト橋(縦・左)
|
||||
Asphalt Bridge (V, Center)|アスファルト橋(縦・中央)
|
||||
Asphalt Bridge (V, Right)|アスファルト橋(縦・右)
|
||||
Asphalt Bridge (H, Bottom)|アスファルト橋(横・下)
|
||||
Asphalt Bridge (H, Center)|アスファルト橋(横・中央)
|
||||
Metal Bridge (H, Bottom)|金属橋(横・下)
|
||||
Asphalt Floor|アスファルト床
|
||||
Metal Floor A (Factory)|金属床A(工場)
|
||||
Concrete Floor|コンクリート床
|
||||
Concrete Floor (Ruins)|コンクリート床(廃墟)
|
||||
Hole|穴
|
||||
Grid floor (Ruins)|格子床(廃墟)
|
||||
Asphalt Floor (Ruins)|アスファルト床(廃墟)
|
||||
Metal Floor A (Factory, Ruins)|金属床A(工場・廃墟)
|
||||
Asphalt Floor|アスファルト床
|
||||
Metal Floor A (Factory)|金属床A(工場)
|
||||
Concrete Floor|コンクリート床
|
||||
Interior Floor A (In Body)|内装床A(体内)
|
||||
Stairs A (Asphalt, Left)|階段A(アスファルト・左)
|
||||
Stairs A (Asphalt, Center)|階段A(アスファルト・中央)
|
||||
Stairs A (Asphalt, Right)|階段A(アスファルト・右)
|
||||
Stairs A (Asphalt)|階段A(アスファルト)
|
||||
Meadow|草地
|
||||
Desert|砂地
|
||||
Wood Floor A|木の床A
|
||||
Wood Floor A (Ruins)|木の床A(廃墟)
|
||||
Asphalt Floor (Dirty)|アスファルト床(汚れ)
|
||||
Asphalt Floor (Dirty, Ruins)|アスファルト床(汚れ・廃墟)
|
||||
Metal Floor A (Factory, Rust)|金属床A(工場・サビ)
|
||||
Interior Floor B (Artery)|内装床B(動脈)
|
||||
Bumpy Tile A|点字ブロックA
|
||||
Bumpy Tile B|点字ブロックB
|
||||
Bumpy Tile C|点字ブロックC
|
||||
Bumpy Tile C (Ruins)|点字ブロックC(廃墟)
|
||||
Stairs B (Metal, Left)|階段B(金属・左)
|
||||
Stairs B (Metal, Center)|階段B(金属・中央)
|
||||
Stairs B (Metal, Right)|階段B(金属・右)
|
||||
Stairs B (Metal)|階段B(金属)
|
||||
Interior Floor C (Green Resin)|内装床C(緑樹脂)
|
||||
Interior Floor D (Tile)|内装床D(タイル)
|
||||
Interior Floor D (Tile, Ruins)|内装床D(タイル・廃墟)
|
||||
Interior Floor E (Decoration)|内装床E(装飾)
|
||||
Bush|茂み
|
||||
Waste Land|荒地
|
||||
Wood Floor B|木の床B
|
||||
Wood Floor B (Ruins)|木の床B(廃墟)
|
||||
Stairs C (Meadow, Left)|階段C(草地・左)
|
||||
Stairs C (Meadow, Center)|階段C(草地・中央)
|
||||
Stairs C (Meadow, Right)|階段C(草地・右)
|
||||
Stairs C (Meadow)|階段C(草地)
|
||||
Stairs D (Wood, Left)|階段D(木製・左)
|
||||
Stairs D (Wood, Center)|階段D(木製・中央)
|
||||
Stairs D (Wood, Right)|階段D(木製・右)
|
||||
Stairs D (Wood)|階段D(木製)
|
||||
Cobblestones A|石畳A
|
||||
Cobblestones B|石畳B
|
||||
Cobblestones C|石畳C
|
||||
Cobblestones D|石畳D
|
||||
Interior Floor F (Checkered)|内装床F(市松)
|
||||
Interior Floor F (Checkered, Ruins)|内装床F(市松・廃墟)
|
||||
Metal Floor B|金属床B
|
||||
Metal Floor B (Rust, Ruins)|金属床B(サビ・廃墟)
|
||||
Stairs E (Carpet, Left)|階段E(じゅうたん・左)
|
||||
Stairs E (Carpet, Center)|階段E(じゅうたん・中央)
|
||||
Stairs E (Carpet, Right)|階段E(じゅうたん・右)
|
||||
Stairs E (Carpet)|階段E(じゅうたん)
|
||||
Stairs F (Desert, Left)|階段F(砂地・左)
|
||||
Stairs F (Desert, Center)|階段F(砂地・中央)
|
||||
Stairs F (Desert, Right)|階段F(砂地・右)
|
||||
Stairs F (Desert)|階段F(砂地)
|
||||
Mark Floor A|マーク床A
|
||||
Mark Floor B|マーク床B
|
||||
Mark Floor C|マーク床C
|
||||
Mark Floor D|マーク床D
|
||||
Mark Floor E|マーク床E
|
||||
Mark Floor E (Ruins)|マーク床E(廃墟)
|
||||
Mark Floor F (Off)|マーク床F(消)
|
||||
Mark Floor F|マーク床F
|
||||
Neon Floor|ネオン床
|
||||
Interior Floor G (Tile Carpet)|内装床G(タイルカーペット)
|
||||
Interior Floor G (Tile Carpet, Ruins)|内装床G(タイルカーペット・廃墟)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Marble Floor|大理石床
|
||||
Interior Floor H (Linoleum)|内装床H(リノリウム)
|
||||
Interior Floor H (Linoleum, Ruins)|内装床H(リノリウム・廃墟)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Stairs G (Tile Carpet, Left)|階段G(タイルカーペット・左)
|
||||
Stairs G (Tile Carpet, Center)|階段G(タイルカーペット・中央)
|
||||
Stairs G (Tile Carpet, Right)|階段G(タイルカーペット・右)
|
||||
Stairs G (Tile Carpet)|階段G(タイルカーペット)
|
||||
Cobblestones A (Ruins)|石畳A(廃墟)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Ledge (Dirt)|段差(土)
|
||||
Stairs H (Linoleum, Left)|階段H(リノリウム・左)
|
||||
Stairs H (Linoleum, Center)|階段H(リノリウム・中央)
|
||||
Stairs H (Linoleum, Right)|階段H(リノリウム・右)
|
||||
Stairs H (Linoleum)|階段H(リノリウム)
|
||||
Cobblestones C (Ruins)|石畳C(廃墟)
|
||||
Cliff (Dirt)|崖(土)
|
||||
Cliff (Dirt)|崖(土)
|
||||
Cliff (Dirt)|崖(土)
|
||||
Marble Floor (Ruins)|大理石床(廃墟)
|
||||
Wood Floor C|木の床C
|
||||
Wood Floor C (Ruins)|木の床C(廃墟)
|
||||
Metal Floor C (Machine)|金属床C(機械)
|
||||
Metal Floor C (Machine, Ruins)|金属床C(機械・廃墟)
|
||||
Cliff (Dirt)|崖(土)
|
||||
Cliff (Dirt)|崖(土)
|
||||
Cliff (Dirt)|崖(土)
|
||||
256
img/tilesets/mz/SF_Outside_B.txt
Normal file
256
img/tilesets/mz/SF_Outside_B.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Transparent|透明
|
||||
Neon Shop Sign (Weapon)|ネオン看板(武器屋)
|
||||
Neon Shop Sign (Armor)|ネオン看板(防具屋)
|
||||
Neon Shop Sign (Item)|ネオン看板(アイテム屋)
|
||||
Neon Shop Sign (Pharmacy)|ネオン看板(薬屋)
|
||||
Neon Shop Sign (Cafe)|ネオン看板(酒場)
|
||||
Neon Shop Sign (Inn)|ネオン看板(宿屋)
|
||||
Neon Shop Sign (Market)|ネオン看板(マーケット)
|
||||
Metal Shop Sign (Weapon)|金属看板(武器屋)
|
||||
Metal Shop Sign (Armor)|金属看板(防具屋)
|
||||
Metal Shop Sign (Item)|金属看板(アイテム屋)
|
||||
Metal Shop Sign (Pharmacy)|金属看板(薬屋)
|
||||
Metal Shop Sign (Cafe)|金属看板(酒場)
|
||||
Metal Shop Sign (Inn)|金属看板(宿屋)
|
||||
Metal Shop Sign (Firearm)|金属看板(銃器屋)
|
||||
Metal Shop Sign (Blank)|金属看板(無地)
|
||||
Asphalt Bridge (V)|アスファルトの橋(縦)
|
||||
Asphalt Bridge (H)|アスファルトの橋(横)
|
||||
Stone Bridge (V)|石の橋(縦)
|
||||
Stone Bridge (H)|石の橋(横)
|
||||
Metal Bridge A (V)|金属の橋A(縦)
|
||||
Metal Bridge A (H)|金属の橋A(横)
|
||||
Metal Bridge B (V)|金属の橋B(縦)
|
||||
Metal Bridge B (H)|金属の橋B(横)
|
||||
Bridge Spar A (Asphalt, Center A)|橋げたA(アスファルト・中央A)
|
||||
Bridge Spar A (Asphalt, Left)|橋げたA(アスファルト・左)
|
||||
Bridge Spar A (Asphalt, Center B)|橋げたA(アスファルト・中央B)
|
||||
Bridge Spar A (Asphalt, Right)|橋げたA(アスファルト・右)
|
||||
Bridge Spar B (Metal, Center A)|橋げたB(金属・中央A)
|
||||
Bridge Spar B (Metal, Left)|橋げたB(金属・左)
|
||||
Bridge Spar B (Metal, Center B)|橋げたB(金属・中央B)
|
||||
Bridge Spar B (Metal, Right)|橋げたB(金属・右)
|
||||
White Line|白線
|
||||
White Line|白線
|
||||
White Line|白線
|
||||
White Line|白線
|
||||
White Line|白線
|
||||
Yellow & Black Line|黄黒線
|
||||
Yellow & Black Line|黄黒線
|
||||
Yellow & Black Line|黄黒線
|
||||
White Line|白線
|
||||
Traffic Lights (Car)|信号機(車)
|
||||
Traffic Lights (Pedestrian)|信号機(歩行者)
|
||||
Entrance A|入口A
|
||||
White Line (Crosswalk)|白線(横断歩道)
|
||||
Yellow & Black Line|黄黒線
|
||||
Traffic Cone|通行止めコーン
|
||||
Yellow & Black Line|黄黒線
|
||||
White Line|白線
|
||||
Traffic Lights (Car)|信号機(車)
|
||||
Traffic Lights (Walker)|信号機(歩行者)
|
||||
Entrance B|入口B
|
||||
White Line (Crosswalk)|白線(横断歩道)
|
||||
Yellow & Black Line|黄黒線
|
||||
Yellow & Black Line|黄黒線
|
||||
Yellow & Black Line|黄黒線
|
||||
Window A|窓A
|
||||
Window B|窓B
|
||||
Window C|窓C
|
||||
Window D|窓D
|
||||
Window E|窓E
|
||||
Window F|窓F
|
||||
Window G|窓G
|
||||
Window H|窓H
|
||||
Midsize Window A|中型窓A
|
||||
Midsize Window B|中型窓B
|
||||
Midsize Window C|中型窓C
|
||||
Midsize Window D|中型窓D
|
||||
Midsize Window E|中型窓E
|
||||
Midsize Window F|中型窓F
|
||||
Midsize Window G|中型窓G
|
||||
Midsize Window H|中型窓H
|
||||
Midsize Window A|中型窓A
|
||||
Midsize Window B|中型窓B
|
||||
Midsize Window C|中型窓C
|
||||
Midsize Window D|中型窓D
|
||||
Midsize Window E|中型窓E
|
||||
Midsize Window F|中型窓F
|
||||
Midsize Window G|中型窓G
|
||||
Midsize Window H|中型窓H
|
||||
Neon Shop Sign (V)|ネオン看板(縦)
|
||||
Neon Shop Sign (V)|ネオン看板(縦)
|
||||
Neon Shop Sign (V)|ネオン看板(縦)
|
||||
Neon Shop Sign (H)|ネオン看板(横)
|
||||
Neon Shop Sign (H)|ネオン看板(横)
|
||||
Street Light A|街灯A
|
||||
Street Light B|街灯B
|
||||
Stained Glass Window|ステンドグラス
|
||||
Neon Shop Sign (V)|ネオン看板(縦)
|
||||
Neon Shop Sign (V)|ネオン看板(縦)
|
||||
Neon Shop Sign (V)|ネオン看板(縦)
|
||||
Neon Shop Sign (H)|ネオン看板(横)
|
||||
Neon Shop Sign (H)|ネオン看板(横)
|
||||
Street Light A|街灯A
|
||||
Street Light B|街灯B
|
||||
Stained Glass Window|ステンドグラス
|
||||
Neon Shop Sign (V)|ネオン看板(縦)
|
||||
Neon Shop Sign (V)|ネオン看板(縦)
|
||||
Neon Shop Sign (V)|ネオン看板(縦)
|
||||
Neon Shop Sign (H)|ネオン看板(横)
|
||||
Neon Shop Sign (H)|ネオン看板(横)
|
||||
Stacked Crates|積まれた木箱
|
||||
Shipping Container|コンテナ
|
||||
Stacked Cardboard|積まれたダンボール
|
||||
Chimney A|煙突A
|
||||
Chimney B|煙突B
|
||||
Chimney C|煙突C
|
||||
Exhaust Port Wall|壁面用排気口
|
||||
Roof Window|屋根用出窓
|
||||
Stacked Crates|積まれた木箱
|
||||
Shipping Container|コンテナ
|
||||
Stacked Cardboard Boxes|積まれたダンボール
|
||||
Wall Poster|張り紙
|
||||
Signboard A|看板A
|
||||
Signboard C|看板C
|
||||
Digital Signage A|電子看板A
|
||||
Digital Signage C|電子看板C
|
||||
Neon Shop Sign (CASINO)|ネオン看板(カジノ)
|
||||
Neon Shop Sign (CASINO)|ネオン看板(カジノ)
|
||||
Small Crane|小型クレーン
|
||||
Poster|ポスター
|
||||
Signboard B|看板B
|
||||
Digital Signage B|電子看板B
|
||||
Digital Signage B|電子看板B
|
||||
Digital Signage C|電子看板C
|
||||
Iron Materials|鉄資材
|
||||
Helmet & Tool|ヘルメットと工具
|
||||
Small Crane|小型クレーン
|
||||
Crate|木箱
|
||||
Shipping Container|コンテナ
|
||||
Cardboard Box|ダンボール
|
||||
Barrel|樽
|
||||
Oil Drum|ドラム缶
|
||||
Garbage Can|ゴミ箱
|
||||
Sorted Waste Bins|分別ゴミ箱
|
||||
Sorted Waste Bins|分別ゴミ箱
|
||||
Plant A|植物A
|
||||
Plant B|植物B
|
||||
Plant C|植物C
|
||||
Vending Machine|自動販売機
|
||||
ATM|ATM
|
||||
Tree|木
|
||||
Roadside Tree|街路樹
|
||||
Utility Pole|電柱
|
||||
Plant A|植物A
|
||||
Plant B|植物B
|
||||
Plant C|植物C
|
||||
Vending Machine|自動販売機
|
||||
ATM|ATM
|
||||
Tree|木
|
||||
Avenue Tree|街路樹
|
||||
Utility Pole|電柱
|
||||
Public Phone|公衆電話
|
||||
Machine Device|機械端末
|
||||
Planter (Flower)|プランター(花)
|
||||
Planter (Plant)|プランター(植物)
|
||||
Potted Plant|植木鉢
|
||||
Tree (Loop)|木(ループ)
|
||||
Tombstone (Cross)|墓石(十字架)
|
||||
Tombstone (Plaque)|墓石(プレート)
|
||||
Neon Tube|ネオン管
|
||||
Neon Tube|ネオン管
|
||||
Machine A|機械A
|
||||
Machine B|機械B
|
||||
Machine C|機械C
|
||||
Barricade (No Entry)|バリケード(通行禁止)
|
||||
Bar (No Entry)|バー(通行禁止)
|
||||
Bar (No Entry)|バー(通行禁止)
|
||||
Neon Tube|ネオン管
|
||||
Neon Tube|ネオン管
|
||||
Outdoor Air Intake Unit|室外機
|
||||
Waste|廃棄物
|
||||
Scrap Metal|スクラップ
|
||||
Fissures A|亀裂A
|
||||
Fissures B|亀裂B
|
||||
Fissures C|亀裂C
|
||||
Neon Tube|ネオン管
|
||||
Neon Tube|ネオン管
|
||||
Air Vent A|通風口A
|
||||
Air Vent B|通風口B
|
||||
Shutter|シャッター
|
||||
Fissures A|亀裂A
|
||||
Fissures B|亀裂B
|
||||
Fissures C|亀裂C
|
||||
Drain|排水口
|
||||
Guardrail|ガードレール
|
||||
Timetable|時刻表
|
||||
Piled Up Tires|積まれたタイヤ
|
||||
Small Fuel Tank|小型燃料タンク
|
||||
Car (White)|車(白)
|
||||
Car (White)|車(白)
|
||||
Manhole|マンホール
|
||||
Bus|バス
|
||||
Bus|バス
|
||||
Truck|トラック
|
||||
Truck|トラック
|
||||
Wrecked Car|壊れた車
|
||||
Car (Black)|車(黒)
|
||||
Car (Black)|車(黒)
|
||||
Vent|通気口
|
||||
Bus|バス
|
||||
Bus|バス
|
||||
Truck|トラック
|
||||
Truck|トラック
|
||||
Wrecked Car|壊れた車
|
||||
Car (Red)|車(赤)
|
||||
Car (Red)|車(赤)
|
||||
Oil Drum (Leak)|ドラム缶(液漏れ)
|
||||
Food Stalls|露店(食べ物)
|
||||
Food Stalls|露店(食べ物)
|
||||
Food Stalls|露店(食べ物)
|
||||
Stall Goods A|露店商品A
|
||||
Stairs A (Up)|階段A(上り)
|
||||
Stairs B (Up)|階段B(上り)
|
||||
Stairs C (Up)|階段C(上り)
|
||||
Stairs D (Up)|階段D(上り)
|
||||
Food Stalls|露店(食べ物)
|
||||
Food Stalls|露店(食べ物)
|
||||
Food Stalls|露店(食べ物)
|
||||
Stall Goods B|露店商品B
|
||||
Stairs A (Down)|階段A(下り)
|
||||
Stairs B (Down)|階段B(下り)
|
||||
Stairs C (Down)|階段C(下り)
|
||||
Stairs D (Down)|階段D(下り)
|
||||
Food Stalls|露店(食べ物)
|
||||
Food Stalls|露店(食べ物)
|
||||
Food Stalls|露店(食べ物)
|
||||
Stall Goods C|露店商品C
|
||||
Metal Ladder|鉄ばしご
|
||||
Metal Stairs|金属階段
|
||||
Rope|ロープ
|
||||
Net|ネット
|
||||
Junk Stalls|露店(ジャンク)
|
||||
Junk Stalls|露店(ジャンク)
|
||||
Junk Stalls|露店(ジャンク)
|
||||
Stall Goods D|露店商品D
|
||||
Metal Ladder|鉄ばしご
|
||||
Metal Stairs|金属階段
|
||||
Rope|ロープ
|
||||
Net|ネット
|
||||
Junk Stalls|露店(ジャンク)
|
||||
Junk Stalls|露店(ジャンク)
|
||||
Junk Stalls|露店(ジャンク)
|
||||
Stall Goods E|露店商品E
|
||||
Metal Ladder|鉄ばしご
|
||||
Metal Stairs|金属階段
|
||||
Rope|ロープ
|
||||
Net|ネット
|
||||
Junk Stalls|露店(ジャンク)
|
||||
Junk Stalls|露店(ジャンク)
|
||||
Junk Stalls|露店(ジャンク)
|
||||
Stall Goods F|露店商品F
|
||||
Hole A (Metal Ladder)|穴A(鉄ばしご)
|
||||
Hole B (Metal Stairs)|穴B(金属階段)
|
||||
Hole C (Rope)|穴C(ロープ)
|
||||
Hole|穴
|
||||
256
img/tilesets/mz/SF_Outside_C.txt
Normal file
256
img/tilesets/mz/SF_Outside_C.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Fountain A|噴水A
|
||||
Fountain A|噴水A
|
||||
Fountain B|噴水B
|
||||
Fountain B|噴水B
|
||||
Slide|滑り台
|
||||
Slide|滑り台
|
||||
Exercise Bar|鉄棒
|
||||
Drinking Fountain|水飲み場
|
||||
Fountain A|噴水A
|
||||
Fountain A|噴水A
|
||||
Fountain B|噴水B
|
||||
Fountain B|噴水B
|
||||
Slide|滑り台
|
||||
Slide|滑り台
|
||||
Water Well Pump|ポンプ井戸
|
||||
Garbage Dumpster|ごみ収集箱
|
||||
Fountain C|噴水C
|
||||
Fountain C|噴水C
|
||||
Fountain C|噴水C
|
||||
Bench A|ベンチA
|
||||
Bench A|ベンチA
|
||||
Swing|ブランコ
|
||||
Shop Canopy|店用天蓋
|
||||
Barbed Wire|有刺鉄線
|
||||
Fountain C|噴水C
|
||||
Fountain C|噴水C
|
||||
Fountain C|噴水C
|
||||
Bench B|ベンチB
|
||||
Bench B|ベンチB
|
||||
Swing|ブランコ
|
||||
Shop Canopy|店用天蓋
|
||||
Barbed Wire|有刺鉄線
|
||||
Grass A|草A
|
||||
Grass B|草B
|
||||
Hole|穴
|
||||
Small Stones|小石
|
||||
Flower Bed|花壇
|
||||
Flower Bed|花壇
|
||||
Flower Bed|花壇
|
||||
Barbed Wire|有刺鉄線
|
||||
Flower|花
|
||||
Cage|檻
|
||||
Cage|檻
|
||||
Graffiti|落書き
|
||||
Graffiti|落書き
|
||||
Barbed Wire|有刺鉄線
|
||||
Barbed Wire|有刺鉄線
|
||||
Barbed Wire|有刺鉄線
|
||||
Demon Statue|悪魔像
|
||||
Goddess Statue|女神像
|
||||
Metal Fence|金属フェンス
|
||||
Metal Fence|金属フェンス
|
||||
Metal Fence|金属フェンス
|
||||
Gutter|側溝
|
||||
Gutter|側溝
|
||||
Gutter|側溝
|
||||
Demon Statue|悪魔像
|
||||
Goddess Statue|女神像
|
||||
Metal Fence|金属フェンス
|
||||
Warning Plate (Keep Out)|警告プレート(KEEP OUT)
|
||||
Metal Fence|金属フェンス
|
||||
Gutter|側溝
|
||||
Postal Box|ポスト
|
||||
Gutter|側溝
|
||||
Soldier Statue|兵士像
|
||||
Warning Plate (Biohazard Mark)|警告プレート(バイオハザードマーク)
|
||||
Metal Fence|金属フェンス
|
||||
Metal Fence|金属フェンス
|
||||
Metal Fence|金属フェンス
|
||||
Gutter|側溝
|
||||
Gutter|側溝
|
||||
Gutter|側溝
|
||||
Soldier Statue|兵士像
|
||||
Pillar A (Asphalt)|柱A(アスファルト)
|
||||
Pillar B (Metal)|柱B(金属)
|
||||
Pillar C (Machine)|柱C(機械)
|
||||
Pillar D (Decoration)|柱D(装飾)
|
||||
Pillar E (Metal)|柱E(金属)
|
||||
Pillar F (Brick)|柱F(レンガ)
|
||||
Food Waste|生ゴミ
|
||||
Warning Plate (Radioactivity Mark)|警告プレート(放射能マーク)
|
||||
Pillar A (Asphalt)|柱A(アスファルト)
|
||||
Pillar B (Metal)|柱B(金属)
|
||||
Pillar C (Machine)|柱C(機械)
|
||||
Pillar D (Decoration)|柱D(装飾)
|
||||
Pillar E (Metal)|柱E(金属)
|
||||
Pillar F (Brick)|柱F(レンガ)
|
||||
Mysterious Liquid|謎の液体
|
||||
Warning Plate (Exclamation Mark)|警告プレート(!マーク)
|
||||
Broken Pillar A (Asphalt)|折れた柱A(アスファルト)
|
||||
Broken Pillar B (Metal)|折れた柱B(金属)
|
||||
Broken Pillar C (Machine)|折れた柱C(機械)
|
||||
Broken Pillar D (Decoration)|折れた柱D(装飾)
|
||||
Broken Pillar E (Metal)|折れた柱E(金属)
|
||||
Broken Pillar F (Brick)|折れた柱F(レンガ)
|
||||
Fire Hydrant|消火栓
|
||||
Monument A|モニュメントA
|
||||
Monument B|モニュメントB
|
||||
Huge Stele|巨大な石版
|
||||
Huge Stele|巨大な石版
|
||||
Huge Stele|巨大な石版
|
||||
Huge Iron Monument|巨大プレート
|
||||
Huge Iron Monument|巨大プレート
|
||||
Huge Iron Monument|巨大プレート
|
||||
Monument A|モニュメントA
|
||||
Monument B|モニュメントB
|
||||
Huge Stele|巨大な石版
|
||||
Huge Stele|巨大な石版
|
||||
Huge Stele|巨大な石版
|
||||
Huge Iron Monument|巨大プレート
|
||||
Huge Iron Monument|巨大プレート
|
||||
Huge Iron Monument|巨大プレート
|
||||
Monument C|モニュメントC
|
||||
Monument D|モニュメントD
|
||||
Sphere Machinery|球体機械
|
||||
Sphere Machinery|球体機械
|
||||
Sphere Machinery|球体機械
|
||||
Large Machine|大型機械
|
||||
Large Machine|大型機械
|
||||
Large Machine|大型機械
|
||||
Monument C|モニュメントC
|
||||
Control Panel|コントロールパネル
|
||||
Sphere Machinery|球体機械
|
||||
Sphere Machinery|球体機械
|
||||
Sphere Machinery|球体機械
|
||||
Large Machine|大型機械
|
||||
Large Machine|大型機械
|
||||
Large Machine|大型機械
|
||||
Wall A|壁A
|
||||
Wall A|壁A
|
||||
Wall A|壁A
|
||||
Decorative Pillar A|装飾柱A
|
||||
Arch A|門A
|
||||
Arch A|門A
|
||||
Arch A|門A
|
||||
Decorative Pillar B|装飾柱B
|
||||
Wall A|壁A
|
||||
Wall A|壁A
|
||||
Wall A|壁A
|
||||
Decorative Pillar A|装飾柱A
|
||||
Arch A|門A
|
||||
Arch A|門A
|
||||
Arch A|門A
|
||||
Decorative Pillar B|装飾柱B
|
||||
Wall A|壁A
|
||||
Wall A|壁A
|
||||
Wall A|壁A
|
||||
Decorative Pillar A|装飾柱A
|
||||
Arch A|門A
|
||||
Arch A|門A
|
||||
Arch A|門A
|
||||
Decorative Pillar B|装飾柱B
|
||||
Wall B (Topside)|壁B(上面)
|
||||
Wall B (Topside)|壁B(上面)
|
||||
Wall B (Topside)|壁B(上面)
|
||||
Spire|尖塔
|
||||
Clock Tower|時計塔
|
||||
Clock Tower|時計塔
|
||||
Clock Tower|時計塔
|
||||
Wall A Ceiling|壁A天井
|
||||
Wall B (Topside)|壁B(上面)
|
||||
Wall B (Topside)|壁B(上面)
|
||||
Wall B (Topside)|壁B(上面)
|
||||
Spire|尖塔
|
||||
Clock Tower|時計塔
|
||||
Clock Tower|時計塔
|
||||
Clock Tower|時計塔
|
||||
Decorative Pillar A (Front)|装飾柱A(手前)
|
||||
Wall B (Topside)|壁B(上面)
|
||||
Wall B (Topside)|壁B(上面)
|
||||
Wall B (Topside)|壁B(上面)
|
||||
Spire|尖塔
|
||||
Clock Tower|時計塔
|
||||
Clock Tower|時計塔
|
||||
Clock Tower|時計塔
|
||||
Decorative Pillar B (Front)|装飾柱B(手前)
|
||||
Wall B|壁B
|
||||
Wall B|壁B
|
||||
Wall B|壁B
|
||||
Spire|尖塔
|
||||
Arch B|門B
|
||||
Arch B|門B
|
||||
Arch B|門B
|
||||
Iron Fence B|鉄柵B
|
||||
Wall B|壁B
|
||||
Wall B|壁B
|
||||
Wall B|壁B
|
||||
Spire|尖塔
|
||||
Arch B|門B
|
||||
Arch B|門B
|
||||
Arch B|門B
|
||||
Gate|門扉
|
||||
Wall B|壁B
|
||||
Wall B|壁B
|
||||
Wall B|壁B
|
||||
Spire|尖塔
|
||||
Arch B|門B
|
||||
Arch B|門B
|
||||
Arch B|門B
|
||||
Gate|門扉
|
||||
Rooftop Railing|屋上用手すり
|
||||
Rooftop Railing|屋上用手すり
|
||||
Rooftop Railing|屋上用手すり
|
||||
Iron Fence A|鉄柵A
|
||||
Tank|戦車
|
||||
Tank|戦車
|
||||
Helicopter|ヘリコプター
|
||||
Helicopter|ヘリコプター
|
||||
Rooftop Railing|屋上用手すり
|
||||
Round Clock|丸時計
|
||||
Rooftop Railing|屋上用手すり
|
||||
Iron Fence A|鉄柵A
|
||||
Tank|戦車
|
||||
Tank|戦車
|
||||
Helicopter|ヘリコプター
|
||||
Helicopter|ヘリコプター
|
||||
Rooftop Railing|屋上用手すり
|
||||
Rooftop Railing|屋上用手すり
|
||||
Rooftop Railing|屋上用手すり
|
||||
Iron Fence A|鉄柵A
|
||||
Rooftop Billboard B|屋上看板B
|
||||
Rooftop Billboard B|屋上看板B
|
||||
Food Cart|屋台
|
||||
Food Cart|屋台
|
||||
Convenience Store|コンビニエンスストア
|
||||
Convenience Store|コンビニエンスストア
|
||||
Convenience Store|コンビニエンスストア
|
||||
Steel Tower|鉄塔
|
||||
Rooftop Billboard A|屋上看板A
|
||||
Roof|屋根
|
||||
Roof|屋根
|
||||
Roof|屋根
|
||||
Convenience Store|コンビニエンスストア
|
||||
Convenience Store|コンビニエンスストア
|
||||
Convenience Store|コンビニエンスストア
|
||||
Steel Tower|鉄塔
|
||||
Water Storage Tank|貯水タンク
|
||||
Roof|屋根
|
||||
Roof|屋根
|
||||
Roof|屋根
|
||||
Bus Waiting Area|待合所
|
||||
Bus Waiting Area|待合所
|
||||
Station Kiosk|駅の売店
|
||||
Steel Tower|鉄塔
|
||||
Water Storage Tank|貯水タンク
|
||||
Roof|屋根
|
||||
Roof|屋根
|
||||
Roof|屋根
|
||||
Bus Waiting Area|待合所
|
||||
Bus Waiting Area|待合所
|
||||
Station Kiosk|駅の売店
|
||||
Roof Detail|屋根飾り
|
||||
Roof|屋根
|
||||
Roof|屋根
|
||||
Roof|屋根
|
||||
Roof|屋根
|
||||
256
img/tilesets/mz/Sifi_Inside_D.txt
Normal file
256
img/tilesets/mz/Sifi_Inside_D.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Transparent|透明
|
||||
The sun|太陽
|
||||
Mercury|水星
|
||||
Venus|金星
|
||||
The earth|地球
|
||||
Moon|月
|
||||
Mars|火星
|
||||
Jupiter|木星
|
||||
Saturn|土星
|
||||
Saturn|土星
|
||||
Saturn|土星
|
||||
Uranus|天王星
|
||||
Neptune|海王星
|
||||
Pluto|冥王星
|
||||
Light of the sun|太陽の光
|
||||
Asteroid|小惑星
|
||||
Imaginary planet|架空の惑星
|
||||
Imaginary planet|架空の惑星
|
||||
Imaginary planet|架空の惑星
|
||||
Imaginary planet|架空の惑星
|
||||
Artificial planet|人工惑星
|
||||
Comet|彗星
|
||||
Comet|彗星
|
||||
Aircraft station (vertical)|航宙機発着場(縦)
|
||||
Space Station|宇宙ステーション
|
||||
Space Station|宇宙ステーション
|
||||
Space Station|宇宙ステーション
|
||||
Satellite|人工衛星
|
||||
A ship|航宙艦
|
||||
A ship|航宙艦
|
||||
Crater|クレーター
|
||||
Aircraft station (vertical)|航宙機発着場(縦)
|
||||
Debris|デブリ
|
||||
Asteroids|小惑星群
|
||||
Induction light (sideways)|誘導灯(横)
|
||||
Induction light (vertical)|誘導灯(縦)
|
||||
Aircraft departure and arrival landing (sideways)|航宙機発着場(横)
|
||||
Aircraft departure and arrival landing (sideways)|航宙機発着場(横)
|
||||
Aircraft departure and arrival landing (sideways)|航宙機発着場(横)
|
||||
Aircraft station (vertical)|航宙機発着場(縦)
|
||||
Capsule type bed (sideways) case|カプセル型ベッド(横)ケース
|
||||
Capsule type bed (sideways) case|カプセル型ベッド(横)ケース
|
||||
Capsule type bed (sideways) case|カプセル型ベッド(横)ケース
|
||||
Capsule type bed (vertical) case|カプセル型ベッド(縦)ケース
|
||||
Capsule type bed (vertical) |カプセル型ベッド(縦)
|
||||
Hatch Door|ハッチドア
|
||||
Hatch|ハッチ
|
||||
Hatch Door|ハッチドア
|
||||
Capsule type bed (sideways)|カプセル型ベッド(横)
|
||||
Capsule type bed (sideways)|カプセル型ベッド(横)
|
||||
Capsule type bed (sideways)|カプセル型ベッド(横)
|
||||
Capsule type bed (vertical) case|カプセル型ベッド(縦)ケース
|
||||
Capsule type bed (vertical)|カプセル型ベッド(縦)
|
||||
Hatch|ハッチ
|
||||
Hatch|ハッチ
|
||||
Hatch|ハッチ
|
||||
Capsule type bed (sideways)|カプセル型ベッド(横)
|
||||
Capsule type bed (sideways)|カプセル型ベッド(横)
|
||||
Capsule type bed (sideways)|カプセル型ベッド(横)
|
||||
Capsule type bed (vertical) case|カプセル型ベッド(縦)ケース
|
||||
Capsule type bed (vertical)|カプセル型ベッド(縦)
|
||||
|
|
||||
Hatch|ハッチ
|
||||
|
|
||||
Aerial projection type imaging device|空中投影型映像装置
|
||||
Aerial projection type imaging device|空中投影型映像装置
|
||||
Aerial projection type imaging device|空中投影型映像装置
|
||||
Imaging device|映像装置
|
||||
Imaging device|映像装置
|
||||
Imaging device|映像装置
|
||||
Monitor display|モニタ表示
|
||||
Monitor display|モニタ表示
|
||||
Aerial projection type imaging device|空中投影型映像装置
|
||||
Aerial projection type imaging device|空中投影型映像装置
|
||||
Aerial projection type imaging device|空中投影型映像装置
|
||||
Imaging device|映像装置
|
||||
Imaging device|映像装置
|
||||
Imaging device|映像装置
|
||||
Monitor display|モニタ表示
|
||||
Monitor display|モニタ表示
|
||||
Aerial projection type imaging device|空中投影型映像装置
|
||||
Aerial projection type imaging device|空中投影型映像装置
|
||||
Aerial projection type imaging device|空中投影型映像装置
|
||||
Imaging device|映像装置
|
||||
Imaging device|映像装置
|
||||
Imaging device|映像装置
|
||||
Monitor display|モニタ表示
|
||||
Monitor display|モニタ表示
|
||||
Space display|宙域表示装置
|
||||
Space display|宙域表示装置
|
||||
Space display|宙域表示装置
|
||||
Monitor display|モニタ表示
|
||||
Monitor display|モニタ表示
|
||||
Monitor display|モニタ表示
|
||||
Monitor display|モニタ表示
|
||||
Monitor display|モニタ表示
|
||||
Space display|宙域表示装置
|
||||
Space display|宙域表示装置
|
||||
Space display|宙域表示装置
|
||||
Monitor display|モニタ表示
|
||||
Monitor display|モニタ表示
|
||||
Monitor display|モニタ表示
|
||||
Monitor display|モニタ表示
|
||||
Vending machine|自動販売機
|
||||
Space display|宙域表示装置
|
||||
Space display|宙域表示装置
|
||||
Space display|宙域表示装置
|
||||
Monitor display|モニタ表示
|
||||
Monitor display|モニタ表示
|
||||
Monitor display|モニタ表示
|
||||
Monitor display|モニタ表示
|
||||
Vending machine|自動販売機
|
||||
Small picture device|小型映像装置
|
||||
Small picture device|小型映像装置
|
||||
Small picture device|小型映像装置
|
||||
Small picture device|小型映像装置
|
||||
Small picture device|小型映像装置
|
||||
Small picture device|小型映像装置
|
||||
Personal computer (sideways)|パソコン(横)
|
||||
Personal computer (sideways)|パソコン(横)
|
||||
Personal computer (front)|パソコン(前)
|
||||
Personal computer (front)|パソコン(前)
|
||||
Personal computer (front)|パソコン(前)
|
||||
Personal computer (front)|パソコン(前)
|
||||
Personal computer (back)|パソコン(後)
|
||||
Personal computer (back)|パソコン(後)
|
||||
Personal computer (sideways)|パソコン(横)
|
||||
Personal computer (sideways)|パソコン(横)
|
||||
Desk|デスク
|
||||
Desk|デスク
|
||||
Desk|デスク
|
||||
Desk|デスク
|
||||
Desk|デスク
|
||||
Desk|デスク
|
||||
Small aerial projection type imaging device|小型空中投影型映像装置
|
||||
Small aerial projection type imaging device|小型空中投影型映像装置
|
||||
Radar|レーダー
|
||||
Emergency button|緊急用ボタン
|
||||
Emergency button|緊急用ボタン
|
||||
Emergency button|緊急用ボタン
|
||||
|
|
||||
Chair (horizontal) for display adjustment|椅子(横)表示調整用
|
||||
Chair (horizontal) for display adjustment|椅子(横)表示調整用
|
||||
|
|
||||
Curved desk|曲線デスク
|
||||
Curved desk|曲線デスク
|
||||
Large desk|大型デスク
|
||||
Curved desk|曲線デスク
|
||||
Curved desk|曲線デスク
|
||||
Chair (sideways)|椅子(横)
|
||||
Chair (sideways)|椅子(横)
|
||||
Chair (back)|椅子(後)
|
||||
Curved desk|曲線デスク
|
||||
Curved desk|曲線デスク
|
||||
Aerial projection type keyboard (after)|空中投影型キーボード(後)
|
||||
Curved desk|曲線デスク
|
||||
Curved desk|曲線デスク
|
||||
Chair (sideways)|椅子(横)
|
||||
Chair (sideways)|椅子(横)
|
||||
Chair (back)|椅子(後)
|
||||
Desk (Vertical)|デスク(縦)
|
||||
Captain device|艦長用デバイス
|
||||
Captain's chair (after)|艦長用椅子(後)
|
||||
Captain device|艦長用デバイス
|
||||
Desk (vertical) end|デスク(縦)端
|
||||
Captain device|艦長用デバイス
|
||||
Captain's chair (front)|艦長用椅子(前)
|
||||
Captain device|艦長用デバイス
|
||||
Small space display|小型宙域表示装置
|
||||
Captain device|艦長用デバイス
|
||||
Captain's chair (after)|艦長用椅子(後)
|
||||
Captain device|艦長用デバイス
|
||||
Desk (vertical) end|デスク(縦)端
|
||||
Captain device|艦長用デバイス
|
||||
Captain's chair (front)|艦長用椅子(前)
|
||||
Captain device|艦長用デバイス
|
||||
Curved desk|曲線デスク
|
||||
Curved desk|曲線デスク
|
||||
Aerial projection type keyboard (front)|空中投影型キーボード(前)
|
||||
Curved desk|曲線デスク
|
||||
Curved desk|曲線デスク
|
||||
Standalone imaging equipment (sideways)|スタンドアロン映像装置(横)
|
||||
Stand-alone imaging equipment (front)|スタンドアロン映像装置(前)
|
||||
Standalone imaging equipment (sideways)|スタンドアロン映像装置(横)
|
||||
Curved desk|曲線デスク
|
||||
Curved desk|曲線デスク
|
||||
Large desk|大型デスク
|
||||
Curved desk|曲線デスク
|
||||
Curved desk|曲線デスク
|
||||
Standalone imaging equipment (sideways)|スタンドアロン映像装置(横)
|
||||
Stand-alone imaging equipment (front)|スタンドアロン映像装置(前)
|
||||
Standalone imaging equipment (sideways)|スタンドアロン映像装置(横)
|
||||
Transfer device (back)|転送装置(後)
|
||||
Transfer device (back)|転送装置(後)
|
||||
Transfer device (back)|転送装置(後)
|
||||
Transfer device (front)|転送装置(前)
|
||||
Transfer device (front)|転送装置(前)
|
||||
Transfer device (front)|転送装置(前)
|
||||
Large computer (sideways)|大型コンピューター(横)
|
||||
Large computer (sideways)|大型コンピューター(横)
|
||||
Transfer device (back)|転送装置(後)
|
||||
Transfer device (back)|転送装置(後)
|
||||
Transfer device (back)|転送装置(後)
|
||||
Transfer device (front)|転送装置(前)
|
||||
Transfer device (front)|転送装置(前)
|
||||
Transfer device (front)|転送装置(前)
|
||||
Large computer (sideways)|大型コンピューター(横)
|
||||
Large computer (sideways)|大型コンピューター(横)
|
||||
Transfer device (back)|転送装置(後)
|
||||
Transfer device (back)|転送装置(後)
|
||||
Transfer device (back)|転送装置(後)
|
||||
Transfer device (front)|転送装置(前)
|
||||
Transfer device (front)|転送装置(前)
|
||||
Transfer device (front)|転送装置(前)
|
||||
Treasure Chest|宝箱
|
||||
Large computer (front)|大型コンピューター(前)
|
||||
Transfer device (back)|転送装置(後)
|
||||
Transfer device (back)|転送装置(後)
|
||||
Transfer device (back)|転送装置(後)
|
||||
Transfer device (front)|転送装置(前)
|
||||
Transfer device (front)|転送装置(前)
|
||||
Transfer device (front)|転送装置(前)
|
||||
Treasure Chest|宝箱
|
||||
Large computer (front)|大型コンピューター(前)
|
||||
Ring type transfer device|リング型転送装置
|
||||
Ring type transfer device|リング型転送装置
|
||||
Ring type transfer device|リング型転送装置
|
||||
Large culture layer|大型培養層
|
||||
Large culture layer|大型培養層
|
||||
Large culture layer|大型培養層
|
||||
Commercial culture layer|汎用培養層
|
||||
Broken floor|壊れた床
|
||||
Ring type transfer device|リング型転送装置
|
||||
Ring type transfer device|リング型転送装置
|
||||
Ring type transfer device|リング型転送装置
|
||||
Large culture layer|大型培養層
|
||||
Large culture layer|大型培養層
|
||||
Large culture layer|大型培養層
|
||||
Commercial culture layer|汎用培養層
|
||||
Broken floor|壊れた床
|
||||
Ring type transfer device|リング型転送装置
|
||||
Ring type transfer device|リング型転送装置
|
||||
Ring type transfer device|リング型転送装置
|
||||
Large culture layer|大型培養層
|
||||
Large culture layer|大型培養層
|
||||
Large culture layer|大型培養層
|
||||
Commercial culture layer|汎用培養層
|
||||
Broken floor|壊れた床
|
||||
Floor Joint|床面ジョイント
|
||||
Floor Joint|床面ジョイント
|
||||
Floor Joint|床面ジョイント
|
||||
Large culture layer|大型培養層
|
||||
Large culture layer|大型培養層
|
||||
Large culture layer|大型培養層
|
||||
Broken floor|壊れた床
|
||||
Broken floor|壊れた床
|
||||
256
img/tilesets/mz/Sifi_Outside_D.txt
Normal file
256
img/tilesets/mz/Sifi_Outside_D.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Transparent|透明
|
||||
|
|
||||
Rocket: Satellite fairing|ロケット:衛星フェアリング
|
||||
Rocket: Satellite fairing|ロケット:衛星フェアリング
|
||||
Rocket: Satellite fairing|ロケット:衛星フェアリング
|
||||
|
|
||||
|
|
||||
|
|
||||
Flag sticker (green yellow)|旗ステッカー(緑・黄)
|
||||
Flag sticker (striped white)|旗ステッカー(縞・白)
|
||||
Rocket: Satellite fairing|ロケット:衛星フェアリング
|
||||
Rocket: Satellite fairing|ロケット:衛星フェアリング
|
||||
Rocket: Satellite fairing|ロケット:衛星フェアリング
|
||||
|
|
||||
|
|
||||
|
|
||||
Flag sticker (white red)|旗ステッカー(白・赤)
|
||||
Flag sticker (red yellow)|旗ステッカー(赤・黄)
|
||||
Rocket: Satellite fairing|ロケット:衛星フェアリング
|
||||
Rocket: Satellite fairing|ロケット:衛星フェアリング
|
||||
Rocket: Satellite fairing|ロケット:衛星フェアリング
|
||||
Hose (Orange)|ホース(橙)
|
||||
Hose (Orange)|ホース(橙)
|
||||
Hose (Orange)|ホース(橙)
|
||||
Flag sticker (red white)|旗ステッカー(赤・白)
|
||||
Flag sticker (blue red white)|旗ステッカー(青赤・白)
|
||||
Rocket: Satellite fairing separation surface|ロケット:衛星フェアリング分離面
|
||||
Rocket: Satellite fairing separation surface|ロケット:衛星フェアリング分離面
|
||||
Rocket: Satellite fairing separation surface|ロケット:衛星フェアリング分離面
|
||||
Hose (blue)|ホース(青)
|
||||
Hose (blue)|ホース(青)
|
||||
Hose (blue)|ホース(青)
|
||||
Logotype sticker|ロゴタイプステッカー
|
||||
|
|
||||
Rocket: second stage|ロケット:第2段
|
||||
Rocket: second stage|ロケット:第2段
|
||||
Rocket: second stage|ロケット:第2段
|
||||
Power cable|電源ケーブル
|
||||
Power cable|電源ケーブル
|
||||
Power cable|電源ケーブル
|
||||
Aircraft name sticker|機体名ステッカー
|
||||
|
|
||||
Rocket: First stage|ロケット:第1段
|
||||
Rocket: First stage|ロケット:第1段
|
||||
Rocket: First stage|ロケット:第1段
|
||||
Power cable|電源ケーブル
|
||||
Power cable|電源ケーブル
|
||||
Power cable|電源ケーブル
|
||||
Aircraft name sticker|機体名ステッカー
|
||||
|
|
||||
Rocket: First stage|ロケット:第1段
|
||||
Rocket: First stage|ロケット:第1段
|
||||
Rocket: First stage|ロケット:第1段
|
||||
|
|
||||
|
|
||||
|
|
||||
Logo Mark Sticker|ロゴマークステッカー
|
||||
Rocket Booster (left)|ロケットブースター(左)
|
||||
Rocket: First stage|ロケット:第1段
|
||||
Rocket: First stage|ロケット:第1段
|
||||
Rocket: First stage|ロケット:第1段
|
||||
Rocket Booster (Right)|ロケットブースター(右)
|
||||
Rocket Booster|ロケットブースター
|
||||
|
|
||||
|
|
||||
Rocket Booster (left)|ロケットブースター(左)
|
||||
Rocket: First stage Booster strut|ロケット:第1段・ブースター支柱
|
||||
Rocket Booster (front)|ロケットブースター(手前)
|
||||
Rocket: First stage Booster strut|ロケット:第1段・ブースター支柱
|
||||
Rocket Booster (Right)|ロケットブースター(右)
|
||||
Rocket Booster|ロケットブースター
|
||||
|
|
||||
|
|
||||
Rocket Booster (left)|ロケットブースター(左)
|
||||
Rocket: First stage Booster strut|ロケット:第1段・ブースター支柱
|
||||
Rocket Booster (front)|ロケットブースター(手前)
|
||||
Rocket: First stage Booster strut|ロケット:第1段・ブースター支柱
|
||||
Rocket Booster (Right)|ロケットブースター(右)
|
||||
Rocket Booster|ロケットブースター
|
||||
|
|
||||
|
|
||||
|
|
||||
Rocket: First stage engine|ロケット:第1段エンジン
|
||||
Rocket Booster (front)|ロケットブースター(手前)
|
||||
Rocket: First stage engine|ロケット:第1段エンジン
|
||||
Rocket: Shadow|ロケット:影
|
||||
|
|
||||
|
|
||||
Lightning rod: tip|避雷針:先端
|
||||
Lightning rod: tip|避雷針:先端
|
||||
Lightning rod: tip|避雷針:先端
|
||||
Lightning rod: tip|避雷針:先端
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
Lightning rod: tip|避雷針:先端
|
||||
Lightning rod: tip|避雷針:先端
|
||||
Lightning rod: tip|避雷針:先端
|
||||
Lightning rod: tip|避雷針:先端
|
||||
Move launching pad (wall)|移動発射台(壁)
|
||||
Move launching pad (floor)|移動発射台(床)
|
||||
Move launching pad (wall)|移動発射台(壁)
|
||||
|
|
||||
Lightning rod|避雷針
|
||||
Lightning rod|避雷針
|
||||
Lightning rod|避雷針
|
||||
Lightning rod|避雷針
|
||||
Move launching pad (wall)|移動発射台(壁)
|
||||
Move launching pad (wall)|移動発射台(壁)
|
||||
Move launching pad (wall)|移動発射台(壁)
|
||||
|
|
||||
Lightning rod (lower part)|避雷針(下部)
|
||||
Lightning rod (lower part)|避雷針(下部)
|
||||
Lightning rod (lower part)|避雷針(下部)
|
||||
Lightning rod (lower part)|避雷針(下部)
|
||||
Move launch table (lower part)|移動発射台(下部)
|
||||
Move launching pad (wall / window)|移動発射台(壁・窓)
|
||||
Move launch table (lower part)|移動発射台(下部)
|
||||
|
|
||||
Lightning rod (lower part)|避雷針(下部)
|
||||
Lightning rod (lower part)|避雷針(下部)
|
||||
Lightning rod (lower part)|避雷針(下部)
|
||||
Lightning rod (lower part)|避雷針(下部)
|
||||
Move launch table (lower part)|移動発射台(下部)
|
||||
Move launch table (lower part)|移動発射台(下部)
|
||||
Move launch table (lower part)|移動発射台(下部)
|
||||
|
|
||||
|
|
||||
|
|
||||
|
||||
|
|
||||
Yellow line (left)|黄ライン(左)
|
||||
Yellow line (right)|黄ライン(右)
|
||||
Yellow line (cross)|黄ライン(十字)
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
Yellow line (bottom)|黄ライン(下)
|
||||
Huang line (top)|黄ライン(上)
|
||||
Yellow line (rectangle)|黄ライン(矩形)
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
Move launcher deck side door (yellow)|移動発射台デッキ側面ドア(黄)
|
||||
Move launcher deck side|移動発射台デッキ側面
|
||||
Move launcher deck side door (blue)|移動発射台デッキ側面ドア(青)
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
Dolly (left)|ドーリー(左)
|
||||
Move launcher stand Deck side lower part|移動発射台デッキ側面下部
|
||||
Dolly (right)|ドーリー(右)
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
Antenna|アンテナ
|
||||
Antenna|アンテナ
|
||||
Antenna|アンテナ
|
||||
Radar|レーダー
|
||||
Radar|レーダー
|
||||
Radar|レーダー
|
||||
Missile|ミサイル
|
||||
|
|
||||
Antenna|アンテナ
|
||||
Antenna|アンテナ
|
||||
Antenna|アンテナ
|
||||
Radar|レーダー
|
||||
Radar|レーダー
|
||||
Radar|レーダー
|
||||
Missile|ミサイル
|
||||
|
|
||||
Antenna|アンテナ
|
||||
Antenna|アンテナ
|
||||
Antenna|アンテナ
|
||||
Radar|レーダー
|
||||
Radar|レーダー
|
||||
Radar|レーダー
|
||||
Missile|ミサイル
|
||||
|
|
||||
Antenna|アンテナ
|
||||
Antenna|アンテナ
|
||||
Antenna|アンテナ
|
||||
Radar|レーダー
|
||||
Radar|レーダー
|
||||
Radar|レーダー
|
||||
Missile|ミサイル
|
||||
|
|
||||
Missile launch vehicle|ミサイル発射車両
|
||||
Missile launch vehicle|ミサイル発射車両
|
||||
Missile launch vehicle|ミサイル発射車両
|
||||
|
|
||||
|
|
||||
|
|
||||
Missile|ミサイル
|
||||
|
|
||||
Missile launch vehicle|ミサイル発射車両
|
||||
Missile launch vehicle|ミサイル発射車両
|
||||
Missile launch vehicle|ミサイル発射車両
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
16
img/tilesets/mz/World_A1.txt
Normal file
16
img/tilesets/mz/World_A1.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Sea|海
|
||||
Deep Sea|深い海
|
||||
Rock Shoal|岩礁
|
||||
Icebergs|氷山
|
||||
Poison Swamp|毒の沼
|
||||
Dead Trees|枯れ木
|
||||
Lava|溶岩
|
||||
Lava Bubbles|溶岩の泡
|
||||
Pond|池
|
||||
Boulder|岩
|
||||
Frozen Sea|凍った海
|
||||
Whirlpool|渦
|
||||
Land's End|大地の境界
|
||||
Endless Waterfall|下界に落ちる滝
|
||||
Cloud (Land's End)|雲(大地の境界)
|
||||
Cloud|雲
|
||||
32
img/tilesets/mz/World_A2.txt
Normal file
32
img/tilesets/mz/World_A2.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Grassland A|草原A
|
||||
Grassland A (Dark)|草原A(濃)
|
||||
Grassland B|草原B
|
||||
Grassland B (Dark)|草原B(濃)
|
||||
Forest|森
|
||||
Forest (Conifer)|森(針葉樹)
|
||||
Hill (Grass)|丘(草)
|
||||
Mountain (Dirt)|山(土)
|
||||
Wasteland A|荒れ地A
|
||||
Wasteland B|荒れ地B
|
||||
Dirt Field A|土肌A
|
||||
Dirt Field B|土肌B
|
||||
Forest (Dead Trees)|森(枯れ木)
|
||||
Road (Dirt)|道(土)
|
||||
Hill (Dirt)|丘(土)
|
||||
Mountain (Rock)|山(岩)
|
||||
Desert A|砂漠A
|
||||
Desert B|砂漠B
|
||||
Rocky Land A|岩地A
|
||||
Rocky Land B (Lava)|岩地B(溶岩)
|
||||
Forest (Palm Trees)|森(ヤシの木)
|
||||
Road (Paved)|道(舗装)
|
||||
Hill (Sandstone)|丘(砂岩)
|
||||
Mountain (Sandstone)|山(砂岩)
|
||||
Snowfield|雪原
|
||||
Hill (Snow)|丘(雪)
|
||||
Clouds|雲
|
||||
Large Clouds|大きな雲
|
||||
Forest (Snow)|森(雪)
|
||||
Pit|穴
|
||||
Hill (Rock)|丘(岩)
|
||||
Mountain (Snow)|山(雪)
|
||||
256
img/tilesets/mz/World_B.txt
Normal file
256
img/tilesets/mz/World_B.txt
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
Transparent|透明
|
||||
Sign|立て札
|
||||
Pier (H)|桟橋(横)
|
||||
Pier (V)|桟橋(縦)
|
||||
Pond|池
|
||||
Oasis|オアシス
|
||||
Pond (Ice)|池(氷)
|
||||
Beanstalk|豆の木
|
||||
Tent|テント
|
||||
Igloo|氷の家
|
||||
Pyramid|ピラミッド
|
||||
Giant Tree|大樹
|
||||
Giant Tree (Snow)|大樹(雪)
|
||||
Dirt|土砂
|
||||
Avalanche|雪崩
|
||||
Beanstalk|豆の木
|
||||
Cave A|洞窟A
|
||||
Cave B|洞窟B
|
||||
Cave (Collapsed)|洞窟(土砂崩れ)
|
||||
Mine|坑道
|
||||
Tunnel|トンネル
|
||||
Tunnel (Blocked)|トンネル(通行止め)
|
||||
Shrine|ほこら
|
||||
Shrine (Snow)|ほこら(雪)
|
||||
Crater|クレーター
|
||||
Trail|山道
|
||||
Rock Mountain|岩山
|
||||
Rock Mountain|岩山
|
||||
Rock Mountain (Sandstone)|岩山(砂岩)
|
||||
Rock Mountain (Sandstone)|岩山(砂岩)
|
||||
Rock Mountain (Snow)|岩山(雪)
|
||||
Rock Mountain (Snow)|岩山(雪)
|
||||
Volcano Crater (Lava)|火口(溶岩)
|
||||
Volcano Crater (Lava)|火口(溶岩)
|
||||
Rock Mountain|岩山
|
||||
Rock Mountain|岩山
|
||||
Rock Mountain (Sandstone)|岩山(砂岩)
|
||||
Rock Mountain (Sandstone)|岩山(砂岩)
|
||||
Rock Mountain (Snow)|岩山(雪)
|
||||
Rock Mountain (Snow)|岩山(雪)
|
||||
Volcano Crater|火口
|
||||
Volcano Crater|火口
|
||||
Rock Mountain|岩山
|
||||
Rock Mountain|岩山
|
||||
Rock Mountain (Sandstone)|岩山(砂岩)
|
||||
Rock Mountain (Sandstone)|岩山(砂岩)
|
||||
Rock Mountain (Snow)|岩山(雪)
|
||||
Rock Mountain (Snow)|岩山(雪)
|
||||
Volcano|火山
|
||||
Volcano|火山
|
||||
Rock Mountain|岩山
|
||||
Rock Mountain|岩山
|
||||
Rock Mountain (Sandstone)|岩山(砂岩)
|
||||
Rock Mountain (Sandstone)|岩山(砂岩)
|
||||
Rock Mountain (Snow)|岩山(雪)
|
||||
Rock Mountain (Snow)|岩山(雪)
|
||||
Town A|町A
|
||||
Town A|町A
|
||||
Town B|町B
|
||||
Town B|町B
|
||||
Village A|村A
|
||||
Village A|村A
|
||||
Village B|村B
|
||||
House (Town)|家(町)
|
||||
Town C|町C
|
||||
Town D|町D
|
||||
Village C|村C
|
||||
Village D|村D
|
||||
Town E (Desert)|町E(砂漠)
|
||||
Town E (Desert)|町E(砂漠)
|
||||
Town F (Desert)|町F(砂漠)
|
||||
House (Village)|家(村)
|
||||
Town A (Snow)|町A(雪)
|
||||
Town A (Snow)|町A(雪)
|
||||
Town B (Snow)|町B(雪)
|
||||
Town B (Snow)|町B(雪)
|
||||
Town G (Desert)|町G(砂漠)
|
||||
Town G (Desert)|町G(砂漠)
|
||||
Large Tent|大きなテント
|
||||
House (Desert)|家(砂漠)
|
||||
Town C (Snow)|町C(雪)
|
||||
Town D (Snow)|町D(雪)
|
||||
Village C (Snow)|村C(雪)
|
||||
Village D (Snow)|村D(雪)
|
||||
Village A (Snow)|村A(雪)
|
||||
Village A (Snow)|村A(雪)
|
||||
Village B (Snow)|村B(雪)
|
||||
House (Snow)|家(雪)
|
||||
Fortress City |城塞都市
|
||||
Fortress City |城塞都市
|
||||
Fortress City (Snow)|城塞都市(雪)
|
||||
Fortress City (Snow)|城塞都市(雪)
|
||||
Large Mansion|大きな屋敷
|
||||
Large Mansion|大きな屋敷
|
||||
School of Magic|魔法学校
|
||||
School of Magic|魔法学校
|
||||
Fortress City |城塞都市
|
||||
Fortress City |城塞都市
|
||||
Fortress City (Snow)|城塞都市(雪)
|
||||
Fortress City (Snow)|城塞都市(雪)
|
||||
Large Mansion|大きな屋敷
|
||||
Large Mansion|大きな屋敷
|
||||
School of Magic|魔法学校
|
||||
School of Magic|魔法学校
|
||||
Bridge (H)|橋(横)
|
||||
Bridge (V)|橋(縦)
|
||||
Collapsed Bridge (H)|崩れた橋(横)
|
||||
Collapsed Bridge (V)|崩れた橋(縦)
|
||||
Snow Bridge (H)|雪の橋(横)
|
||||
Snow Bridge (V)|雪の橋(縦)
|
||||
Collapsed Snow Bridge (H)|崩れた雪の橋(横)
|
||||
Collapsed Snow Bridge (V)|崩れた雪の橋(縦)
|
||||
Tower A|塔A
|
||||
Tower A (Ruins)|塔A(廃墟)
|
||||
Tower B|塔B
|
||||
Tower C|塔C
|
||||
Tower A (Snow)|塔A(雪)
|
||||
Tower D|塔D
|
||||
Temple A|神殿A
|
||||
Temple A (Snow)|神殿A(雪)
|
||||
Tower A|塔A
|
||||
Tower A (Ruins)|塔A(廃墟)
|
||||
Tower B|塔B
|
||||
Tower C|塔C
|
||||
Tower A (Snow)|塔A(雪)
|
||||
Tower D (Ruins)|塔D(廃墟)
|
||||
Temple B|神殿B
|
||||
Temple C|神殿C
|
||||
Castle A|城A
|
||||
Castle A|城A
|
||||
Castle B|城B
|
||||
Castle B|城B
|
||||
Fort A|砦A
|
||||
Fort A|砦A
|
||||
Fort B|砦B
|
||||
Fort B|砦B
|
||||
Castle A|城A
|
||||
Castle A|城A
|
||||
Castle B|城B
|
||||
Castle B|城B
|
||||
Fort A|砦A
|
||||
Fort A|砦A
|
||||
Fort B|砦B
|
||||
Fort B|砦B
|
||||
Castle C|城C
|
||||
Castle C|城C
|
||||
Castle D|城D
|
||||
Castle D|城D
|
||||
Castle (Ruins)|城(廃墟)
|
||||
Castle (Ruins)|城(廃墟)
|
||||
Fort (Ruins)|砦(廃墟)
|
||||
Fort (Ruins)|砦(廃墟)
|
||||
Castle C|城C
|
||||
Castle C|城C
|
||||
Castle D|城D
|
||||
Castle D|城D
|
||||
Castle (Ruins)|城(廃墟)
|
||||
Castle (Ruins)|城(廃墟)
|
||||
Fort (Ruins)|砦(廃墟)
|
||||
Fort (Ruins)|砦(廃墟)
|
||||
Castle A, B (Snow)|城A・B(雪)
|
||||
Castle A, B (Snow)|城A・B(雪)
|
||||
Castle C, D (Snow)|城C・D(雪)
|
||||
Castle C, D (Snow)|城C・D(雪)
|
||||
Fort (Snow)|砦(雪)
|
||||
Fort (Snow)|砦(雪)
|
||||
Castle (Ruins, Snow)|城(廃墟・雪)
|
||||
Castle (Ruins, Snow)|城(廃墟・雪)
|
||||
Castle A, B (Snow)|城A・B(雪)
|
||||
Castle A, B (Snow)|城A・B(雪)
|
||||
Castle C, D (Snow)|城C・D(雪)
|
||||
Castle C, D (Snow)|城C・D(雪)
|
||||
Fort (Snow)|砦(雪)
|
||||
Fort (Snow)|砦(雪)
|
||||
Castle (Ruins, Snow)|城(廃墟・雪)
|
||||
Castle (Ruins, Snow)|城(廃墟・雪)
|
||||
Castle (Walled)|城(城壁)
|
||||
Castle (Walled)|城(城壁)
|
||||
Castle (Walled)|城(城壁)
|
||||
Demon Castle|魔王城
|
||||
Demon Castle|魔王城
|
||||
Cursed Castle|呪われた城
|
||||
Cursed Castle|呪われた城
|
||||
Town C (Ruins)|町C(廃墟)
|
||||
Castle (Walled)|城(城壁)
|
||||
Castle (Walled)|城(城壁)
|
||||
Castle (Walled)|城(城壁)
|
||||
Demon Castle|魔王城
|
||||
Demon Castle|魔王城
|
||||
Cursed Castle|呪われた城
|
||||
Cursed Castle|呪われた城
|
||||
Town F (Ruins)|町F(廃墟)
|
||||
Castle (Walled)|城(城壁)
|
||||
Castle (Walled)|城(城壁)
|
||||
Castle (Walled)|城(城壁)
|
||||
Town A (Ruins)|町A(廃墟)
|
||||
Town A (Ruins)|町A(廃墟)
|
||||
Village A (Ruins)|村A(廃墟)
|
||||
Village A (Ruins)|村A(廃墟)
|
||||
House (Ruins)|家(廃墟)
|
||||
Castle Wall (Ruins A)|城壁(廃墟A)
|
||||
Castle Wall (Ruins B)|城壁(廃墟B)
|
||||
Castle Wall (Ruins C)|城壁(廃墟C)
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall (Gate)|城壁(城門)
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Barricades|バリケード
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Castle Wall|城壁
|
||||
Lookout Post|やぐら
|
||||
Floating Continent (Giant Tree)|浮遊大陸(大樹)
|
||||
Floating Continent (Giant Tree)|浮遊大陸(大樹)
|
||||
Floating Continent|浮遊大陸
|
||||
Floating Continent|浮遊大陸
|
||||
Floating Continent (Cloud)|浮遊大陸(雲)
|
||||
Floating Continent (Cloud)|浮遊大陸(雲)
|
||||
Cloud Land|雲の大地
|
||||
Cloud Land|雲の大地
|
||||
Floating Continent (Castle)|浮遊大陸(城)
|
||||
Floating Continent (Castle)|浮遊大陸(城)
|
||||
Floating Continent|浮遊大陸
|
||||
Floating Continent|浮遊大陸
|
||||
Floating Continent (Cloud)|浮遊大陸(雲)
|
||||
Floating Continent (Cloud)|浮遊大陸(雲)
|
||||
Cloud Land|雲の大地
|
||||
Cloud Land|雲の大地
|
||||
Floating Continent (Temple)|浮遊大陸(神殿)
|
||||
Floating Continent (Temple)|浮遊大陸(神殿)
|
||||
Floating Continent (Shadow)|浮遊大陸(影)
|
||||
Floating Continent (Shadow)|浮遊大陸(影)
|
||||
Cloud Land (Temple)|雲の大地(神殿)
|
||||
Cloud Land (Temple)|雲の大地(神殿)
|
||||
Cloud Land (Castle)|雲の大地(城)
|
||||
Cloud Land (Castle)|雲の大地(城)
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue