125 lines
2.5 KiB
INI
125 lines
2.5 KiB
INI
#textdomain wesnoth
|
|
|
|
#define DAWN
|
|
[time]
|
|
#textdomain wesnoth
|
|
id=dawn
|
|
name= _ "Dawn"
|
|
image=misc/schedule-dawn.png
|
|
red=-20
|
|
green=-20
|
|
lighter=morning
|
|
darker=second_watch
|
|
sound=ambient/morning.ogg
|
|
[/time]
|
|
#enddef
|
|
|
|
#define MORNING
|
|
[time]
|
|
#textdomain wesnoth
|
|
id=morning
|
|
name= _ "Morning"
|
|
image=misc/schedule-morning.png
|
|
lawful_bonus=25
|
|
darker=dawn
|
|
[/time]
|
|
#enddef
|
|
|
|
#define AFTERNOON
|
|
[time]
|
|
#textdomain wesnoth
|
|
id=afternoon
|
|
name= _ "Afternoon"
|
|
image=misc/schedule-afternoon.png
|
|
lawful_bonus=25
|
|
darker=dusk
|
|
[/time]
|
|
#enddef
|
|
|
|
#define DUSK
|
|
[time]
|
|
#textdomain wesnoth
|
|
id=dusk
|
|
name= _ "Dusk"
|
|
image=misc/schedule-dusk.png
|
|
green=-20
|
|
blue=-20
|
|
lighter=afternoon
|
|
darker=first_watch
|
|
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
|
|
lighter=dusk
|
|
[/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
|
|
lighter=dawn
|
|
[/time]
|
|
#enddef
|
|
|
|
#define UNDERGROUND
|
|
[time]
|
|
#textdomain wesnoth
|
|
id=underground
|
|
name= _ "Underground"
|
|
image=misc/schedule-underground.png
|
|
lawful_bonus=-25
|
|
lighter=underground_illum
|
|
[/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
|
|
lighter=deep_underground_illum
|
|
[/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
|