Skip to content

Commit

Permalink
Updated epithets
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrettin committed Jan 14, 2022
1 parent 6be1935 commit 3c6fbf7
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 7 deletions.
2 changes: 1 addition & 1 deletion data/characters/norse/danes/ivar_the_boneless.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ivar_the_boneless = {
name = "Ivar"
surname = "the Boneless"
epithet = the_boneless
unit_type = unit_norse_heroic_swordsman
civilization = norse
default_faction = denmark
Expand Down
2 changes: 1 addition & 1 deletion data/characters/norse/ynglings/dag_the_wise.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dag_the_wise_yngling = { #Source: Snorri Sturlson, "Heimskringla", 1844, vol. 1, pp. 231-233.
name_word = dagr
surname = "the Wise"
epithet = the_wise
dynasty = yngling
unit_type = unit_norse_heroic_swordsman #king
civilization = norse
Expand Down
2 changes: 1 addition & 1 deletion data/characters/norse/ynglings/dyggve_the_brave.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dyggve_the_brave_yngling = { #Source: Snorri Sturlson, "Heimskringla", 1844, vol. 1, pp. 230-231.
name = "Dyggve"
surname = "the Brave"
epithet = the_brave
dynasty = yngling
unit_type = unit_norse_heroic_swordsman #king
civilization = norse
Expand Down
2 changes: 1 addition & 1 deletion data/characters/norse/ynglings/gudrod_the_magnificent.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gudrod_the_magnificent_yngling = { #Source: Snorri Sturlson, "Heimskringla", 1844, vol. 1, pp. 259-260, 262.
name = "Gudrod"
surname = "the Magnificent" #also known as "the Hunter"
epithet = the_magnificent #also known as "the Hunter"
dynasty = yngling
unit_type = unit_norse_swordsman
civilization = norse
Expand Down
2 changes: 1 addition & 1 deletion data/characters/norse/ynglings/halfdan_the_mild.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
halfdan_the_mild_yngling = { #Source: Snorri Sturlson, "Heimskringla", 1844, vol. 1, p. 259.
name = "Halfdan"
surname = "the Mild" #also known as "the Bad Entertainer"
epithet = the_mild #also known as "the Bad Entertainer"
dynasty = yngling
unit_type = unit_norse_swordsman
civilization = norse
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ingiald_the_evil_adviser_yngling = { #Source: Snorri Sturlson, "Heimskringla", 1844, vol. 1, pp. 248-254.
name = "Ingiald"
surname = "the Evil-Adviser"
epithet = the_evil_adviser
dynasty = yngling
unit_type = unit_norse_heroic_swordsman
civilization = norse
Expand Down
2 changes: 1 addition & 1 deletion data/characters/norse/ynglings/on_the_old.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on_the_old_yngling = { #Source: Snorri Sturlson, "Heimskringla", 1844, vol. 1, pp. 239-240.
name = "On" #also known as Ane
surname = "the Old"
epithet = the_old
dynasty = yngling
unit_type = unit_norse_heroic_swordsman #king
civilization = norse
Expand Down
21 changes: 21 additions & 0 deletions data/epithets/epithets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ the_blind = {
weight = 0
}

the_boneless = {
name = "the Boneless"
weight = 0
}

the_bulwark = {
name = "the Bulwark"
conditions = {
Expand All @@ -42,6 +47,16 @@ the_bold = {
}
}

the_brave = {
name = "the Brave"
conditions = {
or = {
trait = upgrade_ambitious
trait = upgrade_reckless
}
}
}

the_butcher = {
name = "the Butcher"
conditions = {
Expand Down Expand Up @@ -73,6 +88,7 @@ the_dim = {
the_evil_adviser = {
name = "the Evil-Adviser"
conditions = {
civilization = norse
or = {
trait = upgrade_cruel
trait = upgrade_harsh
Expand Down Expand Up @@ -137,6 +153,11 @@ the_iron_shield = {
}
}

the_magnificent = {
name = "the Magnificent"
weight = 0
}

the_mighty = {
name = "the Mighty"
conditions = {
Expand Down

0 comments on commit 3c6fbf7

Please sign in to comment.