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>
|
13
Common/Defs/HistoryEventDefs/SpecialHistoryEventDefs.xml
Normal file
13
Common/Defs/HistoryEventDefs/SpecialHistoryEventDefs.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Defs>
|
||||
<HistoryEventDef>
|
||||
<defName>rjw_genes_GoodwillChangedReason_aged_pawn_with_sex_gene</defName>
|
||||
<label>Aged a pawn with sexual age transfer</label>
|
||||
</HistoryEventDef>
|
||||
|
||||
<HistoryEventDef>
|
||||
<defName>rjw_genes_GoodwillChangedReason_youthed_pawn_with_sex_gene</defName>
|
||||
<label>Youthed a pawn with youth fountain</label>
|
||||
</HistoryEventDef>
|
||||
|
||||
</Defs>
|
Loading…
Add table
Add a link
Reference in a new issue