Fixed stupid mistakes made by Diego
This commit is contained in:
parent
bac640cf65
commit
e81b66acf3
32
data.xml
32
data.xml
|
@ -96,7 +96,9 @@
|
||||||
<name>new_variant</name>
|
<name>new_variant</name>
|
||||||
<title>Nuova variante</title>
|
<title>Nuova variante</title>
|
||||||
<description>
|
<description>
|
||||||
Il corriere della Pera annuncia l'arrivo di una nuova variante di <print what="virusName" />. La nuova variante è
|
Il corriere della Pera annuncia l'arrivo di una nuova variante di
|
||||||
|
<print what="virusName" />
|
||||||
|
. La nuova variante è
|
||||||
<sectionGroup atLeastOne="true" chance="100">
|
<sectionGroup atLeastOne="true" chance="100">
|
||||||
<!--
|
<!--
|
||||||
uno e uno soltanto di questi eventi avverrà sicuramente
|
uno e uno soltanto di questi eventi avverrà sicuramente
|
||||||
|
@ -129,18 +131,28 @@
|
||||||
|
|
||||||
<sectionGroup atLeastOne="true" chance="100">
|
<sectionGroup atLeastOne="true" chance="100">
|
||||||
<section chance="40">
|
<section chance="40">
|
||||||
A causa del <print what="virusName" / >, il partito <print who="parties" what="rand" / > ha deciso di innescare una crisi di governo.
|
A causa del
|
||||||
|
<print what="virusName" />
|
||||||
|
, il partito
|
||||||
|
<print who="parties" what="rand" />
|
||||||
|
ha deciso di innescare una crisi di governo.
|
||||||
Per fortuna i tuoi alleati ti sostengono e ne esci quasi illeso.
|
Per fortuna i tuoi alleati ti sostengono e ne esci quasi illeso.
|
||||||
<set who="levels" what="consensus" delta="-5" />
|
<set who="levels" what="consensus" delta="-5" />
|
||||||
</section>
|
</section>
|
||||||
<section chance="50">
|
<section chance="50">
|
||||||
A causa del <print what="virusName" / >, il partito <print who="parties" what="rand" / > ha deciso di innescare una crisi di governo.
|
A causa del
|
||||||
|
<print what="virusName" />
|
||||||
|
, il partito
|
||||||
|
<print who="parties" what="rand" />
|
||||||
|
ha deciso di innescare una crisi di governo.
|
||||||
Il tuo governo subisce un reimpasto.
|
Il tuo governo subisce un reimpasto.
|
||||||
<set who="levels" what="consensus" delta="-10" />
|
<set who="levels" what="consensus" delta="-10" />
|
||||||
</section>
|
</section>
|
||||||
<section chance="10">
|
<section chance="10">
|
||||||
A causa della tua gestione del <print what="virusName" / >, l'esercito tenta un colpo di stato.
|
A causa della tua gestione del
|
||||||
<goto scene="coup" / >
|
<print what="virusName" />
|
||||||
|
, l'esercito tenta un colpo di stato.
|
||||||
|
<goto scene="coup" />
|
||||||
</section>
|
</section>
|
||||||
</sectionGroup>
|
</sectionGroup>
|
||||||
</description>
|
</description>
|
||||||
|
@ -187,7 +199,7 @@
|
||||||
Mentre vieni bersagliato dall'artiglieria ti rinchiudi nel tuo ufficio.
|
Mentre vieni bersagliato dall'artiglieria ti rinchiudi nel tuo ufficio.
|
||||||
Dopo esserti barricato per alcuni minuti, una coltre di fumo di odore pungente riempie l'ufficio.
|
Dopo esserti barricato per alcuni minuti, una coltre di fumo di odore pungente riempie l'ufficio.
|
||||||
</description>
|
</description>
|
||||||
<gameOver / >
|
<gameOver />
|
||||||
</scene>
|
</scene>
|
||||||
</scenes>
|
</scenes>
|
||||||
<questions>
|
<questions>
|
||||||
|
@ -217,7 +229,7 @@
|
||||||
</question>
|
</question>
|
||||||
</questions>
|
</questions>
|
||||||
</sections>
|
</sections>
|
||||||
<viruses>
|
<viruses>
|
||||||
<virus>
|
<virus>
|
||||||
<name>eys</name>
|
<name>eys</name>
|
||||||
<title>eys-1</title>
|
<title>eys-1</title>
|
||||||
|
@ -234,13 +246,13 @@
|
||||||
</infobox>
|
</infobox>
|
||||||
</infoboxes>
|
</infoboxes>
|
||||||
</virus>
|
</virus>
|
||||||
</viruses>
|
</viruses>
|
||||||
<parties>
|
<parties>
|
||||||
<party>
|
<party>
|
||||||
<name>partito_giallo</name>
|
<name>partito_giallo</name>
|
||||||
<title>Partito Giallo</title>
|
<title>Partito Giallo</title>
|
||||||
<description>Whatever</description>
|
<description>Whatever</description>
|
||||||
<motto>For the many, not the few.</motto>
|
<motto>For the many, not the few.</motto>
|
||||||
</party>
|
</party>
|
||||||
</parties>
|
</parties>
|
||||||
</Araldia>
|
</Araldia>
|
||||||
|
|
Reference in New Issue
Block a user