Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Introduce ( |
"Introduces" the person to someone else, creating a new relationship and populating it with the other person's qualities.
|
|
PassTime ( double shorttermchange ) : void |
The person observes a passage of time, which decays all short term impressions. Impressions do not decay linearly. The farther an impression is from indifference, the faster it will decay. Likewise, decay will slow as the impression approaches zero (indifferent). |
|
Person ( String name ) : System |
Method | Description | |
---|---|---|
Trait_NewTrait ( object sender, |
public Introduce ( |
||
p | The person to introduce | |
return |
public PassTime ( double shorttermchange ) : void | ||
shorttermchange | double | How much impressions should decay. |
return | void |