42 lines
835 B
JSON
42 lines
835 B
JSON
{
|
|
"main_menu": {
|
|
"new_game": "New Game",
|
|
"load_game": "Load Game",
|
|
"options": "Options",
|
|
"exit": "Exit"
|
|
},
|
|
"tiles": {
|
|
"water": {
|
|
"interact": "A refreshing body of water."
|
|
},
|
|
"lamp": {
|
|
"interact": "An electric lamp.\nA real lightbulb idea."
|
|
},
|
|
"rail": {
|
|
"interact": "Train tracks.\n...Better not cross them."
|
|
}
|
|
},
|
|
"entities": {
|
|
"sign": {
|
|
"name": "Sign"
|
|
}
|
|
},
|
|
"maps": {
|
|
"testmap": {
|
|
"bob": "Hello, I am Bob.",
|
|
"sign": "This is a sign.",
|
|
"sign2": {
|
|
"1": "This is another sign.",
|
|
"2": "It has two lines."
|
|
}
|
|
},
|
|
"train_station": {
|
|
"stair_sign": {
|
|
"0": "Stairs slippery when wet.\n\n<- West to Town.\n-> East to lakefront."
|
|
}
|
|
}
|
|
},
|
|
"battle": {
|
|
"start": "Battle Start!"
|
|
}
|
|
} |