Changes

Jump to navigation Jump to search
374 bytes added ,  09:47, 11 August 2022
Line 57: Line 57:     
::::The quality multiplier is only affected by loved and liked gifts, so neutral gifts will always give the same friendship points no matter its quality. Also, I believe that if a friendship number is a decimal (not a whole number), the friendship points will get truncated down. [[User:User314159|User314159]] ([[User talk:User314159|talk]]) 22:55, 3 November 2021 (UTC)
 
::::The quality multiplier is only affected by loved and liked gifts, so neutral gifts will always give the same friendship points no matter its quality. Also, I believe that if a friendship number is a decimal (not a whole number), the friendship points will get truncated down. [[User:User314159|User314159]] ([[User talk:User314159|talk]]) 22:55, 3 November 2021 (UTC)
 +
 +
== Half friendship reward for gifts to spouses? ==
 +
 +
So I found this code from <code>NPC::receiveGift</code>:
 +
<pre>
 +
if (this.getSpouse() != null && this.getSpouse().Equals(giver)) {
 +
    friendshipChangeMultiplier /= 2f;
 +
}
 +
</pre>
 +
This is mentioned nowhere in the page. Should this be added? - [[User:IBugOne|IBugOne]] ([[User talk:IBugOne|talk]]) 09:47, 11 August 2022 (UTC)
438

edits

Navigation menu