85 lines
2.3 KiB
JSON
85 lines
2.3 KiB
JSON
{
|
|
"map_file": {
|
|
"path": "./GameData",
|
|
"filename": "map.pkl.lzma.encrypted",
|
|
"encryption_key": ""
|
|
},
|
|
"save_file": {
|
|
"path": "./GameData/Save",
|
|
"filename": "The-Adventure-AutoSaveGame.pkl.lzma.encrypted",
|
|
"encryption_key": ""
|
|
},
|
|
|
|
"logging": {
|
|
"enabled": false,
|
|
"file": {
|
|
"path": "./GameData/log",
|
|
"name": "debug.log"
|
|
}
|
|
},
|
|
|
|
"player": {
|
|
"species": {
|
|
"Human": {
|
|
"hp": 100,
|
|
"strength": 5,
|
|
"speed": 7,
|
|
"defense": 3,
|
|
"inventory_size": 3,
|
|
"fixed_type": false
|
|
},
|
|
"Dragon": {
|
|
"hp": 100,
|
|
"strength": 15,
|
|
"speed": 15,
|
|
"defense": 10,
|
|
"inventory_size": 5,
|
|
"fixed_type": "Magician"
|
|
},
|
|
"Gnoll": {
|
|
"hp": 100,
|
|
"strength": 10,
|
|
"speed": 5,
|
|
"defense": 6,
|
|
"inventory_size": 10,
|
|
"fixed_type": "Warrior"
|
|
},
|
|
"Elf": {
|
|
"hp": 100,
|
|
"strength": 3,
|
|
"defense": 3,
|
|
"speed": 8,
|
|
"inventory_size": 3,
|
|
"fixed_type": false
|
|
},
|
|
"Wolf": {
|
|
"hp": 100,
|
|
"strength": 7,
|
|
"speed": 6,
|
|
"defense": 6,
|
|
"inventory_size": 4,
|
|
"fixed_type": false
|
|
},
|
|
"Fox": {
|
|
"hp": 100,
|
|
"strength": 6,
|
|
"speed": 7,
|
|
"defense": 6,
|
|
"inventory_size": 4,
|
|
"fixed_type": false
|
|
}
|
|
},
|
|
"types": [
|
|
{
|
|
"name": "Magician"
|
|
},
|
|
{
|
|
"name": "Warrior"
|
|
},
|
|
{
|
|
"name": "Archer"
|
|
}
|
|
]
|
|
},
|
|
"create_character_message": "Dear Traveler,\n\nWelcome to our world! We're excited to have you join us on your journey, and we can't wait to see what adventures you'll have here.\n\nBefore you set out, we'll need you to create a character to guide you through this world. You'll get to choose your character's appearance, abilities, and personality traits. Will you be a brave warrior, a wise wizard, or a skilled archer? The choice is yours!\n\nOnce you've created your character, you'll be ready to embark on your quest. Explore the world, meet new friends, and take on challenges to grow stronger and more skilled. We can't wait to see where your journey will take you.\n\nSo what are you waiting for? Let's get started!\n\n"
|
|
} |