The open source repository for the action RPG game in development by Sig Productions titled 'Adventures in Lestoria'!
https://forums.lestoria.net
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.
65 lines
1.8 KiB
65 lines
1.8 KiB
map_path = assets/Campaigns/
|
|
|
|
Levels
|
|
{
|
|
WORLD_MAP
|
|
{
|
|
Map File = World_Map.tmx
|
|
}
|
|
|
|
CAMPAIGN_1_1
|
|
{
|
|
Map File = 1_1_v2.tmx
|
|
|
|
# Specify item, min quantity, and max quantity of items. Optionally specify a % drop chance per item.
|
|
Loot[0] = Berries, 3, 5, 100%
|
|
Loot[1] = Minor Mana Potion, 0, 1, 100%
|
|
}
|
|
BOSS_1
|
|
{
|
|
Map File = Boss_1_v2.tmx
|
|
}
|
|
|
|
CAMPAIGN_1_2
|
|
{
|
|
Map File = 1_2.tmx
|
|
# Specify item, min quantity, and max quantity of items. Optionally specify a % drop chance per item.
|
|
# Loot[0] = Berries, 3, 5, 100%
|
|
}
|
|
CAMPAIGN_1_3
|
|
{
|
|
Map File = 1_3.tmx
|
|
# Specify item, min quantity, and max quantity of items. Optionally specify a % drop chance per item.
|
|
# Loot[0] = Berries, 5, 100%
|
|
}
|
|
CAMPAIGN_1_4
|
|
{
|
|
Map File = 1_4.tmx
|
|
# Specify item, min quantity, and max quantity of items. Optionally specify a % drop chance per item.
|
|
# Loot[0] = Berries, 5, 100%
|
|
}
|
|
CAMPAIGN_1_5
|
|
{
|
|
Map File = 1_5.tmx
|
|
# Specify item, min quantity, and max quantity of items. Optionally specify a % drop chance per item.
|
|
# Loot[0] = Berries, 5, 100%
|
|
}
|
|
CAMPAIGN_1_6
|
|
{
|
|
Map File = 1_6.tmx
|
|
# Specify item, min quantity, and max quantity of items. Optionally specify a % drop chance per item.
|
|
# Loot[0] = Berries, 5, 100%
|
|
}
|
|
CAMPAIGN_1_7
|
|
{
|
|
Map File = 1_7.tmx
|
|
# Specify item, min quantity, and max quantity of items. Optionally specify a % drop chance per item.
|
|
# Loot[0] = Berries, 5, 100%
|
|
}
|
|
CAMPAIGN_1_8
|
|
{
|
|
Map File = 1_8.tmx
|
|
# Specify item, min quantity, and max quantity of items. Optionally specify a % drop chance per item.
|
|
# Loot[0] = Berries, 5, 100%
|
|
}
|
|
} |