-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finished quilboar events, added total of three decisions and a new magical currency (blood shards) which anyone with the faith of Agamaggan can use.
- Loading branch information
Showing
14 changed files
with
852 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -667,4 +667,4 @@ zuldazar_01 = { | |
|
||
type = special | ||
flag = travel_point_of_interest_martial | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
#Quilboar vined thorns | ||
quilboar_thorns_01 = { | ||
type_icon = "icon_structure_corpse_of_agamaggan.dds" | ||
|
||
character_modifier = { | ||
same_faith_opinion = 2 | ||
|
||
} | ||
province_modifier = { | ||
stationed_caster_damage_mult = 0.05 | ||
stationed_caster_siege_value_add = 1 | ||
stationed_skirmishers_toughness_mult = 0.05 | ||
travel_danger = -5 | ||
} | ||
|
||
next_building = quilboar_thorns_02 | ||
} | ||
|
||
quilboar_thorns_02 = { | ||
type_icon = "icon_structure_corpse_of_agamaggan.dds" | ||
|
||
character_modifier = { | ||
same_faith_opinion = 2 | ||
monthly_piety_gain_mult = 0.05 | ||
|
||
} | ||
province_modifier = { | ||
stationed_caster_damage_mult = 0.1 | ||
stationed_caster_siege_value_add = 1 | ||
stationed_skirmishers_toughness_mult = 0.1 | ||
travel_danger = -10 | ||
} | ||
|
||
next_building = quilboar_thorns_03 | ||
cost_gold = 200 | ||
} | ||
|
||
quilboar_thorns_03 = { | ||
type_icon = "icon_structure_corpse_of_agamaggan.dds" | ||
|
||
character_modifier = { | ||
same_faith_opinion = 4 | ||
levy_reinforcement_rate_same_faith = 1.25 | ||
monthly_piety_gain_mult = 0.1 | ||
|
||
} | ||
province_modifier = { | ||
stationed_caster_damage_mult = 0.15 | ||
stationed_caster_siege_value_add = 2 | ||
stationed_skirmishers_toughness_mult = 0.15 | ||
travel_danger = -15 | ||
} | ||
cost_gold = 250 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -192,5 +192,4 @@ wc_tauren_EM_NEG_hawk = { | |
level = 5 | ||
shown_in_ruler_designer = no | ||
icon = "witch.dds" | ||
} | ||
|
||
} |
Oops, something went wrong.