Skip to content

Commit

Permalink
Merge pull request #5 from ajjr1996/feature/third-nilfgaardian-war-bo…
Browse files Browse the repository at this point in the history
…okmark

Feature/third nilfgaardian war bookmark
  • Loading branch information
TMLCJLK authored Jul 26, 2017
2 parents c410a58 + 3ecdb37 commit 3857943
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 7 deletions.
12 changes: 6 additions & 6 deletions MOD/Witcher/common/mercenaries/W_mercenaries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ d_white_rose_modifier = {
}
d_impera_modifier = {
levy_size = 0
archers = 1000
light_infantry = 1500
heavy_infantry = 800
light_cavalry = 600
knights = 200
pikemen = 900
archers = 200
light_infantry = 300
heavy_infantry = 250
light_cavalry = 100
knights = 50
pikemen = 200
}
d_black_hammers_modifier = {
levy_size = 0
Expand Down
14 changes: 14 additions & 0 deletions MOD/Witcher/history/characters/020000_temerian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12561,6 +12561,20 @@
1308.12.12={ death=yes }
}

24803={ # Ugliest Man Alive
name=Uma
female=no
dynasty=0
culture=temerian religion=melitele
add_trait=canon add_trait=human_race add_trait=uneducated_buffoon
add_trait=ugly add_trait=slow add_trait=dwarf add_trait=weak add_trait=hunchback add_trait=cursed
add_trait=temperate
disallow_random_traits = yes
1250.1.1 = { birth=yes effect={ dynasty=none } }
1275.1.1 = { employer = 21950 }
1275.12.12 = { death = { death_reason = death_missing } }
}

24810 = {
name = "Vserad"
dynasty = 162
Expand Down
1 change: 0 additions & 1 deletion MOD/Witcher/history/characters/100000_nilfgaardian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@
1275.1.1={
raise_levies={
location=512 #Findetann
force_mult = 0.7 # Tweak balance
}
# Note: if possible to split levies, should also be besieging Ard Carraigh (97) and Ban Gle�n (95)
}
Expand Down
1 change: 1 addition & 0 deletions MOD/Witcher/localisation/WikipediaLinks.csv
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ W_L_24011;http://witcher.wikia.com/wiki/Cedric_(king);;;;;;;;;;;;;x
W_L_24012;http://witcher.wikia.com/wiki/Griffin_of_Temeria;;;;;;;;;;;;;x
W_L_24013;http://witcher.wikia.com/wiki/Bienvenu_La_Louve;;;;;;;;;;;;;x
W_L_24016;http://witcher.wikia.com/wiki/Goidemar;;;;;;;;;;;;;x
W_L_24803;http://witcher.wikia.com/wiki/Uma;;;;;;;;;;;;;x
W_L_24810;http://witcher.wikia.com/wiki/Vserad;;;;;;;;;;;;;x
W_L_24811;http://witcher.wikia.com/wiki/Anabelle;;;;;;;;;;;;;x
W_L_24994;http://witcher.wikia.com/wiki/Adda_of_Temeria;;;;;;;;;;;;;x
Expand Down
10 changes: 10 additions & 0 deletions MODDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ This page lists some useful information for modders.

- There is a 3 year discrepancy in the timeline between the dates from the books (used in the mod) and the video games (used in the wikis). Don't get confused by the mess CD project has created !

### Army sizes

With vanilla default building values, the size of armies is probably scaled down by a factor of 3 to 5 compared to sources:
- Nilfgaard ~ 150,000
- Impera Brigade ~ 5,000
- Kaedwen ~ 35,000 ?
- Redania ~ 35,000
- Temeria ~ 25,000
- Lyria & Rivia ~ 13,000

### Cultures

When adapting vanilla elements (events, portrait, music, etc.), here is a rough association:
Expand Down

0 comments on commit 3857943

Please sign in to comment.