Masque of Clavicus classic behavior

Discuss coding questions, pull requests, and implementation details.
Post Reply
User avatar
Ferital
Posts: 282
Joined: Thu Apr 05, 2018 8:01 am

Masque of Clavicus classic behavior

Post by Ferital »

I just found Masque of Clavicus classic behavior while doing some reverse engineering. When talking to an NPC, it adds the following gain:

Code: Select all

reactionModifier += currentPersonality / 5;
I could have changed adjustmentAmount in MasqueOfClavicusEffect.MagicRound to reflect this discovery but I'm not sure how the effect is called, so I prefer to give the information here so Numidium or Interkarma can fix DFU code.

User avatar
Interkarma
Posts: 7236
Joined: Sun Mar 22, 2015 1:51 am

Re: Masque of Clavicus classic behavior

Post by Interkarma »

Nice! Thank you for that. :)

User avatar
numidium3rd
Posts: 187
Joined: Sun Mar 25, 2018 12:34 am
Location: United States

Re: Masque of Clavicus classic behavior

Post by numidium3rd »

^ What he said! I tried doing this myself without any luck. Now it should be trivial for me to make the Masque act like it's supposed to.

Post Reply