IMP trait "Friendly"[message #362083] |
Sun, 20 December 2020 16:14  | |
Calapine
|
Messages:1
Registered:December 2020 |
|
|
Hello!
Regarding the IMP trait friendly I found two different claims
1. Patusco strategy guide, JA2 fandom wiki: Improves interaction with NPCS and recruitable
2. Other sources: Trait has no effect whatsoever
Does anyone know which one of these statements is true?
I am playing JA2 Gold, Steam version and Stracciatella
Thank you!
|
|
|
|
Re: IMP trait "Friendly"[message #362298 is a reply to message #362083] |
Mon, 01 February 2021 21:57  | |
Inveris
|
  |
Messages:14
Registered:September 2020 |
|
|
The second one is true if we are talking about JA2 Gold edition. In source code, there is only lines with enumerations of this friendy trait, but with no implementation of advantages and disadvantages.
typedef enum
{
ATT_NORMAL = 0,
ATT_FRIENDLY,
ATT_LONER,
ATT_OPTIMIST,
ATT_PESSIMIST,
ATT_AGGRESSIVE,
ATT_ARROGANT,
ATT_BIG_SHOT,
ATT_ASSHOLE,
ATT_COWARD,
NUM_ATTITUDES
} Attitudes;
But I'm not sure that stracciatella did not change this.
|
|
|
|