Update to macros to work with illuminates.
This commit is contained in:
parent
9c039db446
commit
8e5c11c8d8
1 changed files with 15 additions and 0 deletions
|
@ -6,6 +6,8 @@ name= _ "Dawn"
|
|||
image=misc/schedule-dawn.png
|
||||
red=-20
|
||||
green=-20
|
||||
lighter=morning
|
||||
darker=second_watch
|
||||
[/time]
|
||||
#enddef
|
||||
|
||||
|
@ -16,6 +18,7 @@ id=morning
|
|||
name= _ "Morning"
|
||||
image=misc/schedule-morning.png
|
||||
lawful_bonus=25
|
||||
darker=dawn
|
||||
[/time]
|
||||
#enddef
|
||||
|
||||
|
@ -26,6 +29,7 @@ id=afternoon
|
|||
name= _ "Afternoon"
|
||||
image=misc/schedule-afternoon.png
|
||||
lawful_bonus=25
|
||||
darker=dusk
|
||||
[/time]
|
||||
#enddef
|
||||
|
||||
|
@ -37,6 +41,8 @@ name= _ "Dusk"
|
|||
image=misc/schedule-dusk.png
|
||||
green=-20
|
||||
blue=-20
|
||||
lighter=afternoon
|
||||
darker=first_watch
|
||||
[/time]
|
||||
#enddef
|
||||
|
||||
|
@ -50,6 +56,7 @@ lawful_bonus=-25
|
|||
red=-40
|
||||
green=-40
|
||||
blue=-10
|
||||
lighter=dusk
|
||||
[/time]
|
||||
#enddef
|
||||
|
||||
|
@ -63,6 +70,7 @@ lawful_bonus=-25
|
|||
red=-40
|
||||
green=-40
|
||||
blue=-10
|
||||
lighter=dawn
|
||||
[/time]
|
||||
#enddef
|
||||
|
||||
|
@ -73,7 +81,14 @@ id=underground
|
|||
name= _ "Underground"
|
||||
image=misc/schedule-underground.png
|
||||
lawful_bonus=-25
|
||||
lighter=underground_i
|
||||
[/time]
|
||||
[illuminated_time]
|
||||
#textdomain wesnoth
|
||||
id=underground_i
|
||||
name= _ "Underground"
|
||||
image=misc/schedule-underground-illum.png
|
||||
[/illuminated_time]
|
||||
#enddef
|
||||
|
||||
#define DEFAULT_SCHEDULE
|
||||
|
|
Loading…
Add table
Reference in a new issue