Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 8 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Set Encoding to ANSI/Windows-1252
* encoding=Windows-1252
*.txt working-tree-encoding=Windows-1252 git-encoding=Windows-1252
*.csv working-tree-encoding=Windows-1252 git-encoding=Windows-1252
*.info working-tree-encoding=Windows-1252 git-encoding=Windows-1252

# Auto detect text files and perform LF normalization
* text=auto

# Declare files that will always have CRLF line endings on checkout.
*.txt text eol=crlf
*.csv text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.bmp binary
*.dds binary
*.tga binary
*.pdn binary
*.pdn binary
10 changes: 5 additions & 5 deletions CleanSlate/common/achievements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ SAXONS_UNITE = {
}
}

# "The Frisian coast is long" - Be King of Frisia and hold the Atlantic coast from L�on to Jylland.
# "The Frisian coast is long" - Be King of Frisia and hold the Atlantic coast from Léon to Jylland.
FRISIAN_COAST = {
possible = {
is_ironman = yes
Expand Down Expand Up @@ -2059,7 +2059,7 @@ TEN_THRONES = {
}
}

# "A Servant No More" - Starting as Munis al-Muzaffar of Galilee in 867, become an Emperor and have at least 100 realm size
# "A Servant No More" - Starting as Munis al-Muzaffar of Galilee in 867, become an Emperor and have at least 100 realm size
A_SERVANT_NO_MORE = {
possible = {
is_ironman = yes
Expand Down Expand Up @@ -2145,7 +2145,7 @@ CHILD_OF_THE_DRAGON = {
}
}

# "B�n Appetit" - Eat a character of the B�n religion
# "Bön Appetit" - Eat a character of the Bön religion
BON_APPETIT = {
possible = {
is_ironman = yes
Expand Down Expand Up @@ -2506,7 +2506,7 @@ NOT_SO_GREAT = {
}
}

# "Rise of Civilization" - In a Shattered World with Holding Types set to Tribal or Tribal & Nomadic, adopt Feudalism or Republicanism
# "Rise of Civilization" - In a Shattered World with Holding Types set to Tribal or Tribal & Nomadic, adopt Feudalism or Republicanism
RISE_OF_CIVILIZATION = {
possible = {
is_ironman = yes
Expand All @@ -2533,7 +2533,7 @@ RISE_OF_CIVILIZATION = {

# RANDOM WORLD

# "What Could Have Been" - Start a Random World with all possible settings set to Random and play for 200 years
# "What Could Have Been" - Start a Random World with all possible settings set to Random and play for 200 years
WHAT_COULD_HAVE_BEEN = {
possible = {
is_ironman = yes
Expand Down
10 changes: 5 additions & 5 deletions CleanSlate/common/bookmarks/00_bookmarks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ bm_the_old_gods = {
### These are not shown unless the player is viewing custom bookmarks

selectable_character = {
id = 33358 # �thelred
id = 33358 # Æthelred
}

selectable_character = {
Expand Down Expand Up @@ -288,7 +288,7 @@ bm_otto_the_first = {
}

selectable_character = {
id = 33350 # King �thelstan of England
id = 33350 # King Æthelstan of England
age = 43
title = k_england
title_name = k_england
Expand Down Expand Up @@ -325,7 +325,7 @@ bm_otto_the_first = {
}

selectable_character = {
id = 159135 # �rp�d Zolt�n
id = 159135 # Árpád Zoltán
age = 56
title = k_hungary
title_name = k_hungary
Expand Down Expand Up @@ -502,7 +502,7 @@ bm_fate_of_england = {
}

selectable_character = {
id = 102531 # Harald H�rdr�de
id = 102531 # Harald Hårdråde
}

selectable_character = {
Expand Down Expand Up @@ -750,7 +750,7 @@ bm_100_years_war = {
}

selectable_character = {
id = 480000 # �zbeg Khan of Golden Horde
id = 480000 # Özbeg Khan of Golden Horde
age = 55
name = ERA_CHAR_NAME_480000
title = e_golden_horde
Expand Down
4 changes: 2 additions & 2 deletions CleanSlate/common/cb_types/pagan_cbs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1484,8 +1484,8 @@ tribal_invasion = {
if = {
limit = {
OR = {
character = c_159136 # �rp�d
character = c_159137 # �lmos
character = c_159136 # Árpád
character = c_159137 # Álmos
}

has_dlc = "Holy Fury"
Expand Down
Loading