mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Added Faction Penalties for Age Draining, Youth Fountain and Genetic Diseases
This commit is contained in:
parent
b12e9afbc0
commit
f5917052ab
7 changed files with 114 additions and 0 deletions
18
Common/Defs/HistoryEventDefs/DiseaseHistoryEventDefs.xml
Normal file
18
Common/Defs/HistoryEventDefs/DiseaseHistoryEventDefs.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Defs>
|
||||
<HistoryEventDef>
|
||||
<defName>rjw_genes_GoodwillChangedReason_StoleGene</defName>
|
||||
<label>Stole a gene</label>
|
||||
</HistoryEventDef>
|
||||
|
||||
<HistoryEventDef>
|
||||
<defName>rjw_genes_GoodwillChangedReason_infected_with_disease</defName>
|
||||
<label>Infected a pawn with a genetic disease</label>
|
||||
</HistoryEventDef>
|
||||
|
||||
<HistoryEventDef>
|
||||
<defName>rjw_genes_GoodwillChangedReason_spread_genetic_disease</defName>
|
||||
<label>Spread a genetic disease</label>
|
||||
</HistoryEventDef>
|
||||
|
||||
</Defs>
|
Loading…
Add table
Add a link
Reference in a new issue