wesnoth/data/core/macros/schedules.cfg
2008-09-16 22:04:48 +01:00

116 lines
2.3 KiB
INI

#textdomain wesnoth
#define DAWN
[time]
#textdomain wesnoth
id=dawn
name= _ "Dawn"
image=misc/schedule-dawn.png
red=-20
green=-20
sound=ambient/morning.ogg
[/time]
#enddef
#define MORNING
[time]
#textdomain wesnoth
id=morning
name= _ "Morning"
image=misc/schedule-morning.png
lawful_bonus=25
[/time]
#enddef
#define AFTERNOON
[time]
#textdomain wesnoth
id=afternoon
name= _ "Afternoon"
image=misc/schedule-afternoon.png
lawful_bonus=25
[/time]
#enddef
#define DUSK
[time]
#textdomain wesnoth
id=dusk
name= _ "Dusk"
image=misc/schedule-dusk.png
green=-20
blue=-20
sound=ambient/night.ogg
[/time]
#enddef
#define FIRST_WATCH
[time]
#textdomain wesnoth
id=first_watch
name= _ "First Watch"
image=misc/schedule-firstwatch.png
lawful_bonus=-25
red=-40
green=-40
blue=-10
[/time]
#enddef
#define SECOND_WATCH
[time]
#textdomain wesnoth
id=second_watch
name= _ "Second Watch"
image=misc/schedule-secondwatch.png
lawful_bonus=-25
red=-40
green=-40
blue=-10
[/time]
#enddef
#define UNDERGROUND
[time]
#textdomain wesnoth
id=underground
name= _ "Underground"
image=misc/schedule-underground.png
lawful_bonus=-25
[/time]
[illuminated_time]
#textdomain wesnoth
id=underground_illum
name= _ "Underground"
image=misc/schedule-underground-illum.png
[/illuminated_time]
#enddef
#define DEEP_UNDERGROUND
[time]
#textdomain wesnoth
id=deep_underground
name= _ "Deep Underground"
image=misc/schedule-underground.png
lawful_bonus=-30
red=-40
green=-40
blue=-10
[/time]
[illuminated_time]
#textdomain wesnoth
id=deep_underground_illum
name= _ "Deep Underground"
image=misc/schedule-underground-illum.png
[/illuminated_time]
#enddef
#define DEFAULT_SCHEDULE
{DAWN}
{MORNING}
{AFTERNOON}
{DUSK}
{FIRST_WATCH}
{SECOND_WATCH}
#enddef