Show / Hide Table of Contents

Class LivingStats

Stats of a AgentData

Inheritance
System.Object
LivingStats
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public class LivingStats : object

Properties

Agility

Agility stat value

Declaration
public int Agility { get; set; }
Property Value
Type Description
System.Int32

Endurance

Endurance stat properties

Declaration
public int Endurance { get; set; }
Property Value
Type Description
System.Int32

Ethics

Ethics stat properties

Declaration
public int Ethics { get; set; }
Property Value
Type Description
System.Int32

Intelligence

Intelligence stat properties

Declaration
public int Intelligence { get; set; }
Property Value
Type Description
System.Int32

Perception

Perception stat properties

Declaration
public int Perception { get; set; }
Property Value
Type Description
System.Int32

Social

Social stat properties

Declaration
public int Social { get; set; }
Property Value
Type Description
System.Int32

Speed

Speed stat properties

Declaration
public int Speed { get; set; }
Property Value
Type Description
System.Int32

Strength

Strength stat value

Declaration
public int Strength { get; set; }
Property Value
Type Description
System.Int32
Back to top © 2020 Anarkis Gaming. All rights reserved. Generated by DocFX