Skip to content

Commit

Permalink
Add Northern wars WIP bookmarks #136 #137
Browse files Browse the repository at this point in the history
  • Loading branch information
rquinio committed Dec 25, 2019
1 parent 5a9588d commit 7182f4b
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 0 deletions.
95 changes: 95 additions & 0 deletions MOD/Witcher/common/bookmarks/00_bookmarks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,100 @@
# }
#}

# 1st Northern war
bm_first_northern_war = {
name = "BM_FIRST_NORTHERN_WAR"
desc = "BM_FIRST_NORTHERN_WAR_DESC"
date = 1262.1.7

selectable_character = {
id = 105498 # Queen Calanthe
age = 44
name = ERA_CHAR_NAME_105498
title = k_cintra
title_name = k_cintra
character = {
dna = dmkgg0mlga0
properties = ak0bzhbebbb
religion = melitele
culture = cintran
government = feudal_government
dynasty = 9000
}
}

selectable_character = {
id = 24999 # King Foltest
age = 39
name = ERA_CHAR_NAME_24999
title = k_temeria
title_name = k_temeria
character = {
dna = ccmca0glca0
properties = al0jhcbebbb
religion = melitele
culture = temerian
government = feudal_government
dynasty = 1
}
}

selectable_character = {
id = 100006 # Emhyr var Emreis
age = 53
name = ERA_CHAR_NAME_100006
title = e_nilfgaard
title_name = e_nilfgaard
character = {
dna = djdef0mlaa0
properties = aj0bcdbebbb
religion = solar
culture = nilfgaardian
government = feudal_government
dynasty = 20000
}
}
}

# 2nd Northern war
bm_thronebreaker = {
name = "BM_THRONEBREAKER"
desc = "BM_THRONEBREAKER_DESC"
date = 1267.1.1

selectable_character = {
id = 30000 # Queen Meve
age = 42
name = ERA_CHAR_NAME_30000
title = k_lyria_rivia
title_name = k_lyria_rivia
character = {
dna = edhcaboleon
properties = al0ldcbebbb
religion = melitele
culture = lyrian
government = feudal_government
dynasty = 6000
}
}

selectable_character = {
id = 100006 # Emhyr var Emreis
age = 53
name = ERA_CHAR_NAME_100006
title = e_nilfgaard
title_name = e_nilfgaard
character = {
dna = djdef0mlaa0
properties = aj0bcdbebbb
religion = solar
culture = nilfgaardian
government = feudal_government
dynasty = 20000
}
}
}

# Assassin's of Kings
bm_witcher_2 = {
name = "BM_WITCHER_2_ERA"
Expand Down Expand Up @@ -145,6 +239,7 @@ bm_witcher_2 = {
}
}

# 3rd Northern war
bm_witcher_3 = {
name = "BM_WITCHER_3"
desc = "BM_WITCHER_3_DESC"
Expand Down
4 changes: 4 additions & 0 deletions MOD/Witcher/localisation/W_bookmarks.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#CODE;ENGLISH;FRENCH;GERMAN;;SPANISH;;;;;;;;;x
BM_FIRST_NORTHERN_WAR;1st Northern War (WIP);;;;;;;;;;;;;x
BM_FIRST_NORTHERN_WAR_DESC;Work in progress;;;;;;;;;;;;;x
BM_THRONEBREAKER;Thronebreaker (WIP);;;;;;;;;;;;;x
BM_THRONEBREAKER_DESC;Work in progress;;;;;;;;;;;;;x
BM_WITCHER_2;Assassins of Kings;;;;;;;;;;;;;x
BM_WITCHER_2_DESC;Assassins of Kings;;;;;;;;;;;;;x
BM_WITCHER_2_ERA;Assassin of Kings;;;;;;;;;;;;;x
Expand Down

0 comments on commit 7182f4b

Please sign in to comment.