Skip to content

Commit

Permalink
Some fixes + localisation (#167)
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

* some localisation

* Localised not_already_holding_tristeria

* "is_occupied = no" fixes
  • Loading branch information
IhateTrains authored and xirsoi committed Apr 29, 2018
1 parent ed7f9a9 commit 38179d9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions AncientReligions/decisions/ACR_druidic_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,7 @@ decisions = {
allow = {
war = no
any_demesne_title = {
NOT = { higher_tier_than = count }
is_occupied = no
}
prisoner = no
Expand Down
1 change: 1 addition & 0 deletions AncientReligions/decisions/ACR_egyptian_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ decisions = {
war = no
in_command = no
any_demesne_title = {
NOT = { higher_tier_than = count }
is_occupied = no
}
has_regent = no
Expand Down
1 change: 1 addition & 0 deletions AncientReligions/decisions/ACR_hellenic_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ decisions = {
NOT = { has_character_flag = do_not_disturb }
war = no
any_demesne_title = {
NOT = { higher_tier_than = count }
is_occupied = no
}
}
Expand Down
4 changes: 4 additions & 0 deletions AncientReligions/localisation/ACR_hellenic_events.csv
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,7 @@ EVTOPTBancrel.2240;Am I next?;;;;;;;;;;;;;x
EVTDESCancrel.2241;While watching the latest play from a local philosopher, you notice that some of the actors are completely drunk. This is an insult to your honor and to the art of the Theatre, though the man in charge assures you they will be taken care of, it is your duty to take charge.;;;;;;;;;;;;;x
EVTOPTAancrel.2241;Kick them out!;;;;;;;;;;;;;x
EVTOPTBancrel.2241;Actually, this strengthens the play;;;;;;;;;;;;;x
# Wines, Oils, & Dionysus;;;;;;;;;;;;;;x
ancrel_winery;Owns a Winery;;;;;;;;;;;;;x
ancrel_oilworks:Owns Oilworks;;;;;;;;;;;;;x
ancrel_held_dionysia;Held Dionysia;;;;;;;;;;;;;x
2 changes: 2 additions & 0 deletions AncientReligions/localisation/ACR_societies.csv
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ mysteries_dionysus_rank_3_male;Boukolos;;;;;;;;;;;;;x
mysteries_dionysus_rank_3_female;Boukolos;;;;;;;;;;;;;x
mysteries_dionysus_rank_4_male;Archiboukolos;;;;;;;;;;;;;x
mysteries_dionysus_rank_4_female;Archiboukolos;;;;;;;;;;;;;x
############### Tristeria ;;;;;;;;;;;;;x
not_already_holding_tristeria;Is not already holding Tristeria;;;;;;;;;;;;;x
############### Strings ;;;;;;;;;;;;;x
String_ker;Ker;;;;;;;;;;;;;x
String_keres;Keres;;;;;;;;;;;;;x
Expand Down

0 comments on commit 38179d9

Please sign in to comment.