You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
812 B
26 lines
812 B
{
|
|
"sprites": {
|
|
"armored_knight": "assets/armored_knight_1-256.png",
|
|
"sword": "assets/cinqueda_1-512.png",
|
|
"barrel": "assets/wood_barrel_large-256.png",
|
|
"hanging_brazier": "assets/hanging_brazier-256.png",
|
|
"torch_pillar": "assets/torch_pillar-256.png",
|
|
"torch_crappy": "assets/torch_crappy-256.png",
|
|
"evil_eye": "assets/evil_eye-sprites.png",
|
|
"peasant_girl": "assets/undead_peasant-256.png",
|
|
"floor": "assets/floor_tile_test-256.png",
|
|
"ceiling": "assets/ceiling_test-256.png",
|
|
"healing_potion_small": "assets/healing_potion_small-256.png",
|
|
"cinqueda": "assets/cinqueda_1-256.png"
|
|
},
|
|
"enemy": {
|
|
"HEARING_DISTANCE": 20
|
|
},
|
|
"player": {
|
|
},
|
|
"worldgen": {
|
|
"enemy_probability": 20,
|
|
"empty_room_probability": 10,
|
|
"device_probability": 30
|
|
}
|
|
}
|
|
|