Beispiel #1
0
 public override KDMNumericalPropertyModifierReader GetReader(KDMNumericalPropertyContext i_Context)
 {
     return(new KDMNumericalPropertyModifierReader()
     {
         Value = 0,
         Description = m_Description,
         Name = m_Name
     });
 }
 public override KDMNumericalPropertyModifierReader GetReader(KDMNumericalPropertyContext i_Context)
 {
     return(new KDMNumericalPropertyModifierReader()
     {
         Value = m_Value,
         Name = m_Name,
         Description = m_EnumProperty.Content.ToString()
     });
 }
Beispiel #3
0
 public override KDMNumericalPropertyModifierReader GetReader(KDMNumericalPropertyContext i_Context)
 {
     return(new KDMNumericalPropertyModifierReader()
     {
         //Value = i_Context.Survivor.Frenzy.GetValue(),
         Value = 0,
         Description = m_Description,
         Name = m_Name
     });
 }