diff --git a/common/dynasties/12000_gnoll.txt b/common/dynasties/12000_gnoll.txt index 072d1cbaf5..1c75a887c0 100644 --- a/common/dynasties/12000_gnoll.txt +++ b/common/dynasties/12000_gnoll.txt @@ -236,4 +236,5 @@ gnoll1 = {name = "dynn_Groundwizzle" culture=gnoll} #Generated 12234 = {name = "dynn_Shadowhide" culture=gnoll} 12235 = {name = "dynn_Palemane" culture=gnoll} spothide = {name = "Spothide" culture=gnoll} -swiftbite = {name = "Swiftbite" culture=gnoll} \ No newline at end of file +swiftbite = {name = "Swiftbite" culture=gnoll} +grimtail = {name = "dynn_Grimtail" culture=gnoll} \ No newline at end of file diff --git a/common/nicknames/wc_nicknames.txt b/common/nicknames/wc_nicknames.txt index 185b0897df..7901682c61 100644 --- a/common/nicknames/wc_nicknames.txt +++ b/common/nicknames/wc_nicknames.txt @@ -130,6 +130,7 @@ nick_the_vindicated = {} nick_the_invincible = {} nick_the_son_of_cenarion = {} nick_the_dervish = {} +nick_the_loch_hunter = {} ### From Lifestyle nick_the_ice_hearted = {} diff --git a/history/characters/29000_gnoll.txt b/history/characters/29000_gnoll.txt index 3fe21e2188..d8171fc7be 100644 --- a/history/characters/29000_gnoll.txt +++ b/history/characters/29000_gnoll.txt @@ -2872,6 +2872,54 @@ foreman_sharpsneer={ 624.12.2={ death=yes } } +cackle={ + name=Cackle + dynasty=grimtail + female=yes + culture=gnoll religion=primitive_shamanism + martial=5 diplomacy=6 stewardship=4 intrigue=4 learning=7 + trait=education_diplomacy_3 trait=content trait=compassionate trait=zealous + 554.2.12={ birth=yes } + 620.1.19={ death=yes } +} + +gnawbone={ + name=Gnawbone + culture=gnoll religion=primitive_shamanism + martial=5 diplomacy=4 stewardship=6 intrigue=4 learning=4 + trait=education_stewardship_3 trait=callous trait=greedy trait=arbitrary + 561.3.15={ birth=yes } + 583.1.1={ + employer=29014 + give_council_position = councillor_steward + } + 611.4.12={ death=yes } +} + +gazz_the_loch_hunter={ + name=Gazz + culture=gnoll religion=primitive_shamanism + martial=6 diplomacy=4 stewardship=4 intrigue=5 learning=4 + trait=education_martial_3 trait=lazy trait=brave trait=greedy trait=lifestyle_hunter + 561.3.15={ birth=yes } + 583.1.1={ + employer=29014 + give_nickname = nick_the_loch_hunter + effect={ + set_variable = { name = wc_endurance_physical_lifestyle_additional_perks_variable value = wc_perks_needed_for_level_3_physical_trait_value } + set_variable = { name = wc_strength_physical_lifestyle_additional_perks_variable value = wc_perks_needed_for_level_3_physical_trait_value } + } + effect = { + add_trait_xp = { + trait = lifestyle_hunter + track = hunter + value = 50 + } + } + } + 611.4.12={ death=yes } +} + #dynasty = 12000 gnoll1 = { #Generated name = Thorburn diff --git a/history/provinces/00_k_desolace.txt b/history/provinces/00_k_desolace.txt index 2a69944729..bbff03fcaa 100644 --- a/history/provinces/00_k_desolace.txt +++ b/history/provinces/00_k_desolace.txt @@ -397,6 +397,11 @@ culture = murloc religion = water_deities holding = tribal_holding + + 582.06.03 = { + culture = gnoll + religion = primitive_shamanism + } } 5328 = { # Loth'olem diff --git a/history/titles/00_k_desolace.txt b/history/titles/00_k_desolace.txt index d65a644888..d4f4c66acf 100644 --- a/history/titles/00_k_desolace.txt +++ b/history/titles/00_k_desolace.txt @@ -567,7 +567,7 @@ c_ethel_rethor = { 523.04.04={holder=34968} #Lghmr[6022] 552.05.18={holder=34976} #Hgmghr[6022] 576.03.01={holder=34979} #Ghlml[6022] - 582.06.03={holder=34986} #Gmrmh[6022] + 582.06.03={holder=cackle} #Cackle } c_ranazjar = { # c_ethel_rethor diff --git a/history/titles/00_k_tranquillien.txt b/history/titles/00_k_tranquillien.txt index bd1dd92cfa..0d9cbd3b52 100644 --- a/history/titles/00_k_tranquillien.txt +++ b/history/titles/00_k_tranquillien.txt @@ -129,10 +129,6 @@ c_lyrennore = { 573.1.1={ holder = 29047 } - 603.8.1={ - holder = 42078 - liege = k_tranquillien - } } d_thalassian_pass = { 1.1.1={ diff --git a/history/titles/00_k_wetlands.txt b/history/titles/00_k_wetlands.txt index 0c26b1f396..941586663a 100644 --- a/history/titles/00_k_wetlands.txt +++ b/history/titles/00_k_wetlands.txt @@ -128,10 +128,6 @@ c_mosshide_fen = { 573.1.1={ holder=29014 } - 600.1.1={ - holder = 21000 - government = feudal_government - } } c_upland_forest = { 1.1.1={ diff --git a/localization/english/dynasties/wc_dynasty_names_l_english.yml b/localization/english/dynasties/wc_dynasty_names_l_english.yml index d03b12e391..5c39c07954 100644 --- a/localization/english/dynasties/wc_dynasty_names_l_english.yml +++ b/localization/english/dynasties/wc_dynasty_names_l_english.yml @@ -3195,6 +3195,7 @@ dynn_Mosshide:0 "Mosshide" dynn_Shadowhide:0 "Shadowhide" dynn_Palemane:0 "Palemane" + dynn_Grimtail:0 "Grimtail" ### 129000_dryad.txt ### dynn_Wildleaf:0 "Wildleaf" dynn_Stagbranch:0 "Stagbranch" diff --git a/localization/english/names/wc_character_names_l_english.yml b/localization/english/names/wc_character_names_l_english.yml index 17472dc07d..c00f9ae9c6 100644 --- a/localization/english/names/wc_character_names_l_english.yml +++ b/localization/english/names/wc_character_names_l_english.yml @@ -18341,4 +18341,5 @@ Kammah:0 "Kammah" Warug:0 "Warug" Aratas:0 "Aratas" - Verdak:0 "Verdak" \ No newline at end of file + Verdak:0 "Verdak" + Gazz:0 "Gazz" \ No newline at end of file diff --git a/localization/english/wc_nicknames_l_english.yml b/localization/english/wc_nicknames_l_english.yml index 24c49cac81..86fdbbe114 100644 --- a/localization/english/wc_nicknames_l_english.yml +++ b/localization/english/wc_nicknames_l_english.yml @@ -204,6 +204,7 @@ nick_the_invincible:0 "the Invincible" nick_the_son_of_cenarion:0 "the Son of Cenarion" nick_the_dervish:0 "the Dervish" + nick_the_loch_hunter:0 "the Loch-Hunter" ### Draenei nick_vindicator:0 "Vindicator"