mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Added a Lifeforce Empath Gene
This commit is contained in:
parent
d5580ba92a
commit
507c150b38
5 changed files with 171 additions and 3 deletions
19
Source/Genes/Life_Force/Defs/LifeForceEmpathExtension.cs
Normal file
19
Source/Genes/Life_Force/Defs/LifeForceEmpathExtension.cs
Normal file
|
@ -0,0 +1,19 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Verse;
|
||||
|
||||
namespace RJW_Genes
|
||||
{
|
||||
public class LifeForceEmpathExtension : DefModExtension
|
||||
{
|
||||
public int tickInterval;
|
||||
public int empathDistance;
|
||||
|
||||
public float aheagoIncrement;
|
||||
public float satisfactionIncrement;
|
||||
public float frustratedDecrement;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue