Cherrymas
This commit is contained in:
parent
2cd8f37e4b
commit
0a9e166e82
6 changed files with 172 additions and 0 deletions
10
common/modifiers/NEOW_yearly_flavor_event_modifiers.txt
Normal file
10
common/modifiers/NEOW_yearly_flavor_event_modifiers.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
NEOW_cherrymas_character_modifier = {
|
||||
icon = drink_positive
|
||||
stress_loss_mult = 0.1
|
||||
}
|
||||
|
||||
NEOW_cherrymas_county_modifier = {
|
||||
icon = drink_positive
|
||||
county_opinion_add = 5
|
||||
}
|
||||
10
common/on_action/NEOW_yearly_flavor_events.txt
Normal file
10
common/on_action/NEOW_yearly_flavor_events.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
NEOW_yearly_flavor_events = {
|
||||
trigger = {
|
||||
always = yes
|
||||
}
|
||||
random_events = {
|
||||
chance_to_happen = 50
|
||||
#Yearly Events
|
||||
10 = NEOW_yearly_flavor_events.0021 # 0021 - Cherrymas (Cherry Blossoms)
|
||||
}
|
||||
}
|
||||
|
|
@ -2911,6 +2911,7 @@ random_yearly_playable_pulse = {
|
|||
2 = bp1_yearly_events
|
||||
# 6 = ep3_yearly_events_byzantium
|
||||
6 = ep3_yearly_events_admin
|
||||
6 = NEOW_yearly_flavor_events
|
||||
6 = tgp_japan_yearly_events
|
||||
6 = tgp_china_yearly_events
|
||||
6 = tgp_mandala_yearly_events
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue