isildur
This commit is contained in:
parent
eb08e751e4
commit
1f2ec06892
13 changed files with 278 additions and 6 deletions
|
|
@ -12,7 +12,7 @@ on_game_start = {
|
|||
effect = {
|
||||
##NEOW
|
||||
#Dynamic Titles
|
||||
character:benelux0002 ?= {
|
||||
character:benelux0002 = {
|
||||
if = {
|
||||
limit = {
|
||||
is_alive = yes
|
||||
|
|
@ -20,7 +20,7 @@ on_game_start = {
|
|||
trigger_event = NEOW_dynamic_titles.0003
|
||||
}
|
||||
}
|
||||
character:benelux0003 ?= {
|
||||
character:benelux0003 = {
|
||||
if = {
|
||||
limit = {
|
||||
is_alive = yes
|
||||
|
|
@ -28,7 +28,7 @@ on_game_start = {
|
|||
trigger_event = NEOW_dynamic_titles.0005
|
||||
}
|
||||
}
|
||||
character:benelux0004 ?= {
|
||||
character:benelux0004 = {
|
||||
if = {
|
||||
limit = {
|
||||
is_alive = yes
|
||||
|
|
@ -36,6 +36,20 @@ on_game_start = {
|
|||
trigger_event = NEOW_dynamic_titles.0007
|
||||
}
|
||||
}
|
||||
#France Dynamic Historical Titles Setup
|
||||
character:france0001 = { #Have to do it this way for some god damn reason
|
||||
if = {
|
||||
limit = {
|
||||
is_alive = yes
|
||||
}
|
||||
trigger_event = NEOW_dynamic_titles.0011
|
||||
trigger_event = NEOW_dynamic_titles.0001
|
||||
title:e_france = { set_coa = e_numenor }
|
||||
title:k_france = { set_coa = k_gondor }
|
||||
}
|
||||
}
|
||||
##NEOW End
|
||||
|
||||
#Epidemics 3 months grace
|
||||
set_global_variable = {
|
||||
name = start_epidemic_grace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue