mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-07 09:56:46 +00:00
16 lines
286 B
INI
16 lines
286 B
INI
#define AI_ASPECT ID VALUE
|
|
#macro to define a simple facet of ai aspect
|
|
[aspect]
|
|
id={ID}
|
|
[facet]
|
|
id=simple
|
|
value={VALUE}
|
|
[/facet]
|
|
[/aspect]
|
|
#enddef
|
|
|
|
#define AI_NO_SCOUTS
|
|
# Macro to make an AI team not recruit scouts.
|
|
{AI_ASPECT villages_per_scout 0}
|
|
#enddef
|