mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 08:05:46 +00:00
109 lines
1.4 KiB
INI
109 lines
1.4 KiB
INI
#define DAWN
|
|
[time]
|
|
id=dawn
|
|
name=Dawn
|
|
image=Dawn.png
|
|
red=-10
|
|
green=-10
|
|
[/time]
|
|
[illuminated_time]
|
|
id=dawn
|
|
name=Dawn
|
|
image=Dawn.png
|
|
[/illuminated_time]
|
|
#enddef
|
|
|
|
#define MORNING
|
|
[time]
|
|
id=morning
|
|
name=Morning
|
|
image=Morning.png
|
|
lawful_bonus=25
|
|
[/time]
|
|
[illuminated_time]
|
|
id=morning
|
|
name=Morning
|
|
image=Morning.png
|
|
lawful_bonus=25
|
|
[/illuminated_time]
|
|
#enddef
|
|
|
|
#define AFTERNOON
|
|
[time]
|
|
id=afternoon
|
|
name=Afternoon
|
|
image=Afternoon.png
|
|
lawful_bonus=25
|
|
[/time]
|
|
[illuminated_time]
|
|
id=afternoon
|
|
name=Afternoon
|
|
image=Afternoon.png
|
|
lawful_bonus=25
|
|
[/illuminated_time]
|
|
#enddef
|
|
|
|
#define DUSK
|
|
[time]
|
|
id=dusk
|
|
name=Dusk
|
|
image=Dusk.png
|
|
green=-15
|
|
blue=-15
|
|
[/time]
|
|
[illuminated_time]
|
|
id=afternoon
|
|
name=Afternoon
|
|
image=Afternoon.png
|
|
lawful_bonus=25
|
|
[/illuminated_time]
|
|
#enddef
|
|
|
|
#define FIRST_WATCH
|
|
[time]
|
|
id=first_watch
|
|
name=First Watch
|
|
image=FirstWatch.png
|
|
lawful_bonus=-25
|
|
red=-20
|
|
green=-20
|
|
blue=10
|
|
[/time]
|
|
[illuminated_time]
|
|
id=dusk
|
|
name=Dusk
|
|
image=Dusk.png
|
|
[/illuminated_time]
|
|
#enddef
|
|
|
|
#define SECOND_WATCH
|
|
[time]
|
|
id=second_watch
|
|
name=Second Watch
|
|
image=SecondWatch.png
|
|
lawful_bonus=-25
|
|
red=-20
|
|
green=-20
|
|
blue=10
|
|
[/time]
|
|
[illuminated_time]
|
|
id=dusk
|
|
name=Dusk
|
|
image=Dusk.png
|
|
[/illuminated_time]
|
|
#enddef
|
|
|
|
#define UNDERGROUND
|
|
[time]
|
|
id=underground
|
|
name=Underground
|
|
image=FirstWatch.png
|
|
lawful_bonus=-25
|
|
[/time]
|
|
[illuminated_time]
|
|
id=underground
|
|
name=Underground
|
|
image=Dusk.png
|
|
[/illuminated_time]
|
|
#enddef
|