mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-09 15:34:19 +00:00
15 lines
489 B
INI
15 lines
489 B
INI
#ifdef DEBUG_MODE
|
|
[multiplayer]
|
|
id="lua_cavegen"
|
|
name= _ "Cave Generator"
|
|
description= _ "A sample lua map generator that generates caves like in scenario 17 of the mainline campaign 'Heir to the Throne'"
|
|
map_generation="lua"
|
|
[generator]
|
|
id="lua_cavegen"
|
|
config_name="Lua Cave Generator"
|
|
create_map = << return wesnoth.dofile("multiplayer/scenarios/Random_Scenario_Lua_Cave.lua") >>
|
|
[/generator]
|
|
{DEFAULT_SCHEDULE}
|
|
[/multiplayer]
|
|
#endif
|