Skip to content

Commit

Permalink
Small fixes (#164)
Browse files Browse the repository at this point in the history
* cleaning the Silk Road "hot-spot" trigger of duplicates

* Validator fixes

- sound fixes
- revoke_allowed blocks aren't needed, they just pollute the Validator
- minor fixes

* parse failures fix

* added missing localisation

* minor fixes

* minor fix + disabled localisation duplicate with vanilla
  • Loading branch information
IhateTrains authored and xirsoi committed Feb 6, 2018
1 parent 4df765c commit e291305
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions AncientReligions/decisions/ACR_other_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ decisions = {
has_character_modifier = ancrel_oilworks
}
}
allowed = {
allow = {
wealth = 200
}
effect = {
Expand Down Expand Up @@ -80,7 +80,7 @@ decisions = {
is_high_prio = yes
potential = {
OR = {
has_focus = seduction
has_focus = focus_seduction
trait = hedonist
trait = lustful
society_member_of = shezmu_cult
Expand All @@ -90,7 +90,7 @@ decisions = {
has_character_modifier = ancrel_oilworks
}
}
allowed = {
allow = {
wealth = 200
}
effect = {
Expand Down
9 changes: 6 additions & 3 deletions AncientReligions/events/rip_eternal_life_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,8 @@ narrative_event = {
is_female = yes
}
give_nickname = nick_the_youthfull
} else {
}
else = {
give_nickname = nick_the_wise
}
random_list = {
Expand Down Expand Up @@ -863,7 +864,8 @@ narrative_event = {
if = {
limit = { culture = greek }
give_nickname = nick_the_spartan
} else {
}
else = {
give_nickname = nick_the_fearless
}

Expand Down Expand Up @@ -962,7 +964,8 @@ narrative_event = {
if = {
limit = { is_female = no }
give_nickname = nick_the_younger
} else {
}
else = {
give_nickname = nick_the_gentle
}
change_diplomacy = 2
Expand Down
2 changes: 1 addition & 1 deletion AncientReligions/localisation/ACR_hellenic.csv
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ coa_plain_hellenic;Hellenic Coat of Arms;;;;;;;;;;;;;x
###### Religion/titles definitions;;;;;;;;;;;;;;x
GOD_PLUTO;Pluto;Pluton;Pluto;;Pluto;;;;;;;;;x
GOD_JUNO;Hera;H�ra;Hera;;Hera;;;;;;;;;x
GOD_VESTA;Vesta;Vesta;Vesta;;Vesta;;;;;;;;;x
#GOD_VESTA;Vesta;Vesta;Vesta;;Vesta;;;;;;;;;x
GOD_MINERVA;Athena;Ath�na;Athene;;Atenea;;;;;;;;;x
GOD_CERES;Demeter;D�m�ter;Demeter;;Dem�ter;;;;;;;;;x
GOD_DIANA;Artemis;Art�mis;Artemis;;Artemisa;;;;;;;;;x
Expand Down
1 change: 1 addition & 0 deletions AncientReligions/localisation/ACR_other.csv
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ancrel_honored_me;Honored Me;;;;;;;;;;;;;x
ancrel_dissapointed;Dissapointed;;;;;;;;;;;;;x
ancrel_jealous;Jealous;;;;;;;;;;;;;x
ancrel_pleased;Pleased;;;;;;;;;;;;;x
ancrel_shared_religious_experience;Shared religious experience;;;;;;;;;;;;;x
paganify_the_world;Lets. Get. PAGAN!;;;;;;;;;;;;;x
paganify_the_world_desc;Convert all characters to a not Christian and not Muslim religion, based on culture. Does not affect religious heads, so the Caliphate remains. May bring older machines to their knees.;;;;;;;;;;;;;x
ancrel.paganify.tooltip;Turn the world pagan by culture. This is mostly for development.;;;;;;;;;;;;;x
Expand Down

0 comments on commit e291305

Please sign in to comment.